2025
Impact of Layer Norm on Memorization and Generalization in Transformers
NeurIPS 2025poster
Layer Normalization (LayerNorm) is one of the fundamental components in transformers that stabilizes training and improves optimization. In recent times, Pre-LayerNorm transformers have become the preferred choice over Post-LayerNorm transformers due to their stable gradient flow. However, the impac…