Learning Rate Cooldown Efficacy Depends on Noise and Optimizer Normalization

Subham Singh, Ashutosh Mishra, Subha Raut· July 15, 2026 View original

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.

The effectiveness of a learning-rate cooldown phase, a common practice in large model pretraining, varies significantly across different settings. This study provides a theoretical explanation for this variability, pinpointing two critical factors: the inherent structure of the gradient noise and whether the optimizer normalizes its updates. For stochastic gradient descent (SGD) with multiplicative noise on a strongly convex objective, the learning rate effectively "anneals itself" because the step size shrinks proportionally to the gradient. In such cases, a cooldown phase offers no additional benefit. However, for sign-based or normalized optimizers, which maintain a unit-scale step, a noise floor of order η² is established, preventing convergence to the minimizer unless the learning rate is explicitly driven to zero. Any additive noise further reinforces this floor for all methods. The research provides an exact solution for the signSGD stationary law on a quadratic objective, deriving the floor constant. It also extends these findings to normalized SGD in higher dimensions and demonstrates robustness to momentum and heavy-tailed noise. Simulations confirm these predictions, and a diagnostic tool based on directly measured gradient noise is presented, offering a clear mechanism to determine when a cooldown phase will be beneficial.

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

  1. 1Analyze the gradient noise characteristics of your large model training processes.
  2. 2Evaluate whether your chosen optimizer (e.g., SGD vs. Adam/normalized methods) inherently normalizes updates.
  3. 3Experiment with and without learning-rate cooldown phases based on the identified noise structure and optimizer type.
  4. 4Develop internal diagnostics to measure gradient noise during training to inform learning rate schedule decisions.
  5. 5Adjust learning rate schedules to optimize for faster convergence and lower final loss, especially for large-scale pretraining.

Who benefits

AI/ML DevelopmentCloud ComputingResearch & DevelopmentSoftware Development

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 X

Originally 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 courses