English

LOSSGRAD: automatic learning rate in gradient descent

Machine Learning 2019-11-26 v1 Artificial Intelligence Optimization and Control Machine Learning

Abstract

In this paper, we propose a simple, fast and easy to implement algorithm LOSSGRAD (locally optimal step-size in gradient descent), which automatically modifies the step-size in gradient descent during neural networks training. Given a function ff, a point xx, and the gradient xf\nabla_x f of ff, we aim to find the step-size hh which is (locally) optimal, i.e. satisfies: h=argmint0f(xtxf). h=arg\,min_{t \geq 0} f(x-t \nabla_x f). Making use of quadratic approximation, we show that the algorithm satisfies the above assumption. We experimentally show that our method is insensitive to the choice of initial learning rate while achieving results comparable to other methods.

Keywords

Cite

@article{arxiv.1902.07656,
  title  = {LOSSGRAD: automatic learning rate in gradient descent},
  author = {Bartosz Wójcik and Łukasz Maziarka and Jacek Tabor},
  journal= {arXiv preprint arXiv:1902.07656},
  year   = {2019}
}

Comments

TFML 2019

R2 v1 2026-06-23T07:46:13.840Z