ImageNet classification with deep convolutional neural networks
Alex Krizhevsky, Ilya Sutskever et al.
13
Citations
7
Influential Citations
arXiv.org
Venue
2025
Year
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 $\mathrm{Derf}(x) = \mathrm{erf}(\alpha x + s)$, where $\mathrm{erf}(x)$ 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, including visual recognition and generation, speech representation, and DNA sequence modeling. Our analysis also suggests that the performance gains of Derf largely stem from its improved generalization rather than stronger fitting capacity. Its simplicity and stronger performance make Derf a practical choice for normalization-free Transformer architectures.
Normalization layers (e.g., LayerNorm, BatchNorm) have been considered essential for training deep Transformers, but they add complexity and computational cost. The recent Dynamic Tanh (DyT) showed that a simple pointwise function could replace normalization, but its performance was limited. This paper pushes further by systematically searching for a better function, leading to Derf—a rescaled error function that not only matches but surpasses standard normalization across diverse domains. This matters because it challenges the long-held assumption that normalization is indispensable, opening the door to simpler, faster, and more generalizable architectures.
The work is particularly timely as the AI field seeks to reduce architectural complexity and improve efficiency. By demonstrating that a single pointwise function can outperform multiple normalization techniques on vision, speech, and DNA tasks, the authors provide a strong empirical case for normalization-free design. This could influence future Transformer variants and simplify deployment in resource-constrained settings.
This paper provides a strong empirical demonstration that normalization layers can be replaced by a carefully designed pointwise function without sacrificing—and often improving—performance. The simplicity of Derf (a single function with two learnable parameters) makes it an attractive option for practitioners seeking to reduce architectural complexity. The finding that Derf improves generalization rather than fitting capacity suggests it may offer regularization benefits, which could be particularly valuable in data-limited regimes. Future work could explore theoretical underpinnings, scaling to larger models, and integration with other architectural innovations.
Alex Krizhevsky, Ilya Sutskever et al.
Ashish Vaswani, Noam Shazeer et al.
Douglas M. Bates, Martin Mächler et al.
Diederik P. Kingma, Jimmy Ba