
DeepLoop is a residual-scaling rule for weight-tied looped Transformers. Looped models increase effective depth by revisiting the same physical blocks, and the DeepNorm exponent that stabilizes untied depth ($p=1/4$) is no longer the right one. DeepLoop makes the tied-depth effect explicit through a visit-alignment analysis and keeps the Post-LN DeepNorm architecture with a single loop-aware scaling rule:
where $N$ is the unrolled (effective) depth and $\beta$ is the initialization gain of each residual-branch output projection. The exponent $p=1/2$ is the aligned-visit threshold; it recovers DeepNorm's $1/4$ when visits decorrelate. The same rule applies to hierarchical recurrent reasoners (HRM), where it improves voted accuracy on ARC-AGI.
