Adan: Adaptive Nesterov Momentum Algorithm for Faster Optimizing Deep Models
Xingyu Xie, Pan Zhou, Huan Li, Zhouchen Lin, Shuicheng Yan

TL;DR
Adan is a novel optimizer that accelerates deep model training by reformulating Nesterov momentum, achieving faster convergence, better performance, and reduced training costs across diverse deep learning tasks and architectures.
Contribution
The paper introduces Adan, a new adaptive optimizer based on a reformulated Nesterov momentum, with proven convergence guarantees and superior empirical performance.
Findings
Adan outperforms state-of-the-art optimizers on vision, language, and RL tasks.
Adan achieves comparable or better results with half the training epochs.
Adan demonstrates robustness across a wide range of minibatch sizes.
Abstract
In deep learning, different kinds of deep networks typically need different optimizers, which have to be chosen after multiple trials, making the training process inefficient. To relieve this issue and consistently improve the model training speed across deep networks, we propose the ADAptive Nesterov momentum algorithm, Adan for short. Adan first reformulates the vanilla Nesterov acceleration to develop a new Nesterov momentum estimation (NME) method, which avoids the extra overhead of computing gradient at the extrapolation point. Then, Adan adopts NME to estimate the gradient's first- and second-order moments in adaptive gradient algorithms for convergence acceleration. Besides, we prove that Adan finds an -approximate first-order stationary point within stochastic gradient complexity on the non-convex stochastic problems (e.g., deep learning…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Neural Networks and Applications · Machine Learning and Data Classification
MethodsAdaptive Nesterov Momentum · Multi-Head Attention · Masked autoencoder · Discriminative Fine-Tuning · Byte Pair Encoding · GPT-2 · Linear Layer · SPEED: Separable Pyramidal Pooling EncodEr-Decoder for Real-Time Monocular Depth Estimation on Low-Resource Settings · 1x1 Convolution · Batch Normalization
