English

Normalization Layer Per-Example Gradients are Sufficient to Predict Gradient Noise Scale in Transformers

Machine Learning 2024-11-05 v1 Machine Learning

Abstract

Per-example gradient norms are a vital ingredient for estimating gradient noise scale (GNS) with minimal variance. Observing the tensor contractions required to compute them, we propose a method with minimal FLOPs in 3D or greater tensor regimes by simultaneously computing the norms while computing the parameter gradients. Using this method we are able to observe the GNS of different layers at higher accuracy than previously possible. We find that the total GNS of contemporary transformer models is predicted well by the GNS of only the normalization layers. As a result, focusing only on the normalization layer, we develop a custom kernel to compute the per-example gradient norms while performing the LayerNorm backward pass with zero throughput overhead. Tracking GNS on only those layers, we are able to guide a practical batch size schedule that reduces training time by 18% on a Chinchilla-optimal language model.

Keywords

Cite

@article{arxiv.2411.00999,
  title  = {Normalization Layer Per-Example Gradients are Sufficient to Predict Gradient Noise Scale in Transformers},
  author = {Gavia Gray and Aman Tiwari and Shane Bergsma and Joel Hestness},
  journal= {arXiv preprint arXiv:2411.00999},
  year   = {2024}
}

Comments

23 pages, 16 figures, to be published in the proceedings of the 2024 Conference on Neural Information Processing Systems (NeurIPS), code is available at: https://github.com/CerebrasResearch/nanoGNS

R2 v1 2026-06-28T19:45:00.611Z