REVIEW 3 major objections 5 minor 50 references
Stochastic optimization over expectation-formulated generalized Stiefel manifold
T0 review · 3 major / 5 minor · reviewed 2026-08-10 · deepseek-v4-flash
Pith's one-line read A sixth-order penalty term makes the constrained Stiefel problem equivalent to an unconstrained one, and stochastic gradient methods solve it with O(ε^-4) samples.
desk verdict Genuinely new penalty with plausible global equivalence theorems, but the stochastic guarantee is for the wrong objective—the bridge to SOEGS is missing. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The load-bearing object is the constraint-dissolving penalty function CDFCP, h(X)=f(A(X))+β/6 tr(X^T M X((X^T M X)^2−3I_p)), where A(X)=X(3/2 I_p−1/2 X^T M X) pre-dissolves the constraint inside f while the sixth-order penalty term controls the growth of f(A(X)). The sixth-order term changes the geometry so that, at large β, all stationary points of h lie in the region where X^T M X has eigenvalues at most 1, and outside the manifold they are strict saddles. The second mechanism is inner-function tracking: a sequence Y_k of p×p matrices obeys Y_{k+1}=Y_k − b_k(Y_k − C_{θ_{k+1}}(X_k)) + (C_{θ_{k+1}}(X_{k+1}) − C_{θ_{k+1}}(X_k)) to estimate C(X_k)=X_k^T M X_k, which keeps memory at O(np+$p^{2}$) and makes the nested stochastic gradient computable.
What would settle it
For a small random instance with non-quadratic f and known positive-definite M, enumerate all stationary points of h in a bounded box by a homotopy or random multistart method; if any infeasible first-order stationary point of h is not a strict saddle, Theorem 3.12 is false.
Extended reading notes
Core claim
On the paper's own terms, the central discovery is that the constrained stochastic problem SOEGS can be replaced, without any loss of information about stationary points, by the unconstrained minimization of h(X)=f(A(X))+β/6 tr(X^T M X((X^T M X)^2−3I_p)), with A(X)=X(3/2 I_p − 1/2 X^T M X). For β above an explicit threshold, Theorem 3.12 shows every first-order stationary point of h is either feasible and a first-order stationary point of SOEGS, or a strict saddle; Theorem 3.14 shows h and SOEGS have exactly the same second-order stationary points; and Theorem 3.16 bounds ∥∇h(X)∥ between two multiples of the constrained optimality measure plus feasibility violation. The paper then gives two stochastic gradient algorithms for h that track the inner expectation C(X)=X^T M X with a p×p auxiliary variable rather than an n×n matrix, and it proves both reach an ε-stationary point of h with O($ε^{{-4}}$) samples (Theorems 4.6 and 4.11).
Load-bearing premise
The sample-complexity theorems assume that the iterates and gradient estimates never leave a fixed bounded set, even though the algorithm does nothing to enforce that; if an actual run escapes to infinity, the O($ε^{{-4}}$) guarantee no longer applies.
Editorial extensions
If this is right
- CDFSG and CDFSG-Ada can be run on SOEGS without ever computing retractions, projections, or the full expectation matrix M, because their iterates only multiply matrices and track a p×p matrix.
- Because infeasible stationary points of CDFCP are strict saddles, any method that reliably escapes strict saddles and converges to first-order stationary points will land on feasible first-order stationary points of SOEGS.
- Corollary 3.17 converts an ε-stationary point of CDFCP inside Ω_{1/6} into an O(ε)-stationary point of SOEGS, so the unconstrained guarantee transfers to the constrained problem with the same order in ε.
- The O(ε^{-4}) sample complexity matches standard nonconvex stochastic gradient bounds, suggesting the constraint structure adds no extra sample-complexity order.
- The p×p tracking variable Y_k provides a cheap feasibility certificate and enables post-processed feasible points via X_K Y_K^{-1/2}, which experiments show preserves accuracy.
Reading between the lines
- If the boundedness assumption could be replaced by a projection or a regularizer, the same tracking recursion would yield an unconditional sample-complexity guarantee; this is an extension the paper leaves open.
- The penalty-plus-tracking design may apply to other expectation-constrained matrix manifolds, such as orthogonality constraints inside an expectation, not only the generalized Stiefel case.
- Theorem 3.12's strict-saddle characterization suggests that perturbed stochastic gradient versions of CDFSG could escape infeasible saddles and converge to second-order stationary points of SOEGS, since CDFCP and SOEGS share second-order stationary points (Theorem 3.14).
- The empirical robustness to β across five orders of magnitude in the experiments hints that the explicit penalty threshold may be pessimistic; proving a tighter bound on β could ease tuning.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper studies stochastic optimization over the generalized Stiefel manifold with expectation-formulated constraints (SOEGS). It introduces a constraint dissolving penalty function CDFCP with a sixth-order penalty term and proves exact equivalence results: every first-order stationary point of h is either a first-order stationary point of SOEGS or a strict saddle (Theorem 3.12), and the two problems share the same second-order stationary points (Theorem 3.14). It then proposes two stochastic gradient algorithms, CDFSG and CDFSG-Ada, that track a p-by-p matrix instead of an n-by-n matrix, and proves O(ε^-4) sample complexity for finding an ε-stationary point of CDFCP (Theorems 4.6 and 4.11). Numerical experiments on GCCA-type problems compare the proposed methods with the Landing algorithm and RSG+.
Significance. The exact stationary-point equivalence for the sixth-order penalty is a nontrivial and potentially useful construction, and the p-by-p tracking scheme is a genuine memory improvement over tracking an n-by-n expectation matrix. The proof of the equivalence theorems appears internally consistent, and the sample-complexity theorems for the penalty function h are correctly derived under the stated assumptions. However, the advertised reduction from SOEGS to unconstrained minimization of h is not established: the algorithms are only guaranteed to find ε-stationary points of h, and an ε-stationary point of h can be an infeasible strict saddle that is far from any ε-stationary point of SOEGS. The paper would be a solid contribution if this gap were closed or if the claims were restricted to ε-stationarity of CDFCP; as it stands, the central motivating claim is overstated.
major comments (3)
- [Assumption 4.1(3)-(4)] The complexity theorems only certify ε-stationarity of the penalty h, not of SOEGS. The only quantitative bridge, Theorem 3.16, requires the iterate to lie in Ω_{1/6}, and neither Algorithm 1 nor Algorithm 2 enforces or proves this condition. The gap is real and not merely technical. For example, take n=p=1, M=1, f(x)=-γx with γ>0, and β=12γ, which equals β̃ in (20) since Lg=0 and L0=γ. Then h'(x)=(x²-1)(1.5γ+βx(x²+1)). The equation x³+x+1/8=0 has a root r∈(-1/8,-0.12); at r, ∇h(r)=0, r is infeasible with |r²-1|>0.98, r∉Ω_{1/6}, and h''(r)=β(3r²+1)(r²-1)<0, so r is a strict saddle. Initialize Algorithm 1 at X₀=r, Y₀=r², D₀=0, with the deterministic oracles fξ=f and Mθ=M. Then Xₖ=r, Yₖ=r², and Dₖ=0 for all k, so Assumption 4.1 holds and the averaged gradient norm in Theorem 4.6 is 0, yet the output is not an ε-first-order stationary point of SOEGS for any ε<0.98. Consequently, the claimed reduction from SOEGS to unconstrained minimization of CDFCP fails unless a saddle-escape mechanism or a proof that the iterates enter Ω_{1/6} is added.
- [Abstract and Theorem 3.12] The convergence results rely on the a priori almost-sure boundedness of the iterates {X_k} and the stochastic gradient estimates {D_k}. These bounds are used in Proposition 4.4 (boundedness of Y_k), Proposition 4.5 (tracking error), and Theorems 4.6 and 4.11 (via τ_x and τ_d). The algorithm contains no projection and the penalty term does not by itself enforce boundedness for the chosen step-size schedule, so these assumptions are not consequences of the problem data. The paper should either prove boundedness under weaker conditions or explicitly state that the O(ε^-4) guarantee is conditional on Assumption 4.1(3)-(4). As written, the phrase 'global convergence guarantee' in Section 1.1 is not justified.
- [Minor comments] The abstract says that CDFCP and SOEGS 'share the same first-order and second-order stationary points.' Theorem 3.12 shows a weaker statement: every first-order stationary point of h is either a first-order stationary point of SOEGS or a strict saddle of h. Infeasible strict saddles are first-order stationary points of h but not of SOEGS, so the sets of first-order stationary points are not identical. The wording should be corrected to reflect the actual 'either/or' statement, because the current abstract overstates the equivalence.
minor comments (5)
- [Section 2.1] The definition κ(A) := σmax(M)/σmin(M) refers to M, not A; this should be fixed to avoid confusion.
- [Sections 5.3 and 5.4] The phrase 'the the landing algorithm' appears twice; the duplicated article should be removed.
- [Proposition 4.9] Proposition 4.9 states that the sequence is generated by Algorithm 1, but it is analyzing Algorithm 2; this should be corrected.
- [Proposition 4.10] The notation sup_{1≤i≤m,1≤j≤n} uses m and n, but the ambient dimensions are n and p; the index range should be 1≤i≤n, 1≤j≤p.
- [Theorems 4.6 and 4.11] Some displayed sums run to K instead of K−1 with mismatched step-size indices; the summation limits should be checked and made consistent.
Circularity Check
No circular derivation: CDFCP equivalence and O(ε^-4) guarantees are proved from stated assumptions, with only motivational self-citations.
full rationale
The paper's derivation chain is self-contained rather than circular. CDFCP is a new penalty construction, not a restatement of SOEGS: the gradient and Hessian formulas (Lemma 3.1, Lemma 3.5) are derived by direct differentiation, and the stationary-point equivalence is proved through Propositions 3.7-3.10 and Theorems 3.12-3.16 using Assumptions 1.1 and 3.4 plus the explicit threshold β̃. The prior self-cited CDF paper [49] is used only as motivation for the penalty idea and for a local equivalence statement; the new global equivalence results are proved in the present paper, not imported from [49]. The sample-complexity results (Theorems 4.6 and 4.11) concern ε-stationarity of CDFCP, as stated in the abstract, and follow from standard descent inequalities under the explicit boundedness and oracle assumptions in Assumptions 4.1 and 4.7; the β threshold is a theorem hypothesis, not a fitted parameter. No quantity is fitted to data and renamed a prediction, and no uniqueness or equivalence claim is justified solely by a self-citation. The skeptical concern that ε-stationarity of h need not imply ε-stationarity of SOEGS because infeasible strict saddles of h exist is a correctness gap, not a circularity: the paper's own Theorem 3.12 concedes that such points are only saddles, and the algorithms' saddle-escape behavior is not analyzed. That gap does not make the derivation equivalent to its inputs.
Assumptions & free parameters
free parameters (3)
- penalty parameter beta =
0.1 (default in experiments)
- step sizes s1, s2 =
chosen by grid search
- Adam hyperparameters eta1, eta2, epsilon =
not specified in experiments
assumptions (5)
- domain assumption Assumption 1.1: f is differentiable with L_g-Lipschitz gradient; E[grad f_xi] = grad f; M = E[M_theta] is positive definite
- domain assumption Assumption 3.4: f is twice differentiable
- domain assumption Assumption 4.1: sampled matrices M_theta bounded a.s.; iterates X_k and gradient estimates D_k bounded a.s.; sup alpha_k / b_k finite
- domain assumption Assumption 4.7: grad f_xi uniformly bounded on a bounded set; W_xi,theta Lipschitz in Y
- standard math Standard linear algebra facts: eigenvalue decomposition of symmetric matrices, trace inequalities, coercivity of the sixth-order penalty
Cite this review
Pith. "Pith review of Stochastic optimization over expectation-formulated generalized Stiefel manifold." pith.science (2026). https://pith.science/paper/EAQKQ3AH
@misc{pith2026241220008,
author = {Pith},
title = {Pith review of: Stochastic optimization over expectation-formulated generalized Stiefel manifold},
year = {2026},
howpublished = {\url{https://pith.science/paper/EAQKQ3AH}},
note = {Machine review of arXiv:2412.20008}
}
abstract
In this paper, we consider a class of stochastic optimization problems over the expectation-formulated generalized Stiefel manifold (SOEGS), where the objective function $f$ is continuously differentiable. We propose a novel constraint dissolving penalty function with a customized penalty term (CDFDP), which maintains the same order of differentiability as $f$. Our theoretical analysis establishes the global equivalence between CDFCP and SOEGS in the sense that they share the same first-order and second-order stationary points under mild conditions. These results on equivalence enable the direct implementation of various stochastic optimization approaches to solve SOEGS. In particular, we develop a stochastic gradient algorithm and its accelerated variant by incorporating an adaptive step size strategy. Furthermore, we prove their $\mathcal{O}(\varepsilon^{-4})$ sample complexity for finding an $\varepsilon$-stationary point of CDFCP. Comprehensive numerical experiments show the efficiency and robustness of our proposed algorithms.
Figures
Figures from the paper (2 more)
Reference graph
Works this paper leans on
-
[1]
Steepest descent algorithms for optimization under unitary matrix constraint
Traian E Abrudan, Jan Eriksson, and Visa Koivunen. Steepest descent algorithms for optimization under unitary matrix constraint. IEEE Transactions on Signal Processing, 56(3):1134–1147, 2008
work page 2008
-
[2]
Trust-region methods on riemannian manifolds
P-A Absil, Christopher G Baker, and Kyle A Gallivan. Trust-region methods on riemannian manifolds. Foundations of Computational Mathematics , 7:303–330, 2007
work page 2007
- [3]
-
[4]
Newton’s method on riemannian manifolds and a geometric model for the human spine
Roy L Adler, Jean-Pierre Dedieu, Joseph Y Margulies, Marco Martens, and Mike Shub. Newton’s method on riemannian manifolds and a geometric model for the human spine. IMA Journal of Numerical Analysis, 22(3):359–390, 2002
work page 2002
-
[5]
Stochastic approx- imation for canonical correlation analysis
Raman Arora, Teodor Vanislavov Marinov, Poorya Mianjy, and Nati Srebro. Stochastic approx- imation for canonical correlation analysis. Advances in Neural Information Processing Systems , 30, 2017
work page 2017
-
[6]
Riemannian manifold trust-region methods with applications to eigenprob- lems
Christopher G Baker. Riemannian manifold trust-region methods with applications to eigenprob- lems. The Florida State University, 2008
work page 2008
-
[7]
Learning sparse feature representa- tions using probabilistic quadtrees and deep belief nets
Saikat Basu, Manohar Karki, Sangram Ganguly, Robert DiBiano, Supratik Mukhopadhyay, Shree- kant Gayaka, Rajgopal Kannan, and Ramakrishna Nemani. Learning sparse feature representa- tions using probabilistic quadtrees and deep belief nets. Neural Processing Letters, 45:855–867, 2017
work page 2017
-
[8]
Stochastic approximations and differential inclusions
Michel Bena ¨ ım, Josef Hofbauer, and Sylvain Sorin. Stochastic approximations and differential inclusions. SIAM Journal on Control and Optimization , 44(1):328–348, 2005
work page 2005
Show all 50 references
-
[9]
Non-convex phase retrieval from stft measurements
Tamir Bendory and Yonina Eldar. Non-convex phase retrieval from stft measurements. IEEE Transactions on Information Theory , PP, 07 2016
2016
-
[10]
Subgradient sampling for nonsmooth nonconvex minimization
J´ erˆ ome Bolte, Tam Le, and Edouard Pauwels. Subgradient sampling for nonsmooth nonconvex minimization. SIAM Journal on Optimization , 33(4):2542–2569, 2023. 31
2023
-
[11]
Stochastic first-order methods for convex and nonconvex functional constrained optimization
Digvijay Boob, Qi Deng, and Guanghui Lan. Stochastic first-order methods for convex and nonconvex functional constrained optimization. Mathematical Programming, pages 1–65, 2022
2022
-
[12]
An introduction to optimization on smooth manifolds
Nicolas Boumal. An introduction to optimization on smooth manifolds . Cambridge University Press, 2023
2023
-
[13]
Manopt, a matlab toolbox for optimization on manifolds
Nicolas Boumal, Bamdev Mishra, P-A Absil, and Rodolphe Sepulchre. Manopt, a matlab toolbox for optimization on manifolds. The Journal of Machine Learning Research, 15(1):1455–1459, 2014
2014
-
[14]
Mengjie Chen, Chao Gao, Zhao Ren, and Harrison H. Zhou. Sparse CCA via Precision Adjusted Iterative Thresholding, November 2013. arXiv:1311.6186 [math, stat]
2013 arXiv
-
[15]
Solving stochastic compositional optimization is nearly as easy as solving stochastic optimization
Tianyi Chen, Yuejiao Sun, and Wotao Yin. Solving stochastic compositional optimization is nearly as easy as solving stochastic optimization. IEEE Transactions on Signal Processing, 69:4937–4948, 2021
2021
-
[16]
On the convergence of a class of adam-type algorithms for non-convex optimization
Xiangyi Chen, Sijia Liu, Ruoyu Sun, and Mingyi Hong. On the convergence of a class of adam-type algorithms for non-convex optimization. arXiv preprint arXiv:1808.02941 , 2018
2018 arXiv
-
[17]
An Orthogonalization-Free Parallelizable Framework for All-Electron Calculations in Density Functional Theory
Bin Gao, Guanghui Hu, Yang Kuang, and Xin Liu. An Orthogonalization-Free Parallelizable Framework for All-Electron Calculations in Density Functional Theory. SIAM Journal on Scien- tific Computing , 44(3):B723–B745, June 2022
2022
-
[18]
Sparse GCA and Thresholded Gradient Descent, July 2021
Sheng Gao and Zongming Ma. Sparse GCA and Thresholded Gradient Descent, July 2021. arXiv:2107.00371 [cs, stat]
2021 arXiv
-
[19]
Efficient algorithms for large- scale generalized eigenvector computation and canonical correlation analysis
Rong Ge, Chi Jin, Praneeth Netrapalli, Aaron Sidford, et al. Efficient algorithms for large- scale generalized eigenvector computation and canonical correlation analysis. In International Conference on Machine Learning , pages 2741–2750. PMLR, 2016
2016
-
[20]
A single timescale stochastic approxi- mation method for nested stochastic optimization
Saeed Ghadimi, Andrzej Ruszczynski, and Mengdi Wang. A single timescale stochastic approxi- mation method for nested stochastic optimization. SIAM Journal on Optimization, 30(1):960–979, 2020
2020
-
[21]
Hardoon, Sandor Szedmak, and John Shawe-Taylor
David R. Hardoon, Sandor Szedmak, and John Shawe-Taylor. Canonical Correlation Analysis: An Overview with Application to Learning Methods. Neural Computation , 16(12):2639–2664, December 2004
2004
-
[22]
Relations between two sets of variables
Hotelling Harold. Relations between two sets of variables. Biometrika, 28(3):321–377, 1936
1936
-
[23]
Generalized canonical correlations and their application to experimental data
Paul Horst. Generalized canonical correlations and their application to experimental data . Num- ber 14. Journal of clinical psychology, 1961
1961
-
[24]
A brief introduction to manifold opti- mization
Jiang Hu, Xin Liu, Zai-Wen Wen, and Ya-Xiang Yuan. A brief introduction to manifold opti- mization. Journal of the Operations Research Society of China , 8:199–248, 2020
2020
-
[25]
A broyden class of quasi-newton methods for riemannian optimization
Wen Huang, Kyle A Gallivan, and P-A Absil. A broyden class of quasi-newton methods for riemannian optimization. SIAM Journal on Optimization , 25(3):1660–1685, 2015
2015
-
[26]
Robust estimation of a location parameter
Peter J Huber. Robust estimation of a location parameter. In Breakthroughs in statistics: Method- ology and distribution , pages 492–518. Springer, 1992
1992
-
[27]
The riemannian barzilai–borwein method with non- monotone line search and the matrix geometric mean computation
Bruno Iannazzo and Margherita Porcelli. The riemannian barzilai–borwein method with non- monotone line search and the matrix geometric mean computation. IMA Journal of Numerical Analysis, 38(1):495–517, 2018
2018
-
[28]
Riemannian stochastic recursive gradient algorithm
Hiroyuki Kasai, Hiroyuki Sato, and Bamdev Mishra. Riemannian stochastic recursive gradient algorithm. In International conference on machine learning , pages 2516–2524. PMLR, 2018
2018
-
[29]
J. R. Kettenring. Canonical analysis of several sets of variables. Biometrika, 58(3):433–451, 1971. 32
1971
-
[30]
Adam: A method for stochastic optimization
Diederik Kingma and Jimmy Ba. Adam: A method for stochastic optimization. arXiv preprint arXiv:1412.6980, 2014
2014 arXiv
-
[31]
Nonsmooth nonconvex stochastic heavy ball
Tam Le. Nonsmooth nonconvex stochastic heavy ball. Journal of Optimization Theory and Applications, pages 1–21, 2024
2024
-
[32]
The mnist database of handwritten digits
Yann LeCun. The mnist database of handwritten digits. http://yann. lecun. com/exdb/mnist/ , 1998
1998
-
[33]
Stochastic inexact aug- mented lagrangian method for nonconvex expectation constrained optimization
Zichong Li, Pin-Yu Chen, Sijia Liu, Songtao Lu, and Yangyang Xu. Stochastic inexact aug- mented lagrangian method for nonconvex expectation constrained optimization. arXiv preprint arXiv:2212.09513, 2022
2022 arXiv
-
[34]
Linear discriminant analysis: New formulations and overfit analysis
Dijun Luo, Chris Ding, and Heng Huang. Linear discriminant analysis: New formulations and overfit analysis. In Proceedings of the AAAI Conference on Artificial Intelligence , volume 25, pages 417–422, 2011
2011
-
[35]
Proximally constrained methods for weakly convex optimization with weakly convex constraints
Runchao Ma, Qihang Lin, and Tianbao Yang. Proximally constrained methods for weakly convex optimization with weakly convex constraints. arXiv preprint arXiv:1908.01871 , 2019
1908 arXiv
-
[36]
Finding linear structure in large datasets with scalable canonical correlation analysis
Zhuang Ma, Yichao Lu, and Dean Foster. Finding linear structure in large datasets with scalable canonical correlation analysis. In International conference on machine learning , pages 169–178. PMLR, 2015
2015
-
[37]
An online riemannian pca for stochastic canonical correlation analysis
Zihang Meng, Rudrasis Chakraborty, and Vikas Singh. An online riemannian pca for stochastic canonical correlation analysis. Advances in Neural Information Processing Systems , 34:14056– 14068, 2021
2021
-
[38]
Numerical optimization
Jorge Nocedal and Stephen J Wright. Numerical optimization. Springer, 1999
1999
-
[39]
Riemannian conjugate gradient methods: General framework and specific algo- rithms with convergence analyses
Hiroyuki Sato. Riemannian conjugate gradient methods: General framework and specific algo- rithms with convergence analyses. SIAM Journal on Optimization , 32(4):2690–2717, 2022
2022
-
[40]
Cholesky QR-based retraction on the generalized Stiefel manifold
Hiroyuki Sato and Kensuke Aihara. Cholesky QR-based retraction on the generalized Stiefel manifold. Computational Optimization and Applications , 72(2):293–308, March 2019
2019
-
[41]
A new, globally convergent riemannian conjugate gradient method
Hiroyuki Sato and Toshihiro Iwai. A new, globally convergent riemannian conjugate gradient method. Optimization, 64(4):1011–1031, 2015
2015
-
[42]
Preconditioned Riemannian Optimization on the Generalized Stiefel Manifold, June 2021
Boris Shustin and Haim Avron. Preconditioned Riemannian Optimization on the Generalized Stiefel Manifold, June 2021. arXiv:1902.01635 [cs, math]
2021 arXiv
-
[43]
The challenge problem for automated detection of 101 semantic concepts in multi- media
Cees GM Snoek, Marcel Worring, Jan C Van Gemert, Jan-Mark Geusebroek, and Arnold WM Smeulders. The challenge problem for automated detection of 101 semantic concepts in multi- media. In Proceedings of the 14th ACM international conference on Multimedia , pages 421–430, 2006
2006
-
[44]
Minimum generalized variance for a set of linear functions
Robert GD Steel. Minimum generalized variance for a set of linear functions. The Annals of Mathematical Statistics, pages 456–460, 1951
1951
-
[45]
Kanatsoulis, and Nicholas D
Mikael Sørensen, Charilaos I. Kanatsoulis, and Nicholas D. Sidiropoulos. Generalized Canonical Correlation Analysis: A Subspace Intersection Approach. IEEE Transactions on Signal Process- ing, 69:2452–2467, 2021. arXiv:2003.11205 [cs, eess, stat]
2021 arXiv
-
[46]
Optimization without retraction on the random generalized stiefel manifold
Simon Vary, Pierre Ablin, Bin Gao, and P-A Absil. Optimization without retraction on the random generalized stiefel manifold. arXiv preprint arXiv:2405.01702 , 2024
2024
-
[47]
Stochastic compositional gradient descent: algorithms for minimizing compositions of expected-value functions
Mengdi Wang, Ethan X Fang, and Han Liu. Stochastic compositional gradient descent: algorithms for minimizing compositions of expected-value functions. Mathematical Programming, 161:419– 449, 2017. 33
2017
-
[48]
Accelerating stochastic composition optimization
Mengdi Wang, Ji Liu, and Ethan X Fang. Accelerating stochastic composition optimization. Journal of Machine Learning Research , 18(105):1–23, 2017
2017
-
[49]
Constraint Dissolving Approaches for Riemannian Optimization, May 2022
Nachuan Xiao, Xin Liu, and Kim-Chuan Toh. Constraint Dissolving Approaches for Riemannian Optimization, May 2022. arXiv:2203.10319 [math]
2022 arXiv
-
[50]
A stochastic composite gradient method with incremental variance reduction
Junyu Zhang and Lin Xiao. A stochastic composite gradient method with incremental variance reduction. Advances in Neural Information Processing Systems , 32, 2019. 34
2019
Reviewed August 10, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.