Where Does Warm-Up Come From? Adaptive Scheduling for Norm-Constrained Optimizers
Artem Riabinin, Andrey Veprikov, Arman Bolatov, Martin Takáč, Aleksandr Beznosikov
TL;DR
This work provides a theoretical basis for learning-rate warm-up in norm-constrained optimizers by introducing a generalized smoothness model where local curvature scales with the suboptimality gap. It derives an adaptive warm-up schedule that naturally transitions to decay, and implements a practical LR scheduler that determines warm-up duration automatically using only standard hyperparameters. Empirically, the adaptive warm-up matches or outperforms hand-tuned schedules across Muon, Lion, and normSGD on large-language-model pretraining. The approach demonstrates robustness to target-loss choice and scales across model sizes, batch regimes, and optimizer geometries, offering a principled path to hyperparameter-free warm-up in practice.
Abstract
We study adaptive learning rate scheduling for norm-constrained optimizers (e.g., Muon and Lion). We introduce a generalized smoothness assumption under which local curvature decreases with the suboptimality gap and empirically verify that this behavior holds along optimization trajectories. Under this assumption, we establish convergence guarantees under an appropriate choice of learning rate, for which warm-up followed by decay arises naturally from the proof rather than being imposed heuristically. Building on this theory, we develop a practical learning rate scheduler that relies only on standard hyperparameters and adapts the warm-up duration automatically at the beginning of training. We evaluate this method on large language model pretraining with LLaMA architectures and show that our adaptive warm-up selection consistently outperforms or at least matches the best manually tuned warm-up schedules across all considered setups, without additional hyperparameter search. Our source code is available at https://github.com/brain-lab-research/llm-baselines/tree/warmup
