REVIEW 3 major objections 5 minor 2 cited by
ItsDEAL: Inexact two-level smoothing descent algorithms for weakly convex optimization
T0 review · 3 major / 5 minor · reviewed 2026-08-10 · deepseek-v4-flash
Pith's one-line read The paper claims that weakly convex optimization can be solved by an inexact two-level smoothing scheme, whose iterates converge to proximal fixed points, and linearly under a Kurdyka–Łojasiewicz condition.
desk verdict Solid two-level smoothing framework with likely-correct convergence theory, but the numerics never verify the inexactness assumptions the theorems rely on. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The central object is the high-order Moreau envelope (HOME) and its high-order proximal operator (HOPE), defined for $p>1$ by $\mathrm{prox}^p_{\gamma\varphi}(x)=\arg\min_y\{\varphi(y)+\frac{1}{p\gamma}\|x-y\|^p\}$ and $\varphi^p_\gamma(x)=\min_y\{\varphi(y)+\frac{1}{p\gamma}\|x-y\|^p\}$. The paper restricts to $p\in(1,2]$ because for $p>2$ the prox set need not be single-valued and HOME need not be differentiable. The workhorse results are Theorems 21 and 22: on a ball of radius $r$, with $\gamma$ below a threshold, HOPE is single-valued and Hölder continuous with exponent $1/2$, and the HOME gradient is Hölder continuous with exponent $(p-1)/2$. That Hölder-smoothness makes a Hölderian descent lemma available, which the algorithms exploit through backtracking choices of the Lipschitz estimate $L_{k+1}$ (Algorithm 4) or an inexact Armijo line search (Algorithm 5); the relative-error condition (4.2) is what turns prox noise into a controllable gradient error.
What would settle it
On a small random instance of the robust sparse recovery problem, compute the approximate proximal point produced by Algorithm 6 after 200 iterations and compare it with a very accurate proximal solve. If at any iteration the observed pair violates $\delta_k \le \mu\|x_k-\mathrm{prox}^{p,\varepsilon_k}_{\gamma\varphi}(x_k)\|$ or the value bound (4.3) while the algorithm still converges to a proximal fixed point, then the assumptions are stronger than needed; if such violations coincide with stalling or cycling, the relative-error condition is load-bearing.
Extended reading notes
Core claim
The central claim is that the high-order Moreau envelope provides a usable smooth surrogate for weakly convex optimization even when the proximal operator is only computed approximately. For $p\in(1,2]$, under $\rho$-weak convexity and a small enough smoothing parameter $\gamma$, the envelope $\varphi^p_\gamma$ is differentiable on any bounded ball and its gradient is Hölder continuous with exponent $(p-1)/2$; its gradient is $\frac{1}{\gamma}\|x-\mathrm{prox}^p_{\gamma\varphi}(x)\|^{p-2}(x-\mathrm{prox}^p_{\gamma\varphi}(x))$. Replacing the exact proximal point by an inexact one gives an inexact gradient oracle whose error can be bounded by a multiple of the inexact gradient norm provided the prox error satisfies $\delta_k \le \mu\|x_k-\mathrm{prox}^{p,\varepsilon_k}_{\gamma\varphi}(x_k)\|$. With this oracle, search directions satisfying a Hölderian sufficient-descent condition are genuine descent directions, and the resulting Algorithms 4 and 5 produce iterates whose every cluster point is a proximal fixed point; under a KL property with quasi-additivity the iterates converge, and with KL exponent $\theta=1/(1+\vartheta)$ the tail sums of gradient norms converge linearly.
Load-bearing premise
The whole theory depends on the assumption that at every step the approximate proximal solve is accurate enough that its error stays below a small fixed fraction of the current step length it produces, with the objective-value error summable; the numerical experiments terminate the subproblem solver after 200 iterations without checking either condition, so the theorems are not verified in the experiments.
Editorial extensions
If this is right
- Exact proximal evaluations are not needed: any inexact lower-level solver whose errors satisfy (4.1)–(4.3) can be plugged into the upper-level descent scheme and still yields subsequential convergence to a proximal fixed point.
- The Hölder exponent $(p-1)/2$ is interior to the algorithm: the backtracking rules in Algorithms 4 and 5 are parameter-free in the sense that the user need not know the Hölder constants $L_p$ in advance.
- Under the KL property with quasi-additivity, subsequential convergence upgrades to global convergence of the whole iterate sequence to a single proximal fixed point.
- When the KL desingularizing function has exponent $\theta=1/(1+\vartheta)$, the algorithm converges Q-linearly, with the rate inherited from the tail sums $B_k=\sum_{i\ge k}\|\nabla\varphi^{p,\varepsilon_i}_\gamma(x_i)\|^\vartheta$.
- On robust sparse recovery with $\ell^1$ fidelity and a weakly convex clipped-quadratic penalty, the new algorithms—especially IDEALS—recover sparse signals with higher success probability under a strict $10^{-3}$ error tolerance than the subgradient baselines tested.
Reading between the lines
- A testable extension would be to implement a stopping rule for the lower-level subgradient method that checks or bounds the relative prox error $\delta_k$; the theory predicts convergence whenever the check passes, and the check would turn the heuristic 200-iteration cap into a certified stopping test.
- Since $p=1.25$ outperforms $p=2$ on the sparse-recovery test problems, the paper leaves open that the smoothing order is a tunable shape parameter: one could test whether the optimal $p$ shifts with sparsity level, conditioning, or measurement noise.
- The linear-rate theorem for Algorithm 5 assumes the backtracking step-sizes $\{\alpha_k\}$ stay bounded away from zero, which the backtracking rule alone does not guarantee; adding a safeguard that monitors accepted step-sizes would be a natural follow-up.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes an inexact two-level smoothing descent framework (ItsDEAL) for weakly convex optimization. It studies the high-order Moreau envelope (HOME) and establishes several new properties: boundedness of the high-order proximal operator, differentiability and Hölder smoothness of HOME on balls (Theorems 21–22 and Corollary 23), and descent conditions based on an inexact oracle (Lemma 26). Three algorithms are presented: a constant-step Hölderian inexact gradient descent (HiGDA, Algorithm 3), a parameter-free version with line-search-like backtracking (Algorithm 4), and an inexact Armijo line-search method (IDEALS, Algorithm 5). Subsequential convergence and convergence rates are proved (Theorems 34 and 37), and global and linear convergence are established under Kurdyka–Łojasiewicz assumptions with quasi-additivity (Theorems 39 and 42). Preliminary experiments on robust sparse recovery compare Algorithms 4 and 5 with subgradient methods.
Significance. If the theoretical claims hold, the paper makes a useful contribution by extending high-order Moreau smoothing to weakly convex problems with inexact oracles and by providing parameter-free variants with explicit rates. The framework is versatile, and the explicit constants and Hölderian descent inequalities are potentially valuable. The main strength is the combination of a generic two-level scheme with tractable instances and convergence theorems under KL-type conditions. However, the numerical experiments do not verify several assumptions that are load-bearing for the convergence theory, and one convergence result for Algorithm 5 relies on a step-size lower bound that is not proved. These gaps do not invalidate the theory as stated, but they currently prevent the experiments from being read as empirical confirmation of the analyzed algorithms.
major comments (3)
- [Section 5.1(i) vs Assumption 24(c)] The implementation computes the prox approximation by running Algorithm 6 for at most 200 iterations or until ||y_{k+1}-y_k||<1e-3, but it never checks the three inequalities in Assumption 24(c), namely (4.1), (4.2), and (4.3). In particular, the relative-error condition (4.2), i.e., δ_k ≤ μ||x_k - prox^{p,ε_k}_{γφ}(x_k)||, is used to derive (4.8), in Lemma 26, and in the convergence proofs. Since the stopping rule of Algorithm 6 gives no bound on δ_k or ε_k and no verification of (4.2) is reported, the implemented Algorithms 4 and 5 are not established to satisfy the assumptions of the theorems that are claimed to support them. The numerical results therefore cannot be interpreted as evidence for the convergence theory of ItsDEAL as analyzed; at most they show that the heuristic implementations behave well on the tested instances.
- [Corollary 36 and Theorem 33] Corollary 36 and Corollary 43(b) for Algorithm 5 assume that the step-size sequence {α_k} is bounded away from zero by some α>0. Theorem 33 only proves that the backtracking loop in Steps 7–9 terminates after finitely many iterations; it does not prove a uniform positive lower bound on the accepted step-sizes. Since the line-search condition is tested only at the current iterate and the error terms ε_{k+1} are not controlled in a way that prevents α_k from tending to zero, the linear convergence claim for Algorithm 5 rests on an unverified structural property. The authors should either prove a lower bound under their assumptions or explicitly state that the linear rate is conditional on this additional property and indicate how it could be checked.
- [Assumption 41 and Section 5.1(ii)] Assumption 41 requires choosing ε_k and δ_k adaptively so that (4.44) holds for all k, with the right-hand side depending on the trajectory through min_{0≤i≤j≤k} β_j ||x_i - prox^{p,ε_i}_{γφ}(x_i)||^{ϑ(p-1)}. The numerical protocol in Section 5.1(ii) sets ε_k = 1/(k+1)^2 and does not specify δ_k at all, and no attempt is made to enforce (4.44). Consequently, Theorem 42's linear convergence result is not instantiated by the experiments. This is a separate gap from the Assumption 24(c) issue and should be addressed explicitly in the revised version.
minor comments (5)
- [Section 3, Proposition 15 paragraph] The word 'benifitial' should be 'beneficial'.
- [Corollary 35, Eq. (4.27)] The numerator of the first rate bound is written as φ^{p,ε_k}_γ(x_0); the superscript ε_k appears to be a typo for ε_0, since the initial inexact value is taken at x_0.
- [Figure 4] The legend entry 'INDALS' appears to be a typo for 'IDEALS'.
- [Algorithm 4, Steps 6–9] The description of the inner loop would benefit from specifying how i is reset and how L_{k+1} is initialized at the start of each outer iteration; the text says 'Steps 6-9 of the algorithm facilitate the inner iterations' but the algorithm box itself does not explicitly show the initialization and update of i.
- [Remark 20] There is a typo: 'γmax is is sufficiently far' should read 'γmax is sufficiently far'. Also, the dependence of γmax on bγ is not made explicit.
Circularity Check
No circular derivation found: convergence is derived from explicit inexactness and KL assumptions, not from fitted parameters or self-referential definitions.
full rationale
The central convergence claims—Theorem 37 (every cluster point is a proximal fixed point), Theorem 39 (global convergence under KL), and Theorem 42 (linear convergence under KL with a specific exponent)—are derived from Assumption 24's explicit oracle inequalities (4.1)–(4.3), the descent-direction conditions in Lemma 26, and concrete step-size rules in Algorithms 3–5. No equation in the proof is equivalent to a fitted value or to the theorem it is supposed to establish. In particular, the inexact prox approximation is not defined as the object that makes the conclusions true; it is an input controlled by δ_k and ε_k, and the analysis shows how those inputs propagate to the output. The main new HOME properties (differentiability and weak smoothness, Theorems 21–22 and Corollary 23) are proved in the paper itself, not merely imported. The cited results from the authors' companion paper [36]—Fact 1, Fact 12, Fact 13, Fact 14, Fact 18, and the uniformized KL property—are external lemmas with stated assumptions; none asserts the paper's iterative convergence theorems, so under the review rules they count as independent support rather than circular self-citation. The numerical experiments are not used as evidence inside the proof chain; the implementation in Section 5.1(i) computes prox approximations with a fixed 200-iteration subgradient procedure without verifying Assumption 24(c), and Corollary 36 assumes the step sizes are bounded away from zero. These are verification gaps between the analyzed algorithms and the implemented ones, and would be correctness or reproducibility concerns, but they are not instances of a prediction being forced by construction or of a theorem reducing to its own hypothesis. Consequently, the paper does not exhibit self-definitional, fitted-input, uniqueness-imported, ansatz-smuggled, or renamed-known-result circularity.
Assumptions & free parameters
free parameters (8)
- p =
1.25 (tuned in experiments)
- mu =
0.9*(1/2^{2-p})^{1/(p-1)} in experiments
- c1, c2 =
1, 1
- gamma =
0.9
- L0 =
1e-3
- upsilon (Algorithm 4) =
3
- lambda, upsilon (Algorithm 5) =
0.5, 0.4
- epsilon_k, delta_k =
epsilon_k = 1/(k+1)^2 in experiments; delta_k not specified
assumptions (6)
- standard math Facts from prior work [36] (Fact 1 basic inequality, Fact 12 HOME properties, Fact 13-14 coercivity/sublevel, Fact 18 differentiability characterization) are used throughout.
- standard math Hölderian descent lemma (Fact 2) and KL property (Definition 3) are assumed from the literature.
- domain assumption Assumption 24(a): φ is proper, lsc, coercive, ρ-weakly convex with at least one minimizer.
- ad hoc to paper Assumption 24(b)-(c): error sequences ε_k summable, δ_k ↓0, and prox approximations satisfy (4.1)-(4.3).
- ad hoc to paper Assumption 38(b): summability of [(φ'(w_k))^{-1}]^{2/(p-1)}.
- ad hoc to paper Assumption 41: error coupling condition ε_k^{θ/(1+θ)}, δ_k^{θ(p-1)} ≤ min_{0≤i≤j≤k} {β_j||x_i - prox^{p,ε_i}||^{θ(p-1)}}.
Cite this review
Pith. "Pith review of ItsDEAL: Inexact two-level smoothing descent algorithms for weakly convex optimization." pith.science (2026). https://pith.science/paper/CTLJQRGW
@misc{pith2026250102155,
author = {Pith},
title = {Pith review of: ItsDEAL: Inexact two-level smoothing descent algorithms for weakly convex optimization},
year = {2026},
howpublished = {\url{https://pith.science/paper/CTLJQRGW}},
note = {Machine review of arXiv:2501.02155}
}
read the original abstract
This paper deals with nonconvex optimization problems via a two-level smoothing framework in which the high-order Moreau envelope (HOME) is applied to generate a smooth approximation of weakly convex cost functions. As such, the differentiability and weak smoothness of HOME are further studied, as is necessary for developing inexact first-order methods for finding its critical points. Building on the concept of the inexact two-level smoothing optimization (ItsOPT), the proposed scheme offers a versatile setting, called Inexact two-level smoothing DEscent ALgorithm (ItsDEAL), for developing inexact first-order methods: (i) solving the proximal subproblem approximately to provide an inexact first-order oracle of HOME at the lower-level; (ii) developing an upper inexact first-order method at the upper-level. In particular, parameter-free inexact descent methods (i.e., dynamic step-sizes and an inexact nonmonotone Armijo line search) are studied that effectively leverage the weak smooth property of HOME. Although the subsequential convergence of these methods is investigated under some mild inexactness assumptions, the global convergence and the linear rates are studied under the extra Kurdyka-\L{}ojasiewicz (KL) property. In order to validate the theoretical foundation, preliminary numerical experiments for robust sparse recovery problems are provided which reveal a promising behavior of the proposed methods.
Figures
Forward citations
Cited by 2 Pith papers
-
On fundamental properties of high-order forward-backward envelope
Under weak smoothness of f and prox-regularity of g, the high-order forward-backward envelope is differentiable and its gradient is Hölder continuous near p-calm points of the composite objective.
-
Minimizing Smooth Kurdyka-{\L}ojasiewicz Functions via Generalized Descent Methods: Convergence Rate and Complexity
Descent methods obeying f(x_{k+1}) ≤ f(x_k) − ρ‖∇f(x_k)‖^θ converge linearly when θ equals the inverse KL exponent, with a unified rate/complexity analysis.
Reference graph
Works this paper leans on
-
[36]
URL https://doi.org/10.48550/arXiv.2410.19928
Kabgani A, Ahookhosh M (2024) High-order Moreau envelope beyond convexity: An inexact two-level smoothing framework. URL https://doi.org/10.48550/arXiv.2410.19928
-
[1]
SIAM Journal on Optimization 16:531–547
Absil PA, Mahony R, Andrews B (2005) Convergence of the iterates of descent methods for analytic cost functions. SIAM Journal on Optimization 16:531–547
work page 2005
-
[2]
Mathematical Methods of Operations Research 89(3):319–353
Ahookhosh M (2019) Accelerated first-order methods for large-scale convex optimization: nearly optimal complexity under strong convexity. Mathematical Methods of Operations Research 89(3):319–353
work page 2019
-
[3]
Applied Mathe- matical Modelling 43:170–190
Ahookhosh M, Ghaderi S (2017) On efficiency of nonmonotone Armijo-type line searches. Applied Mathe- matical Modelling 43:170–190
work page 2017
-
[4]
Mathematical Programming 208:365–407
Ahookhosh M, Nesterov Y (2024) High-order methods beyond the classical complexity bounds: inexact high-order proximal-point methods. Mathematical Programming 208:365–407
work page 2024
-
[5]
SIAM Journal on Optimization 31(1):653–685
Ahookhosh M, Themelis A, Patrinos P (2021) A Bregman forward-backward linesearch algorithm for non- convex composite optimization: superlinear convergence to nonisolated local minima. SIAM Journal on Optimization 31(1):653–685
work page 2021
-
[6]
SIAM Journal on Optimization 33(1):89– 115
Atenas F, Sagastiz´ abal C, Silva PJS, Solodov M (2023) A unified analysis of descent sequences in weakly con- vex optimization, including convergence rates for bundle methods. SIAM Journal on Optimization 33(1):89– 115
work page 2023
-
[7]
Mathematics of operations research 35:438–457
Attouch H, Bolte J, Redont P, Soubeyran A (2010) Proximal alternating minimization and projection methods for nonconvex problems: An approach based on the Kurdyka- Lojasiewicz inequality. Mathematics of operations research 35:438–457
work page 2010
Show all 79 references
-
[8]
Mathematical Pro- gramming 137:91–129
Attouch H, Bolte J, Svaiter B (2013) Convergence of descent methods for semi-algebraic and tame problems: proximal algorithms, forward-backward splitting, and regularized Gauss-Seidel methods. Mathematical Pro- gramming 137:91–129
2013
-
[9]
IMA Journal of Numerical Analysis 8:141–148
Barzilai J, Borwein J (1988) Two-point step size gradient methods. IMA Journal of Numerical Analysis 8:141–148
1988
-
[10]
Set-Valued and Variational Analysis 26:1009–1078
Bauschke H, Wang C, Wang X, Xu J (2018) Subgradient projectors: Extensions, theory, and characteriza- tions. Set-Valued and Variational Analysis 26:1009–1078
2018
-
[11]
Beck A (2017) First-Order Methods in Optimization. SIAM
2017
-
[12]
SIAM Journal on Optimization 22:557–580
Beck A, Teboulle M (2012) Smoothing and first order methods: A unified framework. SIAM Journal on Optimization 22:557–580
2012
-
[13]
In: Dolecki S (ed) Optimization: Proceedings of the Fifth French-German Conference held in Castel-Novel (Varetz), France, Oct
Ben-Tal A, Teboulle M (1989) A smoothing technique for nondifferentiable optimization problems. In: Dolecki S (ed) Optimization: Proceedings of the Fifth French-German Conference held in Castel-Novel (Varetz), France, Oct. 3–8, 1988, Lecture Notes in Mathematics, No. 1405, Spr...
1989
-
[14]
In: Balinski ML, Wolfe P (eds) Nondifferentiable Optimization, Springer, pp 1–25
Bertsekas DP (2009) Nondifferentiable optimization via approximation. In: Balinski ML, Wolfe P (eds) Nondifferentiable Optimization, Springer, pp 1–25
2009
-
[15]
SIAM Journal on Optimization 18:556–572 32 Alireza Kabgani, Masoud Ahookhosh
Bolte J, Daniilidis A, Lewis A, Shiota M (2007) Clarke subgradients of stratifiable functions. SIAM Journal on Optimization 18:556–572 32 Alireza Kabgani, Masoud Ahookhosh
2007
-
[16]
SIAM Journal on Optimization 17:1205–1223
Bolte J, Daniilidis A, Lewis AS (2007) The Lojasiewicz inequality for nonsmooth subanalytic functions with applications to subgradient dynamical systems. SIAM Journal on Optimization 17:1205–1223
2007
-
[17]
Mathematical Programming 146:459–494
Bolte J, Sabach S, Teboulle M (2014) Proximal alternating linearized minimization for nonconvex and nonsmooth problems. Mathematical Programming 146:459–494
2014
-
[18]
Journal of Scientific Computing 85:33
Bot ¸ RI, B¨ ohm A (2020) Variable smoothing for convex optimization problems using stochastic gradients. Journal of Scientific Computing 85:33
2020
-
[19]
TOP 23:124–150
Bot, RI, Hendrich C (2015) A variable smoothing algorithm for solving convex optimization problems. TOP 23:124–150
2015
-
[20]
Mathematical Programming 134:127–155
Byrd R, Chin G, Nocedal J, Wu Y (2012) Sample size selection in optimization methods for machine learning. Mathematical Programming 134:127–155
2012
-
[21]
Journal of Opti- mization Theory and Applications 188:628–649
B¨ ohm A, Wright SJ (2021) Variable smoothing for weakly convex composite functions. Journal of Opti- mization Theory and Applications 188:628–649
2021
-
[22]
Cand` es EJ, Li X, Ma Y, Wright J (2011) Robust principal component analysis? Journal of the ACM 58(3):1–37
2011
-
[23]
EURASIP Journal on Advances in Signal Processing 108
Carrillo RE, Ramirez AB, Arce GR, Barner KE, Sadler BM (2016) Robust compressive sensing of sparse signals: a review. EURASIP Journal on Advances in Signal Processing 108
2016
-
[24]
SIAM Journal on Numerical Analysis 28(1):251–265
Carter RG (1991) On the global convergence of trust region algorithms using inexact gradient information. SIAM Journal on Numerical Analysis 28(1):251–265
1991
-
[25]
IEEE Transactions on Signal Processing 62:3754–3767
Chen L, Gu Y (2014) The convergence guarantees of a non-convex approach for sparse recovery. IEEE Transactions on Signal Processing 62:3754–3767
2014
-
[26]
IEEE Access 7:1300–1322
Crespo Marques E, Maciel N, Naviner L, Cai H, Yang J (2019) A review of sparse recovery algorithms. IEEE Access 7:1300–1322
2019
-
[27]
Journal of Convex Analysis 12:315–329
Daniilidis A, Malick J (2005) Filling the gap between lower- C 1 and lower-C 2 functions. Journal of Convex Analysis 12:315–329
2005
-
[28]
SIAM Journal on Optimization 29:207–239
Davis D, Drusvyatskiy D (2019) Stochastic model-based minimization of weakly convex functions. SIAM Journal on Optimization 29:207–239
2019
-
[29]
SIAM Journal on Optimization 29:1908–1930
Davis D, Grimmer B (2019) Proximally guided stochastic subgradient method for nonsmooth, nonconvex problems. SIAM Journal on Optimization 29:1908–1930
2019
-
[30]
Journal of Optimization Theory and Applications 179:962–982
Davis D, Drusvyatskiy D, MacPhee KJ, Paquette C (2018) Subgradient methods for sharp weakly convex functions. Journal of Optimization Theory and Applications 179:962–982
2018
-
[31]
Mathematical Programming 178:503–558
Drusvyatskiy D, Paquette C (2019) Efficiency of minimizing compositions of convex functions and smooth maps. Mathematical Programming 178:503–558
2019
-
[32]
SIAM Journal on Imaging Sciences 17:91–115
Goujon A, Neumayer S, Unser M (2024) Learning weakly convex regularizers for convergent image- reconstruction algorithms. SIAM Journal on Imaging Sciences 17:91–115
2024
-
[33]
Applied and Computational Harmonic Analysis 22:335–355
Gribonval R, Nielsen M (2007) Highly sparse representations from dictionaries are unique and independent of the sparseness measure. Applied and Computational Harmonic Analysis 22:335–355
2007
-
[34]
SIAM journal on Numerical Analysis 23(4):707–716
Grippo L, Lampariello F, Lucidi S (1986) A nonmonotone line search technique for Newton’s method. SIAM journal on Numerical Analysis 23(4):707–716
1986
-
[35]
IEEE Transactions on Signal Processing 57(7):2640–2650, DOI 10.1109/TSP
Gurbuz AC, McClellan JH, Scott WR (2009) A compressive sensing data acquisition and imaging method for stepped frequency GPRs. IEEE Transactions on Signal Processing 57(7):2640–2650, DOI 10.1109/TSP. 2009.2016270
2009
-
[37]
Manuscript to be submitted, University of Antwerp
Kabgani A, Ahookhosh M (2024) Second-order properties of high-order Moreau envelope: generalized inexact Newton method. Manuscript to be submitted, University of Antwerp
2024
-
[38]
Nonlinear Analysis: Theory, Methods & Applications 127:157–181
Kecis I, Thibault L (2015) Moreau envelopes of s-lower regular functions. Nonlinear Analysis: Theory, Methods & Applications 127:157–181
2015
-
[39]
arXiv:230715596
Khanh PD, Mordukhovich BS, Phat VT, Tran DB (2023) Inexact proximal methods for weakly convex functions. arXiv:230715596
2023
-
[40]
Optimization Methods and Software 0(0):1–29
Khanh PD, Mordukhovich BS, Phat VT (2024) A new inexact gradient descent method with applications to nonsmooth convex optimization. Optimization Methods and Software 0(0):1–29
2024
-
[41]
Com- putational Optimization and Applications 80:731–753
Kungurtsev V, Rinaldi F (2021) A zeroth order method for stochastic weakly convex optimization. Com- putational Optimization and Applications 80:731–753
2021
-
[42]
Mathematical Programming 155:511–547 ItsDEAL: Inexact two-level smoothing descent algorithms for weakly convex optimization 33
Lan G, Monteiro RD (2016) Iteration-complexity of first-order augmented Lagrangian methods for convex programming. Mathematical Programming 155:511–547 ItsDEAL: Inexact two-level smoothing descent algorithms for weakly convex optimization 33
2016
-
[43]
Foundations of Computational Mathematics 18:1199–1232
Li G, Pong TK (2018) Calculus of the exponent of Kurdyka– Lojasiewicz inequality and its applications to linear convergence of first-order methods. Foundations of Computational Mathematics 18:1199–1232
2018
-
[44]
IEEE Transactions on Industrial Informatics 9(4):2177–2186
Li S, Xu LD, Wang X (2013) Compressed sensing signal and data acquisition in wireless sensor networks and internet of things. IEEE Transactions on Industrial Informatics 9(4):2177–2186
2013
-
[45]
SIAM Journal on Optimization 30:660–686
Li X, Zhu Z, Man-Cho So A, Vidal R (2020) Nonconvex robust low-rank matrix recovery. SIAM Journal on Optimization 30:660–686
2020
-
[46]
IEEE Transactions on Cybernetics 52:1642–1660
Li X, Wang Y, Ruiz R (2022) A survey on sparse learning models for feature selection. IEEE Transactions on Cybernetics 52:1642–1660
2022
-
[47]
SIAM Journal on Optimization 33:1092–1120
Li X, Milzarek A, Qiu J (2023) Convergence of random reshuffling under the Kurdyka– Lojasiewicz inequality. SIAM Journal on Optimization 33:1092–1120
2023
-
[48]
In: 6th Annual Learning for Dynamics & Control Conference, PMLR, 242, pp 993–1005
Liao FY, Ding L, Zheng Y (2024) 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, PMLR, 242, pp 993–1005
2024
-
[49]
Signal Processing 152:84–89
Liu Q, Yang C, Gu Y, So HC (2018) Robust sparse recovery via weakly convex optimization in impulsive noise. Signal Processing 152:84–89
2018
-
[50]
SIAM Journal on Control and Optimization 15(6):959–972
Mifflin R (1977) Semismooth and semiconvex functions in constrained optimization. SIAM Journal on Control and Optimization 15(6):959–972
1977
-
[51]
Signal Processing 93:2636–2647
Montefusco LB, Lazzaro D, Papi S (2013) A fast algorithm for nonconvex approaches to sparse recovery problems. Signal Processing 93:2636–2647
2013
-
[52]
Springer Cham
Mordukhovich BS (2018) Variational Analysis and Applications. Springer Cham
2018
-
[53]
Bulletin de la Soci´ et´ e Math´ ematique de France 93:273–299
Moreau JJ (1965) Proximit´ e et dualit´ e dans un espace Hilbertien. Bulletin de la Soci´ et´ e Math´ ematique de France 93:273–299
1965
-
[54]
Mathematical programming 103:127–152
Nesterov Y (2005) Smooth minimization of non-smooth functions. Mathematical programming 103:127–152
2005
-
[55]
Mathematical Program- ming 152:381–404
Nesterov Y (2015) Universal gradient methods for convex optimization problems. Mathematical Program- ming 152:381–404
2015
-
[56]
Springer Cham
Nesterov Y (2018) Lectures on Convex Optimization, 2nd edn. Springer Cham
2018
-
[57]
Cybernetics 16(1):10–12
Norkin V (1980) Generalized-differentiable functions. Cybernetics 16(1):10–12
1980
-
[58]
Cybernetics 9:145–150
Nurminskii EA (1973) The quasigradient method for the solving of the nonlinear programming problems. Cybernetics 9:145–150
1973
-
[59]
In: 52nd IEEE Conference on Decision and Control, IEEE, pp 2358–2363
Patrinos P, Bemporad A (2013) Proximal Newton methods for convex composite optimization. In: 52nd IEEE Conference on Decision and Control, IEEE, pp 2358–2363
2013
-
[60]
Transactions of the American Mathematical Society 348:1805–1838
Poliquin RA, Rockafellar RT (1996) Prox-regular functions in variational analysis. Transactions of the American Mathematical Society 348:1805–1838
1996
-
[61]
SIAM Journal on Scientific Computing 45:A2679–A2702
Pougkakiotis S, Kalogerias D (2023) A zeroth-order proximal stochastic gradient method for weakly convex stochastic optimization. SIAM Journal on Scientific Computing 45:A2679–A2702
2023
-
[62]
URL https://arxiv.org/abs/2501.00427
Rahimi M, Ghaderi S, Moreau Y, Ahookhosh M (2025) Projected subgradient methods for paraconvex optimization: Application to robust low-rank matrix recovery. URL https://arxiv.org/abs/2501.00427
2025
-
[63]
Springer Berlin, Heidelberg
Rockafellar RT, Wets RJB (2009) Variational Analysis. Springer Berlin, Heidelberg
2009
-
[64]
Journal of Optimiza- tion Theory and Applications 185:303–326
Rodomanov A, Nesterov Y (2020) Smoothness parameter of power of Euclidean norm. Journal of Optimiza- tion Theory and Applications 185:303–326
2020
-
[65]
Journal of Convex Analysis 19(4):1167–1192
Salzo S, Villa S (2012) Inexact and accelerated proximal point algorithms. Journal of Convex Analysis 19(4):1167–1192
2012
-
[66]
IEEE Signal Processing Letters 23:934–938
Shen X, Chen L, Gu Y, So HC (2016) Square-root lasso with nonconvex regularization: An ADMM approach. IEEE Signal Processing Letters 23:934–938
2016
-
[67]
Computational Optimization and Applications 67:443–487
Stella L, Themelis A, Patrinos P (2017) Forward–backward quasi-Newton methods for nonsmooth opti- mization problems. Computational Optimization and Applications 67:443–487
2017
-
[68]
SIAM Journal on Optimization 30:149–181
Themelis A, Patrinos P (2020) Douglas–Rachford splitting and ADMM for nonconvex optimization: Tight convergence results. SIAM Journal on Optimization 30:149–181
2020
-
[69]
SIAM Journal on Optimization 28:2274–2303
Themelis A, Stella L, Patrinos P (2018) Forward-backward envelope for the sum of two nonconvex functions: Further properties and nonmonotone linesearch algorithms. SIAM Journal on Optimization 28:2274–2303
2018
-
[70]
In: Bauschke HH, Burachik RS, Luke DR (eds) Splitting Algorithms, Modern Operator Theory, and Applications, Springer Cham, pp 363–412
Themelis A, Ahookhosh M, Patrinos P (2019) On the acceleration of forward-backward splitting via an inexact Newton method. In: Bauschke HH, Burachik RS, Luke DR (eds) Splitting Algorithms, Modern Operator Theory, and Applications, Springer Cham, pp 363–412
2019
-
[71]
Pro- ceedings of the IEEE 98:948–958 34 Alireza Kabgani, Masoud Ahookhosh
Tropp JA, Wright SJ (2010) Computational methods for sparse solution of linear inverse problems. Pro- ceedings of the IEEE 98:948–958 34 Alireza Kabgani, Masoud Ahookhosh
2010
-
[72]
IEEE Transactions on Signal Processing 65:105–118
Wen F, Liu P, Liu Y, Qiu RC, Yu W (2017) Robust sparse recovery in impulsive noise viaℓp -ℓ1 optimization. IEEE Transactions on Signal Processing 65:105–118
2017
-
[73]
IEEE Transactions on Computational Imaging 3:566–579
Wen F, Pei L, Yang Y, Yu W, Liu P (2017) Efficient and robust recovery of sparse signal and image using generalized nonconvex regularization. IEEE Transactions on Computational Imaging 3:566–579
2017
-
[74]
IEEE Access 6:69883–69906
Wen F, Chu L, Liu P, Qiu RC (2018) A survey on nonconvex regularization-based sparse and low-rank recovery in signal processing, statistics, and machine learning. IEEE Access 6:69883–69906
2018
-
[75]
IEEE Transactions on Pattern Analysis and Machine Intelligence 31(2):210–227
Wright J, Yang AY, Ganesh A, Sastry SS, Ma Y (2009) Robust face recognition via sparse representation. IEEE Transactions on Pattern Analysis and Machine Intelligence 31(2):210–227
2009
-
[76]
IEEE Transactions on Signal Processing 67:5046–5061
Yang C, Shen X, Ma H, Chen B, Gu Y, So HC (2019) Weakly convex regularized robust sparse recovery methods with theoretical guarantees. IEEE Transactions on Signal Processing 67:5046–5061
2019
-
[77]
Optimization letters 10:1361–1370
Yashtini M (2016) On the global convergence rate of the gradient descent method for functions with H¨ older continuous gradients. Optimization letters 10:1361–1370
2016
-
[78]
Foundations of Computa- tional Mathematics 22:1171–1217
Yu P, Li G, Pong TK (2022) Kurdyka– Lojasiewicz exponent via inf-projection. Foundations of Computa- tional Mathematics 22:1171–1217
2022
-
[79]
Journal of the American statistical association 101(476):1418–1429
Zou H (2006) The adaptive lasso and its oracle properties. Journal of the American statistical association 101(476):1418–1429
2006
Reviewed August 10, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.