paper-with-me

Papers

Eve: A Gradient Based Optimization Method with Locally and Globally Adaptive Learning Rates

2016-11-04 · Hiroaki Hayashi, Jayanth Koushik, Graham Neubig

Adaptive gradient methods for stochastic optimization adjust the learning rate for each parameter locally. However, there is also a global learning rate which must be tuned in order to get the best performance. In this paper, we present a new algorithm that adapts the learning rate locally for each parameter separately, and also globally for all parameters together. Specifically, we modify Adam, a popular method for training deep learning models, with a coefficient that captures properties of the objective function. Empirically, we show that our method, which we call Eve, outperforms Adam and other popular methods in training deep neural networks, like convolutional neural networks for image classification, and recurrent neural networks for language tasks.

📄 PDF Abstract BibTeX arXiv:1611.01505

Code (5)

rooa/eve 공식 구현
AlexandruBurlacu/keras_squeezenet
K2OTO/Eve pytorch
moskomule/eve.pytorch pytorch
muupan/chainer-eve

Tasks

General Classificationimage-classificationImage ClassificationStochastic Optimization

Methods 이 논문이 사용한 방법론

Adam 설명 없음

Similar Papers 제목 키워드 기반

Locally Accelerated Conditional Gradients

2019-06-19 · Jelena Diakonikolas, Alejandro Carderera, Sebastian Pokutta

Conditional gradients constitute a class of projection-free first-order algorithms for smooth convex optimization. As such, they are frequently used in solving smooth convex optimization problems over polytopes, for whic…

Parameter-free Locally Accelerated Conditional Gradients

2021-02-12 · Alejandro Carderera, Jelena Diakonikolas, Cheuk Yin Lin, Sebastian Pokutta

Projection-free conditional gradient (CG) methods are the algorithms of choice for constrained optimization setups in which projections are often computationally prohibitive but linear optimization over the constraint se…

Convex-Concave Backtracking for Inertial Bregman Proximal Gradient Algorithms in Non-Convex Optimization

2019-04-06 · Mahesh Chandra Mukkamala, Peter Ochs, Thomas Pock, Shoham Sabach

Backtracking line-search is an old yet powerful strategy for finding a better step sizes to be used in proximal gradient algorithms. The main principle is to locally find a simple convex upper bound of the objective func…

Adaptive proximal gradient methods are universal without approximation

2024-02-09 · Konstantinos A. Oikonomidis, Emanuel Laude, Puya Latafat, Andreas Themelis 외

We show that adaptive proximal gradient methods for convex problems are not restricted to traditional Lipschitzian assumptions. Our analysis reveals that a class of linesearch-free methods is still convergent under mere …

Gradient Informed Proximal Policy Optimization

2023-12-14 · NeurIPS 2023 11 · Sanghyun Son, Laura Yu Zheng, Ryan Sullivan, Yi-Ling Qiao 외

We introduce a novel policy learning method that integrates analytical gradients from differentiable environments with the Proximal Policy Optimization (PPO) algorithm. To incorporate analytical gradients into the PPO fr…