English

Stochastic Gradient Descent with Preconditioned Polyak Step-size

Machine Learning 2023-10-04 v1 Optimization and Control

Abstract

Stochastic Gradient Descent (SGD) is one of the many iterative optimization methods that are widely used in solving machine learning problems. These methods display valuable properties and attract researchers and industrial machine learning engineers with their simplicity. However, one of the weaknesses of this type of methods is the necessity to tune learning rate (step-size) for every loss function and dataset combination to solve an optimization problem and get an efficient performance in a given time budget. Stochastic Gradient Descent with Polyak Step-size (SPS) is a method that offers an update rule that alleviates the need of fine-tuning the learning rate of an optimizer. In this paper, we propose an extension of SPS that employs preconditioning techniques, such as Hutchinson's method, Adam, and AdaGrad, to improve its performance on badly scaled and/or ill-conditioned datasets.

Keywords

Cite

@article{arxiv.2310.02093,
  title  = {Stochastic Gradient Descent with Preconditioned Polyak Step-size},
  author = {Farshed Abdukhakimov and Chulu Xiang and Dmitry Kamzolov and Martin Takáč},
  journal= {arXiv preprint arXiv:2310.02093},
  year   = {2023}
}
R2 v1 2026-06-28T12:39:29.366Z