Model-Based Proximal Quasi-Newton
- Model-Based Proximal Quasi-Newton Method is a composite optimization framework that constructs local quadratic models for smooth functions and applies exact proximal steps for nonsmooth terms.
- It adapts variable metrics and low-rank quasi-Newton updates to efficiently handle convex, nonconvex, multiobjective, and manifold optimization problems.
- Empirical studies show that leveraging quasi-Newton curvature approximations accelerates convergence and enhances performance on large-scale and structured optimization tasks.
A model-based proximal quasi-Newton method is a class of composite optimization algorithms in which each iteration minimizes a local model that is quadratic in the smooth component, keeps the nonsmooth component in exact proximal form, and uses a quasi-Newton surrogate for second-order curvature. In current usage, the framework appears in convex and nonconvex Euclidean composite optimization, unconstrained multiobjective optimization, stochastic finite-sum problems, and Riemannian optimization over the Stiefel manifold (Adler et al., 2020, Kanzow et al., 2022, Peng et al., 2021, Wang et al., 16 Jan 2025).
1. Problem classes and mathematical setting
In Euclidean composite optimization, the basic problem is typically written as
with convex and twice differentiable, or continuously differentiable and possibly nonconvex, and an extended real-valued closed convex function or, in more general nonconvex settings, a proper lower semicontinuous prox-bounded function (Adler et al., 2020, Kanzow et al., 2022, Dahl et al., 12 May 2026). This formulation includes quadratic programming, sparse learning, -regularized logistic or Poisson regression, and problems in which constraints are encoded through indicator functions.
A multiobjective version considers
with each component decomposed as
where is twice continuously differentiable and strongly convex, and is proper, convex, and lower semicontinuous, but not necessarily differentiable (Peng et al., 2021). In that setting, the first-order notion is Pareto stationarity, defined by
On the Stiefel manifold, the problem becomes
where
0
1 is smooth, and 2 is convex but possibly nonsmooth and Lipschitz continuous (Wang et al., 2024, Wang et al., 16 Jan 2025). The method is then formulated on the tangent space
3
with retractions and vector transport replacing linear Euclidean updates.
This range of problem classes indicates that the phrase denotes a methodology rather than a single algorithm. A plausible implication is that the unifying feature is not the ambient geometry or convexity class, but the use of a local surrogate model plus a proximal treatment of the nonsmooth term.
2. Local models and the proximal quasi-Newton step
In Euclidean composite problems, a standard local model at iterate 4 is
5
where 6 is a symmetric approximation of 7 (Kanzow et al., 2022). In convex proximal Newton-type methods the same structure appears as
8
with 9 equal either to the exact Hessian or to a positive-definite approximation (Adler et al., 2020). The step is therefore a model minimizer rather than a direct minimizer of the true objective.
A widely used stabilization is quadratic regularization. In nonconvex composite optimization one writes
0
and computes
1
so that 2 acts as the local metric (Kanzow et al., 2022). In the prox-bounded nonsmooth nonconvex setting, the same idea appears as
3
with the candidate point defined by global minimization of 4 (Dahl et al., 12 May 2026).
This step admits a scaled proximal characterization. If 5, then
6
so the quasi-Newton curvature is embedded directly into the prox metric rather than appended after a Euclidean prox step (Dahl et al., 12 May 2026).
In multiobjective optimization the local model is scalarized through a pointwise maximum rather than fixed weights. For 7, the component model is
8
and the scalar model is
9
Adding a proximal regularizer gives
0
A point 1 is Pareto stationary if and only if 2 and 3, where 4 is the minimum value of 5 (Peng et al., 2021).
On the Stiefel manifold, the model is transferred to the tangent space. ARPQN uses
6
with 7, while ManPQN uses
8
subject to the tangent constraint (Wang et al., 2024, Wang et al., 16 Jan 2025). The iterate is then obtained by a retraction,
9
Across these formulations, “model-based” means that the algorithmic step is defined by minimizing a local surrogate of the smooth term while the nonsmooth term remains explicit. “Proximal” means that nonsmoothness is handled through a metric prox or a proximal subproblem. “Quasi-Newton” means that curvature enters through 0, 1, 2, or per-objective matrices 3, rather than through the exact Hessian at every iteration.
3. Variable metrics, Hessian surrogates, and subproblem computation
The variable metric is the central design object. In convex proximal Newton-type methods, the assumptions are typically that 4 is symmetric positive definite and that
5
which is sufficient for local superlinear convergence (Adler et al., 2020). In nonconvex regularized proximal quasi-Newton methods, 6 may be indefinite, and the regularization 7 restores positive definiteness of the subproblem metric (Kanzow et al., 2022).
Several quasi-Newton update formulas are used. In multiobjective optimization, each smooth component 8 has its own matrix 9, updated by BFGS,
0
by self-scaling BFGS, or by Huang BFGS with modified secant vector 1 (Peng et al., 2021). In Euclidean convex problems, L-BFGS is used to construct 2 in experiments, and the Shamanskii structure updates or factors the metric only every 3 iterations (Adler et al., 2020). In nonsmooth nonconvex optimization, limited-memory BFGS and limited-memory SR1 are standard, and a compact limited-memory Kleinmichel formula gives a positive-definite rank-one update under the same curvature condition as BFGS (Dahl et al., 12 May 2026).
Efficient subproblem solution depends on exploiting special metric structure. A foundational result for diagonal plus rank-one and, later, diagonal 4 rank-5 metrics shows that if
6
then the proximal mapping in metric 7 reduces to the proximal mapping in the simpler metric 8 plus a low-dimensional root-finding problem for 9 (Becker et al., 2012, Becker et al., 2018). In separable cases this yields exact or highly efficient implementations because the dual function is piecewise linear or piecewise affine.
Large-scale nonconvex composite methods use compact representations
0
then decompose the regularized metric into
1
The resulting metric prox can be expressed through a simple prox in metric 2 and the solution of a small strongly monotone nonlinear system by a semismooth Newton method (Kanzow et al., 2022). In that setting, the main operation is repeated evaluation of 3, and the numerical study reports that only 1–2 semismooth Newton steps suffice to reach residual norms 4, independent of the memory size (Kanzow et al., 2022).
A related mechanism appears in mini-batch TV image reconstruction. There the aggregate metric has the form
5
coming from subsetwise SR1 updates, and the weighted proximal mapping is reduced to a low-dimensional nonlinear system and a diagonal-metric prox inside a dual TV solver (Hong et al., 2023). This suggests that low-rank metric perturbations are not merely a theoretical convenience; they are an implementation principle that recurs across Euclidean, stochastic, and imaging variants.
4. Globalization, stationarity, and convergence theory
Globalization mechanisms fall into three main groups: line search, adaptive regularization, and model-agreement ratios. In convex proximal Newton-type methods, backtracking accepts 6 when
7
and the exact-Hessian Shamanskii regime attains local order at least 8, while approximate 9 satisfying 0 and 1 yield local superlinear convergence (Adler et al., 2020). Inexact subproblem solves retain linear, superlinear, or higher-order behavior depending on the inexactness exponent 2 and the forcing sequence 3 (Adler et al., 2020).
Regularization-based globalization replaces line search by predicted versus actual decrease tests. In the regularized proximal quasi-Newton method, one defines
4
and adapts 5 according to whether the iteration is unsuccessful, successful, or highly successful (Kanzow et al., 2022). Under bounded 6 and 7 bounded below, one obtains 8, and with uniform continuity of 9 on a set containing the iterates, 0, so every accumulation point is stationary (Kanzow et al., 2022). Under a Luo–Tseng type local error bound and bounded positive-definite 1, the whole sequence converges to a stationary point and
2
In the prox-bounded nonsmooth nonconvex setting, adaptive regularization again controls globalization through sufficient decrease. Under bounded 3, lower bounded 4, and local Lipschitz gradient, every accumulation point is stationary, and if 5 satisfies the Kurdyka–Łojasiewicz property at a stationary accumulation point, the whole sequence converges to it (Dahl et al., 12 May 2026). For a power desingularizing function 6, the successful subsequence has Q-superlinear objective convergence and R-superlinear iterate convergence when 7, Q-linear and R-linear convergence when 8, and sublinear rates when 9 (Dahl et al., 12 May 2026).
A more general model-function framework proves that boundedness of the variable metric need not be an a priori hypothesis. Under mild first-order assumptions on the model error, every accumulation point of the generated sequence is stationary, and if the objective has the Kurdyka–Łojasiewicz property at the corresponding accumulation point, the whole sequence converges to a stationary point; in that regime the sequence of variable metrics becomes uniformly bounded (Jia et al., 24 Jul 2025). This suggests that metric boundedness can be a consequence of objective regularity rather than an external assumption.
Multiobjective convergence uses Pareto stationarity as the limiting notion. With Armijo-type line search, every accumulation point of the generated sequence is Pareto stationary, and with fixed step 0 the same conclusion holds under Lipschitz continuity of the gradients and 1 (Peng et al., 2021).
For nonsmooth regularized nonconvex optimization with model Hessians allowed to grow, R2N establishes global convergence of the stationarity measure
2
to zero without relying on local Lipschitz continuity of 3, while permitting model Hessians to be unbounded (Diouane et al., 2024). Under Lipschitz continuity of 4, the worst-case complexity is
5
for 6, where 7 controls the growth of model Hessians, and
8
when 9 (Diouane et al., 2024).
On the Stiefel manifold, ARPQN is globally convergent to stationary points, has local linear convergence under a local strong-convexity-type condition on the pullback Hessian, and reaches an 00-stationary point in at most 01 outer iterations (Wang et al., 2024). For the more faithful Riemannian proximal Newton model ARPN, exact Hessian or quasi-Newton approximations satisfying the Dennis–Moré condition give local q-superlinear convergence (Wang et al., 2024). ManPQN proves global convergence of accumulation points to stationary points and local linear convergence under analogous manifold assumptions (Wang et al., 16 Jan 2025).
5. Specialized variants and extensions
The multiobjective formulation is distinctive because it avoids fixed scalarization weights. Separate quasi-Newton matrices are constructed for each objective, but the step is single and is obtained from the max-model over componentwise local models (Peng et al., 2021). Constraints can be encoded through indicator functions 02, turning the subproblem into a projected model step, and robust multiobjective terms of the form
03
lead, in the polyhedral linear case, to convex quadratic minimization problems with quadratic inequality and linear constraints (Peng et al., 2021).
Stochastic and finite-sum variants adapt the same template to large datasets. A proximal stochastic quasi-Newton algorithm uses the update
04
where 05 is an SVRG-type variance-reduced gradient estimator and 06 is a low-rank quasi-Newton metric built from subsampled Hessians (Luo et al., 2016). Under strong convexity and suitable step size, the stagewise iterates satisfy
07
so the method converges linearly in expectation (Luo et al., 2016).
A domain-specific imaging variant, the mini-batch quasi-Newton proximal method for constrained total-variation nonlinear image reconstruction, builds per-subset quadratic models, aggregates them into a weighted metric prox subproblem, and exploits the dual representation of TV together with a diagonal-plus-low-rank metric structure (Hong et al., 2023). The weighted projection in the inner loop is handled through the same low-dimensional proximal calculus that appears in generic Euclidean methods.
Riemannian variants preserve the model-based structure while changing the ambient geometry. In ARPQN and ManPQN, the step is computed in the tangent space, the nonsmooth term is retained as 08, and the iterate is mapped back by a retraction (Wang et al., 2024, Wang et al., 16 Jan 2025). This suggests that the model-based proximal quasi-Newton paradigm is compatible with changing tangent spaces, provided the curvature operator, vector transport, and retraction are updated coherently.
A broader implication is that the method is modular. The smooth model, the proximal term, the metric update, and the globalization mechanism can be recombined for Euclidean, multiobjective, stochastic, robust, constrained, and manifold settings without altering the basic algorithmic identity.
6. Empirical behavior and implementation practice
Across the cited literature, the empirical pattern is consistent: second-order or quasi-Newton curvature usually reduces outer iteration counts relative to proximal gradient baselines, and low-rank metric structure keeps the extra subproblem cost manageable.
For convex composite optimization, PSOPT uses L-BFGS to construct 09, solves subproblems with TFOCS, and on 10-regularized logistic regression on gisette both PSOPT and PNOPT converge substantially faster than SpaRSA and FISTA in relative suboptimality versus time, with PSOPT best on gisette (Adler et al., 2020). In regularized proximal quasi-Newton methods for convex and nonconvex composite problems, RPQN with limited-memory BFGS or SR1 is significantly faster than FISTA, SpaRSA, and QGPN on large least-squares and group-sparse instances, and remains robust on nonconvex image restoration (Kanzow et al., 2022). In the 2026 limited-memory nonconvex nonsmooth framework, numerical results show a significant speed up compared to SPG, PANOC+, and R2N (Dahl et al., 12 May 2026).
For multiobjective optimization, the reported robust UMOP experiments compare PGM with PQNM(BFGS), PQNM(SS-BFGS), and PQNM(H-BFGS). For a fixed uncertainty level 11, the Pareto frontier produced by PQNM(H-BFGS) is the lowest, followed by PQNM(SS-BFGS), then PQNM(BFGS), with PGM highest (Peng et al., 2021). This suggests that the choice of secant update can affect not only speed but also the quality of the recovered frontier.
In manifold optimization, NLS-ARPQN typically requires fewer line search steps, often fewer ASSN iterations, and lower CPU time than ManPQN and proximal gradient variants, especially when 12 and 13 are large (Wang et al., 2024). ManPQN itself needs dramatically fewer iterations than ManPG and ManPG-Ada on compressed modes and sparse PCA, and often achieves the lowest CPU time on larger problems despite heavier iterations (Wang et al., 16 Jan 2025).
In computational imaging, BQNPM achieves a weighted proximal mapping at a cost similar to the proximal mapping in ASPMs, while requiring fewer iterations to converge; on three-dimensional inverse-scattering problems, wall-clock reductions of about 14–15 are reported relative to ASPM, with similar or better reconstruction quality (Hong et al., 2023).
For computationally intensive 16-regularized M-estimators, the proximal quasi-Newton method with aggressive active-set shrinking converges considerably faster than current state-of-the-art on sequence labeling and hierarchical classification, outperforming Prox-GD, OWL-QN, SGD, and BCD in wall-clock time to a small objective gap (Zhong et al., 2014). The implementation emphasis there is not only on quasi-Newton curvature but on shrinking, sparse feature-indexed data structures, and limited numbers of full expensive gradient computations.
Implementation practice in this literature repeatedly favors a small set of recurring techniques: compact limited-memory representations, diagonal 17 low-rank metric decompositions, semismooth Newton for tiny dual systems, active-set restriction when sparsity is expected, and predicted-versus-actual reduction tests when the problem is nonconvex or geometrically constrained. These recurring design choices help explain why the method functions as a family of algorithms rather than a single fixed scheme.