2019

Painless Stochastic Gradient: Interpolation, Line-Search, and Convergence Rates

Vaswani, Sharan, Mishkin, Aaron, Laradji, Issam et al.

Understand

Recent works have shown that stochastic gradient descent (SGD) achieves the fast convergence rates of full-batch gradient descent for over-parameterized models satisfying certain interpolation conditions.

  • However, the step-size used in these works depends on unknown quantities and SGD's practical performance heavily relies on the choice of this step-size.
  • We propose to use line-search techniques to automatically set the step-size when training models that can interpolate the data.
  • In the interpolation setting, we prove that SGD with a stochastic variant of the classic Armijo line-search attains the deterministic convergence rates for both convex and strongly-convex functions.

Reading the bibliography…