English

Restarted Nonconvex Accelerated Gradient Descent: No More Polylogarithmic Factor in the $O(\epsilon^{-7/4})$ Complexity

Optimization and Control 2023-04-27 v4 Machine Learning

Abstract

This paper studies accelerated gradient methods for nonconvex optimization with Lipschitz continuous gradient and Hessian. We propose two simple accelerated gradient methods, restarted accelerated gradient descent (AGD) and restarted heavy ball (HB) method, and establish that our methods achieve an ϵ\epsilon-approximate first-order stationary point within O(ϵ7/4)O(\epsilon^{-7/4}) number of gradient evaluations by elementary proofs. Theoretically, our complexity does not hide any polylogarithmic factors, and thus it improves over the best known one by the O(log1ϵ)O(\log\frac{1}{\epsilon}) factor. Our algorithms are simple in the sense that they only consist of Nesterov's classical AGD or Polyak's HB iterations, as well as a restart mechanism. They do not invoke negative curvature exploitation or minimization of regularized surrogate functions as the subroutines. In contrast with existing analysis, our elementary proofs use less advanced techniques and do not invoke the analysis of strongly convex AGD or HB. Code is avaliable at https://github.com/lihuanML/RestartAGD.

Keywords

Cite

@article{arxiv.2201.11411,
  title  = {Restarted Nonconvex Accelerated Gradient Descent: No More Polylogarithmic Factor in the $O(\epsilon^{-7/4})$ Complexity},
  author = {Huan Li and Zhouchen Lin},
  journal= {arXiv preprint arXiv:2201.11411},
  year   = {2023}
}
R2 v1 2026-06-24T09:05:09.361Z