paper-with-me

Papers

Adaptive Methods for Nonconvex Optimization

2018-12-01 · NeurIPS 2018 12 · Manzil Zaheer, Sashank Reddi, Devendra Sachan, Satyen Kale, Sanjiv Kumar

Adaptive gradient methods that rely on scaling gradients down by the square root of exponential moving averages of past squared gradients, such RMSProp, Adam, Adadelta have found wide application in optimizing the nonconvex problems that arise in deep learning. However, it has been recently demonstrated that such methods can fail to converge even in simple convex optimization settings. In this work, we provide a new analysis of such methods applied to nonconvex stochastic optimization problems, characterizing the effect of increasing minibatch size. Our analysis shows that under this scenario such methods do converge to stationarity up to the statistical limit of variance in the stochastic gradients (scaled by a constant factor). In particular, our result implies that increasing minibatch sizes enables convergence, thus providing a way to circumvent the non-convergence issues. Furthermore, we provide a new adaptive optimization algorithm, Yogi, which controls the increase in effective learning rate, leading to even better performance with similar theoretical guarantees on convergence. Extensive experiments show that Yogi with very little hyperparameter tuning outperforms methods such as Adam in several challenging machine learning tasks.

📄 PDF Abstract BibTeX

Code (1)

stefan-it/nmt-en-vi 공식 구현 tf

Tasks

Stochastic Optimization

Methods 이 논문이 사용한 방법론

RMSProp RMSProp is an unpublished adaptive learning rate optimizer proposed by Geoff Hinton. The motivation…
AdaDelta AdaDelta is a stochastic optimization technique that allows for per-dimension learning rate method for SGD. It is an extension of…
Adam 설명 없음

Similar Papers 제목 키워드 기반

On the Convergence of Adaptive Gradient Methods for Nonconvex Optimization

2018-08-16 · Dongruo Zhou, Jinghui Chen, Yuan Cao, Ziyan Yang 외

Adaptive gradient methods are workhorses in deep learning. However, the convergence guarantees of adaptive gradient methods for nonconvex optimization have not been thoroughly studied. In this paper, we provide a fine-gr…

Adaptive Mirror Descent Bilevel Optimization

2023-11-08 · Feihu Huang

In the paper, we propose a class of efficient adaptive bilevel methods based on mirror descent for nonconvex bilevel optimization, where its upper-level problem is nonconvex possibly with nonsmooth regularization, and it…

Bilevel Optimization

Faster Adaptive Decentralized Learning Algorithms

2024-08-19 · Feihu Huang, Jianyu Zhao

Decentralized learning recently has received increasing attention in machine learning due to its advantages in implementation simplicity and system robustness, data privacy. Meanwhile, the adaptive gradient methods show …

Stochastic Optimization

TiAda: A Time-scale Adaptive Algorithm for Nonconvex Minimax Optimization

2022-10-31 · Xiang Li, Junchi Yang, Niao He

Adaptive gradient methods have shown their ability to adjust the stepsizes on the fly in a parameter-agnostic manner, and empirically achieve faster convergence for solving minimization problems. When it comes to nonconv…

Nonconvex and Nonsmooth Sparse Optimization via Adaptively Iterative Reweighted Methods

2018-10-24 · Hao Wang, Fan Zhang, Yuanming Shi, Yaohua Hu

We propose a general formulation of nonconvex and nonsmooth sparse optimization problems with convex set constraint, which can take into account most existing types of nonconvex sparsity-inducing terms, bringing strong a…