Adaptive Methods through the Lens of SDEs: Theoretical Insights on the Role of Noise
Enea Monzio Compagnoni, Tianlin Liu, Rustem Islamov, Frank Norbert Proske, Antonio Orvieto, Aurelien Lucchi
TL;DR
This work develops a stochastic-differential-equation framework to theoretically analyze adaptive optimizers in deep learning, deriving the first SDE for SignSGD under general gradient-noise assumptions and revealing three distinct phases that govern its dynamics. It extends the SDE approach to decoupled-weight-decay variants of Adam and RMSprop (AdamW and RMSpropW), deriving novel scaling rules and characterizing their stationary distributions and asymptotic losses. The authors validate the SDE models through Euler–Maruyama integration on networks from MLPs to Transformers, showing that the new SDEs track the actual optimizers more faithfully than prior models, especially near minima. The results illuminate how gradient noise, curvature, and decoupled weight decay interact to stabilize training and inform practical scaling strategies for large-scale models.
Abstract
Despite the vast empirical evidence supporting the efficacy of adaptive optimization methods in deep learning, their theoretical understanding is far from complete. This work introduces novel SDEs for commonly used adaptive optimizers: SignSGD, RMSprop(W), and Adam(W). These SDEs offer a quantitatively accurate description of these optimizers and help illuminate an intricate relationship between adaptivity, gradient noise, and curvature. Our novel analysis of SignSGD highlights a noteworthy and precise contrast to SGD in terms of convergence speed, stationary distribution, and robustness to heavy-tail noise. We extend this analysis to AdamW and RMSpropW, for which we observe that the role of noise is much more complex. Crucially, we support our theoretical analysis with experimental evidence by verifying our insights: this includes numerically integrating our SDEs using Euler-Maruyama discretization on various neural network architectures such as MLPs, CNNs, ResNets, and Transformers. Our SDEs accurately track the behavior of the respective optimizers, especially when compared to previous SDEs derived for Adam and RMSprop. We believe our approach can provide valuable insights into best training practices and novel scaling rules.
