paper-with-me

Papers

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-convergence behavior and regrettable generalization ability make it fall into a love-hate relationship to deep learning community. Previous studies on Adam and its variants (refer as Adam-Type algorithms) mainly rely on theoretical regret bound analysis, which overlook the natural characteristic reside in such algorithms and limit our thinking. In this paper, we aim at seeking a different interpretation of Adam-Type algorithms so that we can intuitively comprehend and improve them. The way we chose is based on a traditional online convex optimization algorithm scheme known as mirror descent method. By bridging Adam and mirror descent, we receive a clear map of the functionality of each part in Adam. In addition, this new angle brings us a new insight on identifying the non-convergence issue of Adam. Moreover, we provide new variant of Adam-Type algorithm, namely AdamAL which can naturally mitigate the non-convergence issue of Adam and improve its performance. We further conduct experiments on various popular deep learning tasks and models, and the results are quite promising.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Deep LearningVocal Bursts Type Prediction

Similar Papers 제목 키워드 기반

Understanding Adam Optimizer via Online Learning of Updates: Adam is FTRL in Disguise

2024-02-02 · Kwangjun Ahn, ZhiYu Zhang, Yunbum Kook, Yan Dai

Despite the success of the Adam optimizer in practice, the theoretical understanding of its algorithmic components still remains limited. In particular, most existing analyses of Adam show the convergence rate that can b…

A Sufficient Condition for Convergences of Adam and RMSProp

2018-11-23 · CVPR 2019 6 · Fangyu Zou, Li Shen, Zequn Jie, Weizhong Zhang 외

Adam and RMSProp are two of the most influential adaptive stochastic algorithms for training deep neural networks, which have been pointed out to be divergent even in the convex setting via a few simple counterexamples. …

Stochastic Optimization

Modeling AdaGrad, RMSProp, and Adam with Integro-Differential Equations

2024-11-14 · Carlos Heredia

In this paper, we propose a continuous-time formulation for the AdaGrad, RMSProp, and Adam optimization algorithms by modeling them as first-order integro-differential equations. We perform numerical simulations of these…

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

How to Set $β_1, β_2$ in Adam: An Online Learning Perspective

2025-10-03 · Quan Nguyen arxiv

While Adam is one of the most effective optimizer for training large-scale machine learning models, a theoretical understanding of how to optimally set its momentum factors, $β_1$ and $β_2$, remains largely incomplete. P…