SUPER-ADAM: Faster and Universal Framework of Adaptive Gradients
Abstract
Adaptive gradient methods have shown excellent performances for solving many machine learning problems. Although multiple adaptive gradient methods were recently studied, they mainly focus on either empirical or theoretical aspects and also only work for specific problems by using some specific adaptive learning rates. Thus, it is desired to design a universal framework for practical algorithms of adaptive gradients with theoretical guarantee to solve general problems. To fill this gap, we propose a faster and universal framework of adaptive gradients (i.e., SUPER-ADAM) by introducing a universal adaptive matrix that includes most existing adaptive gradient forms. Moreover, our framework can flexibly integrate the momentum and variance reduced techniques. In particular, our novel framework provides the convergence analysis support for adaptive gradient methods under the nonconvex setting. In theoretical analysis, we prove that our SUPER-ADAM algorithm can achieve the best known gradient (i.e., stochastic first-order oracle (SFO)) complexity of $\tilde{O}(\epsilon^{-3})$ for finding an $\epsilon$-stationary point of nonconvex optimization, which matches the lower bound for stochastic smooth nonconvex optimization. In numerical experiments, we employ various deep learning tasks to validate that our algorithm consistently outperforms the existing adaptive algorithms. Code is available at https://github.com/LIJUNYI95/SuperAdam
Cite
Text
Huang et al. "SUPER-ADAM: Faster and Universal Framework of Adaptive Gradients." Neural Information Processing Systems, 2021.Markdown
[Huang et al. "SUPER-ADAM: Faster and Universal Framework of Adaptive Gradients." Neural Information Processing Systems, 2021.](https://mlanthology.org/neurips/2021/huang2021neurips-superadam/)BibTeX
@inproceedings{huang2021neurips-superadam,
title = {{SUPER-ADAM: Faster and Universal Framework of Adaptive Gradients}},
author = {Huang, Feihu and Li, Junyi and Huang, Heng},
booktitle = {Neural Information Processing Systems},
year = {2021},
url = {https://mlanthology.org/neurips/2021/huang2021neurips-superadam/}
}