OPTAMI: Global Superlinear Convergence of High-Order Methods

Abstract

Second-order methods for convex optimization outperform first-order methods in terms of theoretical iteration convergence, achieving rates up to $O(k^{-5})$ for highly-smooth functions. However, their practical performance and applications are limited due to their multi-level structure and implementation complexity. In this paper, we present new results on high-order optimization methods, supported by their practical performance. First, we show that the basic high-order methods, such as the Cubic Regularized Newton Method, exhibit global superlinear convergence for $\mu$-strongly star-convex functions, a class that includes $\mu$-strongly convex functions and some non-convex functions. Theoretical convergence results are both inspired and supported by the practical performance of these methods. Secondly, we propose a practical version of the Nesterov Accelerated Tensor method, called NATA. It significantly outperforms the classical variant and other high-order acceleration techniques in practice. The convergence of NATA is also supported by theoretical results. Finally, we introduce an open-source computational library for high-order methods, called OPTAMI. This library includes various methods, acceleration techniques, and subproblem solvers, all implemented as PyTorch optimizers, thereby facilitating the practical application of high-order methods to a wide range of optimization problems. We hope this library will simplify research and practical comparison of methods beyond first-order.

Cite

Text

Kamzolov et al. "OPTAMI: Global Superlinear Convergence of High-Order Methods." International Conference on Learning Representations, 2025.

Markdown

[Kamzolov et al. "OPTAMI: Global Superlinear Convergence of High-Order Methods." International Conference on Learning Representations, 2025.](https://mlanthology.org/iclr/2025/kamzolov2025iclr-optami/)

BibTeX

@inproceedings{kamzolov2025iclr-optami,
  title     = {{OPTAMI: Global Superlinear Convergence of High-Order Methods}},
  author    = {Kamzolov, Dmitry and Agafonov, Artem and Pasechnyuk, Dmitry and Gasnikov, Alexander and Takáč, Martin},
  booktitle = {International Conference on Learning Representations},
  year      = {2025},
  url       = {https://mlanthology.org/iclr/2025/kamzolov2025iclr-optami/}
}