English

Quasi-Newton Methods for Machine Learning: Forget the Past, Just Sample

Optimization and Control 2021-07-29 v5 Machine Learning Machine Learning

Abstract

We present two sampled quasi-Newton methods (sampled LBFGS and sampled LSR1) for solving empirical risk minimization problems that arise in machine learning. Contrary to the classical variants of these methods that sequentially build Hessian or inverse Hessian approximations as the optimization progresses, our proposed methods sample points randomly around the current iterate at every iteration to produce these approximations. As a result, the approximations constructed make use of more reliable (recent and local) information, and do not depend on past iterate information that could be significantly stale. Our proposed algorithms are efficient in terms of accessed data points (epochs) and have enough concurrency to take advantage of parallel/distributed computing environments. We provide convergence guarantees for our proposed methods. Numerical tests on a toy classification problem as well as on popular benchmarking binary classification and neural network training tasks reveal that the methods outperform their classical variants.

Keywords

Cite

@article{arxiv.1901.09997,
  title  = {Quasi-Newton Methods for Machine Learning: Forget the Past, Just Sample},
  author = {Albert S. Berahas and Majid Jahani and Peter Richtárik and Martin Takáč},
  journal= {arXiv preprint arXiv:1901.09997},
  year   = {2021}
}

Comments

50 pages, 33 figures

R2 v1 2026-06-23T07:24:49.316Z