On the Generalization of Stochastic Gradient Descent with Momentum
Ali Ramezani-Kebrya, Kimon Antonakopoulos, Volkan Cevher, Ashish Khisti, Ben Liang
TL;DR
The paper addresses how momentum affects the generalization of stochastic gradient methods. It demonstrates that standard SGDM can have an unbounded stability gap on some convex losses, motivating SGDEM, a momentum scheme with early momentum that yields generalization guarantees for smooth Lipschitz losses and provides explicit convergence and true-risk bounds. The authors derive both expected and high-probability generalization bounds, show favorable behavior for SGDEM in multi-epoch training, and establish a strongly convex case where SGDM generalizes under suitable momentum. Empirically, SGDEM improves generalization and training performance on CIFAR-10 and distributed ImageNet training, illustrating practical impact for large-scale, parallel learning. Overall, the work clarifies a tunable balance between optimization efficiency and generalization risk when using momentum in SGD.
Abstract
While momentum-based accelerated variants of stochastic gradient descent (SGD) are widely used when training machine learning models, there is little theoretical understanding on the generalization error of such methods. In this work, we first show that there exists a convex loss function for which the stability gap for multiple epochs of SGD with standard heavy-ball momentum (SGDM) becomes unbounded. Then, for smooth Lipschitz loss functions, we analyze a modified momentum-based update rule, i.e., SGD with early momentum (SGDEM) under a broad range of step-sizes, and show that it can train machine learning models for multiple epochs with a guarantee for generalization. Finally, for the special case of strongly convex loss functions, we find a range of momentum such that multiple epochs of standard SGDM, as a special form of SGDEM, also generalizes. Extending our results on generalization, we also develop an upper bound on the expected true risk, in terms of the number of training steps, sample size, and momentum. Our experimental evaluations verify the consistency between the numerical results and our theoretical bounds. SGDEM improves the generalization error of SGDM when training ResNet-18 on ImageNet in practical distributed settings.
