We gratefully acknowledge support from
the Simons Foundation and member institutions.
Full-text links:

Download:

Current browse context:

cs.LG

Change to browse by:

References & Citations

DBLP - CS Bibliography

Bookmark

(what is this?)
CiteULike logo BibSonomy logo Mendeley logo del.icio.us logo Digg logo Reddit logo

Computer Science > Machine Learning

Title: Online Learning Rate Adaptation with Hypergradient Descent

Abstract: We introduce a general method for improving the convergence rate of gradient-based optimizers that is easy to implement and works well in practice. We demonstrate the effectiveness of the method in a range of optimization problems by applying it to stochastic gradient descent, stochastic gradient descent with Nesterov momentum, and Adam, showing that it significantly reduces the need for the manual tuning of the initial learning rate for these commonly used algorithms. Our method works by dynamically updating the learning rate during optimization using the gradient with respect to the learning rate of the update rule itself. Computing this "hypergradient" needs little additional computation, requires only one extra copy of the original gradient to be stored in memory, and relies upon nothing more than what is provided by reverse-mode automatic differentiation.
Comments: 11 pages, 4 figures
Subjects: Machine Learning (cs.LG); Machine Learning (stat.ML)
MSC classes: 68T05
ACM classes: G.1.6; I.2.6
Journal reference: In Sixth International Conference on Learning Representations (ICLR), Vancouver, Canada, April 30 -- May 3, 2018. https://openreview.net/forum?id=BkrsAzWAb
Cite as: arXiv:1703.04782 [cs.LG]
  (or arXiv:1703.04782v3 [cs.LG] for this version)

Submission history

From: Atilim Gunes Baydin [view email]
[v1] Tue, 14 Mar 2017 22:28:27 GMT (656kb,D)
[v2] Fri, 9 Jun 2017 23:38:42 GMT (627kb,D)
[v3] Mon, 26 Feb 2018 01:36:49 GMT (3288kb,D)

Link back to: arXiv, form interface, contact.