English

A Proximal Modified Quasi-Newton Method for Nonsmooth Regularized Optimization

Optimization and Control 2025-12-01 v2 Machine Learning

Abstract

We develop R2N, a modified quasi-Newton method for minimizing the sum of a C1\mathcal{C}^1 function ff and a lower semi-continuous prox-bounded hh. Both ff and hh may be nonconvex. At each iteration, our method computes a step by minimizing the sum of a quadratic model of ff, a model of hh, and an adaptive quadratic regularization term. A step may be computed by a variant of the proximal-gradient method. An advantage of R2N over trust-region (TR) methods is that proximal operators do not involve an extra TR indicator. We also develop the variant R2DH, in which the model Hessian is diagonal, which allows us to compute a step without relying on a subproblem solver when hh is separable. R2DH can be used as standalone solver, but also as subproblem solver inside R2N. We describe non-monotone variants of both R2N and R2DH. Global convergence of a first-order stationarity measure to zero holds without relying on local Lipschitz continuity of f\nabla f, while allowing model Hessians to grow unbounded, an assumption particularly relevant to quasi-Newton models. Under Lipschitz-continuity of f\nabla f, we establish a tight worst-case complexity bound of O(1/ϵ2/(1p))O(1 / \epsilon^{2/(1 - p)}) to bring said measure below ϵ>0\epsilon > 0, where 0p<10 \leq p < 1 controls the growth of model Hessians. The latter must not diverge faster than Skp|\mathcal{S}_k|^p, where Sk\mathcal{S}_k is the set of successful iterations up to iteration kk. When p=1p = 1, we establish the tight exponential complexity bound O(exp(cϵ2))O(\exp(c \epsilon^{-2})) where c>0c > 0 is a constant. We describe our Julia implementation and report numerical experience on a classic basis-pursuit problem, an image denoising problem, a minimum-rank matrix completion problem, a nonlinear support vector machine and an inverse nonlinear problem.

Keywords

Cite

@article{arxiv.2409.19428,
  title  = {A Proximal Modified Quasi-Newton Method for Nonsmooth Regularized Optimization},
  author = {Youssef Diouane and Mohamed Laghdaf Habiboullah and Dominique Orban},
  journal= {arXiv preprint arXiv:2409.19428},
  year   = {2025}
}

Comments

Accepted in SIAM Journal on Optimization

R2 v1 2026-06-28T19:00:39.555Z