LGMay 28, 2025

Learning in Compact Spaces with Approximately Normalized Transformer

arXiv:2505.22014v22 citationsh-index: 17
AI Analysis

This addresses efficiency and stability problems for practitioners training transformer models, though it appears incremental as it builds on existing normalization techniques.

The paper tackles training challenges in deep neural networks like overfitting and numerical instability by proposing an approximate normalization method using simple scalar multiplications and parameter norm constraints, which achieves up to 40% faster convergence with only 3% additional runtime cost compared to GPT models with QK normalization.

The successful training of deep neural networks requires addressing challenges such as overfitting, numerical instabilities leading to divergence, and increasing variance in the residual stream. A common solution is to apply regularization and normalization techniques that usually require tuning additional hyperparameters. An alternative is to force all parameters and representations to lie on a hypersphere. This removes the need for regularization and increases convergence speed, but comes with additional costs. In this work, we propose a more holistic, approximate normalization via simple scalar multiplications motivated by the tight concentration of the norms of high-dimensional random vectors. Additionally, instead of applying strict normalization for the parameters, we constrain their norms. These modifications remove the need for weight decay and learning rate warm-up as well, but do not increase the total number of normalization layers. Our experiments with transformer architectures show up to 40% faster convergence compared to GPT models with QK normalization, with only 3% additional runtime cost. When deriving scaling laws, we found that our method enables training with larger batch sizes while preserving the favorable scaling characteristics of classic GPT architectures.

Foundations

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

Your Notes