paper-with-me

Papers

AdaBelief Optimizer: Adapting Stepsizes by theBelief in Observed Gradients

2020-10-19 · NeurIPS Workshop DL-IG 2020 12 · Juntang Zhuang, Tommy Tang, Sekhar Tatikonda, Nicha C Dvornek, Yifan Ding, Xenophon Papademetris, James S Duncan

Optimization is at the core of modern deep learning. We propose AdaBelief optimizer to simultaneously achieve three goals: fast convergence as in adaptive methods, good generalization as in SGD, and training stability. The intuition for AdaBelief is to adapt the stepsize according to the "belief" in the current gradient direction. Viewing the exponential moving average (EMA) of the noisy gradient as the prediction of the gradient at the next time step, if the observed gradient greatly deviates from the prediction, we distrust the current observation and take a small step; if the observed gradient is close to the prediction, we trust it and take a large step. We validate AdaBelief in extensive experiments, showing that it outperforms other methods with fast convergence and high accuracy on image classification and language modeling. Specifically, on ImageNet, AdaBelief achieves comparable accuracy to SGD. Furthermore, in the training of a GAN on Cifar10, AdaBelief demonstrates high stability and improves the quality of generated samples compared to a well-tuned Adam optimizer.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

image-classificationImage ClassificationLanguage ModelingLanguage ModellingPrediction

Similar Papers 제목 키워드 기반

AdaBelief Optimizer: Adapting Stepsizes by the Belief in Observed Gradients

2020-10-15 · NeurIPS 2020 12 · Juntang Zhuang, Tommy Tang, Yifan Ding, Sekhar Tatikonda 외

Most popular optimizers for deep learning can be broadly categorized as adaptive methods (e.g. Adam) and accelerated schemes (e.g. stochastic gradient descent (SGD) with momentum). For many models such as convolutional n…

image-classificationImage ClassificationLanguage ModelingLanguage Modelling

A DNN Optimizer that Improves over AdaBelief by Suppression of the Adaptive Stepsize Range

2022-03-24 · Guoqiang Zhang, Kenta Niwa, W. Bastiaan Kleijn

We make contributions towards improving adaptive-optimizer performance. Our improvements are based on suppression of the range of adaptive stepsizes in the AdaBelief optimizer. Firstly, we show that the particular placem…

image-classificationImage ClassificationImage Generation

On Suppressing Range of Adaptive Stepsizes of Adam to Improve Generalisation Performance

2023-02-02 · Guoqiang Zhang

A number of recent adaptive optimizers improve the generalisation performance of Adam by essentially reducing the variance of adaptive stepsizes to get closer to SGD with momentum. Following the above motivation, we supp…

image-classificationImage ClassificationImage Generation

FastAdaBelief: Improving Convergence Rate for Belief-based Adaptive Optimizers by Exploiting Strong Convexity

2021-04-28 · Yangfan Zhou, Kaizhu Huang, Cheng Cheng, Xuguang Wang 외

AdaBelief, one of the current best optimizers, demonstrates superior generalization ability compared to the popular Adam algorithm by viewing the exponential moving average of observed gradients. AdaBelief is theoretical…

Image ClassificationLanguage Modelling

Generalizing Adversarial Examples by AdaBelief Optimizer

2021-01-25 · Yixiang Wang, Jiqiang Liu, Xiaolin Chang

Recent research has proved that deep neural networks (DNNs) are vulnerable to adversarial examples, the legitimate input added with imperceptible and well-designed perturbations can fool DNNs easily in the testing stage.…