paper-with-me

홈 › Papers

Depth-Recurrent Attention Mixtures: Giving Latent Reasoning the Attention it Deserves

2026-01-29 · Jonas Knupp, Jan Hendrik Metzen, Jeremias Bohn, Georg Groh, Kristian Kersting arxiv

Depth-recurrence facilitates latent reasoning by sharing parameters across depths. However, prior work lacks combined FLOP-, parameter-, and memory-matched baselines, underutilizes depth-recurrence due to partially fixed layer stacks, and ignores the bottleneck of constant hidden-sizes that restricts many-step latent reasoning. To address this, we introduce a modular framework of depth-recurrent attention mixtures (Dreamer), combining sequence attention, depth attention, and sparse expert attention. It alleviates the hidden-size bottleneck through attention along depth, decouples scaling dimensions, and allows depth-recurrent models to scale efficiently and effectively. Across language reasoning benchmarks, our models require 2 to 8x fewer training tokens for the same accuracy as FLOP-, parameter-, and memory-matched SOTA, and outperform ca. 2x larger SOTA models with the same training tokens. We further present insights into knowledge usage across depths, e.g., showing 2 to 11x larger expert selection diversity than SOTA MoEs.

📄 PDF Abstract BibTeX arXiv:2601.21582

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Attention-based Recurrent Convolutional Neural Network for Automatic Essay Scoring

2017-08-01 · CONLL 2017 8 · Fei Dong, Yue Zhang, Jie Yang

Neural network models have recently been applied to the task of automatic essay scoring, giving promising results. Existing work used recurrent neural networks and convolutional neural networks to model input essays, giv…

Feature EngineeringMachine TranslationSentenceSentiment Analysis

Latent Recurrent Transformer: Architecture Exploration, Training Strategies, and Scaling Behavior

2026-05-26 · Zeyi Huang, Xuehai He, LiLiang Ren, Yiping Wang 외 arxiv

We study Latent Recurrent Transformer (LRT), a lightweight augmentation of autoregressive transformers that reuses a high-level source-layer hidden state from the previous token as recurrent memory for the next token. Be…

Scaling Up Liquid-Resistance Liquid-Capacitance Networks for Efficient Sequence Modeling

2025-05-27 · Mónika Farsang, Ramin Hasani, Radu Grosu

We present LrcSSM, a $\textit{nonlinear}$ recurrent model that processes long sequences as fast as today's linear state-space layers. By forcing the state-transition matrix to be diagonal and learned at every step, the f…

Mamba

Recurrent-Depth VLA: Implicit Test-Time Compute Scaling of Vision-Language-Action Models via Latent Iterative Reasoning

2026-02-08 · Yalcin Tur, Jalal Naghiyev, Haoquan Fang, Wei-Chuan Tsai 외 arxiv

Current Vision-Language-Action (VLA) models rely on fixed computational depth, expending the same amount of compute on simple adjustments and complex multi-step manipulation. While Chain-of-Thought (CoT) prompting enable…

ReSSFormer: A Recursive Sparse Structured Transformer for Scalable and Long-Context Reasoning

2025-10-02 · Haochen You, Baojing Liu arxiv

While Transformer architectures have demonstrated impressive scalability across domains, they continue to face challenges in long-context reasoning, computational efficiency, and structural generalization - largely due t…

Computational Efficiency