Optimal Linear Decay Learning Rate Schedules and Further Refinements
Aaron Defazio, Ashok Cutkosky, Harsh Mehta, Konstantin, Mishchenko

TL;DR
This paper bridges the gap between theory and practice in learning rate schedules, deriving problem-adaptive schedules with warm-up and annealing, validated across diverse deep learning tasks, outperforming standard schedules.
Contribution
It provides a refined theoretical analysis of learning rate schedules, introduces a systematic method for adaptive schedule refinement, and offers the most comprehensive evaluation to date.
Findings
Linear decay schedule is optimal in worst-case scenarios.
Adaptive schedules with warm-up and annealing improve training.
Linear decay outperforms cosine annealing and other default schedules.
Abstract
Learning rate schedules used in practice bear little resemblance to those recommended by theory. We close much of this theory/practice gap, and as a consequence are able to derive new problem-adaptive learning rate schedules. Our main technical contribution is a refined analysis of learning rate schedules for a wide class of optimization algorithms (including SGD). When considering only worst-case analysis, our theory predicts that the optimal choice is the linear decay schedule where the step-size is set proportional to 1 - t/T, where t is the current iteration and T is the total number of steps. To go beyond this worst-case analysis, we use the observed gradient norms to derive schedules refined for any particular task. These refined schedules exhibit learning rate warm-up and rapid learning rate annealing near the end of training. Ours is the first systematic approach to…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsStochastic Gradient Optimization Techniques · Machine Learning and Algorithms · Advanced Bandit Algorithms Research
MethodsLogistic Regression
