paper-with-me

홈 › Papers

Expectigrad: Fast Stochastic Optimization with Robust Convergence Properties

2020-10-03 · Brett Daley, Christopher Amato

Many popular adaptive gradient methods such as Adam and RMSProp rely on an exponential moving average (EMA) to normalize their stepsizes. While the EMA makes these methods highly responsive to new gradient information, recent research has shown that it also causes divergence on at least one convex optimization problem. We propose a novel method called Expectigrad, which adjusts stepsizes according to a per-component unweighted mean of all historical gradients and computes a bias-corrected momentum term jointly between the numerator and denominator. We prove that Expectigrad cannot diverge on every instance of the optimization problem known to cause Adam to diverge. We also establish a regret bound in the general stochastic nonconvex setting that suggests Expectigrad is less susceptible to gradient variance than existing methods are. Testing Expectigrad on several high-dimensional machine learning tasks, we find it often performs favorably to state-of-the-art methods with little hyperparameter tuning.

📄 PDF Abstract BibTeX arXiv:2010.01356

Code (1)

brett-daley/expectigrad 공식 구현 tf

Tasks

Stochastic Optimization

Methods 이 논문이 사용한 방법론

RMSProp RMSProp is an unpublished adaptive learning rate optimizer proposed by Geoff Hinton. The motivation…
Adam 설명 없음

Similar Papers 제목 키워드 기반

Fast Stochastic Algorithms for SVD and PCA: Convergence Properties and Convexity

2015-07-31 · Ohad Shamir

We study the convergence properties of the VR-PCA algorithm introduced by \cite{shamir2015stochastic} for fast computation of leading singular vectors. We prove several new results, including a formal analysis of a block…

Stochastic Frank-Wolfe Methods for Nonconvex Optimization

2016-07-27 · Sashank J. Reddi, Suvrit Sra, Barnabas Poczos, Alex Smola

We study Frank-Wolfe methods for nonconvex stochastic and finite-sum optimization problems. Frank-Wolfe methods (in the convex case) have gained tremendous recent interest in machine learning and optimization communities…

On the convergence properties of a $K$-step averaging stochastic gradient descent algorithm for nonconvex optimization

2017-08-03 · Fan Zhou, Guojing Cong

Despite their popularity, the practical performance of asynchronous stochastic gradient descent methods (ASGD) for solving large scale machine learning problems are not as good as theoretical results indicate. We adopt a…

Avg

Fast Rates of ERM and Stochastic Approximation: Adaptive to Error Bound Conditions

2018-05-11 · NeurIPS 2018 12 · Mingrui Liu, Xiaoxuan Zhang, Lijun Zhang, Rong Jin 외

Error bound conditions (EBC) are properties that characterize the growth of an objective function when a point is moved away from the optimal set. They have recently received increasing attention in the field of optimiza…

SPAN: A Stochastic Projected Approximate Newton Method

2020-02-10 · Xunpeng Huang, Xianfeng Liang, Zhengyang Liu, Yitan Li 외

Second-order optimization methods have desirable convergence properties. However, the exact Newton method requires expensive computation for the Hessian and its inverse. In this paper, we propose SPAN, a novel approximat…