paper-with-me

Papers

Pretraining Recurrent Networks without Recurrence

2026-06-04 · Akarsh Kumar, Phillip Isola arxiv

Training recurrent neural networks (RNNs) requires assigning credit across long sequences of computations. Standard backpropagation through time (BPTT) addresses this problem poorly: it is sequential in time, limiting parallelism, and suffers from vanishing or exploding gradients, making long-range associations difficult to learn. We propose Supervised Memory Training (SMT), a method for training nonlinear RNNs that sidesteps recurrent credit propagation entirely by reducing RNN training to supervised learning on one-step memory transition labels $(m_t, x_{t+1}) \rightarrow m_{t+1}$. SMT acquires these memory labels by training a Transformer-based encoder on a predictive state objective--retaining only information from the past necessary to predict the future. By decoupling what to remember from how to update memory, SMT enables time-parallel RNN training with a stable $O(1)$ length gradient path between any two tokens--without ever unrolling the RNN. We find that SMT outperforms BPTT when pretraining various RNN architectures on tasks like language modeling and pixel sequence modeling. SMT enables nonlinear RNNs to better capture long-range dependencies and train in parallel, potentially unlocking the scaling of models that build temporal abstractions of past experience.

📄 PDF Abstract BibTeX arXiv:2606.06479

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

T^2MLR: Transformer with Temporal Middle-Layer Recurrence

2026-07-16 · Ziyang Cai, Xingyu Zhu, Yihe Dong, Yinghui He 외 arxiv

Transformer reasoning is limited by autoregressive decoding, which repeat edly compresses rich hidden computation through token space and makes it difficult for intermediate reasoning states to persist across time. We in…

How Much Is One Recurrence Worth? Iso-Depth Scaling Laws for Looped Language Models

2026-04-22 · Kristian Schwethelm, Daniel Rueckert, Georgios Kaissis arxiv

We measure how much one recurrence is worth to a looped (depth-recurrent) transformer, in equivalent unique parameters. From an iso-depth pretraining sweep across recurrence counts $r \in \{1, 2, 4, 8\}$ spanning ${\sim}…

Efficient Parallel Samplers for Recurrent-Depth Models and Their Connection to Diffusion Language Models

2025-10-16 · Jonas Geiping, Xinyu Yang, Guinan Su arxiv

Language models with recurrent depth, also referred to as universal or looped when considering transformers, are defined by the capacity to increase their computation through the repetition of layers. Recent efforts in p…

Teaching Pretrained Language Models to Think Deeper with Retrofitted Recurrence

2025-11-10 · Sean McLeish, Ang Li, John Kirchenbauer, Dayal Singh Kalra 외 arxiv

Recent advances in depth-recurrent language models show that recurrence can decouple train-time compute and parameter count from test-time compute. In this work, we study how to convert existing pretrained non-recurrent …

Recurrence of Nonlinear Control Systems: Entropy and Bit Rates

2023-11-13 · Hussein Sibai, Enrique Mallada

In this paper, we introduce the notion of recurrence entropy in the context of nonlinear control systems. A set is said to be ($\tau$-)recurrent if every trajectory that starts in the set returns to it (within at most $\…