English

Optimal and Adaptive Monteiro-Svaiter Acceleration

Optimization and Control 2022-11-30 v2 Data Structures and Algorithms

Abstract

We develop a variant of the Monteiro-Svaiter (MS) acceleration framework that removes the need to solve an expensive implicit equation at every iteration. Consequently, for any p2p\ge 2 we improve the complexity of convex optimization with Lipschitz ppth derivative by a logarithmic factor, matching a lower bound. We also introduce an MS subproblem solver that requires no knowledge of problem parameters, and implement it as either a second- or first-order method by solving linear systems or applying MinRes, respectively. On logistic regression our method outperforms previous second-order momentum methods, but under-performs Newton's method; simply iterating our first-order adaptive subproblem solver performs comparably to L-BFGS.

Keywords

Cite

@article{arxiv.2205.15371,
  title  = {Optimal and Adaptive Monteiro-Svaiter Acceleration},
  author = {Yair Carmon and Danielle Hausler and Arun Jambulapati and Yujia Jin and Aaron Sidford},
  journal= {arXiv preprint arXiv:2205.15371},
  year   = {2022}
}
R2 v1 2026-06-24T11:33:40.395Z