The Marginal Value of Momentum for Small Learning Rate SGD
Runzhe Wang, Sadhika Malladi, Tianhao Wang, Kaifeng Lyu, Zhiyuan Li
TL;DR
The work analyzes momentum in stochastic gradient methods under small learning-rate conditions, showing that SGDM behaves similarly to SGD when gradient noise dominates. By coupling SGDM trajectories and using weak-approximation and slow-SDE analyses, the authors show that, over O(1/η) and O(1/η^2) horizons, momentum does not confer meaningful acceleration or generalization advantages in typical training regimes. Empirical results on ImageNet, CIFAR-10, and language-model fine-tuning corroborate the theory, indicating momentum’s benefits are limited except in regimes with very large learning rates or batch sizes where different noise scales apply. These findings have practical implications for reducing hyperparameter search and for memory-saving training, since momentum buffers add substantial memory cost without reliably improving performance in common stochastic-noise-dominated settings.
Abstract
Momentum is known to accelerate the convergence of gradient descent in strongly convex settings without stochastic gradient noise. In stochastic optimization, such as training neural networks, folklore suggests that momentum may help deep learning optimization by reducing the variance of the stochastic gradient update, but previous theoretical analyses do not find momentum to offer any provable acceleration. Theoretical results in this paper clarify the role of momentum in stochastic settings where the learning rate is small and gradient noise is the dominant source of instability, suggesting that SGD with and without momentum behave similarly in the short and long time horizons. Experiments show that momentum indeed has limited benefits for both optimization and generalization in practical training regimes where the optimal learning rate is not very large, including small- to medium-batch training from scratch on ImageNet and fine-tuning language models on downstream tasks.
