Papers
Topics
Authors
Recent
Search
2000 character limit reached

Proximal-PL Inequality in Optimization

Updated 8 June 2026
  • 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

minxRdF(x)=f(x)+h(x),\min_{x\in\mathbb{R}^d} F(x) = f(x) + h(x),

where ff is differentiable with LL-Lipschitz gradient and hh is closed, proper, convex, the proximal-PL inequality is formulated as follows. For fixed step size γ>0\gamma > 0, define the proximal gradient residual

Gγ(x):=1γ[xproxγh(xγf(x))].G_\gamma(x) := \frac{1}{\gamma}\left[x - \operatorname{prox}_{\gamma h}\left(x - \gamma \nabla f(x)\right)\right].

Then FF satisfies the proximal-PL inequality (alternatively, the RPL inequality) with constant μ>0\mu > 0 if

Gγ(x)22μ[F(x)F],xX,\|G_\gamma(x)\|^2 \geq 2\mu\left[F(x) - F^*\right], \quad \forall x \in X,

for a suitable subset XX. In the unconstrained, smooth case (ff0), this recovers the classical PL condition:

ff1

In the presence of nonsmooth ff2, the proximal-PL condition replaces ff3 with the proximal residual ff4, 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, ff5-weakly convex function ff6 (with ff7 convex), the following implications hold on any sublevel set ff8:

  • Strong convexity ff9 restricted secant inequality LL0 error bound LL1 proximal-PL LL2 quadratic growth.

If LL3 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

LL4

recursively satisfies

LL5

where LL6 depends explicitly on the problem class (convex, nonconvex), the constants LL7 and LL8, and the choice of step size LL9 (Kong et al., 2024, Karimi et al., 2016, Zhang et al., 2019). Closed-form expressions are available for several regimes:

Regime Contraction rate hh0 Optimal hh1
Convex, PL hh2 for hh3 hh4
Convex, RPL hh5 for hh6 hh7 (if hh8)
Nonconvex, RPL hh9 γ>0\gamma > 00

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

γ>0\gamma > 01

Solving this SDP, inspecting its optimal dual multipliers, and verifying closed-form certificates yields analytic expressions for the contraction factor γ>0\gamma > 02 (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 γ>0\gamma > 03 proper, closed, and γ>0\gamma > 04-weakly convex, the condition

γ>0\gamma > 05

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 γ>0\gamma > 06 and γ>0\gamma > 07, leading to a multiobjective proximal-PL condition:

γ>0\gamma > 08

for some γ>0\gamma > 09, 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., Gγ(x):=1γ[xproxγh(xγf(x))].G_\gamma(x) := \frac{1}{\gamma}\left[x - \operatorname{prox}_{\gamma h}\left(x - \gamma \nabla f(x)\right)\right].0), the proximal-PL-based rate remains valid and favorable for Gγ(x):=1γ[xproxγh(xγf(x))].G_\gamma(x) := \frac{1}{\gamma}\left[x - \operatorname{prox}_{\gamma h}\left(x - \gamma \nabla f(x)\right)\right].1 up to Gγ(x):=1γ[xproxγh(xγf(x))].G_\gamma(x) := \frac{1}{\gamma}\left[x - \operatorname{prox}_{\gamma h}\left(x - \gamma \nabla f(x)\right)\right].2, with its minimum often noticeably better than the classical rates constrained to Gγ(x):=1γ[xproxγh(xγf(x))].G_\gamma(x) := \frac{1}{\gamma}\left[x - \operatorname{prox}_{\gamma h}\left(x - \gamma \nabla f(x)\right)\right].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 Gγ(x):=1γ[xproxγh(xγf(x))].G_\gamma(x) := \frac{1}{\gamma}\left[x - \operatorname{prox}_{\gamma h}\left(x - \gamma \nabla f(x)\right)\right].4, whereas the proximal-PL uses the PGM residual Gγ(x):=1γ[xproxγh(xγf(x))].G_\gamma(x) := \frac{1}{\gamma}\left[x - \operatorname{prox}_{\gamma h}\left(x - \gamma \nabla f(x)\right)\right].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 Gγ(x):=1γ[xproxγh(xγf(x))].G_\gamma(x) := \frac{1}{\gamma}\left[x - \operatorname{prox}_{\gamma h}\left(x - \gamma \nabla f(x)\right)\right].6, but the proximal-PL rate retains validity for larger Gγ(x):=1γ[xproxγh(xγf(x))].G_\gamma(x) := \frac{1}{\gamma}\left[x - \operatorname{prox}_{\gamma h}\left(x - \gamma \nabla f(x)\right)\right].7 and yields globally improved rates. For nonconvex functions, the optimal step size shifts (Gγ(x):=1γ[xproxγh(xγf(x))].G_\gamma(x) := \frac{1}{\gamma}\left[x - \operatorname{prox}_{\gamma h}\left(x - \gamma \nabla f(x)\right)\right].8 vs. Gγ(x):=1γ[xproxγh(xγf(x))].G_\gamma(x) := \frac{1}{\gamma}\left[x - \operatorname{prox}_{\gamma h}\left(x - \gamma \nabla f(x)\right)\right].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.

Topic to Video (Beta)

No one has generated a video about this topic yet.

Whiteboard

No one has generated a whiteboard explanation for this topic yet.

Follow Topic

Get notified by email when new papers are published related to Proximal-PL Inequality.