English

Probabilistic Line Searches for Stochastic Optimization

Machine Learning 2017-07-03 v2 Machine Learning

Abstract

In deterministic optimization, line searches are a standard tool ensuring stability and efficiency. Where only stochastic gradients are available, no direct equivalent has so far been formulated, because uncertain gradients do not allow for a strict sequence of decisions collapsing the search space. We construct a probabilistic line search by combining the structure of existing deterministic methods with notions from Bayesian optimization. Our method retains a Gaussian process surrogate of the univariate optimization objective, and uses a probabilistic belief over the Wolfe conditions to monitor the descent. The algorithm has very low computational cost, and no user-controlled parameters. Experiments show that it effectively removes the need to define a learning rate for stochastic gradient descent.

Keywords

Cite

@article{arxiv.1703.10034,
  title  = {Probabilistic Line Searches for Stochastic Optimization},
  author = {Maren Mahsereci and Philipp Hennig},
  journal= {arXiv preprint arXiv:1703.10034},
  year   = {2017}
}

Comments

Extended version of the NIPS '15 conference paper, includes detailed pseudo-code, 59 pages, 35 figures

R2 v1 2026-06-22T19:00:55.657Z