LGMLMay 30

Looped Transformers with Layer Normalization Provably Learn the Power Method

arXiv:2606.0060577.9
Predicted impact top 17% in LG · last 90 daysOriginality Highly original
AI Analysis

Provides the first theoretical analysis of training dynamics for looped transformers with layer normalization, explaining how LN enables learning of iterative algorithms.

The paper proves that a looped linear transformer with layer normalization, trained via gradient descent on principal component prediction, converges to implement the power method, with each self-attention layer performing one power iteration. This reveals an algorithmic implicit bias and shows that transformers with LN outperform those without LN in this task.

Transformers have achieved remarkable success across a wide range of applications, and a growing body of work suggests that part of their strength comes from their ability to learn and execute algorithmic procedures. However, our understanding of how transformers learn such algorithms remains limited, especially in the presence of layer normalization (LN). In this work, we study principal component prediction as a concrete testbed for understanding the training dynamics of transformers with LN. We prove that a looped linear transformer with LN, trained by gradient descent, converges to a solution that implements the power method, with each self-attention layer performing one power iteration. Notably, the model is trained only for principal component prediction, rather than being explicitly supervised to implement the power method. Our finding thus reveals an "algorithmic implicit bias" of looped transformers with LN: principal-component prediction can in principle be achieved by many mechanisms, yet gradient descent selects one that realizes the power method. We further provide a concrete comparison between transformers with and without LN: even with layerwise guidance from power iterations, a transformer without LN cannot exactly learn the power method, whereas the corresponding transformer with LN can, leading to a provable performance gap in principal component prediction. Our results provide, to our knowledge, the first theoretical analysis of the training dynamics of looped and single-layer transformers with LN, and shed light on the role of LN in transformer models.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes