paper-with-me

Papers

Adam$^+$: A Stochastic Method with Adaptive Variance Reduction

2020-11-24 · Mingrui Liu, Wei zhang, Francesco Orabona, Tianbao Yang

Adam is a widely used stochastic optimization method for deep learning applications. While practitioners prefer Adam because it requires less parameter tuning, its use is problematic from a theoretical point of view since it may not converge. Variants of Adam have been proposed with provable convergence guarantee, but they tend not be competitive with Adam on the practical performance. In this paper, we propose a new method named Adam$^+$ (pronounced as Adam-plus). Adam$^+$ retains some of the key components of Adam but it also has several noticeable differences: (i) it does not maintain the moving average of second moment estimate but instead computes the moving average of first moment estimate at extrapolated points; (ii) its adaptive step size is formed not by dividing the square root of second moment estimate but instead by dividing the root of the norm of first moment estimate. As a result, Adam$^+$ requires few parameter tuning, as Adam, but it enjoys a provable convergence guarantee. Our analysis further shows that Adam$^+$ enjoys adaptive variance reduction, i.e., the variance of the stochastic gradient estimator reduces as the algorithm converges, hence enjoying an adaptive convergence. We also propose a more general variant of Adam$^+$ with different adaptive step sizes and establish their fast convergence rate. Our empirical studies on various deep learning tasks, including image classification, language modeling, and automatic speech recognition, demonstrate that Adam$^+$ significantly outperforms Adam and achieves comparable performance with best-tuned SGD and momentum SGD.

📄 PDF Abstract BibTeX arXiv:2011.11985

Code (0)

등록된 구현이 없습니다.

Tasks

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)image-classificationImage ClassificationLanguage ModelingLanguage Modellingspeech-recognitionSpeech RecognitionStochastic Optimization

Methods 이 논문이 사용한 방법론

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…
Adam 설명 없음

Similar Papers 제목 키워드 기반

MARS: Unleashing the Power of Variance Reduction for Training Large Models

2024-11-15 · Huizhuo Yuan, Yifeng Liu, Shuang Wu, Xun Zhou 외

Training deep neural networks--and more recently, large models demands efficient and scalable optimizers. Adaptive gradient algorithms like Adam, AdamW, and their variants have been central to this task. Despite the deve…

Stochastic Optimization

On the Variance of the Adaptive Learning Rate and Beyond

2019-08-08 · ICLR 2020 1 · Liyuan Liu, Haoming Jiang, Pengcheng He, Weizhu Chen 외

The learning rate warmup heuristic achieves remarkable success in stabilizing training, accelerating convergence and improving generalization for adaptive stochastic optimization algorithms like RMSprop and Adam. Here, w…

image-classificationImage ClassificationLanguage ModelingLanguage Modelling+3

CADA: Communication-Adaptive Distributed Adam

2020-12-31 · Tianyi Chen, Ziye Guo, Yuejiao Sun, Wotao Yin

Stochastic gradient descent (SGD) has taken the stage as the primary workhorse for large-scale machine learning. It is often used with its adaptive variants such as AdaGrad, Adam, and AMSGrad. This paper proposes an adap…

BIG-bench Machine Learning

Divergence Results and Convergence of a Variance Reduced Version of ADAM

2022-10-11 · Ruiqi Wang, Diego Klabjan

Stochastic optimization algorithms using exponential moving averages of the past gradients, such as ADAM, RMSProp and AdaGrad, have been having great successes in many applications, especially in training deep neural net…

Stochastic Optimization

DP-MacAdam: Differentially Private Mechanism with Adaptive Clipping and Adaptive Momentum

2026-06-03 · Naima Tasnim, Lalitha Sankar, Oliver Kosut arxiv

Differentially private stochastic gradient descent (DP-SGD) has become the standard framework for privacy-preserving machine learning, yet its reliance on a fixed gradient clipping threshold to limit sensitivity remains …