TL;DR
This paper introduces Derf, a novel point-wise function that surpasses existing normalization techniques like LayerNorm, RMSNorm, and DyT in various domains, simplifying Transformer architectures.
Contribution
The work presents a large-scale search for effective point-wise functions, identifying Derf as superior to previous normalization methods in diverse tasks.
Findings
Derf outperforms LayerNorm, RMSNorm, and DyT across multiple domains.
Performance gains are mainly due to improved generalization, not fitting capacity.
Derf's simplicity makes it a practical normalization-free alternative for Transformers.
Abstract
Although normalization layers have long been viewed as indispensable components of deep learning architectures, the recent introduction of Dynamic Tanh (DyT) has demonstrated that alternatives are possible. The point-wise function DyT constrains extreme values for stable convergence and reaches normalization-level performance; this work seeks further for function designs that can surpass it. We first study how the intrinsic properties of point-wise functions influence training and performance. Building on these findings, we conduct a large-scale search for a more effective function design. Through this exploration, we introduce , where is the rescaled Gaussian cumulative distribution function, and identify it as the most performant design. Derf outperforms LayerNorm, RMSNorm, and DyT across a wide range of domains,…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
