Pith. sign in

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 →

arxiv 2607.24120 v1 pith:E25IOBR7 submitted 2026-07-27 math.OC

classification math.OC MSC 90C2649J5290C60
keywords C^{11}functionsweakconvexitysecond-orderstationarityGoldsteinsubdifferentialoraclecomplexitylowerboundsnonsmoothoptimizationdeterministicalgorithms
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

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

The reading

The paper proves that no deterministic algorithm can reliably find an approximate second-order stationary point of a C^{1,1} function — a differentiable function with Lipschitz-continuous gradients, whose Hessian may be nonsmooth — within a predetermined finite number of second-order oracle queries. For zero-respecting algorithms, which only update coordinates that previous gradients or Hessians have exposed, the obstacle is absolute: no finite number of queries suffices in any dimension n≥2. For general deterministic algorithms, the obstacle is dimension-sensitive: at most n−3 queries are insufficient. Because C^{1,1} functions are automatically weakly convex, this establishes deterministic second-order weakly convex optimization as intractable. The hard example matches a benign-looking oracle at every queried point, yet hides a direction along which every generalized second-order derivative is strongly negative, so no queried point can pass the Goldstein stationarity test.

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.

Watch

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

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

  • 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.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

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

Referee Report

3 major / 3 minor

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)
  1. [§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.
  2. [§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.
  3. [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)
  1. [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.
  2. [§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.
  3. [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

0 steps flagged · score 1.0 of 10

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 0 free parameters · 3 assumptions · 1 invented entities

The central proof is largely self-contained. The main external dependencies are standard variational analysis facts and one chain-rule lemma from a self-cited earlier work. No free parameters are fitted to data; the constants in the theorems are derived from explicit inequalities in the appendix.

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.
    Used in Definition 2.2 and in the oracle model; standard result from Clarke 1990 and Rockafellar-Wets 2009.
  • domain assumption Goldstein subdifferential chain rule for orthogonal transformations, imported from the proof of [Tian and So, 2024, Theorem 1].
    Lemma 2.8 relies on this chain rule; Corollary 2.9 and hence Corollary 3.2 depend on it. It is plausible and standard, but not re-derived in full in this paper.
  • standard math Linear maps commute with convex hulls.
    Used in Proposition 2.4 and related scalarization formulas; a basic convex analysis fact.
invented entities (1)
  • Goldstein second-order δ-subdifferential ∂²_δ f(x)(w)
    purpose: Second-order analogue of the Goldstein subdifferential; defines the approximate second-order stationarity used in the lower bounds.
    Introduced in Definition 2.5 as a natural extension of the first-order Goldstein construction. It is a mathematical definition, not an empirically falsifiable entity.

how reviews work

0 comments
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 reproduced from arXiv: 2607.24120 by the authors.

Figure 1
Figure 1. The landscape of p1(•; 1). Recall from Section 4.1 that the local surgery pertains to interpolating between −2 −1∥•∥2 and 3 It is worth noting that the exponent 4 in (4) is necessary and essential, and its purpose is to enforce a rapid decay within a small vicinity near 0, ensuring that certain undesired magnitudes that arise in later constructions remain controllable when gated by p2(•, •; δ); if we replace 4 with,… view at source ↗
Figure 2
Figure 2. The landscape of 1 − p2(•, •; 1). (x, y) 7→ −2 −1x 2 . To this end, consider the smooth blend g(•, •; δ) : R 2 → R defined by g(x, y; δ) := p2(x, y; δ) · Å − 1 2 x 2 ã + [PITH_FULL_IMAGE:figures/full_fig_p017_2.png] view at source ↗
Figure 3
Figure 3. The landscape of g(•, •; 1). 17 [PITH_FULL_IMAGE:figures/full_fig_p017_3.png] view at source ↗
Figures from the paper (7 more)
Figure 4
Figure 4. Figure 4: The landscape of h11(•, •; 1); for visual clarity, we overwrite h11(x, y; 1) = −1 on (B 2 ) ∁ . Proof. To begin, we calculate h11(x, y; 1) = 4y 2 (x 2 + y 2 − 1)2 (7x 2 + y 2 − 1) − 1. In what follows, we shall derive a set of candidate stationary points of h11(•, •; 1…
Figure 5
Figure 5. Figure 5: The landscape of h12(•, •; 1); for visual clarity, we overwrite h12(x, y; 1) = 0 on (B 2 ) ∁ . as h12(x, y; 1) = 0 as soon as x = 0 or y = 0, we further suppose that x ̸= 0 and y = 0 in the sequel. ̸ By setting these partial derivatives to zero and simplifying, we obta…
Figure 6
Figure 6. Figure 6: The landscape of h22(•, •; 1); for visual clarity, we overwrite h22(x, y; 1) = −1 on (B 2 ) ∁ . Proof. In a similar vein, we begin by calculating h22(x, y; 1) = (x 2 + y 2 − 1)4 + 16y 2 (x 2 + y 2 − 1)3 + 4y 2 (x 2 + 7y 2 − 1)(x 2 + y 2 − 1)2 − 1, together with ∂ ∂xh22…
Figure 7
Figure 7. Figure 7: The landscape of q(•; 1). 24 [PITH_FULL_IMAGE:figures/full_fig_p024_7.png]
Figure 8
Figure 8. Figure 8: The landscape of h(•, •; 1). A.2.1 Stationarity refutations By construction, the function h(•, •; γ) enjoys a similar stationarity refutation to Corollary A.6. Proposition A.8 Let γ > 0 be a constant and w := (10, 11)T/ √ 221 ∈ S 2 . We have max ⟨z, w⟩ : z ∈ ∂ 2 Ch(x,…
Figure 9
Figure 9. Figure 9: An illustration of Bk, Pk, and (implicitly) Hk for k = 0, . . . , m when m = 2 and ζ = 1. Proof. We shall first prove Sm k=0 Hk ∪ Sm k=0 Pk = R 2 ; as R 2 = Sm k=0 Bk  ∪ Sm k=0 Bk ∁ , it suffices to cover these two sets by Sm k=0 Pk and Sm k=0 Hk, respectively. By (1…
Figure 10
Figure 10. Figure 10: The landscape of p1 (•; 1, 0.1). Conceivably, as soon as λ is sufficiently small, p1 (•; δ, λ) should almost coincide with p1(•; δ), thereby inheriting all its desired properties; in fact, numerical evidence suggests that setting λ = 0.1 already suffices by far. Howev…

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

300 extracted references · 12 linked inside Pith

  1. [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. [2]

    Journal of Global Optimization , volume=

    Solving standard quadratic optimization problems via linear, semidefinite and copositive programming , author=. Journal of Global Optimization , volume=

  3. [3]

    An alternative proof of a

    De Klerk, Etienne and Laurent, Monique and Sun, Zhao , journal=. An alternative proof of a

  4. [4]

    De Klerk, Etienne and Laurent, Monique and Parrilo, Pablo A , journal=. A

  5. [5]

    Optimization Methods and Software , volume=

    On the accuracy of uniform polyhedral approximations of the copositive cone , author=. Optimization Methods and Software , volume=

  6. [6]

    SIAM Journal on Optimization , volume=

    An adaptive linear approximation algorithm for copositive programs , author=. SIAM Journal on Optimization , volume=

  7. [7]

    Journal of Global Optimization , volume=

    On copositive programming and standard quadratic optimization problems , author=. Journal of Global Optimization , volume=

  8. [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
  1. [9]

    Calcolo , volume=

    On norm compression inequalities for partitioned block tensors , author=. Calcolo , volume=

  2. [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=

  3. [11]

    Mathematika , volume=

    Deterministic and randomized polynomial-time approximation of radii , author=. Mathematika , volume=

  4. [12]

    2006 , publisher=

    The art of mathematics: Coffee time in Memphis , author=. 2006 , publisher=

  5. [13]

    Mathematics of Operations Research , volume=

    Probability bounds for polynomial functions in random variables , author=. Mathematics of Operations Research , volume=

  6. [14]

    SIAM Journal on Computing , volume =

    Khot, Subhash and Naor, Assaf , title =. SIAM Journal on Computing , volume =

  7. [15]

    SIAM Journal on Optimization , volume =

    He, Simai and Hu, Haodong and Jiang, Bo and Li, Zhening , title =. SIAM Journal on Optimization , volume =

  8. [16]

    The Electronic Journal of Linear Algebra , volume=

    Interior points of the completely positive cone , author=. The Electronic Journal of Linear Algebra , volume=

  9. [17]

    https://mathoverflow.net/q/48847 , URL =

    Nonnegative quadratic maximization , AUTHOR =. https://mathoverflow.net/q/48847 , URL =

  10. [18]

    Murty, Katta G and Kabadi, Santosh N , journal=. Some

  11. [19]

    2003 , publisher=

    Completely positive matrices , author=. 2003 , publisher=

  12. [20]

    Mathematical Programming , volume=

    Approximation algorithms for homogeneous polynomial optimization with quadratic constraints , author=. Mathematical Programming , volume=

  13. [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=

  14. [22]

    2000 , school=

    Structured semidefinite programs and semialgebraic geometry methods in robustness and optimization , author=. 2000 , school=

  15. [23]

    SIAM Journal on Optimization , volume=

    Approximation of the stability number of a graph via copositive programming , author=. SIAM Journal on Optimization , volume=

  16. [24]

    On approximations, complexity, and applications for copositive programming , author=

  17. [25]

    SIAM Journal on Optimization , volume=

    Computing the stability number of a graph via linear and semidefinite programming , author=. SIAM Journal on Optimization , volume=

  18. [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=

  19. [27]

    SIAM Journal on Optimization , volume=

    Symmetric tensor approximation hierarchies for the completely positive cone , author=. SIAM Journal on Optimization , volume=

  20. [28]

    Mathematical Programming , volume=

    Exploiting symmetry in copositive programs via semidefinite hierarchies , author=. Mathematical Programming , volume=

  21. [29]

    Mathematical Programming , volume=

    New approximations for the cone of copositive matrices and its dual , author=. Mathematical Programming , volume=. 2014 , publisher=

  22. [30]

    2013 , school=

    The copositive cone, the completely positive cone and their generalisations , author=. 2013 , school=

  23. [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=

  24. [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=

  25. [33]

    Journal of Global Optimization , volume=

    An improved algorithm to test copositivity , author=. Journal of Global Optimization , volume=

  26. [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=

  27. [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=

  28. [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=

  29. [37]

    SIAM Journal on Optimization , volume=

    LMI approximations for cones of positive semidefinite forms , author=. SIAM Journal on Optimization , volume=

  30. [38]

    Mathematical Programming , pages=

    On approximations of the psd cone by a polynomial number of smaller-sized psd cones , author=. Mathematical Programming , pages=

  31. [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=

  32. [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

  33. [41]

    Discrete & Computational Geometry , volume=

    Covering spheres with spheres , author=. Discrete & Computational Geometry , volume=

  34. [42]

    Mathematics , volume=

    On the folded normal distribution , author=. Mathematics , volume=

  35. [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=

  36. [44]

    Mathematika , volume=

    Covering a sphere with spheres , author=. Mathematika , volume=

  37. [45]

    Slices of L

    Betke, Ulrich and Gritzmann, Peter and Wills, J. Slices of L. Fejes T. Mathematika , volume=

  38. [46]

    Pascal's simplex --- Wikipedia , The Free Encyclopedia

    Wikipedia contributors. Pascal's simplex --- Wikipedia , The Free Encyclopedia. 2022

  39. [47]

    Frontiers of Mathematics in China , volume=

    Approximation algorithms for nonnegative polynomial optimization problems over unit spheres , author=. Frontiers of Mathematics in China , volume=

  40. [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=

  41. [49]

    Journal of Global Optimization , volume=

    A continuous characterization of the maximum-edge biclique problem , author=. Journal of Global Optimization , volume=

  42. [50]

    arXiv preprint arXiv:0810.4225 , year=

    Nonnegative factorization and the maximum edge biclique problem , author=. arXiv preprint arXiv:0810.4225 , year=

  43. [51]

    2020 , publisher=

    Nonnegative matrix factorization , author=. 2020 , publisher=

  44. [52]

    Computational Optimization and Applications , volume=

    On the tensor spectral p -norm and its dual norm via partitions , author=. Computational Optimization and Applications , volume=

  45. [53]

    Mathematics of Operations Research , volume=

    Hardness and approximation results for _p -ball constrained homogeneous polynomial optimization problems , author=. Mathematics of Operations Research , volume=

  46. [54]

    2005 , school=

    Computation of matrix norms with applications to robust optimization , author=. 2005 , school=

  47. [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=

  48. [56]

    Mathematics of Operations Research , volume=

    Robust portfolio selection problems , author=. Mathematics of Operations Research , volume=

  49. [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=

  50. [58]

    Tensor decompositions for temporal knowledge base completion , booktitle =

    Timoth. Tensor decompositions for temporal knowledge base completion , booktitle =

  51. [59]

    Foundations of Computational Mathematics , volume=

    On tensor completion via nuclear norm minimization , author=. Foundations of Computational Mathematics , volume=

  52. [60]

    Unsupervised feature selection via graph regularized nonnegative

    Chen, Bilian and Guan, Jiewen and Li, Zhening , journal=. Unsupervised feature selection via graph regularized nonnegative

  53. [61]

    Mathematics of Computation , volume=

    Nuclear norm of higher-order tensors , author=. Mathematics of Computation , volume=

  54. [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=

  55. [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=

  56. [64]

    2022 , publisher=

    Dmitriy Kunisky , title =. 2022 , publisher=

  57. [65]

    2015 , publisher=

    An introduction to polynomial and semi-algebraic optimization , author=. 2015 , publisher=

  58. [66]

    2002 , publisher=

    A Course in Convexity , author=. 2002 , publisher=

  59. [67]

    Banach, Stefan , journal=. \"

  60. [68]

    SIAM Journal on Matrix Analysis and Applications , volume=

    A multilinear singular value decomposition , author=. SIAM Journal on Matrix Analysis and Applications , volume=

  61. [69]

    Foundations of Computational Mathematics , volume=

    User-friendly tail bounds for sums of random matrices , author=. Foundations of Computational Mathematics , volume=

  62. [70]

    Electronic Journal of Statistics , volume=

    Sparse random tensors: Concentration, regularization and applications , author=. Electronic Journal of Statistics , volume=

  63. [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=

  64. [72]

    Taiwanese Journal of Mathematics , volume=

    Convenient tail bounds for sums of random tensors , author=. Taiwanese Journal of Mathematics , volume=

  65. [73]

    2018 , publisher=

    High-Dimensional Probability: An Introduction with Applications in Data Science , author=. 2018 , publisher=

  66. [74]

    Journal of the ACM , volume=

    Robust principal component analysis? , author=. Journal of the ACM , volume=

  67. [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=

  68. [76]

    The Annals of Statistics , volume=

    Convex regularization for high-dimensional multiresponse tensor regression , author=. The Annals of Statistics , volume=

  69. [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=

  70. [78]

    1991 , publisher=

    Probability in Banach Spaces: Isoperimetry and processes , author=. 1991 , publisher=

  71. [79]

    2019 , series=

    High-Dimensional Statistics: A Non-Asymptotic Viewpoint , author=. 2019 , series=

  72. [80]

    SIAM Journal on Optimization , volume=

    The exact feasibility of randomized solutions of uncertain convex programs , author=. SIAM Journal on Optimization , volume=

  73. [81]

    Flavors of Geometry , volume=

    An elementary introduction to modern convex geometry , author=. Flavors of Geometry , volume=

  74. [82]

    The isotropy constants of the

    K. The isotropy constants of the. Mathematische Annalen , volume=

  75. [83]

    Bulletin of the American Mathematical Society , volume=

    The importance of the Selberg integral , author=. Bulletin of the American Mathematical Society , volume=

  76. [84]

    Matrix Information Geometry , pages=

    Derivatives of multilinear functions of matrices , author=. Matrix Information Geometry , pages=

  77. [85]

    2014 , school=

    Higher order derivatives and norms of certain matrix functions , author=. 2014 , school=

  78. [86]

    SIAM Journal on Optimization , volume=

    Maximum block improvement and polynomial optimization , author=. SIAM Journal on Optimization , volume=

  79. [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=

  80. [88]

    IEEE Transactions on Information Theory , volume=

    Recovering low-rank matrices from few coefficients in any basis , author=. IEEE Transactions on Information Theory , volume=

  81. [89]

    SIAM Review , volume=

    Guaranteed minimum-rank solutions of linear matrix equations via nuclear norm minimization , author=. SIAM Review , volume=

  82. [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=

  83. [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=

  84. [92]

    Journal of the ACM , volume=

    Most tensor problems are NP-hard , author=. Journal of the ACM , volume=

  85. [93]

    2022 , publisher=

    High-dimensional data analysis with low-dimensional models: Principles, computation, and applications , author=. 2022 , publisher=

  86. [94]

    Transforms based tensor robust

    Lu, Canyi , booktitle=. Transforms based tensor robust

  87. [95]

    Enhanced tensor

    Gao, Quanxue and Zhang, Pu and Xia, Wei and Xie, Deyan and Gao, Xinbo and Tao, Dacheng , journal=. Enhanced tensor

  88. [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=

  89. [97]

    The Annals of Statistics , volume=

    Estimation of (near) low-rank matrices with noise and high-dimensional scaling , author=. The Annals of Statistics , volume=

  90. [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=

  91. [99]

    IEEE Transactions on Information Theory , volume=

    Blind multilinear identification , author=. IEEE Transactions on Information Theory , volume=

  92. [100]

    Jiang, Bo and Ma, Shiqian and Zhang, Shuzhong , journal=. Low-

  93. [101]

    Pacific Journal of Optimization , volume=

    Provable models for robust low-rank tensor completion , author=. Pacific Journal of Optimization , volume=

  94. [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=

  95. [103]

    SIAM Review , volume=

    Tensor decompositions and applications , author=. SIAM Review , volume=

  96. [104]

    2022 , publisher=

    Tensor computation for data analysis , author=. 2022 , publisher=

  97. [105]

    2017 , publisher=

    Tensor analysis: spectral theory and special tensors , author=. 2017 , publisher=

  98. [106]

    2022 , school=

    Tensor methods for network analysis , author=. 2022 , school=

  99. [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=

  100. [108]

    Mathematical Programming , volume=

    Noisy tensor completion via the sum-of-squares hierarchy , author=. Mathematical Programming , volume=

  101. [109]

    Mathematical Programming , volume=

    A unified approach to error bounds for structured convex optimization problems , author=. Mathematical Programming , volume=

  102. [110]

    Journal of Machine Learning Research , volume=

    Generalized power method for sparse principal component analysis , author=. Journal of Machine Learning Research , volume=

  103. [111]

    2003 , publisher=

    Statistics on special manifolds , author=. 2003 , publisher=

  104. [112]

    arXiv preprint arXiv:2104.06763 (v1) , year=

    Oracle Complexity in Nonsmooth Nonconvex Optimization , author=. arXiv preprint arXiv:2104.06763 (v1) , year=

  105. [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=

  106. [114]

    Journal of Machine Learning Research , volume=

    Oracle complexity in nonsmooth nonconvex optimization , author=. Journal of Machine Learning Research , volume=

  107. [115]

    2008 , publisher=

    Nonsmooth Analysis and Control Theory , author=. 2008 , publisher=

  108. [116]

    1990 , series=

    Optimization and Nonsmooth Analysis , author=. 1990 , series=

  109. [117]

    2009 , volume=

    Variational Analysis , author=. 2009 , volume=

  110. [118]

    BIT Numerical Mathematics , volume=

    A numerical method for SDEs with discontinuous drift , author=. BIT Numerical Mathematics , volume=

  111. [119]

    Mathematical Programming , volume=

    Efficiency of minimizing compositions of convex functions and smooth maps , author=. Mathematical Programming , volume=

  112. [120]

    Mathematics of Operations Research , volume=

    Strong and weak convexity of sets and functions , author=. Mathematics of Operations Research , volume=

  113. [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

  114. [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

  115. [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=

  116. [124]

    1995 , note=

    Information-based complexity of convex programming , author=. 1995 , note=

  117. [125]

    SIAM Journal on Optimization , volume=

    Pathological subgradient dynamics , author=. SIAM Journal on Optimization , volume=

  118. [126]

    Mathematics of Operations Research , volume=

    The cost of nonconvexity in deterministic nonsmooth optimization , author=. Mathematics of Operations Research , volume=

  119. [127]

    Kong, Siyu and Lewis, Adrian S , journal=

  120. [128]

    Principles of Mathematical Analysis , author=

  121. [129]

    2021 , series=

    Modern Nonconvex Nondifferentiable Optimization , author=. 2021 , series=

  122. [130]

    2010 , publisher=

    Algebra , author=. 2010 , publisher=

  123. [131]

    1988 , publisher=

    Handbook of mathematical functions with formulas, graphs, and mathematical tables , author=. 1988 , publisher=

  124. [132]

    2007 , publisher=

    The rules of algebra: Ars Magna , author=. 2007 , publisher=

  125. [133]

    Ding, Lijun , title =

  126. [134]

    Tyrrell , journal=

    Rockafellar, R. Tyrrell , journal=. Directionally

  127. [135]

    Nonlinear Analysis: Theory, Methods & Applications , volume=

    Extensions of subgradient calculus with applications to optimization , author=. Nonlinear Analysis: Theory, Methods & Applications , volume=

  128. [136]

    Linear and Multilinear Algebra , volume=

    Solution theory for systems of bilinear equations , author=. Linear and Multilinear Algebra , volume=. 2014 , publisher=

  129. [137]

    Numerical Ranges of

    Wu, Pei Yuan and Gau, Hwa-Long , volume=. Numerical Ranges of. 2021 , publisher=

  130. [138]

    1997 , publisher=

    Convex Analysis , author=. 1997 , publisher=

  131. [139]

    European Journal of Operational Research , volume=

    Kernel-based online regression with canal loss , author=. European Journal of Operational Research , volume=

  132. [140]

    Knowledge-Based Systems , volume=

    Ramp loss nonparallel support vector machine for pattern classification , author=. Knowledge-Based Systems , volume=

  133. [141]

    Knowledge-Based Systems , volume=

    Ramp-loss nonparallel support vector regression: Robust, sparse and scalable approximation , author=. Knowledge-Based Systems , volume=

  134. [142]

    Nonlinear Analysis: Theory, Methods & Applications , volume=

    On the local surjection property , author=. Nonlinear Analysis: Theory, Methods & Applications , volume=

  135. [143]

    1976 , series=

    Principles of Mathematical Analysis , author=. 1976 , series=

  136. [144]

    2018 , volume=

    Lectures on Convex Optimization , author=. 2018 , volume=

  137. [145]

    1987 , series =

    Rudin, Walter , title =. 1987 , series =

  138. [146]

    2023 , series=

    Linear Algebra Done Right , author=. 2023 , series=

  139. [147]

    2008 , publisher=

    Computational Geometry: Algorithms and Applications , author=. 2008 , publisher=

  140. [148]

    Testing Stationarity Concepts for

    Tian, Lai and So, Anthony Man-Cho , journal=. Testing Stationarity Concepts for

  141. [149]

    A survey of the

    P. A survey of the. SIAM Review , volume=

  142. [150]

    Computing

    Tian, Lai and So, Anthony Man-Cho , booktitle=. Computing

  143. [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=

  144. [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=

  145. [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=

  146. [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=

  147. [155]

    Journal of Machine Learning Research , volume=

    Factorization Machines with Regularization for Sparse Feature Interactions , author=. Journal of Machine Learning Research , volume=

  148. [156]

    Computer , volume=

    Matrix factorization techniques for recommender systems , author=. Computer , volume=

  149. [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=

  150. [158]

    IEEE Transactions on Signal Processing , volume=

    Power spectra separation via structured matrix factorization , author=. IEEE Transactions on Signal Processing , volume=

  151. [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=

  152. [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=

  153. [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=

  154. [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=

  155. [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=

  156. [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

  157. [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=

  158. [166]

    and Shao, Yongheng , journal=

    Mordukhovich, Boris S. and Shao, Yongheng , journal=. Nonsmooth sequential analysis in

  159. [167]

    He, Xiangnan and He, Zhankui and Song, Jingkuan and Liu, Zhenguang and Jiang, Yu-Gang and Chua, Tat-Seng , journal=

  160. [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=

  161. [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=

  162. [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=

  163. [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=

  164. [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=

  165. [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=

  166. [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=

  167. [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=

  168. [176]

    Factorization machines with

    Rendle, Steffen , journal=. Factorization machines with

  169. [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=

  170. [178]

    SIAM Journal on Optimization , volume=

    Nonconvex robust low-rank matrix recovery , author=. SIAM Journal on Optimization , volume=

  171. [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=

  172. [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=

  173. [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=

  174. [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=

  175. [183]

    The non-convex

    Boumal, Nicolas and Voroninski, Vlad and Bandeira, Afonso , booktitle=. The non-convex

  176. [184]

    Improved Global Guarantees for the Nonconvex

    Zhang, Richard Y , journal=. Improved Global Guarantees for the Nonconvex

  177. [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=

  178. [186]

    Rank optimality for the

    Waldspurger, Irene and Waters, Alden , journal=. Rank optimality for the

  179. [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=

  180. [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=

  181. [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=

  182. [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=

  183. [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=

  184. [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=

  185. [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=

  186. [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

  187. [195]

    The American Mathematical Monthly , volume=

    A note on the volume of a simplex , author=. The American Mathematical Monthly , volume=

  188. [196]

    The Annals of Statistics , volume =

    Distinctness of the eigenvalues of a quadratic form in a multivariate sample , author=. The Annals of Statistics , volume =

  189. [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=

  190. [198]

    Learning

    Soltanolkotabi, Mahdi , booktitle=. Learning

  191. [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=

  192. [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=

  193. [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

  194. [202]

    2023 , publisher=

    An Introduction to Optimization on Smooth Manifolds , author=. 2023 , publisher=

  195. [203]

    2024 , series=

    Second-Order Variational Analysis in Optimization, Variational Stability, and Control: Theory, Algorithms, Applications , author=. 2024 , series=

  196. [204]

    Symmetric Matrix Completion with

    Liu, Huikang and Wang, Peng and Huang, Longxiu and Qu, Qing and Balzano, Laura , booktitle=. Symmetric Matrix Completion with

  197. [205]

    Liu, Shuangzhe and Trenkler, Gotz , journal=

  198. [206]

    Computers & Mathematics with Applications , volume=

    Some new connections between matrix products for partitioned and non-partitioned matrices , author=. Computers & Mathematics with Applications , volume=

  199. [207]

    Algorithm 862:

    Bader, Brett W and Kolda, Tamara G , journal=. Algorithm 862:

  200. [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=

  201. [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=

  202. [210]

    Mathematical Programming , year=

    The effect of smooth parametrizations on nonconvex optimization landscapes , author=. Mathematical Programming , year=

  203. [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=

  204. [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=

  205. [213]

    and Zadeh, Reza , journal=

    Hastie, Trevor and Mazumder, Rahul and Lee, Jason D. and Zadeh, Reza , journal=. Matrix completion and low-rank

  206. [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=

  207. [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=

  208. [216]

    2012 , edition=

    Introduction to Smooth Manifolds , author=. 2012 , edition=

  209. [217]

    2011 , edition=

    An Introduction to Manifolds , author=. 2011 , edition=

  210. [218]

    2024 , note=

    Guan, Jiewen and So, Anthony Man-Cho , title=. 2024 , note=

  211. [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=

  212. [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=

  213. [221]

    Neural Networks , volume=

    Dual-learning multi-hop nonnegative matrix factorization for community detection , author=. Neural Networks , volume=

  214. [222]

    Zeng, Liang and Guan, Jiewen and Chen, Bilian , journal=

  215. [223]

    SIAM Journal on Optimization , volume=

    On convergence of the maximum block improvement method , author=. SIAM Journal on Optimization , volume=

  216. [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

  217. [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

  218. [226]

    Generalized gradients and characterization of epi-

    Hosseini, Seyedehsomayeh and Pouryayevali, M R , journal=. Generalized gradients and characterization of epi-

  219. [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

  220. [228]

    2006 , edition=

    Variational Analysis and Generalized Differentiation I: Basic Theory , author=. 2006 , edition=

  221. [229]

    , volume=

    Mordukhovich, Boris S. , volume=. Variational Analysis and Generalized Differentiation. 2006 , edition=

  222. [230]

    2019 , publisher=

    A Course in Functional Analysis , author=. 2019 , publisher=

  223. [231]

    2012 , edition=

    Matrix Analysis , author=. 2012 , edition=

  224. [232]

    2014 , edition=

    Abstract Algebra: An Introduction , author=. 2014 , edition=

  225. [233]

    Kabgani, Alireza and Ahookhosh, Masoud , journal=

  226. [234]

    Smoothness parameter of power of

    Rodomanov, Anton and Nesterov,. Smoothness parameter of power of. Journal of Optimization Theory and Applications , volume=

  227. [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=

  228. [236]

    Set-Valued Analysis , volume=

    A derivative-coderivative inclusion in second-order nonsmooth analysis , author=. Set-Valued Analysis , volume=

  229. [237]

    arXiv preprint arXiv:2312.16277 , year=

    Second-order subdifferential optimality conditions in nonsmooth optimization , author=. arXiv preprint arXiv:2312.16277 , year=

  230. [238]

    SIAM Journal on Optimization , volume=

    Second-order subdifferential optimality conditions in nonsmooth optimization , author=. SIAM Journal on Optimization , volume=

  231. [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=

  232. [240]

    Applicable Analysis , volume=

    Subdifferential characterization of s -lower regular functions , author=. Applicable Analysis , volume=. 2015 , publisher=

  233. [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=

  234. [242]

    Kecis, I and Thibault, L , journal=

  235. [243]

    Filling the gap between lower-

    Daniilidis, Aris and Malick, J. Filling the gap between lower-. Journal of Convex Analysis , volume=

  236. [244]

    Submonotone subdifferentials of

    Spingarn, Jonathan E , journal=. Submonotone subdifferentials of

  237. [245]

    Tyrrell , year=

    Rockafellar, R. Tyrrell , year=. Favorable classes of. Progress in Nondifferentiable Optimization , series=

  238. [246]

    SIAM Journal on Optimization , volume=

    Stochastic model-based minimization of weakly convex functions , author=. SIAM Journal on Optimization , volume=

  239. [247]

    , journal=

    Doikov, Nikita and Nesterov, Yu. , journal=. Minimizing uniformly convex functions by cubic regularization of

  240. [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

  241. [249]

    Nonlinear Analysis: Theory, Methods & Applications , volume=

    Second-order subdifferentials and convexity of real-valued functions , author=. Nonlinear Analysis: Theory, Methods & Applications , volume=

  242. [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=

  243. [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=

  244. [252]

    Transactions of the American Mathematical Society , volume=

    Prox-regular functions in variational analysis , author=. Transactions of the American Mathematical Society , volume=

  245. [253]

    Generalized

    Poliquin, Ren. Generalized. SIAM Journal on Optimization , volume=

  246. [254]

    Annales de l'Institut Henri Poincar

    Maximal monotone relations and the second derivatives of nonsmooth functions , author=. Annales de l'Institut Henri Poincar

  247. [255]

    and Sarabi, M

    Mordukhovich, Boris S. and Sarabi, M. Ebrahim , journal=. Generalized

  248. [256]

    Journal of Nonlinear and Convex Analysis , volume=

    Second-order convex analysis , author=. Journal of Nonlinear and Convex Analysis , volume=

  249. [257]

    Journal of Optimization Theory and Applications , volume=

    A study of piecewise linear-quadratic programs , author=. Journal of Optimization Theory and Applications , volume=

  250. [258]

    Computational Optimization and Applications , volume=

    A property of piecewise smooth functions , author=. Computational Optimization and Applications , volume=

  251. [259]

    2004 , series=

    Fundamentals of Convex Analysis , author=. 2004 , series=

  252. [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

  253. [261]

    Kruger, A Ya , journal=. On

  254. [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=

  255. [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=

  256. [264]

    Mathematics of Operations Research , year=

    _p -sphere covering and approximating nuclear p -norm , author=. Mathematics of Operations Research , year=

  257. [265]

    Mathematics of Operations Research , volume=

    On cones of nonnegative quadratic functions , author=. Mathematics of Operations Research , volume=

  258. [266]

    1977 , note=

    Yakubovich, Vladimir A , journal=. 1977 , note=

  259. [267]

    Fradkov, A L and Yakubovich, V A , journal=. The. 1979 , note=

  260. [268]

    A note on polynomial solvability of the

    Bienstock, Daniel , journal=. A note on polynomial solvability of the

  261. [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=

  262. [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=

  263. [271]

    SIAM Journal on Optimization , volume=

    New results on quadratic minimization , author=. SIAM Journal on Optimization , volume=

  264. [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=

  265. [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=

  266. [274]

    Mathematical Programming , volume=

    Quadratic programs with hollows , author=. Mathematical Programming , volume=

  267. [275]

    SIAM Journal on Optimization , volume=

    Second-order-cone constraints for extended trust-region subproblems , author=. SIAM Journal on Optimization , volume=

  268. [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=

  269. [277]

    Mathematical Programming , volume=

    The trust region subproblem with non-intersecting linear constraints , author=. Mathematical Programming , volume=

  270. [278]

    Exactness conditions for an

    Locatelli, Marco , journal=. Exactness conditions for an

  271. [279]

    Trust-region problems with linear inequality constraints: Exact

    Jeyakumar, Vaithilingam and Li, Guoyin , journal=. Trust-region problems with linear inequality constraints: Exact

  272. [280]

    Foundations and Trends

    Convex Optimization: Algorithms and Complexity , author=. Foundations and Trends

  273. [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=

  274. [282]

    Mathematical Programming , volume=

    On the complexity of finding a local minimizer of a quadratic function over a polytope , author=. Mathematical Programming , volume=

  275. [283]

    2017 , series=

    First-Order Methods in Optimization , author=. 2017 , series=

  276. [284]

    2000 , series=

    Trust-Region Methods , author=. 2000 , series=

  277. [285]

    1967 , edition=

    Calculus I: One-Variable Calculus, with an Introduction to Linear Algebra , author=. 1967 , edition=

  278. [286]

    Calculus

    Apostol, Tom M , year=. Calculus

  279. [287]

    Hien , journal=

    Hiriart-Urruty, Jean-Baptiste and Strodiot, Jean-Jacques and Nguyen, V. Hien , journal=. Generalized

  280. [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=

  281. [289]

    arXiv preprint arXiv:2501.04629 , year=

    Characterizations of Variational Convexity and Tilt Stability via Quadratic Bundles , author=. arXiv preprint arXiv:2501.04629 , year=

  282. [290]

    SIAM Journal on Optimization , volume=

    Second-order subdifferential calculus with applications to tilt stability in optimization , author=. SIAM Journal on Optimization , volume=

  283. [291]

    Control and Cybernetics , volume=

    Calculus of second-order subdifferentials in infinite dimensions , author=. Control and Cybernetics , volume=

  284. [292]

    and Wang, Bingwu , journal=

    Mordukhovich, Boris S. and Wang, Bingwu , journal=. Restrictive metric regularity and generalized differential calculus in

  285. [293]

    Numerical Functional Analysis and Optimization , volume=

    Partial second-order subdifferentials in variational analysis and optimization , author=. Numerical Functional Analysis and Optimization , volume=

  286. [294]

    2009 , publisher=

    Implicit Functions and Solution Mappings: A View from Variational Analysis , author=. 2009 , publisher=

  287. [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=

  288. [296]

    , journal=

    Mordukhovich, Boris S. , journal=. Complete characterization of openness, metric regularity, and

  289. [297]

    SIAM Journal on Optimization , volume=

    Tilt stability of a local minimum , author=. SIAM Journal on Optimization , volume=

  290. [298]

    Local and global convergence of general

    Li, Shuang and Li, Qiuwei , booktitle=. Local and global convergence of general

  291. [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=

  292. [300]

    2022 , publisher=

    Evaluation Complexity of Algorithms for Nonconvex Optimization: Theory, Computation and Perspectives , author=. 2022 , publisher=

Pith tools

Reviewed July 31, 2026 · model on record in the stance chip above.