English

Scale-Invariant Neural Network Optimization: Norm Geometry and Heavy-Tailed Noise

Optimization and Control 2026-05-19 v1 Machine Learning

Abstract

A growing lesson from neural network optimization is that optimizer design should respect how the model is parametrized. Scale-invariant methods become important because their normalized layerwise updates can not only support hyperparameter transfer across model sizes but exploit input-output matrix norm geometry. At the same time, stochastic gradient noises in deep learning are often far from sub-Gaussian and may exhibit heavy tails. These crucial observations have shaped recent algorithmic principles for training neural networks, yet their joint theoretical consequences remain underexplored. In particular, it is unclear what dimension dependence is unavoidable for scale-invariant methods with general input-output matrix norm, and whether higher-order smoothness can accelerate training under heavy-tailed noise. We study these questions through nonconvex smooth stochastic optimization over Rm×n\mathbb{R}^{m\times n} with general norms, where the goal is to achieve an ϵ\epsilon-stationary point under pthp^{\mathrm{th}}-moment heavy-tailed noise. Our first contribution is a dimension-dependent lower bound: when max{m,n}(min{m,n})2\frac{\max\{m,n\}}{(\min\{m,n\})^2} is large enough, any scale-invariant first-order method with spectral norm requires Ω(min{m,n}ϵ3p2p1)\Omega(\min\{m, n\}\epsilon^{-\frac{3p-2}{p-1}}) oracle calls. We prove that a batched Scion method with spectral norm achieves the matching upper bound of O(min{m,n}ϵ3p2p1)O(\min\{m, n\}\epsilon^{-\frac{3p-2}{p-1}}). To exploit higher-order smoothness, we propose a transported Scion method and improve the bound to O(min{m,n}ϵ5p32p2)O(\min\{m, n\}\epsilon^{-\frac{5p-3}{2p-2}}) when the norm is spectral and the Hessian is Lipschitz. Finally, we incorporate practical heuristics into our transported method and evaluate it across multiple architectures and model sizes, demonstrating its flexibility and compatibility in training neural networks.

Keywords

Cite

@article{arxiv.2605.18528,
  title  = {Scale-Invariant Neural Network Optimization: Norm Geometry and Heavy-Tailed Noise},
  author = {Jiayu Zhang and Tianyi Lin},
  journal= {arXiv preprint arXiv:2605.18528},
  year   = {2026}
}

Comments

45 pages

R2 v1 2026-07-22T07:19:24.131Z