paper-with-me

Papers

Parallel Recursive LSTM

2026-05-16 · Tristan Gaudreault, Yongyi Mao arxiv

Transformers have become the dominant architecture for sequence modeling by using self-attention to enable expressive and highly parallel processing. However, the resulting quadratic time and memory costs limit efficiency in long-context settings. Recurrent models such as LSTMs provide explicit nonlinear state updates and strong state-tracking capabilities, yet their strictly sequential computation limits parallelism. We introduce the Parallel Recursive LSTM (PR-LSTM), a hierarchical recurrent architecture that replaces left-to-right recurrence with recursive nonlinear state composition over a balanced computation tree. Tokens are first mapped independently to latent states, which are then recursively merged by a learned gated composition block. This structure uses the reduction pattern underlying parallel scans as a fixed execution schedule, rather than assuming an associative recurrence. As a result, PR-LSTM retains nonlinear gated state representations while reducing recurrent parallel depth from linear to logarithmic. Empirically, PR-LSTM achieves strong sequence-length generalization on formal-language benchmarks, solving more tasks than standard RNN, LSTM, and Transformer baselines, while avoiding the quadratic scaling of attention. These results suggest that recurrent computation can be reorganized hierarchically to expose parallelism without restricting the transition dynamics to linear or associative forms.

📄 PDF Abstract BibTeX arXiv:2605.17108

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Recursive QLSTM with Dynamic Variational Quantum Circuit Adaptation

2026-06-22 · Samuel Yen-Chi Chen, Yifeng Peng, Jiun-Cheng Jiang, Chun-Hua Lin 외 arxiv

Recent advances in quantum computing and machine learning have motivated the development of quantum models for sequential data processing. In this paper, we propose a Recursive Quantum Long Short-Term Memory model, or Re…

A constrained recursion algorithm for batch normalization of tree-sturctured LSTM

2020-08-21 · Ruo Ando, Yoshiyasu Takefuji

Tree-structured LSTM is promising way to consider long-distance interaction over hierarchies. However, there have been few research efforts on the hyperparameter tuning of the construction and traversal of tree-structure…

Quantifying the vanishing gradient and long distance dependency problem in recursive neural networks and recursive LSTMs

2016-03-01 · WS 2016 8 · Phong Le, Willem Zuidema

Recursive neural networks (RNN) and their recently proposed extension recursive long short term memory networks (RLSTM) are models that compute representations for sentences, by recursively combining word embeddings acco…

SentenceSentiment AnalysisWord Embeddings

Recursive Joint Attention for Audio-Visual Fusion in Regression based Emotion Recognition

2023-04-17 · R Gnana Praveen, Eric Granger, Patrick Cardinal

In video-based emotion recognition (ER), it is important to effectively leverage the complementary relationship among audio (A) and visual (V) modalities, while retaining the intra-modal characteristics of individual mod…

Emotion Recognitionregression

Parallel BiLSTM-Transformer networks for forecasting chaotic dynamics

2025-10-27 · Junwen Ma, Mingyu Ge, Yisen Wang, Yong Zhang 외 arxiv

The nonlinear nature of chaotic systems results in extreme sensitivity to initial conditions and highly intricate dynamical behaviors, posing fundamental challenges for accurately predicting their evolution. To overcome …