English

Towards Understanding Adam Convergence on Highly Degenerate Polynomials

Machine Learning 2026-05-26 v2

Abstract

Adam is a widely used optimization algorithm in deep learning, yet the specific class of objective functions where it exhibits inherent advantages remains underexplored. Unlike prior studies requiring external schedulers and β2\beta_2 near 1 for convergence, this work investigates the ``natural'' auto-convergence properties of Adam. We identify a class of highly degenerate polynomials where Adam converges automatically without additional schedulers. Specifically, we derive theoretical conditions for local asymptotic stability on degenerate polynomials and demonstrate strong alignment between theoretical bounds and experimental results. We prove that Adam achieves local linear convergence on these degenerate functions, significantly outperforming the sub-linear convergence of Gradient Descent and Momentum. This acceleration stems from a decoupling mechanism between the second moment vtv_t and squared gradient gt2g_t^2, which exponentially amplifies the effective learning rate. Finally, we characterize Adam's hyperparameter phase diagram, identifying three distinct behavioral regimes: stable convergence, spikes, and SignGD-like oscillation.

Keywords

Cite

@article{arxiv.2603.09581,
  title  = {Towards Understanding Adam Convergence on Highly Degenerate Polynomials},
  author = {Zhiwei Bai and Jiajie Zhao and Zhangchen Zhou and Zhi-Qin John Xu and Yaoyu Zhang},
  journal= {arXiv preprint arXiv:2603.09581},
  year   = {2026}
}

Comments

Accepted to ICML 2026

R2 v1 2026-07-01T11:12:25.563Z