Research
On-device research index

arXiv research

A locally-built, LLM-digested index of recent arXiv papers in quant finance, geometry/topology, and statistical ML — keyword search served straight from SQLite on this machine.

169,181 papers · 148 categories

Trend · papers per month

9.9%19.8%29.7%39.6% · May 201919922001200920182026
48 results for Attentional Recurrent Networks

Two attention models improve human activity recognition by focusing on important signals and sensor modalities.

problem Noise and unimportant signal components in recurrent networks for human activity recognition.
method Temporal and sensor attention mechanisms with continuity constraints.
result State-of-the-art results on three datasets, showing improved understandability and mean F1 score.

Analyzes self-attention in recurrent networks, proving it mitigates vanishing gradients.

problem Vanishing gradients in recurrent networks when capturing long-term dependencies.
method Formal analysis of self-attention's effect on gradient propagation, proposing a relevancy screening mechanism.
result Self-attention mitigates vanishing gradients in recurrent networks, providing guarantees.

CRAN extracts music highlights using attention and recurrent layers.

problem Extracting valuable music highlights from signals.
method Convolutional Recurrent Attention Networks (CRAN) with attention mechanism.
result CRAN outperforms three baseline methods in highlighting extraction.

A new neural network learns from acoustic scenes by suppressing irrelevant patterns.

problem Acoustic scenes are rich and redundant, making classification challenging.
method Spatio-temporal attention pooling layer coupled with a convolutional recurrent neural network.
result The method outperforms a strong convolutional neural network baseline and sets new state-of-the-art performance.

Improved electrical load forecasting model using Fourier-enhanced RNN.

problem Electrical load time series downscaling with high accuracy and low error.
method Combines recurrent neural network with Fourier seasonal embeddings and self-attention.
result Significantly reduces RMSE across different time horizons compared to existing methods.

New insights into how encoder-decoder networks generate attention matrices.

problem Understanding how encoder-decoder networks use attention matrices.
method Decomposing hidden states into temporal and input-driven components.
result Attention matrices are formed based on task requirements, not architecture type.

Paper presents a neural network method for automated bug and ticket classification.

problem Automated classification of bug and ticket content in systems.
method Recurrent neural network with hierarchical attention mechanism.
result The method outperforms previous approaches on two datasets.

Transformer models outperform recurrent ones in modeling hierarchical data.

problem Modeling hierarchical structure in data.
method Introducing Multiresolution Transformer Networks leveraging self-attention.
result Multiresolution Transformer Networks significantly outperform state-of-the-art models on query suggestion datasets.

The paper proposes a novel model to forecast patent citations using multi-attention recurrent networks.

problem Forecasting forward citations to patents to discover emerging technologies.
method The approach employs a sequence-to-sequence model with an attention-of-attention mechanism to capture dependencies in multiple time sequences.
result The proposed model outperforms state-of-the-art models in forward citation forecasting.

Sparse Attentive Backtracking selectively backpropagates long-term dependencies in recurrent networks.

problem Difficulty in learning long-term dependencies in BPTT due to computational impracticality and biased gradient estimates.
method Sparse Attentive Backtracking learns an attention mechanism over past hidden states and selectively backpropagates through high-weight paths.
result Model learns long-term dependencies with fewer backpropagation steps, addressing biased gradient issues.

Convolutional-deconvolution networks can be adopted to perform end-to-end saliency detection. But, they do not work well with objects of multiple scales. To overcome such a limitation, in this work, we propose a recurrent attentional convolutional-deconvolution network (RACDNN). Using spatial transformer and recurrent …

2016-04-12abs ↗pdf ↗

Deep learning models predict ICU readmission with varying accuracy.

problem Predicting ICU readmission risk using deep learning architectures.
method Several deep learning architectures including attention-based models, recurrent layers, neural ODEs, and embeddings were trained on MIMIC-III data.
result Attention-based models with neural ODEs achieved highest predictive accuracy.

Neural network predicts cardiovascular events from EHRs with high accuracy.

problem Predicting onset of cardiovascular diseases from electronic health records.
method Multi-task gated recurrent units with attention mechanism.
result Model outperforms clinical risk scores in predicting stroke and myocardial infarction.

Study improves stock price prediction using advanced ML models.

problem Improving financial forecasting accuracy in stock markets.
method Evaluation of RNN architectures including LSTM, GRU, and attention-based models.
result Attention-based models outperform others in capturing complex dependencies.

Hybrid model predicts flow and pressure in water systems.

problem Predicting flow and pressure in water distribution systems with complex spatial-temporal correlations.
method Hybrid dual-stage spatial-temporal attention-based recurrent neural networks (hDS-RNN).
result Our model outperformed 9 baseline models in flow and pressure series prediction.

Paper introduces methods to integrate external knowledge into RNNs using attention mechanisms.

problem Incorporating external knowledge into RNNs for improved performance.
method Proposes three methods: attentional concatenation, feature-based gating, and affine transformation.
result Attentional feature-based gating consistently improves performance across tasks.

DAUM networks improve weather forecasting with attention and multistream features.

problem Improving weather forecasting accuracy using deep learning.
method Proposes DAUM networks combining tensorial unistream and multistream representations with attention mechanisms.
result Adding self-attention blocks enhances forecasting performance.

Study uses attention-based method to detect different types of online harassment.

problem Detecting different types of online harassment in social media content.
method Multi-attention based approach using Recurrent Neural Networks to address imbalanced data.
result Demonstrates effectiveness of attention-based mechanism for detecting various types of online harassment.

A new model uses attention and Gaussian processes for efficient time-series generation.

problem Computational inefficiency and uncertainty underestimation in sequence transduction.
method Attention-based Gaussian process network for real-valued sequence generation.
result The model improves training efficiency and learns factorized generative distribution.

Improved stock price prediction using attention modules and news sentiment.

problem Predicting stock prices with non-stationary and non-parametric data.
method α_{t}-RIM architecture with attention modules and exponentially smoothed recurrent neural network.
result The αtα_{t}-RIM outperforms state-of-the-art models in predicting unseen data.

Self-attention improves satellite time series classification without preprocessing.

problem Efficiently classifying raw satellite time series data.
method Comparison of deep learning models including self-attention, 1D-convolutions, recurrence, and random forest.
result Self-attention and recurrent neural networks outperform convolutional neural networks on raw satellite time series.

Paper improves Native ads CTR prediction using event embeddings and recurrent networks.

problem Hard CTR prediction for Native ads due to lack of direct query intent.
method Proposes a large-scale event embedding scheme and a recurrent neural network model.
result Significantly outperforms baseline and variants in CTR prediction.

Study improves forecasting in betting markets using novel neural networks.

problem Improving short-term price movement predictions in betting exchanges.
method Innovative convolutional attention mechanisms applied to recurrent neural networks and bi-dimensional layers.
result All proposed innovations positively impact classification task performance.

HRHN predicts time series by integrating exogenous data and temporal dynamics.

problem Challenges in predicting time series with exogenous data and temporal dynamics.
method Hierarchical attention-based Recurrent Highway Network (HRHN) that considers interactions among exogenous variables and temporal dynamics.
result HRHN outperforms state-of-the-art methods in time series prediction, especially in capturing sudden changes and oscillations.

Proposes a multi-variable LSTM for accurate time series forecasting and variable importance.

problem Current attention mechanisms in recurrent neural networks fail to characterize variable importance in time series with exogenous variables.
method Develops a multi-variable LSTM with tensorized hidden states to learn variable importance and a mixture of temporal and variable attention.
result Demonstrates superior prediction performance and variable importance quantification compared to baselines.

Improved RNNs reduce memory decay and enhance language tasks.

problem Memory decay in RNNs affects performance in sequence prediction tasks.
method Introduced trainable scaling factors and a dependent bidirectional RNN to mitigate memory decay and improve performance.
result The proposed ELSTM and DBRNN models achieved up to 30% improvement in LAS compared to LSTM and GRU in dependency parsing.

Large-scale recurrent networks have drawn increasing attention recently because of their capabilities in modeling a large variety of real-world phenomena and physical mechanisms. This paper studies how to identify all authentic connections and estimate system parameters of a recurrent network, given a sequence of node …

2014-10-05abs ↗pdf ↗

Proposes an interpretable LSTM for time series with exogenous variables.

problem Lack of variable importance characterization in recurrent neural networks.
method Develops a multi-variable LSTM with tensorized hidden states for learning variable-specific representations.
result Variable attention in real datasets is highly aligned with statistical causality.

Foresee predicts future road environments with neural networks.

problem Predicting future chaotic road environments for autonomous driving.
method Unidirectional gated recurrent units (GRUs) with attention for online training.
result Foresee outperforms state-of-the-art methods in future projection accuracy.

Study predicts blood pressure response to fluid bolus therapy with high accuracy.

problem Predicting successful response to fluid bolus therapy in hypotensive ICU patients.
method Used attention-based LSTM and GRU neural networks on a large ICU database.
result Stacked LSTM with attention mechanism achieved highest accuracy of 0.852.

EWS-GCN improves credit scoring by analyzing money transfer connections.

problem Improving credit scoring in transactional banking data.
method Edge Weight-Shared Graph Convolutional Network (EWS-GCN) combining graph and recurrent neural networks.
result EWS-GCN outperforms state-of-the-art models in credit scoring.

SeqSleepNet tackles automatic sleep staging as a sequence-to-sequence problem.

problem Automatic sleep staging as a sequence-to-sequence classification problem.
method End-to-end hierarchical recurrent neural network (SeqSleepNet) with filterbank and attention-based recurrent layers.
result SeqSleepNet achieves high accuracy (87.1% overall accuracy, 83.3% macro F1-score, 0.815 Cohen's kappa) on a publicly available dataset.