2020

A Second look at Exponential and Cosine Step Sizes: Simplicity, Adaptivity, and Performance

Li, Xiaoyu, Zhuang, Zhenxun, Orabona, Francesco

Understand

Stochastic Gradient Descent (SGD) is a popular tool in training large-scale machine learning models.

  • Its performance, however, is highly variable, depending crucially on the choice of the step sizes.
  • Accordingly, a variety of strategies for tuning the step sizes have been proposed, ranging from coordinate-wise approaches (a.k.a.
  • ``adaptive'' step sizes) to sophisticated heuristics to change the step size in each iteration.

Reading the bibliography…