REVIEW 3 major objections 3 minor 300 references
On the hardness of deterministic second-order optimization of functions with Lipschitz gradients
T0 review · 3 major / 3 minor · reviewed 2026-07-31 · deepseek-v4-flash
Pith's one-line read This paper proves that deterministic second-order optimization of functions with Lipschitz gradients is intractable: zero-respecting algorithms cannot reach Goldstein approximate second-order stationarity in finite queries, and general dete
desk verdict Strong lower-bound paper with a real proof gap in Corollary 3.2: duplicate iterates are not handled, and that needs to be fixed before the general deterministic result stands. 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 Goldstein second-order δ-subdifferential, the convex hull of Clarke generalized Hessians sampled within a radius δ of the current point; because it is a set of matrices rather than a single matrix, stationarity is certified through a min-max condition over directions w. The engine of the proof is the scalarization identity ∂²_δ f(x)(w)=∂_δ⟨w,∇f⟩(x), which converts the second-order condition into a first-order Goldstein subdifferential of the directional derivative, together with a chain rule (Corollary 2.9) that lets the two-dimensional counterexample be pulled back along an isometric embedding into any higher dimension without weakening the stationarity refutation.
What would settle it
Run any deterministic zero-respecting algorithm on the paper's explicit two-dimensional hard function f(x,y;ζ) for m iterations and test each iterate against the Goldstein second-order stationarity condition with δ=1/8 and η=0.0092714; if any iterate satisfies it, Theorem 3.1 is false. A simpler check: compute max⟨z,w⟩ over the entire band R×(−1/4,1/4) for w=(10,11)/√221; if this maximum exceeds −0.0092714, the band-refutation bound in Corollary 4.4 fails.
Extended reading notes
Core claim
For any m≥1 and n≥2, there exists a C^{1,1} function f with gradient Lipschitz constant 4.086 and initial optimality gap 17/256 such that any deterministic zero-respecting second-order algorithm, run for m iterations, produces only iterates x_0,...,x_m that all fail the (ε,η,δ)-Goldstein approximate second-order stationarity test: for each iterate, min_{||w||=1} max_{z∈∂²_{1/8}f(x_k)(w)} ⟨z,w⟩ ≤ −0.0092714. Corollary 3.2 extends the failure to every deterministic algorithm, with dimension n≥m+3. The proof uses a resisting oracle that always returns (0,0,−e₁e₁ᵀ); the hard function matches this oracle at all queried points while elsewhere containing a horizontal band in which every second-orde
Load-bearing premise
The proof that the two-dimensional example can be lifted to any higher dimension uses a chain rule for the Goldstein subdifferential under an isometric embedding, a rule imported from an earlier result and slightly strengthened; if that strengthening fails for matrices with orthonormal columns, the dimension-free lower bound for all deterministic algorithms would collapse.
Editorial extensions
If this is right
- Any standard deterministic second-order method, including Newton-type, cubic-regularized, and trust-region variants, can be forced to fail the Goldstein second-order stationarity test forever when no additional structure is assumed.
- The dimension n enters the lower bound for general deterministic algorithms: fewer than n−3 queries are provably insufficient, so dimension-independent deterministic guarantees are impossible.
- Weak convexity — an automatic property of C^{1,1} functions — is not by itself enough to make second-order deterministic optimization tractable.
- The negative curvature toward which an algorithm must move cannot be reliably detected at queried points, because the constructed function is C² at those points and matches a Hessian with a zero direction.
- The Goldstein second-order stationarity concept, which was introduced as a natural target for complexity guarantees, is shown not to admit deterministic tractability in general.
Reading between the lines
- If randomization can bypass these lower bounds, as it does for analogous first-order Goldstein stationarity problems, then stochastic Hessian sampling may be the only route to dimension-independent second-order guarantees.
- The paper's appendix conjectures that the same impossibility extends to local oracles, which return all derivatives in a neighborhood; verifying that conjecture would rule out any deterministic oracle-based rescue.
- A natural stress test of the construction: replace the fixed refuting direction w=(10,11)/√221 with adaptive directions; if the negative band persists for all directions, the hard function is a much stronger obstruction than the proof alone requires.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper establishes deterministic oracle complexity lower bounds for computing Goldstein approximate second-order stationary points of functions with Lipschitz-continuous gradients (C^{1,1} functions). Theorem 3.1 shows that no deterministic zero-respecting second-order algorithm can compute such a point in finitely many iterations; Corollary 3.2 shows that no general deterministic second-order algorithm can do so in at most n−3 iterations, where n is the dimension. The proofs construct a resisting oracle with Hessian −e1e1^T, forcing zero-respecting iterates onto the x-axis, then build a hard 2D C^{1,1} function with local patches matching the oracle and an infinite band in which every point refutes Goldstein second-order stationarity. The general case is obtained by an orthogonal embedding using the Goldstein subdifferential chain rule. The appendix provides a detailed, largely self-contained proof with explicit constants: Lipschitz constant 4.086, initial gap 17/256, and stationarity refutation 0.0092714.
Significance. If the results are correct, they are significant: they show a sharp failure of deterministic second-order methods for weakly convex nonsmooth optimization, complementing existing first-order lower bounds and clarifying the limits of oracle-based deterministic algorithms. The paper also introduces the Goldstein second-order δ-subdifferential and proves scalarization and chain-rule tools that are likely to be useful beyond this work. The main theorems are accompanied by explicit constants and a detailed appendix, which makes the central claims verifiable and reproducible in outline. The construction is original and the paper is honest about its reliance on a previously published chain rule.
major comments (3)
- [§4.2, Corollary 3.2] The proof as written does not handle algorithms whose projected iterates e1^T x0, ..., e1^T xm are not pairwise distinct. The function f2 constructed in Section 4.1 is defined only when ζ = min{|xi−xj|, 1} > 0, i.e., when the centers are distinct. For an arbitrary deterministic algorithm in A^n_det(m), the transcript under the constant resisting oracle may contain repeated points or equal first coordinates (e.g., an algorithm that always queries the origin). The proof gives no merging/compression argument in Corollary 3.2. As written, the lower bound covers only algorithms with distinct projected query sequences. This is load-bearing for the claimed general deterministic lower bound, and the gap needs to be repaired, for instance by constructing f2 on the set of distinct projected points and observing that oracle compatibility and badness extend to the repeated queries.
- [§4.1, WLOG assumption] The same distinctness issue appears in the proof of Theorem 3.1. The text says 'Without loss of generality, we may assume that xi ≠ xj for all i ≠ j' after establishing that zero-respecting iterates lie on the x-axis. This is not justified in the manuscript: a zero-respecting algorithm may query the same point more than once. A repair is possible by taking the set of distinct iterates as the centers of the hard function, but the WLOG must be argued explicitly. Since this is the foundation for Theorem 3.1, the proof should be amended even if the final statement is likely salvageable.
- [Lemma 2.8 / Corollary 2.9] The chain rule Lemma 2.8 is central to Corollary 3.2 and is stated for matrices U with orthonormal columns, which the authors note is a strengthening of the result cited from [Tian and So, 2024]. The proof in the manuscript relies on the assertion 'It follows from the proof of [Tian and So, 2024, Theorem 1]' for the orthogonal case. This is an external dependency at a load-bearing step. Please state the precise lemma from [Tian and So, 2024] that is being invoked, or provide a self-contained proof of the orthogonal case. This would also let the reader verify the strengthening to non-square U with orthonormal columns.
minor comments (3)
- [Abstract / Corollary 3.2] The abstract phrase 'no more than n−3 calls' should be aligned with the theorem statement: Corollary 3.2 requires n ≥ m+3, so the claimed lower bound for general deterministic algorithms applies up to m ≤ n−3 iterations. This is clear in the body, but a brief qualifier in the abstract would prevent misreading.
- [§4.1, relabeling] After sorting the iterates, the paper says 'x0 may no longer be 0 anymore'. This is fine because the hard function construction only needs the set of queried points, but the reader should be reminded that the algorithm's initial point is still the original x0 when verifying membership in F^n_C1(L,G;A). A short clarifying sentence would help.
- [Appendix B] Appendix B is explicitly labeled a conjecture with numerical evidence. This is acceptable, but it is somewhat unusual to include a conjecture in the appendix of a paper whose main claims are theorems. Since the conjecture is not used, consider moving this discussion to 'Concluding remarks' or restricting it to one paragraph, to avoid implying that the local-oracle extension is proven.
Circularity Check
No significant circularity: the lower-bound construction is adversarial and self-contained; the only same-author import is a technical Goldstein chain rule, not the target hardness result.
full rationale
Walking the derivation chain: Theorem 3.1 is established in Sections 4.1 and Appendix A by an explicit adversary construction. The proof fixes the resisting oracle O(x)=(0,0,-e1e1^T), lets A run on it, uses the resulting first coordinates as centers, and defines the hard function f(.,.;zeta) via the C^3 blend g and ambient h. It then verifies C^{1,1}-smoothness, lower boundedness, oracle compatibility, and the band refutation max <z,w> <= -0.0092714. None of these steps invokes the Goldstein second-order stationarity concept as an input; it is only the quantity being refuted. Corollary 3.2 lifts the 2D construction to R^n by f(x)=f2(U^T x) and transfers the refutation with Corollary 2.9. The only import from the authors' prior work is Lemma 2.8, whose proof says "It follows from the proof of [Tian and So, 2024, Theorem 1]" for a first-order Goldstein chain rule. This is a technical calculus lemma used to prove Corollary 2.9; it is not the target intractability theorem and the proof is mostly reproduced. That is a minor self-citation, but it does not make the central claim reduce to its assumptions: the lower bound is not fitted to data, no stationarity predicate is assumed in the construction, and no uniqueness theorem or ansatz is imported from the same authors. The Appendix B local-oracle extension is explicitly labelled a conjecture, so it carries no circular weight. The duplicate-iterates concern raised by the skeptic is a possible correctness/completeness gap in Corollary 3.2, not a circularity, and therefore does not change the circularity score.
Assumptions & free parameters
assumptions (3)
- standard math Clarke generalized Hessian ∂²_C f(x) is nonempty, convex, and compact for C^{1,1} functions, relying on Alexandrov's a.e. twice differentiability theorem.
- domain assumption Goldstein subdifferential chain rule for orthogonal transformations, imported from the proof of [Tian and So, 2024, Theorem 1].
- standard math Linear maps commute with convex hulls.
invented entities (1)
-
Goldstein second-order δ-subdifferential ∂²_δ f(x)(w)
Cite this review
Pith. "Pith review of On the hardness of deterministic second-order optimization of functions with Lipschitz gradients." pith.science (2026). https://pith.science/paper/E25IOBR7
@misc{pith2026260724120,
author = {Pith},
title = {Pith review of: On the hardness of deterministic second-order optimization of functions with Lipschitz gradients},
year = {2026},
howpublished = {\url{https://pith.science/paper/E25IOBR7}},
note = {Machine review of arXiv:2607.24120}
}
abstract
We show that no deterministic zero-respecting algorithm (resp., (general) deterministic algorithm) can compute Goldstein approximate second-order stationary points of functions with Lipschitz continuous gradients within a finite number of (resp., no more than $n-3$ with $n$ being the input dimension) second-order oracle calls. This, among other consequences, shows that deterministic second-order weakly convex optimization is intractable.
Figures
Figures from the paper (7 more)
Reference graph
Works this paper leans on
-
[1]
Central European Journal of Operations Research , volume=
The complexity of optimizing over a simplex, hypercube or sphere: a short survey , author=. Central European Journal of Operations Research , volume=
-
[2]
Journal of Global Optimization , volume=
Solving standard quadratic optimization problems via linear, semidefinite and copositive programming , author=. Journal of Global Optimization , volume=
-
[3]
An alternative proof of a
De Klerk, Etienne and Laurent, Monique and Sun, Zhao , journal=. An alternative proof of a
-
[4]
De Klerk, Etienne and Laurent, Monique and Parrilo, Pablo A , journal=. A
-
[5]
Optimization Methods and Software , volume=
On the accuracy of uniform polyhedral approximations of the copositive cone , author=. Optimization Methods and Software , volume=
-
[6]
SIAM Journal on Optimization , volume=
An adaptive linear approximation algorithm for copositive programs , author=. SIAM Journal on Optimization , volume=
-
[7]
Journal of Global Optimization , volume=
On copositive programming and standard quadratic optimization problems , author=. Journal of Global Optimization , volume=
-
[8]
Optimization Letters , volume=
On the convergence rate of grid search for polynomial optimization over the simplex , author=. Optimization Letters , volume=
Show all 300 references
-
[9]
Calcolo , volume=
On norm compression inequalities for partitioned block tensors , author=. Calcolo , volume=
-
[10]
Proceedings 39th Annual Symposium on Foundations of Computer Science , pages=
Approximation of diameters: Randomization doesn't help , author=. Proceedings 39th Annual Symposium on Foundations of Computer Science , pages=
-
[11]
Mathematika , volume=
Deterministic and randomized polynomial-time approximation of radii , author=. Mathematika , volume=
-
[12]
2006 , publisher=
The art of mathematics: Coffee time in Memphis , author=. 2006 , publisher=
2006
-
[13]
Mathematics of Operations Research , volume=
Probability bounds for polynomial functions in random variables , author=. Mathematics of Operations Research , volume=
-
[14]
SIAM Journal on Computing , volume =
Khot, Subhash and Naor, Assaf , title =. SIAM Journal on Computing , volume =
-
[15]
SIAM Journal on Optimization , volume =
He, Simai and Hu, Haodong and Jiang, Bo and Li, Zhening , title =. SIAM Journal on Optimization , volume =
-
[16]
The Electronic Journal of Linear Algebra , volume=
Interior points of the completely positive cone , author=. The Electronic Journal of Linear Algebra , volume=
-
[17]
https://mathoverflow.net/q/48847 , URL =
Nonnegative quadratic maximization , AUTHOR =. https://mathoverflow.net/q/48847 , URL =
-
[18]
Murty, Katta G and Kabadi, Santosh N , journal=. Some
-
[19]
2003 , publisher=
Completely positive matrices , author=. 2003 , publisher=
2003
-
[20]
Mathematical Programming , volume=
Approximation algorithms for homogeneous polynomial optimization with quadratic constraints , author=. Mathematical Programming , volume=
-
[21]
Journal of Global Optimization , volume=
Inner approximating the completely positive cone via the cone of scaled diagonally dominant matrices , author=. Journal of Global Optimization , volume=
-
[22]
2000 , school=
Structured semidefinite programs and semialgebraic geometry methods in robustness and optimization , author=. 2000 , school=
2000
-
[23]
SIAM Journal on Optimization , volume=
Approximation of the stability number of a graph via copositive programming , author=. SIAM Journal on Optimization , volume=
-
[24]
On approximations, complexity, and applications for copositive programming , author=
-
[25]
SIAM Journal on Optimization , volume=
Computing the stability number of a graph via linear and semidefinite programming , author=. SIAM Journal on Optimization , volume=
-
[26]
EURO Journal on Computational Optimization , volume=
Conic optimization: a survey with special focus on copositive optimization and binary quadratic problems , author=. EURO Journal on Computational Optimization , volume=
-
[27]
SIAM Journal on Optimization , volume=
Symmetric tensor approximation hierarchies for the completely positive cone , author=. SIAM Journal on Optimization , volume=
-
[28]
Mathematical Programming , volume=
Exploiting symmetry in copositive programs via semidefinite hierarchies , author=. Mathematical Programming , volume=
-
[29]
Mathematical Programming , volume=
New approximations for the cone of copositive matrices and its dual , author=. Mathematical Programming , volume=. 2014 , publisher=
2014
-
[30]
2013 , school=
The copositive cone, the completely positive cone and their generalisations , author=. 2013 , school=
2013
-
[31]
SIAM Journal on Applied Algebra and Geometry , volume=
DSOS and SDSOS optimization: more tractable alternatives to sum of squares and semidefinite optimization , author=. SIAM Journal on Applied Algebra and Geometry , volume=
-
[32]
In proceedings of the 48th Annual Conference on Information Sciences and Systems , pages=
DSOS and SDSOS optimization: LP and SOCP-based alternatives to sum of squares optimization , author=. In proceedings of the 48th Annual Conference on Information Sciences and Systems , pages=
-
[33]
Journal of Global Optimization , volume=
An improved algorithm to test copositivity , author=. Journal of Global Optimization , volume=
-
[34]
Linear Algebra and Its Applications , volume=
On the exactness of sum-of-squares approximations for the cone of 5 5 copositive matrices , author=. Linear Algebra and Its Applications , volume=
-
[35]
Computational Optimization and Applications , volume=
Computing the distance between the linear matrix pencil and the completely positive cone , author=. Computational Optimization and Applications , volume=
-
[36]
arXiv preprint arXiv:2204.12119 , year=
Generalization of doubly nonnegative cone: Focusing on inner-approximation for generalized copositive cone , author=. arXiv preprint arXiv:2204.12119 , year=
-
[37]
SIAM Journal on Optimization , volume=
LMI approximations for cones of positive semidefinite forms , author=. SIAM Journal on Optimization , volume=
-
[38]
Mathematical Programming , pages=
On approximations of the psd cone by a polynomial number of smaller-sized psd cones , author=. Mathematical Programming , pages=
-
[39]
Asian Journal of Mathematics and Statistics , volume=
Concise formulas for the area and volume of a hyperspherical cap , author=. Asian Journal of Mathematics and Statistics , volume=
-
[40]
Covering the sphere by equal spherical balls
B \"o r \"o czky, K \'a roly and Wintsche, Gergely. Covering the sphere by equal spherical balls. Discrete and Computational Geometry: The Goodman-Pollack Festschrift. 2003
2003
-
[41]
Discrete & Computational Geometry , volume=
Covering spheres with spheres , author=. Discrete & Computational Geometry , volume=
-
[42]
Mathematics , volume=
On the folded normal distribution , author=. Mathematics , volume=
-
[43]
Paley, R. E. A. C. and Zygmund, A. , year=. A note on analytic functions in the unit circle , volume=. Mathematical Proceedings of the Cambridge Philosophical Society , publisher=
-
[44]
Mathematika , volume=
Covering a sphere with spheres , author=. Mathematika , volume=
-
[45]
Slices of L
Betke, Ulrich and Gritzmann, Peter and Wills, J. Slices of L. Fejes T. Mathematika , volume=
-
[46]
Pascal's simplex --- Wikipedia , The Free Encyclopedia
Wikipedia contributors. Pascal's simplex --- Wikipedia , The Free Encyclopedia. 2022
2022
-
[47]
Frontiers of Mathematics in China , volume=
Approximation algorithms for nonnegative polynomial optimization problems over unit spheres , author=. Frontiers of Mathematics in China , volume=
-
[48]
SIAM Journal on Matrix Analysis and Applications , volume=
Best nonnegative rank-one approximations of tensors , author=. SIAM Journal on Matrix Analysis and Applications , volume=
-
[49]
Journal of Global Optimization , volume=
A continuous characterization of the maximum-edge biclique problem , author=. Journal of Global Optimization , volume=
-
[50]
arXiv preprint arXiv:0810.4225 , year=
Nonnegative factorization and the maximum edge biclique problem , author=. arXiv preprint arXiv:0810.4225 , year=
-
[51]
2020 , publisher=
Nonnegative matrix factorization , author=. 2020 , publisher=
2020
-
[52]
Computational Optimization and Applications , volume=
On the tensor spectral p -norm and its dual norm via partitions , author=. Computational Optimization and Applications , volume=
-
[53]
Mathematics of Operations Research , volume=
Hardness and approximation results for _p -ball constrained homogeneous polynomial optimization problems , author=. Mathematics of Operations Research , volume=
-
[54]
2005 , school=
Computation of matrix norms with applications to robust optimization , author=. 2005 , school=
2005
-
[55]
Proceedings of the 38th International Conference on Machine Learning , pages=
Projection robust Wasserstein barycenters , author=. Proceedings of the 38th International Conference on Machine Learning , pages=
-
[56]
Mathematics of Operations Research , volume=
Robust portfolio selection problems , author=. Mathematics of Operations Research , volume=
-
[57]
In proceedings of the 35th International Conference on Machine Learning , pages=
Canonical tensor decomposition for knowledge base completion , author=. In proceedings of the 35th International Conference on Machine Learning , pages=
-
[58]
Tensor decompositions for temporal knowledge base completion , booktitle =
Timoth. Tensor decompositions for temporal knowledge base completion , booktitle =
-
[59]
Foundations of Computational Mathematics , volume=
On tensor completion via nuclear norm minimization , author=. Foundations of Computational Mathematics , volume=
-
[60]
Unsupervised feature selection via graph regularized nonnegative
Chen, Bilian and Guan, Jiewen and Li, Zhening , journal=. Unsupervised feature selection via graph regularized nonnegative
-
[61]
Mathematics of Computation , volume=
Nuclear norm of higher-order tensors , author=. Mathematics of Computation , volume=
-
[62]
Linear Algebra and its Applications , volume=
Relations of the nuclear norm of a tensor and its matrix flattenings , author=. Linear Algebra and its Applications , volume=
-
[63]
SIAM Journal on Matrix Analysis and Applications , volume=
Bounds on the spectral norm and the nuclear norm of a tensor based on tensor partitions , author=. SIAM Journal on Matrix Analysis and Applications , volume=
-
[64]
2022 , publisher=
Dmitriy Kunisky , title =. 2022 , publisher=
2022
-
[65]
2015 , publisher=
An introduction to polynomial and semi-algebraic optimization , author=. 2015 , publisher=
2015
-
[66]
2002 , publisher=
A Course in Convexity , author=. 2002 , publisher=
2002
-
[67]
Banach, Stefan , journal=. \"
-
[68]
SIAM Journal on Matrix Analysis and Applications , volume=
A multilinear singular value decomposition , author=. SIAM Journal on Matrix Analysis and Applications , volume=
-
[69]
Foundations of Computational Mathematics , volume=
User-friendly tail bounds for sums of random matrices , author=. Foundations of Computational Mathematics , volume=
-
[70]
Electronic Journal of Statistics , volume=
Sparse random tensors: Concentration, regularization and applications , author=. Electronic Journal of Statistics , volume=
-
[71]
SIAM Journal on Matrix Analysis and Applications , volume=
On orthogonal tensors and best rank-one approximation ratio , author=. SIAM Journal on Matrix Analysis and Applications , volume=
-
[72]
Taiwanese Journal of Mathematics , volume=
Convenient tail bounds for sums of random tensors , author=. Taiwanese Journal of Mathematics , volume=
-
[73]
2018 , publisher=
High-Dimensional Probability: An Introduction with Applications in Data Science , author=. 2018 , publisher=
2018
-
[74]
Journal of the ACM , volume=
Robust principal component analysis? , author=. Journal of the ACM , volume=
-
[75]
IEEE Transactions on Pattern Analysis and Machine Intelligence , volume=
Tensor Robust Principal Component Analysis with a New Tensor Nuclear Norm , author=. IEEE Transactions on Pattern Analysis and Machine Intelligence , volume=
-
[76]
The Annals of Statistics , volume=
Convex regularization for high-dimensional multiresponse tensor regression , author=. The Annals of Statistics , volume=
-
[77]
IEEE Transactions on Information Theory , volume=
Incoherent tensor norms and their applications in higher order tensor completion , author=. IEEE Transactions on Information Theory , volume=
-
[78]
1991 , publisher=
Probability in Banach Spaces: Isoperimetry and processes , author=. 1991 , publisher=
1991
-
[79]
2019 , series=
High-Dimensional Statistics: A Non-Asymptotic Viewpoint , author=. 2019 , series=
2019
-
[80]
SIAM Journal on Optimization , volume=
The exact feasibility of randomized solutions of uncertain convex programs , author=. SIAM Journal on Optimization , volume=
-
[81]
Flavors of Geometry , volume=
An elementary introduction to modern convex geometry , author=. Flavors of Geometry , volume=
-
[82]
The isotropy constants of the
K. The isotropy constants of the. Mathematische Annalen , volume=
-
[83]
Bulletin of the American Mathematical Society , volume=
The importance of the Selberg integral , author=. Bulletin of the American Mathematical Society , volume=
-
[84]
Matrix Information Geometry , pages=
Derivatives of multilinear functions of matrices , author=. Matrix Information Geometry , pages=
-
[85]
2014 , school=
Higher order derivatives and norms of certain matrix functions , author=. 2014 , school=
2014
-
[86]
SIAM Journal on Optimization , volume=
Maximum block improvement and polynomial optimization , author=. SIAM Journal on Optimization , volume=
-
[87]
arXiv preprint arXiv:2212.14775 , year=
Complexity and computation for the spectral norm and nuclear norm of order three tensors with one fixed dimension , author=. arXiv preprint arXiv:2212.14775 , year=
-
[88]
IEEE Transactions on Information Theory , volume=
Recovering low-rank matrices from few coefficients in any basis , author=. IEEE Transactions on Information Theory , volume=
-
[89]
SIAM Review , volume=
Guaranteed minimum-rank solutions of linear matrix equations via nuclear norm minimization , author=. SIAM Review , volume=
-
[90]
The Journal of Machine Learning Research , volume=
Matrix completion with the trace norm: Learning, bounding, and transducing , author=. The Journal of Machine Learning Research , volume=
-
[91]
arXiv preprint arXiv:1901.10991 , year=
Tensor robust principal component analysis: Better recovery with atomic norm regularization , author=. arXiv preprint arXiv:1901.10991 , year=
1901 arXiv
-
[92]
Journal of the ACM , volume=
Most tensor problems are NP-hard , author=. Journal of the ACM , volume=
-
[93]
2022 , publisher=
High-dimensional data analysis with low-dimensional models: Principles, computation, and applications , author=. 2022 , publisher=
2022
-
[94]
Transforms based tensor robust
Lu, Canyi , booktitle=. Transforms based tensor robust
-
[95]
Enhanced tensor
Gao, Quanxue and Zhang, Pu and Xia, Wei and Xie, Deyan and Gao, Xinbo and Tao, Dacheng , journal=. Enhanced tensor
-
[96]
SIAM Journal on Matrix Analysis and Applications , volume=
Third-order tensors as operators on matrices: A theoretical and computational framework with applications in imaging , author=. SIAM Journal on Matrix Analysis and Applications , volume=
-
[97]
The Annals of Statistics , volume=
Estimation of (near) low-rank matrices with noise and high-dimensional scaling , author=. The Annals of Statistics , volume=
-
[98]
Proceedings of the 1st IEEE International Workshop on Computational Advances in Multi-Sensor Adaptive Processing , pages=
Singular values and eigenvalues of tensors: A variational approach , author=. Proceedings of the 1st IEEE International Workshop on Computational Advances in Multi-Sensor Adaptive Processing , pages=
-
[99]
IEEE Transactions on Information Theory , volume=
Blind multilinear identification , author=. IEEE Transactions on Information Theory , volume=
-
[100]
Jiang, Bo and Ma, Shiqian and Zhang, Shuzhong , journal=. Low-
-
[101]
Pacific Journal of Optimization , volume=
Provable models for robust low-rank tensor completion , author=. Pacific Journal of Optimization , volume=
-
[102]
IEEE Transactions on Pattern Analysis and Machine Intelligence , volume=
Tensor completion for estimating missing values in visual data , author=. IEEE Transactions on Pattern Analysis and Machine Intelligence , volume=
-
[103]
SIAM Review , volume=
Tensor decompositions and applications , author=. SIAM Review , volume=
-
[104]
2022 , publisher=
Tensor computation for data analysis , author=. 2022 , publisher=
2022
-
[105]
2017 , publisher=
Tensor analysis: spectral theory and special tensors , author=. 2017 , publisher=
2017
-
[106]
2022 , school=
Tensor methods for network analysis , author=. 2022 , school=
2022
-
[107]
Proceedings of the 41st Annual ACM Symposium on Theory of Computing , pages=
Explicit construction of a small epsilon-net for linear threshold functions , author=. Proceedings of the 41st Annual ACM Symposium on Theory of Computing , pages=
-
[108]
Mathematical Programming , volume=
Noisy tensor completion via the sum-of-squares hierarchy , author=. Mathematical Programming , volume=
-
[109]
Mathematical Programming , volume=
A unified approach to error bounds for structured convex optimization problems , author=. Mathematical Programming , volume=
-
[110]
Journal of Machine Learning Research , volume=
Generalized power method for sparse principal component analysis , author=. Journal of Machine Learning Research , volume=
-
[111]
2003 , publisher=
Statistics on special manifolds , author=. 2003 , publisher=
2003
-
[112]
arXiv preprint arXiv:2104.06763 (v1) , year=
Oracle Complexity in Nonsmooth Nonconvex Optimization , author=. arXiv preprint arXiv:2104.06763 (v1) , year=
-
[113]
Proceedings of the 35th International Conference on Neural Information Processing Systems , pages=
Oracle complexity in nonsmooth nonconvex optimization , author=. Proceedings of the 35th International Conference on Neural Information Processing Systems , pages=
-
[114]
Journal of Machine Learning Research , volume=
Oracle complexity in nonsmooth nonconvex optimization , author=. Journal of Machine Learning Research , volume=
-
[115]
2008 , publisher=
Nonsmooth Analysis and Control Theory , author=. 2008 , publisher=
2008
-
[116]
1990 , series=
Optimization and Nonsmooth Analysis , author=. 1990 , series=
1990
-
[117]
2009 , volume=
Variational Analysis , author=. 2009 , volume=
2009
-
[118]
BIT Numerical Mathematics , volume=
A numerical method for SDEs with discontinuous drift , author=. BIT Numerical Mathematics , volume=
-
[119]
Mathematical Programming , volume=
Efficiency of minimizing compositions of convex functions and smooth maps , author=. Mathematical Programming , volume=
-
[120]
Mathematics of Operations Research , volume=
Strong and weak convexity of sets and functions , author=. Mathematics of Operations Research , volume=
-
[121]
On the hardness of computing near-approximate stationary points of
Tian, Lai and So, Anthony Man-Cho , booktitle=. On the hardness of computing near-approximate stationary points of
-
[122]
A gradient sampling method with complexity guarantees for
Davis, Damek and Drusvyatskiy, Dmitriy and Lee, Yin Tat and Padmanabhan, Swati and Ye, Guanghao , booktitle=. A gradient sampling method with complexity guarantees for
-
[123]
OPT 2022: Optimization for Machine Learning (NeurIPS 2022 Workshop) , year=
On the Complexity of Finding Small Subgradients in Nonsmooth Optimization , author=. OPT 2022: Optimization for Machine Learning (NeurIPS 2022 Workshop) , year=
2022
-
[124]
1995 , note=
Information-based complexity of convex programming , author=. 1995 , note=
1995
-
[125]
SIAM Journal on Optimization , volume=
Pathological subgradient dynamics , author=. SIAM Journal on Optimization , volume=
-
[126]
Mathematics of Operations Research , volume=
The cost of nonconvexity in deterministic nonsmooth optimization , author=. Mathematics of Operations Research , volume=
-
[127]
Kong, Siyu and Lewis, Adrian S , journal=
-
[128]
Principles of Mathematical Analysis , author=
-
[129]
2021 , series=
Modern Nonconvex Nondifferentiable Optimization , author=. 2021 , series=
2021
-
[130]
2010 , publisher=
Algebra , author=. 2010 , publisher=
2010
-
[131]
1988 , publisher=
Handbook of mathematical functions with formulas, graphs, and mathematical tables , author=. 1988 , publisher=
1988
-
[132]
2007 , publisher=
The rules of algebra: Ars Magna , author=. 2007 , publisher=
2007
-
[133]
Ding, Lijun , title =
-
[134]
Tyrrell , journal=
Rockafellar, R. Tyrrell , journal=. Directionally
-
[135]
Nonlinear Analysis: Theory, Methods & Applications , volume=
Extensions of subgradient calculus with applications to optimization , author=. Nonlinear Analysis: Theory, Methods & Applications , volume=
-
[136]
Linear and Multilinear Algebra , volume=
Solution theory for systems of bilinear equations , author=. Linear and Multilinear Algebra , volume=. 2014 , publisher=
2014
-
[137]
Numerical Ranges of
Wu, Pei Yuan and Gau, Hwa-Long , volume=. Numerical Ranges of. 2021 , publisher=
2021
-
[138]
1997 , publisher=
Convex Analysis , author=. 1997 , publisher=
1997
-
[139]
European Journal of Operational Research , volume=
Kernel-based online regression with canal loss , author=. European Journal of Operational Research , volume=
-
[140]
Knowledge-Based Systems , volume=
Ramp loss nonparallel support vector machine for pattern classification , author=. Knowledge-Based Systems , volume=
-
[141]
Knowledge-Based Systems , volume=
Ramp-loss nonparallel support vector regression: Robust, sparse and scalable approximation , author=. Knowledge-Based Systems , volume=
-
[142]
Nonlinear Analysis: Theory, Methods & Applications , volume=
On the local surjection property , author=. Nonlinear Analysis: Theory, Methods & Applications , volume=
-
[143]
1976 , series=
Principles of Mathematical Analysis , author=. 1976 , series=
1976
-
[144]
2018 , volume=
Lectures on Convex Optimization , author=. 2018 , volume=
2018
-
[145]
1987 , series =
Rudin, Walter , title =. 1987 , series =
1987
-
[146]
2023 , series=
Linear Algebra Done Right , author=. 2023 , series=
2023
-
[147]
2008 , publisher=
Computational Geometry: Algorithms and Applications , author=. 2008 , publisher=
2008
-
[148]
Testing Stationarity Concepts for
Tian, Lai and So, Anthony Man-Cho , journal=. Testing Stationarity Concepts for
-
[149]
A survey of the
P. A survey of the. SIAM Review , volume=
-
[150]
Computing
Tian, Lai and So, Anthony Man-Cho , booktitle=. Computing
-
[151]
Proceedings of the 2015 Joint European Conference on Machine Learning and Knowledge Discovery in Databases , pages=
Convex factorization machines , author=. Proceedings of the 2015 Joint European Conference on Machine Learning and Knowledge Discovery in Databases , pages=
2015
-
[152]
Proceedings of the 30th International Conference on Neural Information Processing Systems , pages=
Higher-order factorization machines , author=. Proceedings of the 30th International Conference on Neural Information Processing Systems , pages=
-
[153]
Proceedings of the 31st International Conference on Neural Information Processing Systems , pages=
Multi-output polynomial networks and factorization machines , author=. Proceedings of the 31st International Conference on Neural Information Processing Systems , pages=
-
[154]
Proceedings of the 33rd International Conference on Machine Learning , pages=
Polynomial networks and factorization machines: New insights and efficient training algorithms , author=. Proceedings of the 33rd International Conference on Machine Learning , pages=
-
[155]
Journal of Machine Learning Research , volume=
Factorization Machines with Regularization for Sparse Feature Interactions , author=. Journal of Machine Learning Research , volume=
-
[156]
Computer , volume=
Matrix factorization techniques for recommender systems , author=. Computer , volume=
-
[157]
Proceedings of the 6th ACM International Conference on Web Search and Data Mining , pages=
Overlapping community detection at scale: A nonnegative matrix factorization approach , author=. Proceedings of the 6th ACM International Conference on Web Search and Data Mining , pages=
-
[158]
IEEE Transactions on Signal Processing , volume=
Power spectra separation via structured matrix factorization , author=. IEEE Transactions on Signal Processing , volume=
-
[159]
Proceedings of the 10th IEEE International Conference on Data Mining , pages=
Factorization machines , author=. Proceedings of the 10th IEEE International Conference on Data Mining , pages=
-
[160]
IEEE Transactions on Pattern Analysis and Machine Intelligence , volume=
Structured low-rank matrix factorization: Global optimality, algorithms, and applications , author=. IEEE Transactions on Pattern Analysis and Machine Intelligence , volume=
-
[161]
IEEE Signal Processing Magazine , volume=
Understanding notions of stationarity in nonsmooth optimization: A guided tour of various constructions of subdifferential for nonsmooth functions , author=. IEEE Signal Processing Magazine , volume=
-
[162]
Proceedings of the 36th Annual Conference on Learning Theory , pages=
Deterministic nonsmooth nonconvex optimization , author=. Proceedings of the 36th Annual Conference on Learning Theory , pages=
-
[163]
Proceedings of the 15th ACM Conference on Recommender Systems , pages=
Investigating overparameterization for non-negative matrix factorization in collaborative filtering , author=. Proceedings of the 15th ACM Conference on Recommender Systems , pages=
-
[164]
On the finite-time complexity and practical computation of approximate stationarity concepts of
Tian, Lai and Zhou, Kaiwen and So, Anthony Man-Cho , booktitle=. On the finite-time complexity and practical computation of approximate stationarity concepts of
-
[165]
No dimension-free deterministic algorithm computes approximate stationarities of
Tian, Lai and So, Anthony Man-Cho , journal=. No dimension-free deterministic algorithm computes approximate stationarities of. 2024 , volume=
2024
-
[166]
and Shao, Yongheng , journal=
Mordukhovich, Boris S. and Shao, Yongheng , journal=. Nonsmooth sequential analysis in
-
[167]
He, Xiangnan and He, Zhankui and Song, Jingkuan and Liu, Zhenguang and Jiang, Yu-Gang and Chua, Tat-Seng , journal=
-
[168]
Proceedings of the 29th International Joint Conferences on Artificial Intelligence , pages=
Neural tensor model for learning multi-aspect factors in recommender systems , author=. Proceedings of the 29th International Joint Conferences on Artificial Intelligence , pages=
-
[169]
Proceedings of the 26th International Conference on World Wide Web , pages=
Neural collaborative filtering , author=. Proceedings of the 26th International Conference on World Wide Web , pages=
-
[170]
Proceedings of the 26th International Joint Conference on Artificial Intelligence , pages=
Attentional factorization machines: Learning the weight of feature interactions via attention networks , author=. Proceedings of the 26th International Joint Conference on Artificial Intelligence , pages=
-
[171]
Proceedings of the 40th International ACM SIGIR Conference on Research and Development in Information Retrieval , pages=
Neural factorization machines for sparse predictive analytics , author=. Proceedings of the 40th International ACM SIGIR Conference on Research and Development in Information Retrieval , pages=
-
[172]
Proceedings of the 42nd International ACM SIGIR Conference on Research and Development in Information Retrieval , pages=
Relational collaborative filtering: Modeling multiple item relations for recommendation , author=. Proceedings of the 42nd International ACM SIGIR Conference on Research and Development in Information Retrieval , pages=
-
[173]
Proceedings of the 28th International Conference on World Wide Web , pages=
Graph neural networks for social recommendation , author=. Proceedings of the 28th International Conference on World Wide Web , pages=
-
[174]
Expert Systems with Applications , pages=
A hybrid similarity model for mitigating the cold-start problem of collaborative filtering in sparse data , author=. Expert Systems with Applications , pages=
-
[175]
Proceedings of the 27th International Conference on Neural Information Processing Systems , pages=
Reasoning with neural tensor networks for knowledge base completion , author=. Proceedings of the 27th International Conference on Neural Information Processing Systems , pages=
-
[176]
Factorization machines with
Rendle, Steffen , journal=. Factorization machines with
-
[177]
Proceedings of the 3rd ACM International Conference on Web Search and Data Mining , pages=
Pairwise interaction tensor factorization for personalized tag recommendation , author=. Proceedings of the 3rd ACM International Conference on Web Search and Data Mining , pages=
-
[178]
SIAM Journal on Optimization , volume=
Nonconvex robust low-rank matrix recovery , author=. SIAM Journal on Optimization , volume=
-
[179]
Proceedings of the 7th International Conference on Learning Representations , year=
Gradient descent aligns the layers of deep linear networks , author=. Proceedings of the 7th International Conference on Learning Representations , year=
-
[180]
Proceedings of the 24th International Conference on Artificial Intelligence and Statistics , pages=
Noisy gradient descent converges to flat minima for nonconvex matrix factorization , author=. Proceedings of the 24th International Conference on Artificial Intelligence and Statistics , pages=
-
[181]
Proceedings of the 32nd International Conference on Neural Information Processing Systems , pages=
Algorithmic regularization in learning deep homogeneous models: Layers are automatically balanced , author=. Proceedings of the 32nd International Conference on Neural Information Processing Systems , pages=
-
[182]
Proceedings of the 35th International Conference on Neural Information Processing Systems , pages=
Global convergence of gradient descent for asymmetric low-rank matrix factorization , author=. Proceedings of the 35th International Conference on Neural Information Processing Systems , pages=
-
[183]
The non-convex
Boumal, Nicolas and Voroninski, Vlad and Bandeira, Afonso , booktitle=. The non-convex
-
[184]
Improved Global Guarantees for the Nonconvex
Zhang, Richard Y , journal=. Improved Global Guarantees for the Nonconvex
-
[185]
arXiv preprint arXiv:2102.02756 , year=
On the computational and statistical complexity of over-parameterized matrix sensing , author=. arXiv preprint arXiv:2102.02756 , year=
-
[186]
Rank optimality for the
Waldspurger, Irene and Waters, Alden , journal=. Rank optimality for the
-
[187]
Proceedings of the 6th International Conference on Learning Representations , year=
Gradient Descent Provably Optimizes Over-parameterized Neural Networks , author=. Proceedings of the 6th International Conference on Learning Representations , year=
-
[188]
IEEE Journal on Selected Areas in Information Theory , volume=
Toward moderate overparameterization: Global convergence guarantees for training shallow neural networks , author=. IEEE Journal on Selected Areas in Information Theory , volume=
-
[189]
Proceedings of the 36th International Conference on Machine Learning , pages=
A convergence theory for deep learning via over-parameterization , author=. Proceedings of the 36th International Conference on Machine Learning , pages=
-
[190]
Proceedings of the 31st Annual Conference on Learning Theory , pages=
Algorithmic regularization in over-parameterized matrix sensing and neural networks with quadratic activations , author=. Proceedings of the 31st Annual Conference on Learning Theory , pages=
-
[191]
SIAM Journal on Mathematics of Data Science , volume=
Algorithmic regularization in model-free overparametrized asymmetric matrix factorization , author=. SIAM Journal on Mathematics of Data Science , volume=
-
[192]
Proceedings of the 35th International Conference on Neural Information Processing Systems , pages=
Small random initialization is akin to spectral learning: Optimization and generalization guarantees for overparameterized low-rank matrix reconstruction , author=. Proceedings of the 35th International Conference on Neural Information Processing Systems , pages=
-
[193]
Proceedings of the 35th International Conference on Neural Information Processing Systems , pages=
Rank Overspecified Robust Matrix Recovery: Subgradient Method and Exact Recovery , author=. Proceedings of the 35th International Conference on Neural Information Processing Systems , pages=
-
[194]
Efficiently testing local optimality and escaping saddles for
Yun, Chulhee and Sra, Suvrit and Jadbabaie, Ali , booktitle=. Efficiently testing local optimality and escaping saddles for
-
[195]
The American Mathematical Monthly , volume=
A note on the volume of a simplex , author=. The American Mathematical Monthly , volume=
-
[196]
The Annals of Statistics , volume =
Distinctness of the eigenvalues of a quadratic form in a multivariate sample , author=. The Annals of Statistics , volume =
-
[197]
Proceedings of the 36th International Conference on Machine Learning , pages=
Fine-grained analysis of optimization and generalization for overparameterized two-layer neural networks , author=. Proceedings of the 36th International Conference on Machine Learning , pages=
-
[198]
Learning
Soltanolkotabi, Mahdi , booktitle=. Learning
-
[199]
Proceedings of the 34th International Conference on Machine Learning , pages=
Recovery guarantees for one-hidden-layer neural networks , author=. Proceedings of the 34th International Conference on Machine Learning , pages=
-
[200]
Proceedings of the 20th International Conference on Artificial Intelligence and Statistics , pages=
Diverse neural network learns true target functions , author=. Proceedings of the 20th International Conference on Artificial Intelligence and Statistics , pages=
-
[201]
Aiming towards the minimizers: Fast convergence of
Liu, Chaoyue and Drusvyatskiy, Dmitriy and Belkin, Misha and Davis, Damek and Ma, Yian , booktitle =. Aiming towards the minimizers: Fast convergence of
-
[202]
2023 , publisher=
An Introduction to Optimization on Smooth Manifolds , author=. 2023 , publisher=
2023
-
[203]
2024 , series=
Second-Order Variational Analysis in Optimization, Variational Stability, and Control: Theory, Algorithms, Applications , author=. 2024 , series=
2024
-
[204]
Symmetric Matrix Completion with
Liu, Huikang and Wang, Peng and Huang, Longxiu and Qu, Qing and Balzano, Laura , booktitle=. Symmetric Matrix Completion with
-
[205]
Liu, Shuangzhe and Trenkler, Gotz , journal=
-
[206]
Computers & Mathematics with Applications , volume=
Some new connections between matrix products for partitioned and non-partitioned matrices , author=. Computers & Mathematics with Applications , volume=
-
[207]
Algorithm 862:
Bader, Brett W and Kolda, Tamara G , journal=. Algorithm 862:
-
[208]
Proceedings of the 12nd ACM SIGKDD International Conference on Knowledge Discovery and Data Mining , pages=
Orthogonal nonnegative matrix tri-factorizations for clustering , author=. Proceedings of the 12nd ACM SIGKDD International Conference on Knowledge Discovery and Data Mining , pages=
-
[209]
Proceedings of the 2005 SIAM International Conference on Data Mining , pages=
On the equivalence of nonnegative matrix factorization and spectral clustering , author=. Proceedings of the 2005 SIAM International Conference on Data Mining , pages=
2005
-
[210]
Mathematical Programming , year=
The effect of smooth parametrizations on nonconvex optimization landscapes , author=. Mathematical Programming , year=
-
[211]
Proceedings of the 32nd International Conference on Neural Information Processing Systems , pages=
Dropping symmetry for fast symmetric nonnegative matrix factorization , author=. Proceedings of the 32nd International Conference on Neural Information Processing Systems , pages=
-
[212]
IEEE Transactions on Signal Processing , volume=
Efficient and non-convex coordinate descent for symmetric nonnegative matrix factorization , author=. IEEE Transactions on Signal Processing , volume=
-
[213]
and Zadeh, Reza , journal=
Hastie, Trevor and Mazumder, Rahul and Lee, Jason D. and Zadeh, Reza , journal=. Matrix completion and low-rank
-
[214]
Proceedings of the 31st AAAI Conference on Artificial Intelligence , pages=
Polynomial optimization methods for matrix factorization , author=. Proceedings of the 31st AAAI Conference on Artificial Intelligence , pages=
-
[215]
IEEE Transactions on Pattern Analysis and Machine Intelligence , volume=
Robust matrix factorization by majorization minimization , author=. IEEE Transactions on Pattern Analysis and Machine Intelligence , volume=
-
[216]
2012 , edition=
Introduction to Smooth Manifolds , author=. 2012 , edition=
2012
-
[217]
2011 , edition=
An Introduction to Manifolds , author=. 2011 , edition=
2011
-
[218]
2024 , note=
Guan, Jiewen and So, Anthony Man-Cho , title=. 2024 , note=
2024
-
[219]
arXiv preprint arXiv:2410.05025 , year=
_1 -norm rank-one symmetric matrix factorization has no spurious second-order stationary points , author=. arXiv preprint arXiv:2410.05025 , year=
-
[220]
arXiv preprint arXiv:2306.01154 , year=
The law of parsimony in gradient descent for learning deep linear networks , author=. arXiv preprint arXiv:2306.01154 , year=
-
[221]
Neural Networks , volume=
Dual-learning multi-hop nonnegative matrix factorization for community detection , author=. Neural Networks , volume=
-
[222]
Zeng, Liang and Guan, Jiewen and Chen, Bilian , journal=
-
[223]
SIAM Journal on Optimization , volume=
On convergence of the maximum block improvement method , author=. SIAM Journal on Optimization , volume=
-
[224]
and Hinder, Oliver and Sidford, Aaron , journal=
Carmon, Yair and Duchi, John C. and Hinder, Oliver and Sidford, Aaron , journal=. Lower bounds for finding stationary points
-
[225]
Quasi-tangent vectors in flow-invariance and optimization problems on
Motreanu, D and Pavel, Nicolae H , journal=. Quasi-tangent vectors in flow-invariance and optimization problems on
-
[226]
Generalized gradients and characterization of epi-
Hosseini, Seyedehsomayeh and Pouryayevali, M R , journal=. Generalized gradients and characterization of epi-
-
[227]
Optimality conditions for the nonlinear programming problems on
Yang, Wei Hong and Zhang, Lei-Hong and Song, Ruyi , journal=. Optimality conditions for the nonlinear programming problems on
-
[228]
2006 , edition=
Variational Analysis and Generalized Differentiation I: Basic Theory , author=. 2006 , edition=
2006
-
[229]
, volume=
Mordukhovich, Boris S. , volume=. Variational Analysis and Generalized Differentiation. 2006 , edition=
2006
-
[230]
2019 , publisher=
A Course in Functional Analysis , author=. 2019 , publisher=
2019
-
[231]
2012 , edition=
Matrix Analysis , author=. 2012 , edition=
2012
-
[232]
2014 , edition=
Abstract Algebra: An Introduction , author=. 2014 , edition=
2014
-
[233]
Kabgani, Alireza and Ahookhosh, Masoud , journal=
-
[234]
Smoothness parameter of power of
Rodomanov, Anton and Nesterov,. Smoothness parameter of power of. Journal of Optimization Theory and Applications , volume=
-
[235]
SIAM Journal on Optimization , volume=
Quadratic growth and strong metric subregularity of the subdifferential via subgradient graphical derivative , author=. SIAM Journal on Optimization , volume=
-
[236]
Set-Valued Analysis , volume=
A derivative-coderivative inclusion in second-order nonsmooth analysis , author=. Set-Valued Analysis , volume=
-
[237]
arXiv preprint arXiv:2312.16277 , year=
Second-order subdifferential optimality conditions in nonsmooth optimization , author=. arXiv preprint arXiv:2312.16277 , year=
-
[238]
SIAM Journal on Optimization , volume=
Second-order subdifferential optimality conditions in nonsmooth optimization , author=. SIAM Journal on Optimization , volume=
-
[239]
Journal of Optimization Theory and Applications , volume=
New second-order optimality conditions for a class of differentiable optimization problems , author=. Journal of Optimization Theory and Applications , volume=
-
[240]
Applicable Analysis , volume=
Subdifferential characterization of s -lower regular functions , author=. Applicable Analysis , volume=. 2015 , publisher=
2015
-
[241]
Proceedings of the 2022 IEEE International Conference on Acoustics, Speech and Signal Processing , pages=
Accelerating ill-conditioned robust low-rank tensor regression , author=. Proceedings of the 2022 IEEE International Conference on Acoustics, Speech and Signal Processing , pages=
2022
-
[242]
Kecis, I and Thibault, L , journal=
-
[243]
Filling the gap between lower-
Daniilidis, Aris and Malick, J. Filling the gap between lower-. Journal of Convex Analysis , volume=
-
[244]
Submonotone subdifferentials of
Spingarn, Jonathan E , journal=. Submonotone subdifferentials of
-
[245]
Tyrrell , year=
Rockafellar, R. Tyrrell , year=. Favorable classes of. Progress in Nondifferentiable Optimization , series=
-
[246]
SIAM Journal on Optimization , volume=
Stochastic model-based minimization of weakly convex functions , author=. SIAM Journal on Optimization , volume=
-
[247]
, journal=
Doikov, Nikita and Nesterov, Yu. , journal=. Minimizing uniformly convex functions by cubic regularization of
-
[248]
Characterizing convexity of a function by its
Chieu, N H and Chuong, T D and Yao, J-C and Yen, N D , journal=. Characterizing convexity of a function by its
-
[249]
Nonlinear Analysis: Theory, Methods & Applications , volume=
Second-order subdifferentials and convexity of real-valued functions , author=. Nonlinear Analysis: Theory, Methods & Applications , volume=
-
[250]
Journal of Applied Mathematics and Mechanics , volume=
Maximum principle in the problem of time optimal response with nonsmooth constraints , author=. Journal of Applied Mathematics and Mechanics , volume=
-
[251]
arXiv preprint arXiv:2501.02067 , year=
Generalized Twice Differentiability and Quadratic Bundles in Second-Order Variational Analysis , author=. arXiv preprint arXiv:2501.02067 , year=
-
[252]
Transactions of the American Mathematical Society , volume=
Prox-regular functions in variational analysis , author=. Transactions of the American Mathematical Society , volume=
-
[253]
Generalized
Poliquin, Ren. Generalized. SIAM Journal on Optimization , volume=
-
[254]
Annales de l'Institut Henri Poincar
Maximal monotone relations and the second derivatives of nonsmooth functions , author=. Annales de l'Institut Henri Poincar
-
[255]
and Sarabi, M
Mordukhovich, Boris S. and Sarabi, M. Ebrahim , journal=. Generalized
-
[256]
Journal of Nonlinear and Convex Analysis , volume=
Second-order convex analysis , author=. Journal of Nonlinear and Convex Analysis , volume=
-
[257]
Journal of Optimization Theory and Applications , volume=
A study of piecewise linear-quadratic programs , author=. Journal of Optimization Theory and Applications , volume=
-
[258]
Computational Optimization and Applications , volume=
A property of piecewise smooth functions , author=. Computational Optimization and Applications , volume=
-
[259]
2004 , series=
Fundamentals of Convex Analysis , author=. 2004 , series=
2004
-
[260]
Second-order subdifferentials and optimality conditions for
Chieu, N H and Lee, G M and Yen, N D , journal=. Second-order subdifferentials and optimality conditions for
-
[261]
Kruger, A Ya , journal=. On
-
[262]
SIAM Journal on Matrix Analysis and Applications , volume=
On spectral and nuclear norms of order three tensors with one fixed dimension , author=. SIAM Journal on Matrix Analysis and Applications , volume=
-
[263]
SIAM Journal on Optimization , volume=
Approximating tensor norms via sphere covering: Bridging the gap between primal and dual , author=. SIAM Journal on Optimization , volume=
-
[264]
Mathematics of Operations Research , year=
_p -sphere covering and approximating nuclear p -norm , author=. Mathematics of Operations Research , year=
-
[265]
Mathematics of Operations Research , volume=
On cones of nonnegative quadratic functions , author=. Mathematics of Operations Research , volume=
-
[266]
1977 , note=
Yakubovich, Vladimir A , journal=. 1977 , note=
1977
-
[267]
Fradkov, A L and Yakubovich, V A , journal=. The. 1979 , note=
1979
-
[268]
A note on polynomial solvability of the
Bienstock, Daniel , journal=. A note on polynomial solvability of the
-
[269]
arXiv preprint arXiv:1312.1398 , year=
Trust region subproblem with a fixed number of additional linear inequality constraints has polynomial complexity , author=. arXiv preprint arXiv:1312.1398 , year=
-
[270]
Proceedings of the 25th Annual ACM-SIAM Symposium on Discrete Algorithms , pages=
Polynomial solvability of variants of the trust-region subproblem , author=. Proceedings of the 25th Annual ACM-SIAM Symposium on Discrete Algorithms , pages=
-
[271]
SIAM Journal on Optimization , volume=
New results on quadratic minimization , author=. SIAM Journal on Optimization , volume=
-
[272]
SIAM Journal on Optimization , volume=
Exact second-order cone programming relaxations for some nonconvex minimax quadratic optimization problems , author=. SIAM Journal on Optimization , volume=
-
[273]
SIAM Journal on Optimization , volume=
A second-order cone based approach for solving the trust-region subproblem and its variants , author=. SIAM Journal on Optimization , volume=
-
[274]
Mathematical Programming , volume=
Quadratic programs with hollows , author=. Mathematical Programming , volume=
-
[275]
SIAM Journal on Optimization , volume=
Second-order-cone constraints for extended trust-region subproblems , author=. SIAM Journal on Optimization , volume=
-
[276]
Mathematics of Operations Research , volume=
Exactness conditions for semidefinite programming relaxations of generalization of the extended trust region subproblem , author=. Mathematics of Operations Research , volume=
-
[277]
Mathematical Programming , volume=
The trust region subproblem with non-intersecting linear constraints , author=. Mathematical Programming , volume=
-
[278]
Exactness conditions for an
Locatelli, Marco , journal=. Exactness conditions for an
-
[279]
Trust-region problems with linear inequality constraints: Exact
Jeyakumar, Vaithilingam and Li, Guoyin , journal=. Trust-region problems with linear inequality constraints: Exact
-
[280]
Foundations and Trends
Convex Optimization: Algorithms and Complexity , author=. Foundations and Trends
-
[281]
Lectures on Modern Convex Optimization: Analysis, Algorithms, and Engineering Applications , volume=
Ben-Tal, Aharon and Nemirovski, Arkadi S , year=. Lectures on Modern Convex Optimization: Analysis, Algorithms, and Engineering Applications , volume=
-
[282]
Mathematical Programming , volume=
On the complexity of finding a local minimizer of a quadratic function over a polytope , author=. Mathematical Programming , volume=
-
[283]
2017 , series=
First-Order Methods in Optimization , author=. 2017 , series=
2017
-
[284]
2000 , series=
Trust-Region Methods , author=. 2000 , series=
2000
-
[285]
1967 , edition=
Calculus I: One-Variable Calculus, with an Introduction to Linear Algebra , author=. 1967 , edition=
1967
-
[286]
Calculus
Apostol, Tom M , year=. Calculus
-
[287]
Hien , journal=
Hiriart-Urruty, Jean-Baptiste and Strodiot, Jean-Jacques and Nguyen, V. Hien , journal=. Generalized
-
[288]
Proceedings of the 2025 Annual ACM-SIAM Symposium on Discrete Algorithms , pages=
Testing Approximate Stationarity Concepts for Piecewise Affine Functions , author=. Proceedings of the 2025 Annual ACM-SIAM Symposium on Discrete Algorithms , pages=
2025
-
[289]
arXiv preprint arXiv:2501.04629 , year=
Characterizations of Variational Convexity and Tilt Stability via Quadratic Bundles , author=. arXiv preprint arXiv:2501.04629 , year=
-
[290]
SIAM Journal on Optimization , volume=
Second-order subdifferential calculus with applications to tilt stability in optimization , author=. SIAM Journal on Optimization , volume=
-
[291]
Control and Cybernetics , volume=
Calculus of second-order subdifferentials in infinite dimensions , author=. Control and Cybernetics , volume=
-
[292]
and Wang, Bingwu , journal=
Mordukhovich, Boris S. and Wang, Bingwu , journal=. Restrictive metric regularity and generalized differential calculus in
-
[293]
Numerical Functional Analysis and Optimization , volume=
Partial second-order subdifferentials in variational analysis and optimization , author=. Numerical Functional Analysis and Optimization , volume=
-
[294]
2009 , publisher=
Implicit Functions and Solution Mappings: A View from Variational Analysis , author=. 2009 , publisher=
2009
-
[295]
Nonlinear Analysis: Theory, Methods & Applications , volume=
Second-order variational analysis and characterizations of tilt-stable optimal solutions in infinite-dimensional spaces , author=. Nonlinear Analysis: Theory, Methods & Applications , volume=
-
[296]
, journal=
Mordukhovich, Boris S. , journal=. Complete characterization of openness, metric regularity, and
-
[297]
SIAM Journal on Optimization , volume=
Tilt stability of a local minimum , author=. SIAM Journal on Optimization , volume=
-
[298]
Local and global convergence of general
Li, Shuang and Li, Qiuwei , booktitle=. Local and global convergence of general
-
[299]
Foundations of Computational Mathematics , volume=
Second-order optimality and beyond: Characterization and evaluation complexity in convexly constrained nonlinear optimization , author=. Foundations of Computational Mathematics , volume=
-
[300]
2022 , publisher=
Evaluation Complexity of Algorithms for Nonconvex Optimization: Theory, Computation and Perspectives , author=. 2022 , publisher=
2022
Reviewed July 31, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.