LGAICLCVMar 13, 2025

Transformers without Normalization

arXiv:2503.10622v2153 citationsh-index: 19CVPR
Originality Incremental advance
AI Analysis

This challenges the conventional understanding that normalization is indispensable in neural networks, potentially simplifying model design for researchers and practitioners.

The paper tackles the problem of eliminating normalization layers in Transformers, showing that using Dynamic Tanh (DyT) as a drop-in replacement can achieve the same or better performance across diverse tasks without hyperparameter tuning.

Normalization layers are ubiquitous in modern neural networks and have long been considered essential. This work demonstrates that Transformers without normalization can achieve the same or better performance using a remarkably simple technique. We introduce Dynamic Tanh (DyT), an element-wise operation $DyT($x$) = \tanh(α$x$)$, as a drop-in replacement for normalization layers in Transformers. DyT is inspired by the observation that layer normalization in Transformers often produces tanh-like, $S$-shaped input-output mappings. By incorporating DyT, Transformers without normalization can match or exceed the performance of their normalized counterparts, mostly without hyperparameter tuning. We validate the effectiveness of Transformers with DyT across diverse settings, ranging from recognition to generation, supervised to self-supervised learning, and computer vision to language models. These findings challenge the conventional understanding that normalization layers are indispensable in modern neural networks, and offer new insights into their role in deep networks.

Code Implementations1 repo
Foundations

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

Your Notes