Proximal-PL Inequality in Optimization
- Proximal-PL inequality is a condition defining a broader class of functions where proximal gradient methods achieve global linear convergence, even for nonconvex and nonsmooth problems.
- It generalizes the standard PL condition by replacing the gradient norm with the proximal gradient residual, effectively accommodating composite objective structures.
- The framework enables deriving sharp convergence rates via performance estimation problems, which guide optimal step-size selection and enhance practical algorithm performance.
The proximal-PL (proximal Polyak–Łojasiewicz) inequality is a fundamental analytical tool in modern optimization, generalizing the standard Polyak–Łojasiewicz (PL) condition to a composite objective framework. It characterizes a broad class of functions for which first-order methods, notably the Proximal Gradient Method (PGM), achieve global linear convergence rates. Unlike strong convexity, the proximal-PL inequality can hold for many practical non-strongly convex and even certain nonconvex problems, thus capturing a wider landscape relevant for machine learning, signal processing, and variational analysis.
1. Formal Definition and Structure
For the composite minimization problem
where is differentiable with -Lipschitz gradient and is closed, proper, convex, the proximal-PL inequality is formulated as follows. For fixed step size , define the proximal gradient residual
Then satisfies the proximal-PL inequality (alternatively, the RPL inequality) with constant if
for a suitable subset . In the unconstrained, smooth case (0), this recovers the classical PL condition:
1
In the presence of nonsmooth 2, the proximal-PL condition replaces 3 with the proximal residual 4, reflecting the geometry of the prox mapping and subdifferential calculus (Kong et al., 2024, Karimi et al., 2016, Zhang et al., 2019).
2. Relationship to Other Regularity Conditions
The proximal-PL inequality occupies a central position among regularity conditions for both convex and weakly convex problems. In the context of a proper, closed, 5-weakly convex function 6 (with 7 convex), the following implications hold on any sublevel set 8:
- Strong convexity 9 restricted secant inequality 0 error bound 1 proximal-PL 2 quadratic growth.
If 3 is convex or the quadratic growth constant exceeds half the weak convexity parameter, all four properties—restricted secant, error bound, proximal-PL, and quadratic growth—become equivalent. Thus, the proximal-PL property provides both a minimal sufficient and, in many cases, necessary condition for linear convergence of first-order algorithms in the absence of strong convexity (Liao et al., 2023, Karimi et al., 2016).
3. Linear Convergence of the Proximal Gradient Method
The proximal-PL inequality guarantees geometric decay in objective error for PGM. The iteration
4
recursively satisfies
5
where 6 depends explicitly on the problem class (convex, nonconvex), the constants 7 and 8, and the choice of step size 9 (Kong et al., 2024, Karimi et al., 2016, Zhang et al., 2019). Closed-form expressions are available for several regimes:
| Regime | Contraction rate 0 | Optimal 1 |
|---|---|---|
| Convex, PL | 2 for 3 | 4 |
| Convex, RPL | 5 for 6 | 7 (if 8) |
| Nonconvex, RPL | 9 | 0 |
These rates, derived using the performance estimation problem (PEP), are exact and often sharper than previously established results, especially for larger step sizes (Kong et al., 2024, Zhang et al., 2019).
4. Methodological Framework: Performance Estimation Problem (PEP)
The PEP framework provides tight bounds for worst-case convergence rates by rephrasing the one-step contraction property as a semi-definite program (SDP) over a finite Gram matrix, exploiting precise interpolation conditions for the function classes under consideration. For a given regularity class and step size, one computes
1
Solving this SDP, inspecting its optimal dual multipliers, and verifying closed-form certificates yields analytic expressions for the contraction factor 2 (Kong et al., 2024). This methodology delivers improved rates and guides optimal step-size selection in practice.
5. Extensions to Weakly Convex and Multiobjective Optimization
The proximal-PL inequality extends naturally to weakly convex objective functions using the Fréchet (or Clarke/limiting) subdifferential. For 3 proper, closed, and 4-weakly convex, the condition
5
implies global linear convergence of the proximal point method and, under standard assumptions, of PGM as well (Liao et al., 2023).
In multiobjective optimization, the notion is generalized by introducing scalar merit functions 6 and 7, leading to a multiobjective proximal-PL condition:
8
for some 9, yielding linear convergence rates for multiobjective variants of PGM (Tanabe et al., 2020).
6. Numerical Illustration and Rate Sharpness
Numerical experiments confirm that PEP-derived contraction rates for PGM under the proximal-PL condition outperform previous bounds across a wide range of step sizes. For typical parameter settings (e.g., 0), the proximal-PL-based rate remains valid and favorable for 1 up to 2, with its minimum often noticeably better than the classical rates constrained to 3 (Kong et al., 2024, Zhang et al., 2019).
Sharpened bounds are not only theoretically tight but also empirically match the observed decay of optimality gaps, reinforcing the practical utility of the proximal-PL inequality as a predictive modeling tool for first-order splitting methods.
7. Comparison with Standard PL and Practical Implications
Under standard PL, stationarity is measured via the distance to the subdifferential 4, whereas the proximal-PL uses the PGM residual 5, often better aligned with algorithmic updates for nonsmooth problems. In convex settings, both provide the same leading-order (quadratic in step size) convergence when 6, but the proximal-PL rate retains validity for larger 7 and yields globally improved rates. For nonconvex functions, the optimal step size shifts (8 vs. 9) depending on the choice of condition, emphasizing the operational relevance of distinguishing between these regularity properties (Kong et al., 2024).
A plausible implication is that, for a wide class of machine learning and variational problems, verifying the proximal-PL inequality can both guarantee and explain fast optimization in the absence of strong convexity, and that maximal practical efficiency can be attained by tuning the step size to exploit the full allowable regime determined via the PEP-based analysis.