Pith. sign in

REVIEW 2 major objections 4 minor 2 cited by

A Proximal Descent Method for Minimizing Weakly Convex Optimization

T0 review · 2 major / 4 minor · reviewed 2026-08-05 · deepseek-v4-flash

Pith's one-line read The paper proves that a bundle-based proximal descent method finds (η,ε)-inexact stationary points of weakly convex functions at the best-known complexity, and adapts automatically under smoothness and quadratic growth.

desk verdict A clean, honest bundle-method paper with real adaptivity results; the global Lipschitz assumption in the main theorem doesn't cover its own experiments, but the theoretical core is sound. read the letter →

arxiv 2509.02804 v1 pith:E4PKHHF3 submitted 2025-09-02 math.OC cs.SYeess.SY

classification math.OCcs.SYeess.SY MSC 90C2690C2549J52
keywords weaklyconvexoptimizationproximaldescentbundlemethodnonsmoothnonconvexMoreauenvelopeinexactstationarityconvergenceratesadaptiveacceleration
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

The paper tries to show that a simple, deterministic first-order method can minimize any m-weakly convex function—convex, nonsmooth, or composite nonconvex—with explicit worst-case guarantees. It combines the inexact proximal point method with classical convex bundle cutting planes, solving each proximal subproblem approximately rather than exactly. The central claim is that this proximal descent method reaches an (η,ε)-inexact stationary point in O((1/η² + 1/ε) max{1/η², 1/ε}) function and subgradient evaluations, which yields the best-known O(1/δ⁴) rate for Moreau stationarity. A distinctive further claim is that the very same algorithm, without any parameter change, automatically accelerates under smoothness and quadratic growth. This matters because existing weakly convex solvers either need careful stepsize tuning, use fixed inner-loop budgets, or have more complicated algorithmic machinery.

What carries the argument

The central object is the (η,ε)-inexact stationarity measure dist(0, ∂_ε f(x)), where ∂_ε f(x) is an ε-inexact subdifferential defined by allowing an ε slack in the quadratic underestimators of the weakly convex function. Each outer step seeks a point x_{k+1} satisfying a descent condition f(x_{k+1}) ≤ f(x_k) − (m+βρ)/(2α²)||~g_{k+1}||² with ~g_{k+1} ∈ ∂_{ε_{k+1}} f(x_{k+1}), and the inner bundle subroutine builds convex lower approximations of the locally convexified model f(·) + (m/2)||·−x_k||², generating trial points whose proximal steps yield such inexact subgradients. The key identity is that ~g_{k+1} = α(x_k − z_{k+1}) with α = m+ρ, and the inexactness ε_{k+1} equals the approximation

What would settle it

Run Algorithm 4 on the phase-retrieval objective f(x) = (1/n)Σ|⟨a_i,x⟩² − b_i| with Gaussian data and a ground-truth signal, recording G_k = sup_j ||g_j|| in each outer iteration. If G_k grows without bound as x_k approaches a solution, then no global Lipschitz constant L exists and the uniform bound (1+m/ρ)L in Lemma 7 fails for this instance, so the O((1/η² + 1/ε) max{1/η², 1/ε}) total complexity cannot transfer directly to non-Lipschitz weakly convex problems.

Watch

Extended reading notes

Core claim

The paper's central claim is that a proximal descent method—outer inexact proximal point iterations combined with an inner convex bundle routine—finds an (η,ε)-inexact stationary point of an m-weakly convex function in at most O((1/η² + 1/ε) max{1/η², 1/ε}) function and subgradient evaluations, provided the objective is globally Lipschitz. A direct corollary is an O(1/δ⁴) complexity for finding a point whose Moreau-envelope gradient norm is at most δ, matching the best-known rate in the weakly convex literature. The method is adaptive in a strong sense: under M-smoothness the same algorithm achieves O(1/δ²) gradient stationarity, and under quadratic growth with parameter above the weak-conve

Load-bearing premise

The main rate theorem assumes the objective is globally Lipschitz continuous, which is needed to bound the subgradient norms inside the bundle subroutine; many natural weakly convex objectives, including the ones tested in the paper, are not globally Lipschitz.

Editorial extensions

If this is right

  • For Lipschitz weakly convex functions, there is now a deterministic algorithm that certifies (η,ε)-inexact stationarity with a worst-case bound matching the best known, using quantities computable during the run rather than an implicit Moreau envelope.
  • The O(1/δ⁴) rate for Moreau stationarity is achieved with a simpler algorithmic structure than prior weakly convex proximal bundle methods, and without requiring a predetermined inner-loop horizon.
  • Under smoothness, the same method automatically reaches O(1/δ²) gradient stationarity—matching gradient descent—without knowing the smoothness modulus in its step rule.
  • Under quadratic growth with µq > m, the method automatically reaches (η,ε)-stationarity in O(max{1/η², 1/ε}) evaluations, and O(log(1/δ)) gradient evaluations when the function is also smooth.
  • Because Algorithm 3 is equivalent to a single-loop proximal bundle method (Algorithm 5), the complexity guarantees transfer directly to that more standard presentation.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • Editorial: The dynamic inner-loop acceptance test is likely to be more efficient in practice than fixed-budget subgradient inner solvers, because it spends few iterations when the proximal gap is large; the numerical comparisons with the proximally guided subgradient method support this intuition but are not a theorem.
  • Editorial: If the global Lipschitz assumption is replaced by a bounded-subgradient or local-Lipschitz condition that keeps the quantity G_k in Proposition 4.1 uniformly bounded, the main theorem would directly extend to the phase retrieval and blind deconvolution instances tested in the paper, which are not globally Lipschitz.
  • Editorial: The (η,ε)-inexact stationarity measure gives a practical stopping rule for weakly convex optimization, and exploiting it could make other proximal-point-style algorithms easier to certify in practice.
  • Editorial: The method still requires knowing the weak-convexity parameter m; an adaptive online estimate of m would eliminate the last user-chosen structural parameter and is a natural next step.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

2 major / 4 minor

Summary. The paper proposes a proximal descent method (Algorithm 3) for minimizing m-weakly convex, possibly nonsmooth functions. The method is an inexact proximal point algorithm in which each proximal subproblem is solved by a convex bundle subroutine (Algorithm 4). The main result, Theorem 2, states that under a global Lipschitz assumption on the objective, the method finds an (η, ε)-inexact stationary point in O((η^{-2}+ε^{-1}) max{η^{-2}, ε^{-1}}) function and subgradient evaluations. This yields O(δ^{-4}) complexity for an approximate Moreau stationary point (Corollary 4.2). The paper further proves automatic acceleration: O(δ^{-2}) under smoothness (Theorem 3) and linear convergence under a quadratic-growth condition with μ_q > m (Theorems 4-6). Numerical experiments on phase retrieval and blind deconvolution compare the method with the proximally guided stochastic subgradient method.

Significance. If the guarantees hold, the paper makes a useful contribution: it gives a deterministic, parameter-light proximal bundle method for weakly convex optimization with explicit non-asymptotic rates that match the state of the art under Lipschitz assumptions, and it shows automatic acceleration under smoothness and quadratic growth. The proofs are detailed and self-contained, with the central inequalities (Lemmas 4-7, Propositions 4.1-4.2) being careful adaptations of classical bundle analysis. No parameter fitting or circular dependence was found in the main derivation. The main caveat is that the central theorem requires a global Lipschitz constant, while the paper's own numerical objectives are not globally Lipschitz; this narrows the scope of the headline guarantees and leaves the experimental validation outside the proved regime.

major comments (2)
  1. [Theorem 2, Lemma 7 (Appendix B.4), Section 6] The main complexity bound in Eq. (37) is gated by the global L-Lipschitz assumption. Lemma 7 bounds G_k by (1+m/ρ)L, and this bound enters the inner-loop termination count (35) and hence the total evaluation count in Theorem 2. The phase-retrieval objective (44) and the blind-deconvolution objective (45) are not globally Lipschitz (they grow quadratically or bilinearly), so no finite L exists and the theorem cannot be invoked in the experiments of Section 6. The paper needs either a bounded-sublevel or local-Lipschitz extension (with an argument that iterates remain in a bounded set, e.g., by descent and coercivity), or a clear restriction of the main claims to globally Lipschitz objectives. The same caveat applies to Theorem 5 and Corollary 5.1, which also assume f is L-Lipschitz.
  2. [Section 6.2, Eq. (44) and Table 2] The numerical validation is not internally consistent. The phase-retrieval setup states b_i = <a_i, \bar x>, but the objective is |<a_i,x>^2 - b_i|; with the stated formula the ground truth \bar x generally does not have zero residual (since <a_i,\bar x> can be negative). The intended choice is almost certainly b_i = (<a_i,\bar x>)^2 or |<a_i,\bar x>|^2. In addition, the text lists phase-retrieval instances (100,300), (200,600), (300,900), while Table 2 lists (100,300), (150,450), (200,600). These inconsistencies should be corrected and the experiments rerun or re-reported before the numerical claims can be assessed.
minor comments (4)
  1. [Proof of Theorem 1, Section 3.2] The proof refers to 'the sublinear rate (37)', but the bound being proved is displayed as (27). The cross-reference should be corrected.
  2. [Table 1] The first row header contains a typo: 'L-Lipchitz' should be 'L-Lipschitz'.
  3. [Section 6.2, Table 2] The stationarity column reports min_k (ρ+m)^2 ||x_{k+1}-x_k||^2, which is consistent with (ρ+m)^2 ||x_{k+1}-x_k||^2 = ||\tilde g_{k+1}||^2 only when α=ρ+m; this is fine, but the table should state the exact squared quantity used, as the main text often plots ||\tilde g_{k+1}||^2.
  4. [Appendix B.4, Lemma 7] The proof uses only the local bound (B.7), which depends on the global Lipschitz bound through g_1 ∈ ∂f(x_k). If the authors add a local-Lipschitz extension, they should make explicit where the local constant replaces L and how the inner-loop subgradient norms are controlled on the relevant sublevel set.

Circularity Check

0 steps flagged · score 0.0 of 10

No significant circularity; the main rates are derived from the algorithm's own descent and bundle-improvement lemmas, and the authors' prior-work citations are not load-bearing.

full rationale

The derivation is self-contained. The main complexity bounds (Theorem 1, Theorem 2, Corollary 4.2) follow from telescoping sums over the algorithm's own descent condition (24) and from the inner-loop improvement lemma (Lemma 6), whose proof is adapted from classical bundle analysis and reproduced in Appendix B; no parameter is fitted and no target rate is assumed as an input. The (η, ε)-inexact stationarity guarantee is a direct consequence of Lemma 4 (an inexact subgradient generated from the bundle model) plus the pigeonhole counting in Theorem 1, not a restatement of the definition of stationarity. The smoothness and quadratic-growth accelerations are proved independently: Proposition 5.1 uses M-smoothness to bound G_k, and Lemma 9 (Appendix C.2.1) derives the linear decay directly from weak convexity and quadratic growth via Lemmas C.1 and C.2. The citations to the authors' prior work [33] for QG ⇒ PL and PPM linear convergence are motivational and are not used in the proof of Lemma 9, so they are not load-bearing self-citations. The global-Lipschitz assumption in Lemma 7 is a genuine scope restriction: it does not cover the non-Lipschitz phase-retrieval and blind-deconvolution objectives tested in Section 6. This is an applicability gap, not a circular step. Remark 3.1 and Section 7 openly note unresolved issues (efficiency of the alternative criterion (29), unknown weak-convexity parameter m); these are limitations, not evidence of circularity. No equation in the paper reduces to its own input by construction.

Assumptions & free parameters 0 free parameters · 5 assumptions · 0 invented entities

The central claims rest on standard weakly convex analysis (Moreau envelope, subdifferential calculus) and on explicit structural assumptions stated in the theorems. No numbers are fitted to data; beta and rho are algorithm parameters, not free parameters calibrated to results. The method assumes knowledge of m and exact oracles for f and its subgradients.

assumptions (5)
  • domain assumption f is m-weakly convex
    The problem class itself; used throughout, e.g., Definition 2.1 and Lemma 1.
  • domain assumption f is L-Lipschitz (Theorems 2 and 5)
    Used to bound G_k in Lemma 7 (Appendix B.4).
  • domain assumption f is M-smooth (Theorems 3 and 6)
    Used to bound G_k^2/Delta_k in Proposition 5.1 (Appendix C.1).
  • domain assumption Quadratic growth with mu_q > m (Theorems 4-6)
    Ensures the PL inequality via [33, Theorem 3.1] and linear convergence of the proximal point method; see Lemma 9 and Appendix C.2.
  • domain assumption Exact oracle for function values and subgradients
    Algorithm 4 requires exact f(z) and a subgradient g at each trial point; see Algorithm 4 and footnote 2.

how reviews work

0 comments
Cite this review

Pith. "Pith review of A Proximal Descent Method for Minimizing Weakly Convex Optimization." pith.science (2026). https://pith.science/paper/E4PKHHF3

@misc{pith2026250902804,
  author       = {Pith},
  title        = {Pith review of: A Proximal Descent Method for Minimizing Weakly Convex Optimization},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/E4PKHHF3}},
  note         = {Machine review of arXiv:2509.02804}
}
abstract

We study the problem of minimizing a $m$-weakly convex and possibly nonsmooth function. Weak convexity provides a broad framework that subsumes convex, smooth, and many composite nonconvex functions. In this work, we propose a $\textit{proximal descent method}$, a simple and efficient first-order algorithm that combines the inexact proximal point method with classical convex bundle techniques. Our analysis establishes explicit non-asymptotic convergence rates in terms of $(\eta,\epsilon)$-inexact stationarity. In particular, the method finds an $(\eta,\epsilon)$-inexact stationary point using at most $\mathcal{O}\!\left( \Big(\tfrac{1}{\eta^2} + \tfrac{1}{\epsilon}\Big) \max\!\left\{\tfrac{1}{\eta^2}, \tfrac{1}{\epsilon}\right\} \right)$ function value and subgradient evaluations. Consequently, the algorithm also achieves the best-known complexity of $\mathcal{O}(1/\delta^4)$ for finding an approximate Moreau stationary point with $\|\nabla f_{2m}(x)\|\leq \delta$. A distinctive feature of our method is its \emph{automatic adaptivity}: with no parameter tuning or algorithmic modification, it accelerates to $\mathcal{O}(1/\delta^2)$ complexity under smoothness and further achieves linear convergence under quadratic growth. Overall, this work bridges convex bundle methods and weakly convex optimization, while providing accelerated guarantees under structural assumptions.

Figures

Figures reproduced from arXiv: 2509.02804 by the authors.

Figure 1
Figure 1. Moreau envelops for a 2-weakly convex function x 7→ f(x) = |x 2 − 1| with ρ = 4 and 8. Their stationary points are the same at −1, 0, and 1, and their function values also agree at these stationary points. 2.2 Approximate stationary points When minimizing a weakly convex function, we cannot guarantee the discovery of its global mini￾mum due to the potential nonconvexity. The practical goal is to find a first-order s… view at source ↗
Figure 2
Figure 2. Performance of Algorithm 3 on the phase retrieval problem with varying algorithm parameters: β ∈ {0.25, 0.5, 0.75} and ρ ∈ {0.1, 1, 10}. The first row plots the evolution of the quantity kg˜k+1k 2 in (19a). The second row plots the evolution of the quantity ǫk+1 in (19b). left column of [PITH_FULL_IMAGE:figures/full_fig_p028_2.png] view at source ↗
Figure 3
Figure 3. Performance of Algorithm 3 on the blind deconvolution problem with varying algorithm param￾eters: β ∈ {0.25, 0.5, 0.75} and ρ ∈ {0.1, 1, 10}. The first row plots the evolution of the quantity kg˜k+1k 2 in (19a). The second row plots the evolution of the quantity ǫk+1 in (19b). Algorithm 3 consistently outperforms PGSG, across different dimensional problems. For example, when the dimension of the problem equals d = 1… view at source ↗

Discussion (0). Sign in to comment.

Forward citations

Cited by 2 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score. Full citation record

  1. Optimal Deterministic Oracle Complexity for Weakly Convex Optimization

    math.OC 2026-08 accept novelty 8.0 of 10

    Every deterministic first-order algorithm needs Ω(ρG²Δ/ε⁴) oracle calls to find an ε-stationary point of a ρ-weakly convex, G-Lipschitz function in the small-gap regime.

  2. An Adaptive Proximal Framework for Weakly Convex Optimization with Unknown Parameter: Deterministic and Heavy-Tailed Stochastic Guarantees

    math.OC 2026-06 unverdicted novelty 7.0 of 10

    Introduces APS, an adaptive proximal method achieving O(ε^{-2}) iteration complexity for ε-stationary points of ρ-weakly convex functions with unknown ρ in deterministic and stochastic settings.

Reference graph

Works this paper leans on

42 extracted references · 35 canonical work pages · cited by 2 Pith papers

  1. [20]

    Proximal bundle methods for hybrid weakly convex composite optimization problems

    Jiaming Liang, Renato DC Monteiro, and Honghao Zhang. P roximal bundle methods for hybrid weakly convex composite optimization problems. arXiv preprint arXiv:2303.14896 , 2023

  2. [1]

    The quasigradient meth od for the solving of the nonlinear programming problems

    Evgeni Alekseevich Nurminskii. The quasigradient meth od for the solving of the nonlinear programming problems. Cybernetics, 9(1):145–150, 1973. 31

  3. [2]

    Stochastic model -based minimization of weakly con- vex functions

    Damek Davis and Dmitriy Drusvyatskiy. Stochastic model -based minimization of weakly con- vex functions. SIAM Journal on Optimization , 29(1):207–239, 2019

  4. [3]

    Prox-regular functions in variational analysis

    Ren´ e Poliquin and R Rockafellar. Prox-regular functions in variational analysis. Transactions of the American Mathematical Society , 348(5):1805–1838, 1996

  5. [4]

    Convex analysis , volume 11

    R Tyrrell Rockafellar. Convex analysis , volume 11. Princeton university press, 1997

  6. [5]

    The proximal point method revisited

    Dmitriy Drusvyatskiy. The proximal point method revisited. arXiv preprint arXiv:1712.06038, 2017

  7. [6]

    Convergence of some algorithms for convex minimiza- tion

    Rafael Correa and Claude Lemar´ echal. Convergence of some algorithms for convex minimiza- tion. Mathematical Programming, 62:261–275, 1993

  8. [7]

    A condensed introduc tion to bundle methods in non- smooth optimization

    Claude Lemarechal and Jochem Zowe. A condensed introduc tion to bundle methods in non- smooth optimization. In Algorithms for continuous optimization: the state of the ar t, pages 357–382. Springer, 1994

Show all 42 references
  1. [8]

    Computing proximal points of nonconvex functions

    Warren Hare and Claudia Sagastiz´ abal. Computing proximal points of nonconvex functions. Mathematical Programming, 116(1):221–258, 2009

  2. [9]

    A redistributedproximal bundle method for nonconvex optimization

    Warren Hare and Claudia Sagastiz´ abal. A redistributedproximal bundle method for nonconvex optimization. SIAM Journal on Optimization , 20(5):2442–2473, 2010

  3. [10]

    Lectures on convex optimization , volume 137

    Yurii Nesterov et al. Lectures on convex optimization , volume 137. Springer, 2018

  4. [11]

    Monotone operators and the prox imal point algorithm

    R Tyrrell Rockafellar. Monotone operators and the prox imal point algorithm. SIAM journal on control and optimization , 14(5):877–898, 1976

  5. [12]

    The multiplier method of hestene s and powell applied to convex pro- gramming

    R Tyrell Rockafellar. The multiplier method of hestene s and powell applied to convex pro- gramming. Journal of Optimization Theory and applications , 12(6):555–562, 1973

  6. [13]

    Rate of convergence of t he bundle method

    Yu Du and Andrzej Ruszczy´ nski. Rate of convergence of t he bundle method. Journal of Optimization Theory and Applications , 173:908–922, 2017

  7. [14]

    Efficiency of proximal bundle method s

    Krzysztof C Kiwiel. Efficiency of proximal bundle method s. Journal of Optimization Theory and Applications, 104:589–603, 2000

  8. [15]

    Optimal convergence rates for the proximal bundle method

    Mateo D´ ıaz and Benjamin Grimmer. Optimal convergence rates for the proximal bundle method. SIAM Journal on Optimization , 33(2):424–454, 2023

  9. [16]

    An overview an d comparison of spectral bundle methods for primal and dual semidefinite programs

    Feng-Yi Liao, Lijun Ding, and Yang Zheng. An overview an d comparison of spectral bundle methods for primal and dual semidefinite programs. arXiv preprint arXiv:2307.07651 , 2023

  10. [17]

    A bundle-based augmented Lagrangian framework: Algorithm, convergence, and primal-dual principles

    Feng-Yi Liao and Yang Zheng. A bundle-based augmented Lagrangian framework: Algorithm, convergence, and primal-dual principles. arXiv preprint arXiv:2502.08835 , 2025

  11. [18]

    Minimizing nonconvex non- smooth functions via cutting planes and proximity control

    Antonio Fuduli, Manlio Gaudioso, and Giovanni Giallom bardo. Minimizing nonconvex non- smooth functions via cutting planes and proximity control. Siam journal on optimization , 14(3):743–756, 2004

  12. [19]

    Proximally guided st ochastic subgradient method for nonsmooth, nonconvex problems

    Damek Davis and Benjamin Grimmer. Proximally guided st ochastic subgradient method for nonsmooth, nonconvex problems. SIAM Journal on Optimization , 29(3):1908–1930, 2019

  13. [21]

    A pr oximity control algorithm to minimize 32 nonsmooth and nonconvex semi-infinite maximum eigenvalue f unctions

    Pierre Apkarian, Dominikus Noll, and Olivier Prot. A pr oximity control algorithm to minimize 32 nonsmooth and nonconvex semi-infinite maximum eigenvalue f unctions. Journal of Convex Analysis, 16(3-4):641–666, 2009

  14. [22]

    A proximal bundle variant with optimal iteration- complexity for a large range of prox stepsizes.SIAM Journal on Optimization , 31(4):2955–2986, 2021

    Jiaming Liang and Renato DC Monteiro. A proximal bundle variant with optimal iteration- complexity for a large range of prox stepsizes.SIAM Journal on Optimization , 31(4):2955–2986, 2021

  15. [23]

    On fr´ echet subdifferentials.Journal of Mathematical Sciences , 116(3):3325–3358, 2003

    A Ya Kruger. On fr´ echet subdifferentials.Journal of Mathematical Sciences , 116(3):3325–3358, 2003

  16. [24]

    Variational analysis, volume 317

    R Tyrrell Rockafellar and Roger J-B Wets. Variational analysis, volume 317. Springer Science & Business Media, 2009

  17. [25]

    Asymptotic convergence analys is of the proximal point algorithm

    Fernando Javier Luque. Asymptotic convergence analys is of the proximal point algorithm. SIAM Journal on Control and Optimization , 22(2):277–293, 1984

  18. [26]

    Augmented Lagrangians and appl ications of the proximal point algo- rithm in convex programming

    R Tyrrell Rockafellar. Augmented Lagrangians and appl ications of the proximal point algo- rithm in convex programming. Mathematics of operations research , 1(2):97–116, 1976

  19. [27]

    On a bundle algorithm for nonsmooth optimization

    Claude Lemarechal, Jean-Jacques Strodiot, and Andr´ e Bihain. On a bundle algorithm for nonsmooth optimization. In Nonlinear programming 4, pages 245–282. Elsevier, 1981

  20. [28]

    Proximity control in bundle method s for convex nondifferentiable mini- mization

    Krzysztof C Kiwiel. Proximity control in bundle method s for convex nondifferentiable mini- mization. Mathematical programming, 46(1):105–122, 1990

  21. [29]

    Complexity of finding stationary points of nonconvex nonsmooth functio ns

    Jingzhao Zhang, Hongzhou Lin, Stefanie Jegelka, Suvri t Sra, and Ali Jadbabaie. Complexity of finding stationary points of nonconvex nonsmooth functio ns. In International Conference on Machine Learning , pages 11173–11182. PMLR, 2020

  22. [30]

    A gradient sampling method with complexity guarantees for li pschitz functions in high and low dimensions

    Damek Davis, Dmitriy Drusvyatskiy, Yin Tat Lee, Swati Padmanabhan, and Guanghao Ye. A gradient sampling method with complexity guarantees for li pschitz functions in high and low dimensions. Advances in neural information processing systems , 35:6692–6703, 2022

  23. [31]

    Gradient sampling methods for nonsmooth optimization

    James V Burke, Frank E Curtis, Adrian S Lewis, Michael L O verton, and Lucas EA Sim˜ oes. Gradient sampling methods for nonsmooth optimization. Numerical nonsmooth optimization: State of the art algorithms , pages 201–225, 2020

  24. [32]

    Minimization of unsmooth functionals

    Boris Teodorovich Polyak. Minimization of unsmooth functionals. USSR Computational Math- ematics and Mathematical Physics , 9(3):14–29, 1969

  25. [33]

    Error bounds, pl condition, and quadratic growth for weakly convex functions, and linear convergences of proximal point methods

    Feng-Yi Liao, Lijun Ding, and Yang Zheng. Error bounds, pl condition, and quadratic growth for weakly convex functions, and linear convergences of proximal point methods. In 6th Annual Learning for Dynamics & Control Conference , pages 993–1005. PMLR, 2024

  26. [34]

    Nonsmooth optimization and robust cont rol

    Adrian S Lewis. Nonsmooth optimization and robust cont rol. Annual Reviews in Control , 31(2):167–177, 2007

  27. [35]

    Policy optimiza- tion in control: Geometry and algorithmic implications

    Shahriar Talebi, Yang Zheng, Spencer Kraisler, Na Li, a nd Mehran Mesbahi. Policy optimiza- tion in control: Geometry and algorithmic implications. arXiv preprint arXiv:2406.04243 , 2024

  28. [36]

    Benign noncon vex landscapes in optimal and robust control, part ii: Extended convex lifting

    Yang Zheng, Chih-Fan Pai, and Yujie Tang. Benign noncon vex landscapes in optimal and robust control, part ii: Extended convex lifting. arXiv preprint arXiv:2406.04001 , 2024

  29. [37]

    Benign noncon vex landscapes in optimal and robust control, part i: Global optimality

    Yang Zheng, Chih-fan Pai, and Yujie Tang. Benign noncon vex landscapes in optimal and robust control, part i: Global optimality. arXiv preprint arXiv:2312.15332 , 2023

  30. [38]

    Extended conv ex lifting for policy optimization of optimal and robust control

    Yang Zheng, Chih-Fan Pai, and Yujie Tang. Extended conv ex lifting for policy optimization of optimal and robust control. Proceedings of Machine Learning Research vol , 283:1–13, 2025. 33

  31. [39]

    Subgradient regularization: A descent-oriented subgradient method for nonsmooth optimization

    Hanyang Li and Ying Cui. Subgradient regularization: A descent-oriented subgradient method for nonsmooth optimization. arXiv preprint arXiv:2505.07143 , 2025

  32. [40]

    Gradients of convex f unctions

    Edgar Asplund and RT Rockafellar. Gradients of convex f unctions. Transactions of the Amer- ican Mathematical Society , 139:443–467, 1969

  33. [41]

    Nonlinear optimization

    Andrzej Ruszczynski. Nonlinear optimization. Princeton university press, 2011

  34. [42]

    Efficiency of minimizing compositions of convex functions and smooth maps

    Dmitriy Drusvyatskiy and Courtney Paquette. Efficiency of minimizing compositions of convex functions and smooth maps. Mathematical Programming, 178(1):503–558, 2019. 34 Contents 1 Introduction 1 1.1 Search for optimality or stationary points . . . . . . . . . . . . . . . . . . ...

Pith tools

Reviewed August 5, 2026 · model on record in the stance chip above.