OCLGMay 19, 2022

The First Optimal Acceleration of High-Order Methods in Smooth Convex Optimization

arXiv:2205.09647v144 citationsh-index: 25
Originality Highly original
AI Analysis

This solves a fundamental open question in optimization theory, providing an optimal method for researchers and practitioners in machine learning and numerical analysis.

The paper tackles the problem of finding an optimal high-order algorithm for smooth convex optimization, achieving the first algorithm with oracle complexity matching the lower bound of O(ε^{-2/(3p+1)}), eliminating the need for a complex binary search procedure.

In this paper, we study the fundamental open question of finding the optimal high-order algorithm for solving smooth convex minimization problems. Arjevani et al. (2019) established the lower bound $Ω\left(ε^{-2/(3p+1)}\right)$ on the number of the $p$-th order oracle calls required by an algorithm to find an $ε$-accurate solution to the problem, where the $p$-th order oracle stands for the computation of the objective function value and the derivatives up to the order $p$. However, the existing state-of-the-art high-order methods of Gasnikov et al. (2019b); Bubeck et al. (2019); Jiang et al. (2019) achieve the oracle complexity $\mathcal{O}\left(ε^{-2/(3p+1)} \log (1/ε)\right)$, which does not match the lower bound. The reason for this is that these algorithms require performing a complex binary search procedure, which makes them neither optimal nor practical. We fix this fundamental issue by providing the first algorithm with $\mathcal{O}\left(ε^{-2/(3p+1)}\right)$ $p$-th order oracle complexity.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes