UAdam: Unified Adam-Type Algorithmic Framework for Non-Convex Stochastic Optimization
Yiming Jiang, Jinlan Liu, Dongpo Xu, Danilo P. Mandic
TL;DR
UAdam provides a unified Adam-type framework for non-convex stochastic optimization by combining adaptive learning rates with stochastic momentum updates. It demonstrates convergence to a neighborhood of stationary points at rate $O(1/T)$ under mild assumptions while not restricting the second-order momentum $β_2$, requiring only $β_1$ to be close to 1. The interpolation parameter $λ$ enables immediate transfer of convergence guarantees to Adam-type and NAdam-type algorithms, unifying several existing optimizers such as Adam, AMSGrad, AdaBound, AdaFom, Adan, and NAdam under a single analysis. This framework offers a principled basis for understanding and extending Adam-type methods in practice, with implications for stable convergence in deep learning applications.
Abstract
Adam-type algorithms have become a preferred choice for optimisation in the deep learning setting, however, despite success, their convergence is still not well understood. To this end, we introduce a unified framework for Adam-type algorithms (called UAdam). This is equipped with a general form of the second-order moment, which makes it possible to include Adam and its variants as special cases, such as NAdam, AMSGrad, AdaBound, AdaFom, and Adan. This is supported by a rigorous convergence analysis of UAdam in the non-convex stochastic setting, showing that UAdam converges to the neighborhood of stationary points with the rate of $\mathcal{O}(1/T)$. Furthermore, the size of neighborhood decreases as $β$ increases. Importantly, our analysis only requires the first-order momentum factor to be close enough to 1, without any restrictions on the second-order momentum factor. Theoretical results also show that vanilla Adam can converge by selecting appropriate hyperparameters, which provides a theoretical guarantee for the analysis, applications, and further developments of the whole class of Adam-type algorithms.
