English

Big-Step-Little-Step: Efficient Gradient Methods for Objectives with Multiple Scales

Optimization and Control 2021-11-08 v1 Data Structures and Algorithms Machine Learning Machine Learning

Abstract

We provide new gradient-based methods for efficiently solving a broad class of ill-conditioned optimization problems. We consider the problem of minimizing a function f:RdRf : \mathbb{R}^d \rightarrow \mathbb{R} which is implicitly decomposable as the sum of mm unknown non-interacting smooth, strongly convex functions and provide a method which solves this problem with a number of gradient evaluations that scales (up to logarithmic factors) as the product of the square-root of the condition numbers of the components. This complexity bound (which we prove is nearly optimal) can improve almost exponentially on that of accelerated gradient methods, which grow as the square root of the condition number of ff. Additionally, we provide efficient methods for solving stochastic, quadratic variants of this multiscale optimization problem. Rather than learn the decomposition of ff (which would be prohibitively expensive), our methods apply a clean recursive "Big-Step-Little-Step" interleaving of standard methods. The resulting algorithms use O~(dm)\tilde{\mathcal{O}}(d m) space, are numerically stable, and open the door to a more fine-grained understanding of the complexity of convex optimization beyond condition number.

Keywords

Cite

@article{arxiv.2111.03137,
  title  = {Big-Step-Little-Step: Efficient Gradient Methods for Objectives with Multiple Scales},
  author = {Jonathan Kelner and Annie Marsden and Vatsal Sharan and Aaron Sidford and Gregory Valiant and Honglin Yuan},
  journal= {arXiv preprint arXiv:2111.03137},
  year   = {2021}
}

Comments

95 pages, 4 figures; authors are listed in alphabetical order

R2 v1 2026-06-24T07:26:52.149Z