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,291 papers · 148 categories

Trend · papers per month

25.0%50.0%75.0%100.0% · Feb 199419922001200920182026
48 results for RNN models

ARNN augments RNNs with user-contextual preference for better session-based recommendations.

problem Limited context-awareness in RNN session models.
method Proposes ARNN that uses PNN to extract high-order user-contextual preference.
result ARNN outperforms baseline RNN by a large margin with rich user-side contexts.

In this paper, we explore different ways to extend a recurrent neural network (RNN) to a \textit{deep} RNN. We start by arguing that the concept of depth in an RNN is not as clear as it is in feedforward neural networks. By carefully analyzing and understanding the architecture of an RNN, however, we find three points …

2013-12-20abs ↗pdf ↗

Transfer learning improves clinical time series prediction with limited data.

problem Training deep RNNs for clinical tasks requires large labeled data and tuning.
method Transfer learning from pre-trained RNNs on multiple tasks to new tasks.
result Features from pre-trained RNNs improve model performance and robustness.

GORU combines unitary and gated RNNs for better long-term memory management.

problem Learning to effectively manage long-term memory in neural networks.
method Extending unitary RNNs with a gating mechanism to forget irrelevant information.
result GORU outperforms LSTMs, GRUs, and Unitary RNNs on long-term dependency tasks.

In this work, we propose a novel recurrent neural network (RNN) architecture. The proposed RNN, gated-feedback RNN (GF-RNN), extends the existing approach of stacking multiple recurrent layers by allowing and controlling signals flowing from upper recurrent layers to lower layers using a global gating unit for each pai…

2015-02-09abs ↗pdf ↗

Recurrent Neural Networks (RNNs) have long been recognized for their potential to model complex time series. However, it remains to be determined what optimization techniques and recurrent architectures can be used to best realize this potential. The experiments presented take a deep look into Hessian free optimization…

2015-10-16abs ↗pdf ↗

A new model combines spatial and spectral features for HSI classification.

problem Inefficiency and difficulty in training RNNs for HSI classification.
method Proposes St-SS-pGRU combining shorten RNN, converlusion layer, and parallel-GRU.
result Better performance and robustness in HSI classification.

Delayed-RNN approximates stacked and bidirectional RNNs.

problem Improving RNN expressiveness and representational capacity.
method Weight-constrained delayed-RNN, equivalent to stacked-RNNs, with partial acausality.
result Delayed-RNN can approximate stacked and bidirectional RNNs, outperforming them in some tasks.

Study shows challenges in converting RNNs to FSMs due to computational complexity.

problem Understanding the equivalence and distance between RNNs and FSMs.
method Computational proofs for equivalence and distance problems between RNNs and FSMs.
result Undecidability and hardness of approximation problems between RNNs and FSMs.

FastGRNN improves RNN accuracy while drastically reducing model size.

problem Inaccurate training and inefficient prediction in RNNs.
method FastGRNN uses a residual connection and gate to achieve state-of-the-art accuracy with a much smaller model.
result FastGRNN achieves state-of-the-art accuracy with models up to 35x smaller than existing RNNs.

Anticipation-RNN generates music with user-defined constraints.

problem Interactive music generation with user-defined constraints.
method Introduces Anticipation-RNN, a novel architecture that allows user-defined positional constraints.
result Demonstrates efficient generation of melodies satisfying user-defined constraints.

RNN-HAR model improves VaR forecasting with long-memory and non-linear dynamics.

problem Efficiently forecasting Value at Risk (VaR) with long-memory and non-linear realized volatility.
method Loss-based generalized Bayesian inference with Sequential Monte Carlo for model estimation and prediction.
result RNN-HAR model consistently outperforms other VaR forecasting models.

Bayesian RNN model forecasts and quantifies uncertainty in spatio-temporal data.

problem Uncertainty quantification in nonlinear spatio-temporal systems.
method Developed a Bayesian RNN model to forecast and quantify uncertainty rigorously.
result The model maintains forecast accuracy while quantifying uncertainty formally.

Mixture Density RNNs learn to model predictions as multiple Gaussian distributions.

problem Understanding predictions made by MD-RNNs in complex environments.
method Analyzed predictions from trained MD-RNNs, focusing on their Gaussian components.
result MD-RNNs' Gaussian components separately model stochastic events and scenarios governed by different rules.

Frequentist method estimates uncertainty in RNNs without altering architecture.

problem Uncertainty quantification in RNNs for decision-making.
method Jackknife resampling and influence functions to estimate variability.
result The method provides theoretical coverage guarantees on uncertainty intervals.

Deep Neural Network (DNN) acoustic models have yielded many state-of-the-art results in Automatic Speech Recognition (ASR) tasks. More recently, Recurrent Neural Network (RNN) models have been shown to outperform DNNs counterparts. However, state-of-the-art DNN and RNN models tend to be impractical to deploy on embedde…

2015-04-07abs ↗pdf ↗

This study improves knowledge distillation for RNN-T models with noisy labels.

problem Challenges in distilling knowledge from RNN-T models with variable quality teachers.
method Full-sum distillation and sequence-level knowledge distillation.
result Full-sum distillation outperforms other methods for RNN-T models, especially for bad teachers.

A new RNN model tackles long-time dependencies with fast, invertible, and memory-efficient hidden states.

problem Challenges in processing sequential inputs with long-time dependencies in RNNs.
method A novel RNN architecture based on a Hamiltonian system of oscillators.
result The proposed RNN mitigates exploding and vanishing gradient problems, providing state-of-the-art performance.

Predicts individual septic shock children's vasoactive response using RNN.

problem Personalized physiologic responses to vasoactive titrations in septic shock children.
method Retrospective analysis of EMR data using a Recurrent Neural Network (RNN).
result RNN model predicted physiologic responses more accurately than a linear model.

ASARS integrates temporal dynamics from CF into session-based RNN for better personalized recommendations.

problem Discarding long-term data across sessions in session-based RNNs.
method ASARS framework that combines attentional network and inter-session temporal dynamic model.
result ASARS improves personalized recommendation performance on four real datasets.

Develops a tensor network framework to reduce RNN complexity for high-dimensional sequence modeling.

problem Exponential parameter growth in RNNs for large multidimensional data.
method Embeds a multi-linear graph filter in a tensor network architecture to approximate RNN hidden states.
result Demonstrates superior performance and reduced complexity compared to traditional RNNs.

Finite precision RNNs have varying computational power, with LSTMs and ReLU-RNNs being more powerful.

problem Understanding the computational limits of finite precision RNNs for language recognition.
method Comparison of different RNN variants with finite precision and linear computation time.
result LSTMs and ReLU-RNNs are strictly stronger than other RNN variants in terms of computational power.

We stabilize the activations of Recurrent Neural Networks (RNNs) by penalizing the squared distance between successive hidden states' norms. This penalty term is an effective regularizer for RNNs including LSTMs and IRNNs, improving performance on character-level language modeling and phoneme recognition, and outperfor…

2015-11-26abs ↗pdf ↗

The paper develops a convex parameterization for robust RNNs ensuring stability and robustness.

problem Lack of stability and robustness guarantees in RNNs for sequence-to-sequence mapping applications.
method Formulated convex sets of RNNs with stability and robustness guarantees using incremental quadratic constraints.
result The proposed model structure ensures global exponential stability and bounds on incremental 2 \ell_2 gain.