LGMLOct 16, 2018

Fast and Faster Convergence of SGD for Over-Parameterized Models and an Accelerated Perceptron

arXiv:1810.07288v3336 citations
Originality Incremental advance
AI Analysis

This provides theoretical guarantees for faster training of modern expressive models, though it is incremental in extending known convergence results to specific conditions.

The paper tackles the convergence of stochastic gradient descent (SGD) for over-parameterized models that interpolate data, showing that under strong growth conditions, constant step-size SGD with Nesterov acceleration matches deterministic accelerated rates, achieving O(1/k^2) mistake bounds in some cases.

Modern machine learning focuses on highly expressive models that are able to fit or interpolate the data completely, resulting in zero training loss. For such models, we show that the stochastic gradients of common loss functions satisfy a strong growth condition. Under this condition, we prove that constant step-size stochastic gradient descent (SGD) with Nesterov acceleration matches the convergence rate of the deterministic accelerated method for both convex and strongly-convex functions. We also show that this condition implies that SGD can find a first-order stationary point as efficiently as full gradient descent in non-convex settings. Under interpolation, we further show that all smooth loss functions with a finite-sum structure satisfy a weaker growth condition. Given this weaker condition, we prove that SGD with a constant step-size attains the deterministic convergence rate in both the strongly-convex and convex settings. Under additional assumptions, the above results enable us to prove an O(1/k^2) mistake bound for k iterations of a stochastic perceptron algorithm using the squared-hinge loss. Finally, we validate our theoretical findings with experiments on synthetic and real datasets.

Foundations

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

Your Notes