The Anisotropic Noise in Stochastic Gradient Descent: Its Behavior of Escaping from Sharp Minima and Regularization Effects
Zhanxing Zhu, Jingfeng Wu, Bing Yu, Lei Wu, Jinwen Ma
TL;DR
This work analyzes stochastic gradient dynamics with unbiased noise, unifying SGD and Langevin dynamics, and introduces an information-rich metric $\text{Tr}(H\Sigma)$ to quantify escape efficiency from minima. It shows that anisotropic noise aligned with loss curvature enables faster escape from sharp minima and bias toward flatter minima, offering a plausible explanation for SGD's superior generalization relative to isotropic diffusion. The authors derive conditions under which anisotropic noise outperforms isotropic noise and substantiate these with theoretical results and extensive experiments across toy setups and real datasets. The findings highlight the importance of noise structure, not just magnitude, in optimization dynamics and generalization, suggesting directions for designing better optimizers that exploit Hessian-aligned diffusion.
Abstract
Understanding the behavior of stochastic gradient descent (SGD) in the context of deep neural networks has raised lots of concerns recently. Along this line, we study a general form of gradient based optimization dynamics with unbiased noise, which unifies SGD and standard Langevin dynamics. Through investigating this general optimization dynamics, we analyze the behavior of SGD on escaping from minima and its regularization effects. A novel indicator is derived to characterize the efficiency of escaping from minima through measuring the alignment of noise covariance and the curvature of loss function. Based on this indicator, two conditions are established to show which type of noise structure is superior to isotropic noise in term of escaping efficiency. We further show that the anisotropic noise in SGD satisfies the two conditions, and thus helps to escape from sharp and poor minima effectively, towards more stable and flat minima that typically generalize well. We systematically design various experiments to verify the benefits of the anisotropic noise, compared with full gradient descent plus isotropic diffusion (i.e. Langevin dynamics).
