The Surprising Agreement Between Convex Optimization Theory and Learning-Rate Scheduling for Large Model Training
Fabian Schaipp, Alexander Hägele, Adrien Taylor, Umut Simsekli, Francis Bach
TL;DR
The paper links practical learning-rate scheduling for large-scale training to a suboptimality bound from non-smooth convex optimization, explaining why cosine and warmup-stable-decay (wsd) perform similarly and why cooldown helps. It derives a bound for the wsd schedule that reduces logarithmic terms and demonstrates how this theory can guide schedule design, including continued-training horizon extension and LR transfer across schedules. The authors validate the theory with theoretical simulations and real-model experiments (124M and 210M Llama-style models), showing tangible improvements when using theory-informed schedules. Overall, the work suggests that convex optimization theory can provide actionable guidance for tuning LR schedules in deep learning, even in non-convex settings, by focusing on gradient norms and cooldown dynamics.
Abstract
We show that learning-rate schedules for large model training behave surprisingly similar to a performance bound from non-smooth convex optimization theory. We provide a bound for the constant schedule with linear cooldown; in particular, the practical benefit of cooldown is reflected in the bound due to the absence of logarithmic terms. Further, we show that this surprisingly close match between optimization theory and practice can be exploited for learning-rate tuning: we achieve noticeable improvements for training 124M and 210M Llama-type models by (i) extending the schedule for continued training with optimal learning-rate, and (ii) transferring the optimal learning-rate across schedules.
