TL;DR
Ada2MS is a novel hybrid optimization algorithm that smoothly interpolates between AdamW and Momentum SGD, aiming to combine their strengths for improved training robustness and generalization.
Contribution
It introduces a continuous exponential interpolation mechanism to balance AdamW and Momentum SGD behaviors within a single optimizer.
Findings
Ada2MS achieves competitive results on visual tasks.
The method provides a smooth transition between two optimization paradigms.
Code will be publicly available at the specified GitHub repository.
Abstract
Optimization algorithms are core methods by which machine learning models iteratively minimize loss functions, update parameters, learn from data, and improve performance. Momentum SGD and AdamW represent two important optimization paradigms. AdamW produces stable updates and usually has strong robustness across training scenarios, but its generalization performance is sometimes weaker than that of momentum methods. Momentum SGD can often obtain better generalization after careful tuning, but it is more sensitive to gradient-scale variation and hyperparameter settings. To balance the strengths and weaknesses of the two paradigms, this paper proposes Ada2MS, an optimization algorithm that achieves a smooth transition between AdamW-like behavior and momentum-SGD-like behavior through continuous exponential interpolation between elementwise second-moment estimates and global second-moment…
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.
