🌙

通过牛顿法的梯度正则化最小化拟自和谐函数

Minimizing Quasi-Self-Concordant Functions by Gradient Regularization of Newton Method

Mathematical Programming · 2025
被引 1
ABS 4

中文导读

研究了一类拟自和谐函数的复合凸优化问题,提出使用带梯度正则化的基本牛顿法,证明其全局线性收敛速度与信赖域方法相当,且实现简单。

Abstract

Abstract We study the composite convex optimization problems with a quasi-self-concordant smooth component. This problem class naturally interpolates between classic self-concordant functions and functions with Lipschitz continuous Hessian. Previously, the best complexity bounds for this problem class were associated with trust-region schemes and implementations of a ball optimization oracle. In this paper, we show that for minimizing quasi-self-concordant functions we can use instead the basic Newton method with gradient regularization. For unconstrained minimization, it only involves a simple matrix inversion operation (solving a linear system) at each step. We prove a fast global linear rate for this algorithm, matching the complexity bound of the trust-region scheme, while our method remains especially simple to implement. Then, we introduce the dual Newton method, and based on it, develop the corresponding accelerated Newton scheme for this problem class. This scheme further improves the complexity factor of the basic method, matching—up to logarithmic factors—the state-of-the-art rates of accelerated methods achieved within the framework of the ball optimization oracle. As a direct consequence of our results, we establish fast global linear rates of simple variants of the Newton method applied to several practical problems, including logistic regression, soft maximum, and matrix scaling, without requiring additional assumptions on strong or uniform convexity for the target objective.

凸优化牛顿法机器学习数值算法