Learning Rate Cooldown Efficacy Depends on Noise and Optimizer Normalization
Summary
This research explains why learning-rate cooldown helps in some large model pretraining scenarios but not others, attributing it to the interaction between gradient noise structure and whether the optimizer normalizes its updates. SGD's self-annealing contrasts with normalized methods that require cooldown to reach the minimizer.
Why it matters
Understanding the interplay between learning rate schedules, noise, and optimizers is crucial for efficiently training large AI models, allowing practitioners to optimize training time and achieve better final model performance.
How to implement this in your domain
- 1Analyze the gradient noise characteristics of your large model training processes.
- 2Evaluate whether your chosen optimizer (e.g., SGD vs. Adam/normalized methods) inherently normalizes updates.
- 3Experiment with and without learning-rate cooldown phases based on the identified noise structure and optimizer type.
- 4Develop internal diagnostics to measure gradient noise during training to inform learning rate schedule decisions.
- 5Adjust learning rate schedules to optimize for faster convergence and lower final loss, especially for large-scale pretraining.
Who benefits
Key takeaways
- Learning-rate cooldown efficacy depends on gradient noise structure and optimizer normalization.
- SGD's step size self-anneals with multiplicative noise, making cooldown unnecessary.
- Normalized optimizers require cooldown to overcome a noise floor and reach the minimizer.
- Understanding these dynamics helps optimize training schedules for large AI models.
Original post by Subham Singh, Ashutosh Mishra, Subha Raut
"arXiv:2607.12360v1 Announce Type: new Abstract: The cooldown phase of a warmup-stable-decay (WSD) learning-rate schedule, now a default in large-model pretraining, lowers the final training loss in some settings and does nothing in others. We give a provable account of which case…"
View on XOriginally posted by Subham Singh, Ashutosh Mishra, Subha Raut on X · view source
Want to go deeper?
Turn these trends into skills with Learnijoy's hands-on AI & tech courses.
Explore coursesMore in AI Engineering & DevTools

AI Computer Use Capabilities Advancing Rapidly, Outpacing Expectations.
The capabilities of AI in computer use are progressing at an extremely fast pace, with new systems like GPT 5.6 + Superapp demonstrating superior performance. Professionals are warned against underestimating these rapidly evolving AI capabilities, as it could lead to dangerous category errors in decision-making.

Thinking Machines Launches Inkling, Open-Weight Multimodal AI Model.
Thinking Machines has released Inkling, an open-weight, multimodal AI model featuring a 1M-token context window and native reasoning across text, images, and audio. The model's full weights are available on Hugging Face, with fine-tuning supported through Tinker, positioning it as a customizable base model.
Thinking Machines Unveils Inkling Model with Multimodal Reasoning.
Thinking Machines has launched a new model, Inkling, featuring full weights availability, native reasoning across text, image, and audio, and a 1M-token context window. Built with a Mixture-of-Experts architecture, Inkling supports fine-tuning on Tinker and offers strong agentic coding and tool use capabilities.