paper-with-me

Papers

Two-Scale Latent Dynamics for Recurrent-Depth Transformers

2025-09-27 · Francesco Pappone, Donato Crisostomi, Emanuele Rodolà arxiv

Recurrent-depth transformers scale test-time compute by iterating latent computations before emitting tokens. We study the geometry of these iterates and argue for a simple, two-scale operational picture: (i) within a looped block, updates act as small-scale refinements; (ii) across consecutive blocks, states undergo a larger-scale drift. Across training, our measurements show that loop steps become smaller and increasingly orthogonal to one another, indicating better local modeling of fine structure rather than merely pushing in a single direction. These dynamics motivate an early-exit mechanism based on the model's second-order difference in step-size, which we show is superior in terms of performance, stability and time-efficiency, when compared to the KL-divergence exit strategy of Geiping et al. and its naive first-order counterpart.

📄 PDF Abstract BibTeX arXiv:2509.23314

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Block-Recurrent Dynamics in Vision Transformers

2025-12-23 · Mozes Jacobs, Thomas Fel, Richard Hakim, Alessandra Brondetta 외 arxiv

As Vision Transformers (ViTs) become standard vision backbones, a mechanistic account of their computational phenomenology is essential. Despite architectural cues that hint at dynamical structure, there is no settled fr…

The Topological Trouble With Transformers

2026-04-18 · Michael C. Mozer, Shoaib Ahmed Siddiqui, Rosanne Liu arxiv

Transformers encode structure in sequences via an expanding contextual history. However, their purely feedforward architecture fundamentally limits dynamic state tracking. State tracking -- the iterative updating of late…

Bridging the Gap Between Latent and Explicit Reasoning with Looped Transformers

2026-06-30 · Ying Fan, Anej Svete, Kangwook Lee arxiv

Language models typically reason via explicit chain-of-thought (CoT), generating intermediate steps token-by-token. Latent CoT offers an alternative: it performs multi-step reasoning in the model's hidden states, replaci…

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…

Investigating Recurrent Transformers with Dynamic Halt

2024-02-01 · Jishnu Ray Chowdhury, Cornelia Caragea

In this paper, we comprehensively study the inductive biases of two major approaches to augmenting Transformers with a recurrent mechanism: (1) the approach of incorporating a depth-wise recurrence similar to Universal T…

DiagnosticLanguage ModelingLanguage ModellingListOps