English

Regularized Newton Method with Global $O(1/k^2)$ Convergence

Optimization and Control 2023-03-02 v3 Machine Learning

Abstract

We present a Newton-type method that converges fast from any initialization and for arbitrary convex objectives with Lipschitz Hessians. We achieve this by merging the ideas of cubic regularization with a certain adaptive Levenberg--Marquardt penalty. In particular, we show that the iterates given by xk+1=xk(2f(xk)+Hf(xk)I)1f(xk)x^{k+1}=x^k - \bigl(\nabla^2 f(x^k) + \sqrt{H\|\nabla f(x^k)\|} \mathbf{I}\bigr)^{-1}\nabla f(x^k), where H>0H>0 is a constant, converge globally with a O(1k2)\mathcal{O}(\frac{1}{k^2}) rate. Our method is the first variant of Newton's method that has both cheap iterations and provably fast global convergence. Moreover, we prove that locally our method converges superlinearly when the objective is strongly convex. To boost the method's performance, we present a line search procedure that does not need prior knowledge of HH and is provably efficient.

Keywords

Cite

@article{arxiv.2112.02089,
  title  = {Regularized Newton Method with Global $O(1/k^2)$ Convergence},
  author = {Konstantin Mishchenko},
  journal= {arXiv preprint arXiv:2112.02089},
  year   = {2023}
}

Comments

Accepted for publication at SIOPT. 22 pages, 2 figures

R2 v1 2026-06-24T08:03:37.236Z