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

Trend · papers per month

2785558331,110 · Jun 202019922001200920182026
48 results for Multiplicative Recurrent Networks

RACDNN improves saliency detection by iteratively refining attention to multiple scales.

problem Saliency detection struggles with objects of varying scales.
method Recurrent attentional convolutional-deconvolution network (RACDNN) using spatial transformer and recurrent units.
result RACDNN outperforms state-of-the-art methods on saliency detection datasets.

mLSTM improves sequence modeling with better autoregressive density estimation.

problem Improving autoregressive density estimation in sequence modeling.
method Introduces mLSTM, a recurrent neural network combining LSTM and multiplicative recurrent networks.
result mLSTM outperforms standard LSTM and its variants in character-level language modeling tasks.

Scalable verifier for recurrent neural networks using polyhedral abstractions.

problem Certifying the correctness of recurrent neural networks.
method Combining sampling, optimization, and Fermat's theorem for polyhedral abstractions; gradient descent for refinement.
result Successfully verified challenging recurrent models in various domains.

RNNs solve modular addition tasks using low rank and sparse Fourier structures.

problem Solving modular addition tasks with recurrent neural networks.
method Identified low rank structures and sparse Fourier representations in RNN weights.
result RNNs robust to removing individual frequencies but degrade with more ablation.

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 ↗

Improved sentiment analysis explanations using LRP for RNNs.

problem Creating understandable explanations for recurrent neural network predictions.
method Extending Layer-wise Relevance Propagation (LRP) to recurrent neural networks (RNNs), specifically to multiplicative connections in LSTMs and GRUs.
result Better explanation quality for sentiment analysis tasks using LRP compared to gradient-based methods.

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.

Adaptive RNN using mixture layer for multi-pattern sequences.

problem Inadequate RNN performance on sequences with multiple patterns.
method Introducing a mixture layer to partition and store prototype vectors, enabling adaptive state updates.
result M-RNN outperforms traditional RNN in assimilating sequences with multiple patterns.

Reverse engineered RNNs reveal line attractor dynamics for sentiment classification.

problem Understanding how recurrent neural networks solve sequential tasks like sentiment classification.
method Dynamical systems analysis to reverse engineer trained RNNs, identifying fixed points and linearized dynamics.
result Trained RNNs converge to low-dimensional line attractor dynamics, providing interpretable solutions.

RC reduces neural network redundancy and improves performance through independent BN layers.

problem Improving neural network performance and reducing redundancy.
method Recurrent convolution with independent batch normalization layers for different unrolling steps.
result The proposed method improves RC networks' performance and achieves cost-adjustable inference.

The study finds that many social media content cascades recur with bursts of popularity over time.

problem Understanding the recurrence of content cascades on social media.
method Large-scale analysis of cascades on Facebook over extended time periods, using a simple model to simulate recurrence.
result Content virality drives recurrence, but beyond a certain popularity, the rate of recurrence decreases.

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 ↗

HMRNN combines HMMs and neural networks for Alzheimer's disease forecasting.

problem Improving disease progression modeling with hidden states not fully known.
method Developed HMRNN combining HMMs and recurrent neural networks.
result HMRNN improves disease forecasting and offers novel clinical interpretation.

Deep learning predicts real-time parking occupancy using multiple data sources.

problem Predicting real-time parking occupancy in spatio-temporal networks.
method Graph-Convolutional Neural Networks (GCNN) for spatial relations, Recurrent Neural Networks (RNN) with Long-Short Term Memory (LSTM) for temporal features, multiple data sources.
result The model outperforms other methods with an average testing MAPE of 10.6%.

Paper compares training and sampling schemes for character-level RNNs.

problem Optimizing training and sampling schemes for character-level RNNs.
method Tested various training and sampling schemes on different datasets and architectures.
result The choice of training and sampling scheme affects stability, performance, and implementation effort.

The paper improves DFA for CNN and RNN training to match BP accuracy.

problem Low accuracy in CNN and RNN training using DFA.
method Divide network into modules, apply DFA within, use sparse backward weight, and incorporate dilated convolution and sparse matrix multiplication.
result Achieves BP-level accuracy in CNN and RNN training.

A new approach to learning in brain-like networks using adversarial algorithms.

problem Complex inter-dependencies in brain-like networks not compatible with conditional independence assumptions.
method Adversarial algorithm for learning models of perceptual processing.
result The approach can mimic known neural phenomena and yields testable hypotheses.

This paper improves RNN memory capacity for long sequences through learning associative memory update rules.

problem Challenges in RNNs remembering long sequences.
method Jointly learns memory update rule with task objective and uses multiple associative memories.
result Improves memory capacity for long sequence encoding.

Self-organized action hierarchy and compositionality learned by RNNs.

problem Improving RNN architectures for reinforcement learning.
method Multiple-timescale, stochastic RNN for RL.
result Network autonomously learns sub-goals and develops an action hierarchy.

Quaternion neural networks improve distant speech recognition.

problem Challenges in distant speech recognition due to noise and reverberation.
method Quaternion neural networks process multi-channel audio signals as quaternion entities, capturing internal and external dependencies.
result QLSTM outperforms real-valued LSTM on multi-channel distant speech recognition tasks.

BRITS fills missing values in correlated time series data without specific assumptions.

problem Missing values in correlated time series data.
method Bidirectional Recurrent Neural Networks (RNN) for imputation without specific assumptions.
result BRITS outperforms state-of-the-art methods in imputation and classification/regression accuracies.

ParaRNN improves RNN interpretability and parallelizability for time-dependent data.

problem Limited interpretability and slow training of RNNs.
method Parallelized RNN with additive representation and recurrence features.
result ParaRNN achieves comparable performance to vanilla RNNs but with improved interpretability and efficiency.

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.

Proposes a new RNN model for grouped sequential data with varying time intervals.

problem Implicitly models fixed time intervals between observations and lacks group-level effects.
method Mixed membership framework for RNN, learning group-level base parameter.
result Demonstrates dynamic topic modeling with evolving topic distributions over time.

Dynamic sparseness reduces neural network computation by selectively omitting parts of computations.

problem Reducing the computational and memory footprint of neural networks.
method Combining dynamic sparseness with block-wise matrix-vector multiplications to selectively omit parts of computations.
result The proposed method outperforms static sparseness and achieves similar perplexities at half the computational cost.