Search papers, labs, and topics across Lattice.
This study investigates the phenomenon of rank collapse in Post-Norm decoder-only Transformers, revealing that causal attention initially amplifies token similarity across layers, while the SwiGLU branch has a minor damping effect. As training progresses, the growth of pre-normalization residual norms leads to a geometric decay of gradients in earlier layers, exacerbating the collapse. Experimental validation on 48-layer Transformers confirms the predicted dynamics of similarity growth and gradient contraction, providing insights into the limitations of training in high-similarity regimes.
Causal attention in Post-Norm Transformers amplifies token similarity, leading to a collapse that training dynamics fail to repair, revealing critical insights into model behavior.
Deep decoder-only Transformers often replace the original Post-Norm architecture with Pre-Norm variants because Post-Norm training is highly sensitive to warmup and learning rate under conventional initialization schemes. Although prior work has identified rank collapse and gradient vanishing as related symptoms, it remains poorly understood how causal attention creates high-similarity representations and why training dynamics fail to repair them. We give a two-stage analysis of Post-Norm rank collapse using token similarity as a scalar state variable. First, at initialization, causal attention acts approximately as a prefix-averaging operator that increases token similarity across depth, while the SwiGLU branch contributes only a smaller damping effect. Second, once training enters a high-similarity regime, growth of pre-normalization residual norms makes the RMSNorm backward factor contractive; under mild conditions, gradients to earlier layers decay geometrically. As a complementary result, we characterize the properties of a collapsed network: its best predictor is frequency distribution with relatively high loss floor, and gradients in collapsed layers vanish at frequency distribution. Experiments on 48-layer decoder-only Transformers trained on C4 dataset match the predicted initialization-time similarity growth and collapse-time gradient contraction, and show that collapsed runs stay near the predicted frequency loss. Together, these results distinguish the forward similarity amplification and backward repair incapacity in Post-Norm collapse, while also characterizing the behavior of collapsed networks.