English

Learning Rate Annealing Can Provably Help Generalization, Even for Convex Problems

Machine Learning 2020-05-18 v1 Neural and Evolutionary Computing Machine Learning

Abstract

Learning rate schedule can significantly affect generalization performance in modern neural networks, but the reasons for this are not yet understood. Li-Wei-Ma (2019) recently proved this behavior can exist in a simplified non-convex neural-network setting. In this note, we show that this phenomenon can exist even for convex learning problems -- in particular, linear regression in 2 dimensions. We give a toy convex problem where learning rate annealing (large initial learning rate, followed by small learning rate) can lead gradient descent to minima with provably better generalization than using a small learning rate throughout. In our case, this occurs due to a combination of the mismatch between the test and train loss landscapes, and early-stopping.

Keywords

Cite

@article{arxiv.2005.07360,
  title  = {Learning Rate Annealing Can Provably Help Generalization, Even for Convex Problems},
  author = {Preetum Nakkiran},
  journal= {arXiv preprint arXiv:2005.07360},
  year   = {2020}
}

Comments

4 pages plus appendix

R2 v1 2026-06-23T15:33:54.730Z