English

Adam Converges Without Any Modification On Update Rules

Machine Learning 2026-03-03 v1 Optimization and Control

Abstract

Adam is the default algorithm for training neural networks, including large language models (LLMs). However, \citet{reddi2019convergence} provided an example that Adam diverges, raising concerns for its deployment in AI model training. We identify a key mismatch between the divergence example and practice: \citet{reddi2019convergence} pick the problem after picking the hyperparameters of Adam, i.e., (β1,β2)(\beta_1,\beta_2); while practical applications often fix the problem first and then tune (β1,β2)(\beta_1,\beta_2). In this work, we prove that Adam converges with proper problem-dependent hyperparameters. First, we prove that Adam converges when β2\beta_2 is large and β1<β2\beta_1 < \sqrt{\beta_2}. Second, when β2\beta_2 is small, we point out a region of (β1,β2)(\beta_1,\beta_2) combinations where Adam can diverge to infinity. Our results indicate a phase transition for Adam from divergence to convergence when changing the (β1,β2)(\beta_1, \beta_2) combination. To our knowledge, this is the first phase transition in (β1,β2)(\beta_1,\beta_2) 2D-plane reported in the literature, providing rigorous theoretical guarantees for Adam optimizer. We further point out that the critical boundary (β1,β2)(\beta_1^*, \beta_2^*) is problem-dependent, and particularly, dependent on batch size. This provides suggestions on how to tune β1\beta_1 and β2\beta_2: when Adam does not work well, we suggest tuning up β2\beta_2 inversely with batch size to surpass the threshold β2\beta_2^*, and then trying β1<β2\beta_1< \sqrt{\beta_2}. Our suggestions are supported by reports from several empirical studies, which observe improved LLM training performance when applying them.

Keywords

Cite

@article{arxiv.2603.02092,
  title  = {Adam Converges Without Any Modification On Update Rules},
  author = {Yushun Zhang and Bingran Li and Congliang Chen and Zhi-Quan Luo and Ruoyu Sun},
  journal= {arXiv preprint arXiv:2603.02092},
  year   = {2026}
}

Comments

66 pages

R2 v1 2026-07-01T10:59:34.762Z