DeepLoop: Depth Scaling for Looped Transformers

Shuzhen Li · hf · 2026-07-17

This work discusses the depth scaling problem in Looped Transformers: when the same set of parameters is revisited multiple times, the scaling of residual branches can no longer depend solely on "nominal layers" but must consider parameter access counts.

The authors formalize this tied-depth effect using a first-order perturbation bound and an access alignment coefficient κR, pointing out:

Based on this, the DeepLoop method sets new scaling parameters while maintaining the Post-LN DeepNorm architecture:

On looped language models at GPT-2 small and GPT-2 medium scales, DeepLoop is largely neutral without repeated physical blocks; but once recursive depth is enabled, it improves validation loss and downstream accuracy. Conclusion: stable recursive depth requires scaling rules designed for "parameter access counts", not just layer counts.

Related event: DeepLoop Explores Depth Scaling for Looped Transformers(2 posts)→

Original post →

More from Research

Research channel →