OCLGMLApr 27, 2023

Convergence of Adam Under Relaxed Assumptions

arXiv:2304.13972v3115 citationsh-index: 67
Originality Incremental advance
AI Analysis

This provides theoretical guarantees for Adam in deep learning, addressing a known bottleneck in optimization theory.

The paper tackles the problem of proving convergence for the Adam optimization algorithm under more realistic assumptions, showing it converges to ε-stationary points with O(ε^{-4}) gradient complexity and proposing a variance-reduced version with O(ε^{-3}) complexity.

In this paper, we provide a rigorous proof of convergence of the Adaptive Moment Estimate (Adam) algorithm for a wide class of optimization objectives. Despite the popularity and efficiency of the Adam algorithm in training deep neural networks, its theoretical properties are not yet fully understood, and existing convergence proofs require unrealistically strong assumptions, such as globally bounded gradients, to show the convergence to stationary points. In this paper, we show that Adam provably converges to $ε$-stationary points with ${O}(ε^{-4})$ gradient complexity under far more realistic conditions. The key to our analysis is a new proof of boundedness of gradients along the optimization trajectory of Adam, under a generalized smoothness assumption according to which the local smoothness (i.e., Hessian norm when it exists) is bounded by a sub-quadratic function of the gradient norm. Moreover, we propose a variance-reduced version of Adam with an accelerated gradient complexity of ${O}(ε^{-3})$.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes