LGMLSep 12, 2018

On the Generalization of Stochastic Gradient Descent with Momentum

arXiv:1809.04564v348 citations
AI Analysis

This work addresses a theoretical gap in optimization methods for machine learning practitioners, offering incremental improvements with new bounds and a modified algorithm.

The authors tackled the lack of theoretical understanding of generalization error in momentum-based SGD variants, showing that standard SGDM can have unbounded generalization for convex losses, while their modified SGDEM method provides generalization guarantees for smooth Lipschitz functions and improves SGDM's error on ImageNet.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes