paper-with-me

홈 › Papers

From Growing to Looping: A Unified View of Iterative Computation in LLMs

2026-02-18 · Ferdinand Kapl, Emmanouil Angelis, Kaitlin Maile, Johannes von Oswald, Stefan Bauer arxiv

Looping, reusing a block of layers across depth, and depth growing, training shallow-to-deep models by duplicating middle layers, have both been linked to stronger reasoning, but their relationship remains unclear. We provide a mechanistic unification: looped and depth-grown models exhibit convergent depth-wise signatures, including increased reliance on late layers and recurring patterns aligned with the looped or grown block. These shared signatures support the view that their gains stem from a common form of iterative computation. Building on this connection, we show that the two techniques are adaptable and composable: applying inference-time looping to the middle blocks of a depth-grown model improves accuracy on some reasoning primitives by up to $2\times$, despite the model never being trained to loop. Both approaches also adapt better than the baseline when given more in-context examples or additional supervised fine-tuning data. Additionally, depth-grown models achieve the largest reasoning gains when using higher-quality, math-heavy cooldown mixtures, which can be further boosted by adapting a middle block to loop. Overall, our results position depth growth and looping as complementary, practical methods for inducing and scaling iterative computation to improve reasoning.

📄 PDF Abstract BibTeX arXiv:2602.16490

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Sparse Growing Transformer: Training-Time Sparse Depth Allocation via Progressive Attention Looping

2026-03-25 · Yao Chen, Yilong Chen, Yinqi Yang, Junyuan Shang 외 arxiv

Existing approaches to increasing the effective depth of Transformers predominantly rely on parameter reuse, extending computation through recursive execution. Under this paradigm, the network structure remains static al…

Inner Loop Inference for Pretrained Transformers: Unlocking Latent Capabilities Without Training

2026-02-16 · Jonathan Lys, Vincent Gripon, Bastien Pasdeloup, Axel Marmoret 외 arxiv

Deep Learning architectures, and in particular Transformers, are conventionally viewed as a composition of layers. These layers are actually often obtained as the sum of two contributions: a residual path that copies the…

3D Video Loops from Asynchronous Input

2023-03-09 · CVPR 2023 1 · Li Ma, Xiaoyu Li, Jing Liao, Pedro V. Sander

Looping videos are short video clips that can be looped endlessly without visible seams or artifacts. They provide a very attractive way to capture the dynamism of natural scenes. Existing methods have been mostly limite…

Loop Neural Networks for Parameter Sharing

2024-09-21 · Kei-Sing Ng, Qingchen Wang

The success of large-scale language models like GPT can be attributed to their ability to efficiently predict the next token in a sequence. However, these models rely on constant computational effort regardless of the co…

Language ModelingLanguage ModellingText Generation

Faster WIND: Accelerating Iterative Best-of-$N$ Distillation for LLM Alignment

2024-10-28 · Tong Yang, Jincheng Mei, Hanjun Dai, Zixin Wen 외

Recent advances in aligning large language models with human preferences have corroborated the growing importance of best-of-N distillation (BOND). However, the iterative BOND algorithm is prohibitively expensive in prac…