paper-with-me

홈 › Papers

Analysis of Adam Algorithms for Stochastic Dynamic Systems

2026-06-27 · Xin Zheng, Yifei Jin, Lei Guo arxiv

The adaptive moment estimation algorithm, known as Adam, is widely used in modern machine learning, owing to its low per-iteration complexity and strong empirical performance. Despite its prevalent use, the theoretical foundation of Adam remains largely unexplored for time-varying and nonstationary systems. In fact, the existing theoretical analyses of Adam-type algorithms are primarily concerned with time-invariant model parameters and explicitly or implicitly rely on independent and identically distributed (i.i.d.) data assumptions, under which the learning taskcan be formulated as minimizing a fixed expected objective with a static minimizer. However, such assumptions are often violated in time-varying and nonstationary systems, thereby calling for a theoretical investigation beyond the conventional yet idealized i.i.d. setting. The main objective of this paper is to solve this challenging problem by establishing a general theory of Adam for time-varying and nonstationary stochastic systems. We will introduce some new techniques for analyzing the products of nonstationary and dependent random matrices induced by Adam's coupled first- and second-moment recursions, and will construct a new stochastic Lyapunov function that blends these two moment dynamics. Under a stochastic excitation condition that allows nonstationary and dependent data, we will derive both parameter tracking and output prediction error bounds explicitly, quantifying the effects of stepsize, first- and second-momentum parameters, gradient noise and parameter drift. These bounds not only provide guarantees for Adam performance, but also provide guidelines for hyperparameter selection. Experiments on both synthetic and real-world data validate our theory and design guidelines.

📄 PDF Abstract BibTeX arXiv:2606.28879

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

UAdam: Unified Adam-Type Algorithmic Framework for Non-Convex Stochastic Optimization

2023-05-09 · Yiming Jiang, Jinlan Liu, Dongpo Xu, Danilo P. Mandic

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 f…

Stochastic OptimizationVocal Bursts Type Prediction

Convergence of Online Adaptive and Recurrent Optimization Algorithms

2020-05-12 · Pierre-Yves Massé, Yann Ollivier

We prove local convergence of several notable gradient descent algorithms used in machine learning, for which standard stochastic gradient descent theory does not apply directly. This includes, first, online algorithms f…

Uniform a priori bounds and error analysis for the Adam stochastic gradient descent optimization method

2026-03-19 · Steffen Dereich, Thang Do, Arnulf Jentzen arxiv

The adaptive moment estimation (Adam) optimizer proposed by Kingma & Ba (2014) is presumably the most popular stochastic gradient descent (SGD) optimization method for the training of deep neural networks (DNNs) in artif…

Stochastic Optimization

Conjugate-gradient-based Adam for stochastic optimization and its application to deep learning

2020-02-29 · Yu Kobayashi, Hideaki Iiduka

This paper proposes a conjugate-gradient-based Adam algorithm blending Adam with nonlinear conjugate gradient methods and shows its convergence analysis. Numerical experiments on text classification and image classificat…

ClassificationGeneral Classificationimage-classificationImage Classification+3

Convergence rates for the Adam optimizer

2024-07-29 · Steffen Dereich, Arnulf Jentzen

Stochastic gradient descent (SGD) optimization methods are nowadays the method of choice for the training of deep neural networks (DNNs) in artificial intelligence systems. In practically relevant training problems, usua…

Stochastic Optimization