REVIEW 6 major objections 6 minor 67 references
General Proximal Quasi-Newton Methods based on model functions for nonsmooth nonconvex problems
T0 review · 6 major / 6 minor · reviewed 2026-08-15 · deepseek-v4-flash
Pith's one-line read A proximal quasi-Newton algorithm for nonsmooth nonconvex problems converges to a stationary point without assuming the Hessian approximations stay bounded, deriving their boundedness from the Kurdyka–Łojasiewicz property.
desk verdict The local-model setup is a real contribution, but the theorem that drops boundedness of the variable metric relies on an unstated global version of the model-error bound, so the paper is not yet ready as written. 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 load-bearing object is the local model function (Definition 3.2): a proper lsc function $f_{\bar x}$ with domain equal to that of $f$, whose approximation error to $f$ is controlled near the model center by a growth function, $|f(x)-f_{\bar x}(x)|\le \omega_{\bar x}(\|x-\bar x\|)$ for $x$ approaching $\bar x$. Together with Assumption 4.2(H2), $\partial g_{\bar x}(\cdot)\subset L B_{\|\cdot-\bar x\|}(0)$, Proposition 3.3 converts this into the subdifferential inclusion $\partial f_{\bar x}(\tilde x)\subset \partial f(\tilde x)+L B_{\|\bar x-\tilde x\|}(0)$, which is what transfers stationarity from the subproblem solution to the objective. The algorithm's acceptance criterion $|f(x_{k,i})-f_{x_k}(x_{k,i})|\le \delta\gamma_{k,i}\|x_{k,i}-x_k\|^2_{H_k}/2$ guarantees sufficient descent, and the continuity of $H$ plus the quadratic proximity term makes the subproblems coercive.
What would settle it
Run Algorithm 1 on $f(x)=|x|^{3/2}$ with the first-order Taylor model $f_{\bar x}(x)=|\bar x|^{3/2}+\tfrac32\operatorname{sgn}(\bar x)|\bar x|^{1/2}(x-\bar x)$ and starting points approaching 0. Along accepted steps $x_{k+1}\to 0$, compute the ratio $|f_{x_k}(x_{k+1})-f(x_{k+1})|/\|x_{k+1}-x_k\|^2$; because the model-error derivative near 0 behaves like $|\bar x|^{-1/2}\|x-\bar x\|$, this ratio should be unbounded even when the acceptance test passes. A nonstationary accumulation point in such a run would refute the claimed reach of the convergence theorem without the fixed-$L$ control, while a stationary one would show that the local model alone is doing the work attributed to Assumption 4.2(H2).
Extended reading notes
Core claim
The paper's core result is Theorem 4.11: under Assumption 4.1 (lower boundedness, affine lower bounds on model functions, a continuous uniformly positive definite matrix generator $H$, and existence of an accumulation point), Assumption 4.2 with smooth model errors $g_{\bar x}=f_{\bar x}-f$, and the Kurdyka–Łojasiewicz property at an accumulation point, the sequence $\{x_k\}$ generated by Algorithm 1 converges to a stationary point $x^*$ of $f$, and the variable metric sequence $\{H(x_k)\}$ is uniformly bounded. Before invoking the KL property, Theorem 4.7 already establishes that every accumulation point is stationary while $\{H(x_k)\}$ need not be bounded. The paper reads this as evidence that the boundedness of the variable metric should be a problem-tailored consequence of convergence rather than an assumption imposed a priori, and it backs the claim with convergence-rate statements (Theorem 4.12) under standard desingularization functions and with experiments on polytope feasibility and (sparse) quadratic inverse problems.
Load-bearing premise
The load-bearing premise is Assumption 4.2(H2): the first-order variation of the model error must be bounded by a fixed constant $L$ times the distance to the model center at every iterate, and without that control the quadratic model-error bound and the transfer of stationarity to the objective both break.
Editorial extensions
If this is right
- Boundedness of the Hessian approximations becomes a conclusion reachable from convergence: if the objective has the KL property at an accumulation point, $\{H(x_k)\}$ is uniformly bounded without being assumed so.
- Subsequential stationarity does not require bounded iterates or bounded metrics; it follows from the first-order control on the model error alone.
- The rate theorem gives concrete behavior depending on the desingularization exponent: finite termination, superlinear, linear, or polynomial convergence, so the method inherits the classical KL landscape of rates.
- Because $H_k=I$ is an allowed generator, the framework covers proximal gradient and proximal descent methods, and the convergence results apply to additive composite problems and nonlinear composite problems of the form $q(x)+h(A(x))$.
- On the tested quadratic inverse problems, the model quasi-Newton variant used fewer outer and inner iterations and produced sparser solutions than the model gradient variant, and the gradient method failed on some instances.
Reading between the lines
- The same proof skeleton suggests a design principle for other quasi-Newton schemes: any Hessian update that can be written as a continuous matrix-valued function of the current iterate, plus a model-error control like Assumption 4.2(H2), should admit convergence analysis without a priori metric bounds; this points toward testing limited-memory and learned Hessian generators in the same framework.
- Since only the KL property at a single accumulation point is required, the theory should apply to functions definable in o-minimal structures, including semialgebraic objectives like polytope feasibility, where KL holds automatically; a natural extension is to constraints or Bregman proximities using the same local-model acceptance test.
- A testable consequence of the paper's philosophy: on objectives with sharp minima where second derivatives blow up, allowing $H_k$ to grow along the nonsmooth directions should improve conditioning and speed rather than hurt, exactly because the theory tolerates unbounded metrics; this could be benchmarked against fixed-metric proximal gradient on functions like $|x|^p$ with $p\in(1,2)$.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes a model-based proximal quasi-Newton method (Algorithm 1) for minimizing proper lower semicontinuous functions. The key algorithmic ingredients are a local model function f_xbar, a variable metric generated by a continuous matrix-valued map H(x), and a backtracking line search based on the model error. Under an assumption on the subdifferential of the model error (Assumption 4.2(H2)), the paper claims subsequential stationarity of all accumulation points (Theorem 4.7), and, adding a Kurdyka-Łojasiewicz property, convergence of the whole sequence to a stationary point (Theorem 4.11) together with convergence rates (Theorem 4.12). The stated goal is to avoid assuming uniform boundedness of the variable metric a priori. Numerical experiments on polytope feasibility and quadratic inverse problems are reported.
Significance. If the gaps listed below are repaired, the framework would be a valuable contribution: it targets a genuine restriction in nonsmooth proximal quasi-Newton analysis (the uniform boundedness of the Hessian approximation) and combines it with a flexible local-model framework. The continuity of the metric generator and the local model definition are natural and the worked examples in Section 5 are useful. The paper also ships a large set of detailed auxiliary proofs and numerical experiments, which is a strength. At present, however, the central results are not supported as written: the key subdifferential transfer result is unproved and stated too broadly, the global formulation of the model-error assumption is not matched by the local examples, and the KL-based proof and the rate theorem rely on omitted arguments.
major comments (6)
- [Section 3, Proposition 3.3] Proposition 3.3 is stated without proof and is false as stated. Its hypothesis (3.6) controls ∂g_xbar(x) only for x in a neighborhood of xbar, yet the conclusion (3.4) is asserted for an arbitrary fixed x~ in dom f. For f(x)=x^4, xbar=1, L=1, and the model f_xbar(x)=max{0,1+4(x−1)}, the point x~=100 satisfies (3.5) and (3.6) (the latter on a neighborhood of 1) but violates (3.4): ∂f_xbar(100)={4} is not contained in ∂f(100)+B_{99}(0)={40000}+[−99,99]. The proposition must be restated with x~ lying in the neighborhood where (3.6) is valid, and a proof must be supplied. The subsequent uses in Theorem 4.7 (via (4.19)), Lemma 4.10, and Theorem 4.11 all depend on this correction.
- [Section 4, Assumption 4.2(H2)] Assumption 4.2(H2) is a global condition: ∂g_xbar(·)⊂L B_{||·−xbar||}(0) is required for every x and every model center xbar. This is not a consequence of the local model definition (3.3), and the appendix only establishes the local version: Propositions 8.1 and 8.2 verify (3.6) 'for x close to xbar', not globally. The motivating example in Section 2, f(x)=x^4 with f_xbar(x)=max{0,xbar^4+4xbar^3(x−xbar)}, fails the global bound: for fixed xbar≠0, |∇g_xbar(x)|/|x−xbar|→∞ as |x|→∞. The proofs of Proposition 4.6, Proposition 4.9, and Lemma 4.10 apply H2 at points x_{k+1} or xhat_k for which only ||x_{k+1}−x_k||→0 is known. The author should either replace H2 by a localized version with a uniform L on a relevant compact set (with a complete argument), or give examples that genuinely satisfy the global assumption.
- [Section 4.3, Lemma 4.10] The proof of Lemma 4.10 is omitted with the justification that it is 'highly similar' to Theorem 4.7. This lemma is load-bearing for Theorem 4.11: the relative error estimate (4.29) is exactly the inequality that feeds the KL inequality in the finite-length induction. Theorem 4.7 alone does not provide the uniform bound γ_k≤γbar_ρ on I_ρ, nor the uniform constant L over the compact set Cρ, so the claimed similarity is not immediate. A complete proof must be written out.
- [Section 4.3, Theorem 4.12] The four rate statements (i)–(iv) — finite termination, superlinear convergence, Q-/R-linear convergence, and sublinear rates — are asserted without proof. Since Sections 2 and 7 explicitly claim rate-of-convergence results, these statements are unsupported in the present version. The author should supply at least a complete proof sketch or a precise derivation of the standard KL-based inequalities in the current setting, including the dependence of the constants on the stepsize bounds and the metric bound M.
- [Section 4.3, Theorem 4.11] The induction argument in Theorem 4.11 contains a constant mismatch. The quantity α in (4.26) is defined with the term 2γbar_ρ M φ(...)/((1−δ)μγmin), but in the induction step for statement (a) the proof arrives at the bound 2(γbar_ρ M + L) φ(...)/((1−δ)μγmin) and then asserts equality with α. This equality is false unless L=0. The definition of α must be corrected to incorporate L (or the proof adjusted accordingly); otherwise the claimed induction that x_k stays in B_α(x*) is not established. This is a central step in the proof of the main sequential convergence result.
- [Section 4.2, Proposition 4.6] The proof of Proposition 4.6 needs a regular subgradient η_k of g_xk at xhat_k with ||η_k||≤L||xhat_k−x_k||, and it then uses the two displayed lim-inf inequalities with this η_k. The existence of such η_k is not justified from the stated assumptions: the optimality of xhat_k for the subproblem yields a limiting subgradient of g_xk, not necessarily a regular subgradient, and the regular subdifferential can be empty at a point while the limiting subdifferential is nonempty. Without η_k, the bound |g_xk(xhat_k)|≤L||xhat_k−x_k||^2+ε||xhat_k−x_k|| is not derived, and hence the conclusion γ_k||x_{k+1}−x_k||→0 is not supported. This gap affects Theorem 4.7, which uses Proposition 4.6 directly.
minor comments (6)
- [Abstract and Section 2] The phrase 'the sequence of the variable metric is proved not to be bounded' misstates the results: Theorem 4.7 proves convergence without assuming boundedness, and along the convergent subsequence H(x_k)→H(x*) by continuity; Theorem 4.11 then proves uniform boundedness under KL. The intended meaning is 'not required to be bounded a priori', and the wording should be corrected.
- [Theorem 4.7 proof] In the proof of Theorem 4.7, the sentence 'Hence, by Proposition 4.9, we have dist(0,∂f(x_{k+1}))≤...' should refer to Proposition 4.6 (or directly to the preceding inclusion (4.19)), since it is the convergence γ_k||x_{k+1}−x_k||→0 along K that is needed.
- [Proposition 4.6 proof] The proof of Proposition 4.6 references '(4.20)' before that equation is defined (it appears only in Section 4.3) and invokes 'Definition 3.1' where the relevant model error bound comes from Definition 3.2. These cross-reference errors should be fixed.
- [Various sections] There are numerous typos and grammar issues: 'matric' for 'metric', 'disingularization' for 'desingularization', 'respective' for 'perspective', 'terninate' for 'terminate', 'closed to' for 'close to', and 'decent' for 'descent'. A thorough editorial pass is needed.
- [Section 4, Algorithm 1] Algorithm 1 requires an exact global minimizer of each subproblem (4.1). The numerical experiments, however, solve the subproblems with ADMM or PDHG, which are inexact heuristics. The gap between the theoretical exact-solver oracle and the practical implementation should be acknowledged, and ideally the theory should be extended to inexact solves.
- [Section 6.1] In the polytope feasibility experiments, only the results of Algorithm 1 are reported because the gradient method returned 'NaN' for all tested p. Since the comparison is claimed as a demonstration of effectiveness, omitting the gradient method's failure trajectories makes the empirical comparison less informative.
Circularity Check
No circularity: the convergence theorems are derived from explicit regularity assumptions on the model error, not from the conclusions they establish.
full rationale
The paper's central derivation is self-contained. Theorem 4.7 derives stationarity of any accumulation point from Assumption 4.1, Assumption 4.2(H2), and the subgradient transfer in Proposition 3.3; Theorem 4.11 adds only the Kurdyka–Łojasiewicz property (Assumption 4.8) to get whole-sequence convergence. Assumption 4.2(H2) is a stated one-sided regularity hypothesis on the model-error functions g_xbar (their subgradients lie in L times the ball of radius ||x−xbar||); it is not an echo of the conclusion 0 ∈ ∂f(x*), and Proposition 3.3 is the independent bridge between model and objective subgradients. No parameter is fitted from the data and then reported as a prediction, and no result is invoked from the author's prior work except [30] as an alignment remark that plays no role in the proofs. The boundedness of the variable metric is genuinely derived: continuity of H gives local boundedness on compact sublevel sets, while the KL argument bounds stepsizes, and absence of a uniform bound outside the KL setting follows from the lack of any uniform bound in Assumption 4.1(c). The local-to-global discrepancy between (3.6) and (H2) is a possible correctness gap or an implicit strengthening of the assumption, but an overly strong assumption is not circular: the conclusions are not contained in the hypotheses by definition. Therefore the derivation chain is independent of its own outputs.
Assumptions & free parameters
assumptions (6)
- domain assumption f is proper, lower semicontinuous and bounded below (Assumption 4.1(a))
- ad hoc to paper The model function f_xbar is bounded below by an affine function for every xbar in dom f (Assumption 4.1(b))
- domain assumption H: R^n to positive definite matrices is continuous and λ_min(H) ≥ µ (Assumption 4.1(c))
- ad hoc to paper Assumption 4.2(H2): ∂g_xbar(·) subset of L B_{||·−xbar||}(0) with fixed L for all xbar
- domain assumption Kurdyka-Łojasiewicz property at an accumulation point (Assumption 4.8)
- ad hoc to paper Exact global minimizer of each subproblem (4.1) is available at every inner iteration
Cite this review
Pith. "Pith review of General Proximal Quasi-Newton Methods based on model functions for nonsmooth nonconvex problems." pith.science (2026). https://pith.science/paper/JZODAZZL
@misc{pith2026250718363,
author = {Pith},
title = {Pith review of: General Proximal Quasi-Newton Methods based on model functions for nonsmooth nonconvex problems},
year = {2026},
howpublished = {\url{https://pith.science/paper/JZODAZZL}},
note = {Machine review of arXiv:2507.18363}
}
read the original abstract
In this manuscript, we propose a general proximal quasi-Newton method tailored for nonconvex and nonsmooth optimization problems, where we do not require the sequence of the variable metric (or Hessian approximation) to be uniformly bounded as a prerequisite, instead, the variable metric is updated by a continuous matrix generator. From the respective of the algorithm, the objective function is approximated by the so-called local model function and subproblems aim to exploit the proximal point(s) of such model function, which help to achieve the sufficiently decreasing functional sequence along with the backtracking line search principle. Under mild assumptions in terms of the first-order information of the model function, every accumulation point of the generated sequence is stationary and the sequence of the variable metric is proved not to be bounded. Additionally, if the function has the Kurdyka-{\L}ojasiewicz property at the corresponding accumulation point, we find that the whole sequence is convergent to the stationary point, and the sequence of the variable metric is proved to be uniformly bounded. Through the above results, we think that the boundedness of the sequence of the variable metric should depend on the regularity of objectives, rather than being assumed as a prior for nonsmooth optimization problems. Numerical experiments on polytope feasibility problems and (sparse) quadratic inverse problems demonstrate the effectiveness of our proposed model-based proximal quasi-Newton method, in comparison with the associated model-based proximal gradient method.
Reference graph
Works this paper leans on
-
[1]
F. J. Aragón Artacho and P. T. Vuong. The boosted difference of convex functions algorithm for nonsmooth functions. SIAM Journal on Optimization, 30(1):980–1006, 2020. doi:10.1137/18M123339X
-
[2]
H. Attouch, J. Bolte, P. Redont, and A. Soubeyran. Proximal alternating min- imization and projection methods for nonconvex problems: An approach based on the Kurdyka-Łojasiewicz inequality. Mathematics of Operations Research, 35(2):438–457, 2010. doi:10.1287/moor.1100.0449
arXiv 2010
-
[3]
H.Attouch, J.Bolte, andB.F.Svaiter. Convergenceofdescentmethodsforsemi- algebraic and tame problems, proximal algorithms, forward-backward splitting, and regularized Gauss–Seidel methods. Mathematical Programming, 137:91 – 129, 2013. doi:10.1007/s10107-011-0484-9
-
[4]
J. Barzilai and J. M. Borwein. Two-point step size gradient methods. IMA journal of numerical analysis , 8(1):141–148, 1988. doi:https://doi.org/10.1093/imanum/8.1.141
-
[5]
A. Beck. First-Order Methods in Optimization . SIAM, 2017. doi:10.1137/1.9781611974997. 30
-
[6]
G. Bento, B. Mordukhovich, T. Mota, and Y. Nesterov. Convergence of descent optimization algorithms under Polyak-Łojasiewicz-Kurdyka conditions, 2025. doi:10.48550/arXiv.2407.00812
-
[7]
W. Bian and X. Chen. Linearly constrained non-Lipschitz optimization for image restoration. SIAM Journal on Imaging Sciences, 8(4):2294–2322, 2015. doi:10.1137/140985639
-
[8]
J. Bolte, A. Daniilidis, A. Lewis, and M. Shiota. Clarke subgradients of stratifiable functions. SIAM Journal on Optimization, 18(2):556–572, 2007. doi:10.1137/060670080
Show all 67 references
-
[9]
Bolte, S
J. Bolte, S. Sabach, and M. Teboulle. Proximal alternating linearized mini- mization for nonconvex and nonsmooth problems.Mathematical Programming, 146:459 – 494, 2014. doi:10.1007/s10107-013-0701-9
2014 doi
-
[10]
Bolte, S
J. Bolte, S. Sabach, M. Teboulle, and Y. Vaisbourd. First order methods be- yond convexity and Lipschitz gradient continuity with applications to quadratic inverse problems. SIAM Journal on Optimization , 28(3):2131–2151, 2018. doi:10.1137/17M1138558
2018 doi
-
[11]
R. I. Boţ and E. R. Csetnek. An inertial Tseng’s type proximal algorithm for non- smooth and nonconvex optimization problems.Journal of Optimization Theory and Applications, 171(2):600–616, 2016. doi:10.1007/s10957-015-0730-z
2016 doi
-
[12]
R. I. Boţ, E. R. Csetnek, and S. C. László. An inertial forward–backward al- gorithm for the minimization of the sum of two nonconvex functions.EURO Journal on Computational Optimization, 4(1):3–25, 2016. doi:10.1007/s13675- 015-0045-8
2016 doi
-
[13]
L. M. Bregman. The relaxation method of finding the common point of convex sets and its application to the solution of problems in convex programming. USSR computational mathematics and mathematical physics, 7(3):200–217, 1967. doi:10.1016/0041-5553(67)90040-7
1967 doi
-
[14]
A. M. Bruckstein, D. L. Donoho, and M. Elad. From sparse solutions of systems of equations to sparse modeling of signals and images.SIAM Review, 51(1):34– 81, 2009. doi:10.1137/060657704
2009 doi
-
[15]
Censor and A
Y. Censor and A. Lent. An iterative row-action method for interval convex programming. Journal of Optimization theory and Applications, 34(3):321–353,
-
[16]
Charisopoulos, Y
V. Charisopoulos, Y. Chen, D. Davis, M. Díaz, L. Ding, and D. Drusvyatskiy. Low-rank matrix recovery with composite optimization: good conditioning and rapid convergence. Foundations of Computational Mathematics, 21(6):1505– 1593, 2021. doi:10.1007/s10208-020-09490-9. 31
2021 doi
-
[17]
Chartrand
R. Chartrand. Exact reconstruction of sparse signals via nonconvex minimization. IEEE Signal Processing Letters , 14(10):707–710, 2007. doi:10.1109/LSP.2007.898300
2007
-
[18]
Chen and M
X. Chen and M. Fukushima. Proximal quasi-Newton methods for nondiffer- entiable convex optimization. Mathematical Programming, 85:313–334, 1999. doi:10.1007/s101070050059
1999 doi
-
[19]
Cohen, N
E. Cohen, N. Hallak, and M. Teboulle. Dynamic alternating direction of multipliers for nonconvex minimization with nonlinear functional equality con- straints. Journal of Optimization Theory and Applications, 193:324–353, 2022. doi:10.1007/s10957-021-01929-5
2022 doi
-
[20]
A. R. Conn, N. I. Gould, and P. L. Toint.Trust region methods. SIAM, 2000. URL https://epubs.siam.org/doi/10.1137/1.9780898719857
2000 doi
-
[21]
Crouzeix, J
J. Crouzeix, J. Ferland, and S. Schaible. An algorithm for generalized fractional programs. Journal of Optimization Theory and Applications, 47(1):35–49, 1985. doi:10.1007/BF00941314
1985 doi
-
[22]
Dinkelbach
W. Dinkelbach. On nonlinear fractional programming. Management science, 13(7):492–498, 1967. doi:10.1287/mnsc.13.7.492
1967 doi
-
[23]
Doikov, K
N. Doikov, K. Mishchenko, and Y. Nesterov. Super-universal regular- ized newton method. SIAM Journal on Optimization , 34(1):27–56, 2024. doi:10.1137/22M1519444
2024 doi
-
[24]
Drusvyatskiy, A
D. Drusvyatskiy, A. D. Ioffe, and A. S. Lewis. Nonsmooth optimization using Taylor-like models: error bounds, convergence, and termination criteria.Math- ematical Programming, 185:357–383, 2021. doi:10.1007/s10107-019-01432-w
2021 doi
-
[25]
Errorbounds, quadraticgrowth, andlinearcon- vergence of proximal methods.Mathematics of Operations Research, 43(3):919– 948, 2018
D.DrusvyatskiyandA.S.Lewis. Errorbounds, quadraticgrowth, andlinearcon- vergence of proximal methods.Mathematics of Operations Research, 43(3):919– 948, 2018. doi:10.1287/moor.2017.0889
2018
-
[26]
J. C. Duchi and F. Ruan. Stochastic methods for composite and weakly convex optimization problems. SIAM Journal on Optimization, 28(4):3229–3259, 2018. doi:10.1137/17M1135086
2018 doi
-
[27]
J. Flemming.Variational Source Conditions, Quadratic Inverse Problems, Spar- sity Promoting Regularization: New Results in Modern Theory of Inverse Prob- lems and an Application in Laser Optics. Springer, 2018
2018
-
[28]
D. Garber. Linear convergence of frank–wolfe for rank-one matrix recovery without strong convexity. Mathematical Programming, 199(1):87–121, 2023. doi:10.1007/s10107-022-01821-8
2023 doi
-
[29]
N. Gillis. The why and how of nonnegative matrix factorization.Regularization, optimization, kernels, and support vector machines, 12(257):257–291, 2014. 32
2014
-
[30]
Convergenceanalysisoftheproximalgradient method in the presence of the Kurdyka–Łojasiewicz property without global Lipschitz assumptions
X.Jia, C.Kanzow, andP.Mehlitz. Convergenceanalysisoftheproximalgradient method in the presence of the Kurdyka–Łojasiewicz property without global Lipschitz assumptions. SIAM Journal on Optimization, 33(4):3038–3056, 2023. doi:10.1137/23M1548293
2023 doi
- [31]
-
[32]
Kanzow and P
C. Kanzow and P. Mehlitz. Convergence properties of monotone and nonmono- tone proximal gradient methods revisited.Journal of Optimization Theory and Applications, 195(2):624–646, 2022. doi:10.1007/s10957-022-02101-3
2022 doi
-
[33]
Kanzow and T
C. Kanzow and T. Neder. A bundle-type method for nonsmooth DC programs. Journal of Global Optimization, pages1–42, 2023. doi:10.1007/s10898-023-01325- 5
2023 doi
-
[34]
Kanzow and D
C. Kanzow and D. Steck. Regularization of limited memory quasi-Newton meth- ods for large-scale nonconvex minimization.Mathematical Programming Com- putation, pages 1–28, 2023. doi:10.1007/s13675-015-0045-8
2023 doi
-
[35]
Kaplan and D
A. Kaplan and D. Garber. Low-rank extragradient method for nonsmooth and low-rank matrix optimization problems. Advances in Neural Information Pro- cessing Systems, 34:26332–26344, 2021. URLhttps://api.semanticscholar. org/CorpusID:245122501
2021
-
[36]
K. Kurdyka. On gradients of functions definable in o-minimal structures. InAn- nales de l’institut Fourier, volume 48, pages 769–783, 1998. doi:10.5802/aif.1638
1998 doi
-
[37]
Leconte and D
G. Leconte and D. Orban. Complexity of trust-region methods with unbounded Hessian approximations for smooth and nonsmooth optimization.arXiv preprint arXiv:2312.15151, 2023. doi:10.48550/arXiv.2312.15151
2023 doi
-
[38]
J. D. Lee, Y. Sun, and M. A. Saunders. Proximal Newton-type methods for minimizing composite functions. SIAM Journal on Optimization, 24(3):1420– 1443, 2014. doi:10.1137/130921428
2014 doi
-
[39]
A. S. Lewis and M. L. Overton. Nonsmooth optimization via quasi-Newton methods. Mathematical Programming, 141:135–163, 2013. doi:10.1007/s10107- 012-0514-2
2013 doi
-
[40]
A. S. Lewis and S. J. Wright. A proximal method for composite minimization. Mathematical Programming, 158:501–546, 2016. doi:10.1007/s10107-015-0943-9
2016 doi
-
[41]
R. Liu, S. Pan, Y. Wu, and X. Yang. An inexact regularized proximal Newton method for nonconvex and nonsmooth optimization.Computational Optimiza- tion and Applications, pages 1–39, 2024. doi:10.1007/s10589-024-00560-0. 33
2024 doi
-
[42]
Łojasiewicz
S. Łojasiewicz. Une propriété topologique des sous-ensembles analytiques réels. lesÉquationsauxdérivéespartielles. Éditions du Centre National de la Recherche Scientifique Paris, pages 87–89, 1963
1963
-
[43]
Łojasiewicz
S. Łojasiewicz. Ensembles semi-analytiques. Centre De Physique Theorique De L’Ecole Polytechnique, 1965
1965
-
[44]
D. R. Luke. Phase retrieval, what’s new. SIAG/OPT Views and News, 25(1):1–5, 2017. URL https://www.researchgate.net/profile/ D-Luke-2/publication/315469390_Phase_Retrieval_What’s_New/links/ 58d128a592851ce355c00407/Phase-Retrieval-Whats-New.pdf
2017
-
[45]
Marjanovic and V
G. Marjanovic and V. Solo. On lq optimization and matrix comple- tion. IEEE Transactions on Signal Processing , 60(11):5714–5724, 2012. doi:10.1109/TSP.2012.2212015
2012
-
[46]
B. S. Mordukhovich. Variational Analysis and Applications. Springer, 2018. doi:10.1007/978-3-319-92775-6
2018 doi
-
[47]
B. S. Mordukhovich, X. Yuan, S. Zeng, and J. Zhang. A globally convergent proximal Newton-type method in nonsmooth convex optimization.Mathematical Programming, 198(1):899–936, 2023. doi:10.1007/s10107-022-01797-5
2023 doi
-
[48]
M. C. Mukkamala, J. Fadili, and P. Ochs. Global convergence of model function based Bregman proximal minimization algorithms.Journal of Global Optimiza- tion, pages 1–29, 2022. doi:10.1007/s10898-021-01114-y
2022 doi
-
[49]
Nesterov and B
Y. Nesterov and B. T. Polyak. Cubic regularization of Newton method and its global performance. Mathematical programming, 108(1):177–205, 2006. doi:10.1007/s10107-006-0706-8
2006 doi
-
[50]
Nocedal and S
J. Nocedal and S. J. Wright. Numerical optimization . Springer,
-
[51]
P. Ochs. Local convergence of the heavy-ball method and ipiano for non-convex optimization. Journal of Optimization Theory and Applications, 177(1):153–180,
-
[52]
P. Ochs. Unifying abstract inexact convergence theorems and block coordinate variable metric ipiano. SIAM Journal on Optimization, 29(1):541–570, 2019. doi:10.1137/17M1124085
2019 doi
-
[53]
P. Ochs, A. Dosovitskiy, T. Brox, and T. Pock. On iteratively reweighted algo- rithms for nonsmooth nonconvex optimization in computer vision.SIAM Journal on Imaging Sciences, 8(1):331–372, 2015. doi:10.1137/140971518. 34
2015 doi
-
[54]
P. Ochs, J. Fadili, and T. Brox. Non-smooth non-convex Bregman minimization: Unification and new algorithms. Journal of Optimization Theory and Applica- tions, 181:244–278, 2019. doi:doi.org/10.1007/s10957-018-01452-0
2019 doi
-
[55]
Ochs and Y
P. Ochs and Y. Malitsky. Model function based conditional gradient method with Armijo-like line search. InInternational Conference on Machine Learning, pages 4891–4900. PMLR, 2019. URL http://proceedings.mlr.press/v97/ ochs19a/ochs19a.pdf
2019
-
[56]
Pock and A
T. Pock and A. Chambolle. 2011 international conference on computer vision. pages 1762–1769, 2011. doi:10.1109/ICCV.2011.6126441
2011
-
[57]
R. T. Rockafellar and R. J.-B. Wets. Variational Analysis. Springer, 2009. doi:10.1007/978-3-642-02431-3
2009 doi
-
[58]
Scheinberg and X
K. Scheinberg and X. Tang. Practical inexact proximal quasi-Newton method with global complexity analysis.Mathematical Programming, 160:495–529, 2016. doi:10.1007/s10107-016-0997-3
2016 doi
-
[59]
Stella, A
L. Stella, A. Themelis, and P. Patrinos. Forward–backward quasi-Newton meth- ods for nonsmooth optimization problems.Computational Optimization and Ap- plications, 67(3):443–487, 2017. doi:10.1007/s10589-017-9912-y
2017 doi
-
[60]
Van den Dries and C
L. Van den Dries and C. Miller. Geometric categories and o-minimal structures. Duke Math. J., 84(2):497–540, 1996. doi:10.1215/S0012-7094-96-08416-1
1996 doi
-
[61]
Solvingsystemsofrandomquadratic equations via truncated amplitude flow
G.Wang, G.B.Giannakis, andY.C.Eldar. Solvingsystemsofrandomquadratic equations via truncated amplitude flow. IEEE Transactions on Information Theory, 64(2):773–794, 2017. doi:10.1109/TIT.2017.2756858
2017
-
[62]
Z. Wu, C. Li, M. Li, and A. Lim. Inertial proximal gradient methods with Bregman regularization for a class of nonconvex optimization problems.Journal of Global Optimization, 79:617–644, 2021. doi:10.1007/s10898-020-00943-7
2021 doi
- [63]
-
[64]
Yang and Y
J. Yang and Y. Zhang. Alternating direction algorithms forl1-problems in com- pressive sensing. SIAM Journal on Scientific Computing, 33(1):250–278, 2011. doi:10.1109/TSP.2014.2343940. 35
2011
-
[1981]
doi:doi.org/10.1007/BF00934676
-
[1999]
URL https://www.ime.unicamp.br/~pulino/MT404/TextosOnline/ NocedalJ.pdf
-
[2018]
doi:10.1007/s10957-018-1272-y
Reviewed August 15, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.