Regularized Overestimated Newton
Danny Duan, Hanbaek Lyu
TL;DR
This work introduces Regularized Overestimated Newton (RON), a Newton-type method for smooth convex optimization that employs a PSD overestimation of the Hessian plus a Hessian-dependent regularizer $\lambda_n=\sqrt{L_H\|\nabla f(\boldsymbol{\theta}_n)\|}$. A practical rank-$k$ Hessian estimator via Random Pivoted Cholesky yields a per-iteration cost of $O(dk^2)$ and enables exact Hessian recovery when $k$ exceeds the local Hessian rank, connecting to the globally regularized Newton (GRN) variant. The authors prove a two-phase global convergence: $\mathbb{E}[f(\boldsymbol{\theta}_n)]-f^* = O(n^{-2})$ initially and $O(\overline{\varepsilon}_{\mathbb{E}} n^{-1})$ subsequently, and local convergence under a local Quadratic Growth condition: superlinear when the overestimation is exact and linear with an effective condition number $\frac{1.2\mu+\overline{\varepsilon}_{\mathbb{E}}}{\mu}$ when it is not. The framework is validated on entropic optimal transport and large linear inverse problems, showing superior performance when the Hessian has low-rank structure and that the method remains competitive with first-order approaches in degenerate landscapes. Overall, RON offers a scalable, theoretically-grounded Newton-type method with tunable global and local behavior and practical low-rank implementations via RPC.
Abstract
We propose Regularized Overestimated Newton (RON), a Newton-type method with low per-iteration cost and strong global and local convergence guarantees for smooth convex optimization. RON interpolates between gradient descent and globally regularized Newton, with behavior determined by the largest Hessian overestimation error. Globally, when the optimality gap of the objective is large, RON achieves an accelerated $O(n^{-2})$ convergence rate; when small, its rate becomes $O(n^{-1})$. Locally, RON converges superlinearly and linearly when the overestimation is exact and inexact, respectively, toward possibly non-isolated minima under the local Quadratic Growth (QG) condition. The linear rate is governed by an improved effective condition number depending on the overestimation error. Leveraging a recent randomized rank-$k$ Hessian approximation algorithm, we obtain a practical variant with $O(\text{dim}\cdot k^2)$ cost per iteration. When the Hessian rank is uniformly below $k$, RON achieves a per-iteration cost comparable to that of first-order methods while retaining the superior convergence rates even in degenerate local landscapes. We validate our theoretical findings through experiments on entropic optimal transport and inverse problems.
