[2607.13491] DeepLoop: Depth Scaling for Looped Transformers
Abstract:Looped Transformers scale sequential computation by applying a compact stack of physical blocks for multiple rounds, increasing unrolled depth without increasing stored parameters. This reuse changes the residual-scaling problem: in an untied Transformer, each residual branch receives and applies its own parameter update, whereas in a looped Transformer one shared update aggregates gradients from repeated visits and is read back by those same visits in the next linearized forward pass. We formalize this tied-depth effect through a first-order perturbation bound controlled by a visit-alignment coefficient $\kappa_R$. The bound recovers the DeepNorm exponent when visits decorrelate, but in the conservative aligned regime it requires the exponent to increase from $1/4$ to $1/2$ as loop count grows at fixed physical depth. The resulting method, \textbf{DeepLoop}, keeps the Post-LN DeepNorm architecture and sets $\alpha=(2N)^{1/2}$ and $\beta=(8N)^{-1/2}$ for unrolled depth $N$. On GPT-style looped language models at GPT-2 small and GPT-2 medium scale, DeepLoop is neutral when no physical block is revisited and improves validation loss and downstream accuracy once recurrent depth is activated. These results show that stable recurrent depth requires residual scaling rules that account for parameter visits, not only nominal layer count.
DeepLoop: Depth Scaling for Looped Transformers Shuzhen Li1 Yifan Zhang1,† Jiacheng Guo1 Quanquan Gu2 Mengdi Wang1,† 1 2 Princeton University University of California, Los Angeles Abstract…
saved by
related reading
- A Mathematical Framework for Transformer Circuitstransformer-circuits.pub
- [2607.16051] Loop the Loopies!arxiv.org
- Training-Free Looped Transformersarxiv.org
- [2602.05970] Inverse Depth Scaling From Most Layers Being Similararxiv.org
- (Some of) The Models, They Just Don't Want to Learn | Tildeblog.tilderesearch.com
- Aman's AI Journal • Primers • Ilya Sutskever's Top 30aman.ai
- GitHub - huskydoge/Awesome-Loop-Models: A curated list of papers and selected technical blogs on Loop Models.github.com
- arxiv.org/pdf/2512.24880#page=3.56arxiv.org
- The Annotated Transformernlp.seas.harvard.edu
- The Decade of Deep Learning | Leo Gaobmk.sh
- Clouded Judgement 9.4.26 - Recurrent Depthcloudedjudgement.substack.com
- A Little Depth Goes a Long Way: The Expressive Power of Log-Depth Transformersarxiv.org