paper-with-me

홈 › Papers

A Comprehensive Framework for Analyzing the Convergence of Adam: Bridging the Gap with SGD

2024-10-06 · Ruinan Jin, Xiao Li, YaoLiang Yu, Baoxiang Wang

Adaptive Moment Estimation (Adam) is a cornerstone optimization algorithm in deep learning, widely recognized for its flexibility with adaptive learning rates and efficiency in handling large-scale data. However, despite its practical success, the theoretical understanding of Adam's convergence has been constrained by stringent assumptions, such as almost surely bounded stochastic gradients or uniformly bounded gradients, which are more restrictive than those typically required for analyzing stochastic gradient descent (SGD). In this paper, we introduce a novel and comprehensive framework for analyzing the convergence properties of Adam. This framework offers a versatile approach to establishing Adam's convergence. Specifically, we prove that Adam achieves asymptotic (last iterate sense) convergence in both the almost sure sense and the \(L_1\) sense under the relaxed assumptions typically used for SGD, namely \(L\)-smoothness and the ABC inequality. Meanwhile, under the same assumptions, we show that Adam attains non-asymptotic sample complexity bounds similar to those of SGD.

📄 PDF Abstract BibTeX arXiv:2410.04458

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Adam 설명 없음
SGD Stochastic Gradient Descent is an iterative optimization technique that uses minibatches of data to form an expectation of the gradient, rather than the full gradient using…
ABC Class of methods in Bayesian Statistics where the posterior distribution is approximated over a rejection scheme on simulations because the likelihood function is…

Similar Papers 제목 키워드 기반

Is your batch size the problem? Revisiting the Adam-SGD gap in language modeling

2025-06-14 · Teodora Srećković, Jonas Geiping, Antonio Orvieto

Adam is known to perform significantly better than Stochastic Gradient Descent (SGD) in language models, a phenomenon for which a number of explanations have been proposed. In this work, we revisit this "optimizer gap" t…

Language ModelingLanguage Modelling

A new perspective in understanding of Adam-Type algorithms and beyond

2019-09-25 · Zeyi Tao, Qi Xia, Qun Li

First-order adaptive optimization algorithms such as Adam play an important role in modern deep learning due to their super fast convergence speed in solving large scale optimization problems. However, Adam's non-converg…

Deep LearningVocal Bursts Type Prediction

AdaX: Adaptive Gradient Descent with Exponential Long Term Memory

2020-04-21 · Wenjie Li, Zhaoyang Zhang, Xinjiang Wang, Ping Luo

Although adaptive optimization algorithms such as Adam show fast convergence in many machine learning tasks, this paper identifies a problem of Adam by analyzing its performance in a simple non-convex synthetic problem, …

Simple Convergence Proof of Adam From a Sign-like Descent Perspective

2025-07-08 · Hanyang Peng, Shuang Qin, Yue Yu, Fangqing Jiang 외 arxiv

Adam is widely recognized as one of the most effective optimizers for training deep neural networks (DNNs). Despite its remarkable empirical success, its theoretical convergence analysis remains unsatisfactory. Existing …

Adam-family Methods for Nonsmooth Optimization with Convergence Guarantees

2023-05-06 · Nachuan Xiao, Xiaoyin Hu, Xin Liu, Kim-Chuan Toh

In this paper, we present a comprehensive study on the convergence properties of Adam-family methods for nonsmooth optimization, especially in the training of nonsmooth neural networks. We introduce a novel two-timescale…