TL;DR
This paper introduces a theoretically grounded adaptive warm-up scheduling method for norm-constrained optimizers, improving large language model training by automatically tuning warm-up duration without extra hyperparameter tuning.
Contribution
It develops a new adaptive warm-up schedule based on a generalized smoothness assumption, with proven convergence guarantees and practical implementation for large-scale language models.
Findings
Adaptive warm-up outperforms manual schedules in LLaMA training.
The method automatically adjusts warm-up duration without extra hyperparameter tuning.
Theoretical analysis supports the natural emergence of warm-up and decay phases.
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…
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
