Projected proximal gradient trust-region algorithm for nonsmooth optimization
Minh N. Dao, Hung M. Phan, Lindon Roberts
TL;DR
This paper tackles nonsmooth composite optimization with $F(x)=f(x)+h(x)$ by extending trust-region methods to settings with potentially unbounded Hessian growth, and proves corresponding worst-case complexity bounds. It introduces a simple yet effective projected proximal gradient (PPG) subproblem solver that enforces the trust-region constraint at the end and achieves guaranteed decrease, matching the performance of more complex solvers in practice. Numerical experiments on 154 CUTEst problems show PPG often outperforms SPG at high accuracy, while SPG may be faster at very low accuracy; increasing the subproblem budget further enhances PPG's advantage. Overall, the work advances the theory and practice of nonsmooth, nonconvex optimization by unifying unbounded-Hessian analysis with a lightweight, robust subproblem solver that scales well in accuracy and problem size.
Abstract
We consider trust-region methods for solving optimization problems where the objective is the sum of a smooth, nonconvex function and a nonsmooth, convex regularizer. We extend the global convergence theory of such methods to include worst-case complexity bounds in the case of unbounded model Hessian growth, and introduce a new, simple nonsmooth trust-region subproblem solver based on combining several iterations of proximal gradient descent with a single projection into the trust region, which meets the sufficient descent requirements for algorithm convergence and has promising numerical results.
