English

A Proximal Quasi-Newton Trust-Region Method for Nonsmooth Regularized Optimization

Optimization and Control 2021-08-04 v3

Abstract

We develop a trust-region method for minimizing the sum of a smooth term ff and a nonsmooth term hh), both of which can be nonconvex. Each iteration of our method minimizes a possibly nonconvex model of f+hf + h in a trust region. The model coincides with f+hf + h in value and subdifferential at the center. We establish global convergence to a first-order stationary point when ff satisfies a smoothness condition that holds, in particular, when it has Lipschitz-continuous gradient, and hh is proper and lower semi-continuous. The model of hh is required to be proper, lower-semi-continuous and prox-bounded. Under these weak assumptions, we establish a worst-case O(1/ϵ2)O(1/\epsilon^2) iteration complexity bound that matches the best known complexity bound of standard trust-region methods for smooth optimization. We detail a special instance, named TR-PG, in which we use a limited-memory quasi-Newton model of ff and compute a step with the proximal gradient method, resulting in a practical proximal quasi-Newton method. We establish similar convergence properties and complexity bound for a quadratic regularization variant, named R2, and provide an interpretation as a proximal gradient method with adaptive step size for nonconvex problems. R2 may also be used to compute steps inside the trust-region method, resulting in an implementation named TR-R2. We describe our Julia implementations and report numerical results on inverse problems from sparse optimization and signal processing. Both TR-PG and TR-R2 exhibit promising performance and compare favorably with two linesearch proximal quasi-Newton methods based on convex models.

Keywords

Cite

@article{arxiv.2103.15993,
  title  = {A Proximal Quasi-Newton Trust-Region Method for Nonsmooth Regularized Optimization},
  author = {Aleksandr Y. Aravkin and Robert Baraldi and Dominique Orban},
  journal= {arXiv preprint arXiv:2103.15993},
  year   = {2021}
}

Comments

29 pages, 3 figures, 3 tables

R2 v1 2026-06-24T00:40:19.395Z