Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

AGD: an Auto-switchable Optimizer using Stepwise Gradient Difference for Preconditioning Matrix

About

Adaptive optimizers, such as Adam, have achieved remarkable success in deep learning. A key component of these optimizers is the so-called preconditioning matrix, providing enhanced gradient information and regulating the step size of each gradient direction. In this paper, we propose a novel approach to designing the preconditioning matrix by utilizing the gradient difference between two successive steps as the diagonal elements. These diagonal elements are closely related to the Hessian and can be perceived as an approximation of the inner product between the Hessian row vectors and difference of the adjacent parameter vectors. Additionally, we introduce an auto-switching function that enables the preconditioning matrix to switch dynamically between Stochastic Gradient Descent (SGD) and the adaptive optimizer. Based on these two techniques, we develop a new optimizer named AGD that enhances the generalization performance. We evaluate AGD on public datasets of Natural Language Processing (NLP), Computer Vision (CV), and Recommendation Systems (RecSys). Our experimental results demonstrate that AGD outperforms the state-of-the-art (SOTA) optimizers, achieving highly competitive or significantly better predictive performance. Furthermore, we analyze how AGD is able to switch automatically between SGD and the adaptive optimizer and its actual effects on various scenarios. The code is available at https://github.com/intelligent-machine-learning/atorch/tree/main/atorch/optimizers.

Yun Yue, Zhiling Ye, Jiadi Jiang, Yongchao Liu, Ke Zhang• 2023

Related benchmarks

TaskDatasetResultRank
Image ClassificationCIFAR-10
Accuracy93.12
471
Image ClassificationImageNet--
429
Language ModelingPenn Treebank (test)
Perplexity60.89
411
Click-Through Rate PredictionAvazu (test)
AUC0.748
191
Machine TranslationIWSLT German-to-English '14 (test)
BLEU Score35.94
110
Click-Through Rate PredictionCriteo (test)
AUC0.8023
47
Showing 6 of 6 rows

Other info

Code

Follow for update