REVIEW 3 major objections 6 minor 17 references
An new polar factor retraction on the Stiefel manifold with closed-form inverse
T0 review · 3 major / 6 minor · reviewed 2026-08-02 · deepseek-v4-flash
Pith's one-line read The polar-light retraction gives the Stiefel manifold its first second-order retraction with a closed-form inverse, enabling explicit round-trip coordinates on the manifold of orthogonal frames.
desk verdict A sound, incremental retraction with a genuinely closed-form inverse, but the paper's own text contradicts its 'first' claim and the chart domain is vague. 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 polar-light retraction: a map that exponentiates only the small p×p skew-symmetric block $A = \hat U^T \xi$ of a tangent vector, forms $\hat U \exp(A) + (I - \hat U\hat U^T)\xi$, and normalizes with $\left(I + \xi^T(I - \hat U\hat U^T)\xi\right)^{-1/2}$ to land on the Stiefel manifold. The inverse uses the SVD $M S R^T = \hat U^T U$ and the matrix logarithm of the orthogonal Procrustes rotation $M R^T$ to recover $A$ and $B$, making the inverse closed-form.
What would settle it
Take $p=1$ (the sphere) with $U_0 = e_1$ and $U_1 = -e_1$. Then $\hat U^T U = -1$, and the inverse formula (3.7) calls logm on a scalar with no principal logarithm, so the closed-form inverse fails. More generally, any pair of Stiefel points whose Procrustes rotation $M R^T$ has a $-1$ eigenvalue breaks the inverse formula.
Extended reading notes
Core claim
The paper defines a coordinate chart centered at any Stiefel point $\hat U$ via the forward map $\phi_{\hat U}(\xi) = \left(\hat U \exp(\hat U^T \xi) + (I - \hat U\hat U^T)\xi\right)\left(I + \xi^T(I - \hat U\hat U^T)\xi\right)^{-1/2}$ and its inverse $\psi_{\hat U}(U)$, which is computable in closed form from the SVD of $\hat U^T U$. The authors claim that $\phi$ is second-order accurate under the Euclidean metric ($\beta=1$ in the metric family of the paper) and that $\psi$ is the exact inverse on a neighborhood of the base point. This makes the pair the first Stiefel retraction with both second-order accuracy and a closed-form inverse, giving explicit local coordinates for the manifold.
Load-bearing premise
The closed-form inverse is only valid on the uncharacterized neighborhood where the Procrustes rotation between the two Stiefel points has no eigenvalue exactly -1, so the principal matrix logarithm is well-defined.
Editorial extensions
If this is right
- Computing the inverse retraction no longer requires solving a Sylvester or Lyapunov matrix equation; the cost is comparable to evaluating the retraction itself.
- Riemannian barycenters and interpolation on the Stiefel manifold can be computed with explicit, non-iterative round-trip maps under the Euclidean metric.
- The explicit inverse reveals how the skew-symmetric A-block and rectangular B-block enter the local coordinates, which may simplify error analysis in manifold optimization.
- Because only p×p matrix functions appear, the method scales well when n >> p, with large matrices handled by simple multiplications.
Reading between the lines
- The same small-block polar decomposition construction could likely be adapted to other reductive homogeneous spaces, giving explicit retraction/log pairs beyond the Stiefel manifold.
- Because the inverse is explicit, tasks that repeatedly need the logarithm, such as intrinsic statistics or manifold regression, may become practical for larger p than before.
- The paper's numerical results suggest the advantage over the polar factor retraction grows with p; a systematic study of the error versus p and distance would clarify when the extra forward cost is worthwhile.
- Replacing expm/logm with Cayley approximations, as the authors suggest, would preserve second order only if the square-root factor is adjusted; the paper notes this but does not test it.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper introduces a new retraction on the compact Stiefel manifold, called the polar-light retraction. For a base point Û and tangent vector ξ, the forward map is φ_Û(ξ) = (Û expm(Ûᵀξ) + (I − ÛÛᵀ)ξ)(I + ξᵀ(I − ÛÛᵀ)ξ)^{-1/2}. The authors prove that this map is a second-order retraction under the Euclidean metric, and they give an explicit inverse formula ψ_Û(U) based on a singular value decomposition and a matrix logarithm. Numerical experiments compare the retraction and its inverse with the classical polar factor retraction in terms of accuracy and runtime. The paper's central claim is that this is the first Stiefel retraction that is simultaneously second-order accurate under the Euclidean metric and has a closed-form inverse.
Significance. The mathematical development is largely sound and transparent: the Taylor expansion in Lemma 3.3 correctly matches the Riemannian exponential second derivative for the Euclidean metric, and the inverse identities in Lemma 3.2 are algebraically verified. Providing reproducible Python code is a clear strength. If the novelty claim is properly substantiated and the domain of the inverse is characterized, the polar-light retraction would be a useful tool for manifold interpolation, barycenter computation, and other applications requiring an explicit inverse retraction. However, the significance depends critically on two issues: the paper's own text contradicts itself about the Cayley retraction's inverse, and the inverse formula's domain of validity is left unspecified.
major comments (3)
- [Abstract and §1] The abstract (as printed at the top) states that the Cayley retraction 'is second-order accurate under the canonical metric and features a closed-form inverse,' while §1 (lines 30–35) states that for the Cayley retraction 'we are not aware of any published work on computing the inverse' and that quasi-geodesics 'are the only ones on the list that feature a closed form inverse.' These statements are mutually contradictory. Because the paper's main novelty claim is being 'the first' with these properties under the Euclidean metric, this contradiction is load-bearing. The authors must correct the abstract, clarify whether the novelty is relative to the Euclidean metric only, and provide a more systematic literature check on existing retractions with closed-form inverses.
- [Lemma 3.1 and Eqs. (3.5)–(3.7)] The inverse formula is not well-defined on the entire Stiefel manifold. It requires ÛᵀU to have full rank, otherwise the SVD factor S is singular and S^{-1} is undefined. Additionally, the matrix M Rᵀ = ÛᵀU(UᵀÛÛᵀU)^{-1/2} is only in O(p), not necessarily SO(p), and the principal matrix logarithm is real only when this matrix has no negative real eigenvalues. The paper merely states that B is 'a relative open, path-connected neighborhood' without characterizing it. The experiments use endpoints at distance π/2, where ÛᵀU can be singular in low-dimensional examples. The authors must specify conditions under which (3.5)–(3.7) produce a real tangent vector and discuss branch selection for the logarithm.
- [Lemma 3.1, proof of det(R)=+1] The argument that det(R)=det(U₁(U₁ᵀU₁)^{-1/2})=+1 uses a continuous path from E to U inside B. However, if the path passes through a point where U₁ is singular, the polar factor R is not defined. B must be chosen inside the open set {U : det(U₁)≠0}, and this restriction should be stated explicitly. The current text gives the impression that B can be any small neighborhood, but the chart construction requires avoiding both singular U₁ and orthogonal factors with negative real eigenvalues.
minor comments (6)
- [Title] The title contains a grammatical error: 'An new' should be 'A new'.
- [Lemma 3.2] Typo: 'paramaterization' should be 'parametrization' or 'parameterization'.
- [Section 4] Typo: 'Forbenius' should be 'Frobenius'.
- [References] Reference [9] lists the same URL twice; this should be cleaned up.
- [Section 4] The numerical experiments are presented as single runs without error bars or repeated trials. Since the claims about accuracy are empirical, a few repetitions or confidence intervals would strengthen the presentation.
- [Section 5] The term 'closed-form' is used for formulas involving SVD and matrix logarithm, which are iterative in floating-point arithmetic. The authors should clarify that 'closed-form' means 'no iterative solve of a matrix equation' in this context.
Circularity Check
No circularity: polar-light retraction and its inverse are derived algebraically, not fitted or imported from self-citations.
full rationale
The derivation chain is self-contained. Lemma 3.1 defines a chart via the polar decomposition of the upper block U1, and Lemma 3.2 verifies the inverse map φ_E by direct substitution using U1^T U1 + U2^T U2 = I_p; the inverse is thus constructed and checked, not assumed. The second-order accuracy claim in Lemma 3.3 is proven by expanding φ_Û(tξ) in t and comparing with the Taylor expansion of the Riemannian exponential; the comparison uses the known β-metric exponential formula cited from [17], but that formula is independent of φ and does not contain the retraction as an input. No parameters are fitted, and the numerical experiments are endpoint-matched comparisons, not predictions of fitted quantities. The paper contains an internal inconsistency about whether the Cayley retraction has a closed-form inverse (Abstract vs. Introduction), but that is a support/novelty issue, not circularity: it does not reduce the derivation to its inputs. Accordingly, no circular step can be exhibited.
Assumptions & free parameters
assumptions (3)
- standard math Matrix exponential maps skew-symmetric matrices surjectively onto SO(p) and logm is a local inverse
- domain assumption The Riemannian exponential under the one-parameter metric family has the form in eq. (3.8), with D^2 Exp as stated
- domain assumption The neighborhood B is chosen so that U1 is invertible and the principal logarithm is well-defined
Cite this review
Pith. "Pith review of An new polar factor retraction on the Stiefel manifold with closed-form inverse." pith.science (2026). https://pith.science/paper/I7DXBJXF
@misc{pith2026260219923,
author = {Pith},
title = {Pith review of: An new polar factor retraction on the Stiefel manifold with closed-form inverse},
year = {2026},
howpublished = {\url{https://pith.science/paper/I7DXBJXF}},
note = {Machine review of arXiv:2602.19923}
}
read the original abstract
Retractions are the workhorses in Riemannian computing applications, where computational efficiency is of the essence. This work introduces a new retraction on the compact Stiefel manifold of orthogonal frames. The retraction is second-order accurate under the Euclidean metric and features a closed-form inverse that can be efficiently computed. A variety of retractions is known on the Stiefel manifold, including the Riemannian exponential map, the polar factor retraction, the QR-retraction, quasi--geodesics and the Cayley retraction. The Cayley retraction is second--order accurate under the canonical metric and features a closed-form inverse. The new retraction is the first one with the corresponding features under the Euclidean metric. We present numerical experiments which illustrates the properties of the new retraction, as well as compare it to numerous of the currently available alternatives. In addition, we examine the performance of the retraction when used for interpolation and for computing a Riemannian barycenter.
Figures
Reference graph
Works this paper leans on
-
[1]
Absil, R
P.-A. Absil, R. Mahony, and R. Sepulchre , Optimization Algorithms on Matrix Manifolds , Princeton University Press, Princeton, New Jersey, 2008, http://press.princeton.edu/titles/8586.html
2008
-
[2]
T. Bendokat and R. Zimmermann , Efficient quasi-geodesics on the S tiefel manifold , in Geometric Science of Information, F. Nielsen and F. Barbaresco, eds., Lecture Notes in Computer Science, Springer, 2021, pp. 763--771, https://doi.org/10.1007/978-3-030-80209-7_82
-
[3]
A. Edelman, T. A. Arias, and S. T. Smith , The geometry of algorithms with orthogonality constraints , SIAM Journal on Matrix Analysis and Applications, 20 (1998), pp. 303--353, http://dx.doi.org/10.1137/S0895479895290954
-
[4]
E. S. Gawlik and M. Leok , High-order retractions on matrix manifolds using projected polynomials , SIAM Journal on Matrix Analysis and Applications, 39 (2018), pp. 801--828, https://doi.org/10.1137/17M1130459
-
[5]
Godement , Introduction to the Theory of Lie Groups , Universitext, Springer International Publishing, 2017
R. Godement , Introduction to the Theory of Lie Groups , Universitext, Springer International Publishing, 2017
2017
-
[6]
G. H. Golub and C. F. Van Loan , Matrix Computations , The John Hopkins University Press, Baltimore, 4th ed., 2013
2013
-
[7]
N. J. Higham , Functions of Matrices: Theory and Computation , Society for Industrial and Applied Mathematics, Philadelphia, PA, USA, 2008
2008
-
[8]
H \"u per, I
K. H \"u per, I. Markina, and F. Silva Leite , A L agrangian approach to extremal curves on S tiefel manifolds , Journal of Geometrical Mechanics, 13 (2021), pp. 55--72
2021
Show all 17 references
-
[9]
Jensen and R
R. Jensen and R. Zimmermann , Maximum volume coordinates for Grassmann interpolation: Lagrange, Hermite, and errors , 2025, https://arxiv.org/abs/2506.01574, https://arxiv.org/abs/2506.01574
2025 arXiv
-
[10]
Kaneko, S
T. Kaneko, S. Fiori, and T. Tanaka , Empirical arithmetic averaging over the compact S tiefel manifold , IEEE Transactions on Signal Processing, 61 (2013), pp. 883--894, https://doi.org/10.1109/TSP.2012.2226167
2013
-
[11]
Mataigne, R
S. Mataigne, R. Zimmermann, and N. Miolane , An efficient algorithm for the R iemannian logarithm on the S tiefel manifold for a family of R iemannian metrics , SIAM Journal on Matrix Analysis and Applications, 46 (2025), pp. 879--905, https://doi.org/10.1137/24M1647801, https...
2025 doi
-
[12]
Pennec , Intrinsic statistics on R iemannian manifolds: Basic tools for geometric measurements , Journal of Mathematical Imaging and Vision, 25 (2006), p
X. Pennec , Intrinsic statistics on R iemannian manifolds: Basic tools for geometric measurements , Journal of Mathematical Imaging and Vision, 25 (2006), p. 127, https://doi.org/10.1007/s10851-006-6228-4, https://doi.org/10.1007/s10851-006-6228-4
2006 doi
-
[13]
Sato and K
H. Sato and K. Aihara , Cholesky QR -based retraction on the generalized S tiefel manifold , Comput. Optim. Appl., 72 (2019), p. 293–308, https://doi.org/10.1007/s10589-018-0046-7
2019 doi
-
[14]
Sutti , A single shooting method with approximate F rechet derivative for computing geodesics on the S tiefel manifold , Electron
M. Sutti , A single shooting method with approximate F rechet derivative for computing geodesics on the S tiefel manifold , Electron. Trans. Numer. Anal., 60 (2024), pp. 501--519, https://doi.org/10.1553/etna_vol60s501
2024 doi
-
[15]
Wen and W
Z. Wen and W. Yin , A feasible method for optimization with orthogonality constraints , Mathematical Programming, 142 (2013), pp. 397--434, https://doi.org/10.1007/s10107-012-0584-1
2013 doi
-
[16]
R. Zimmermann , A matrix-algebraic algorithm for the R iemannian logarithm on the S tiefel manifold under the canonical metric , SIAM Journal on Matrix Analysis and Applications, 38 (2017), pp. 322--342, https://doi.org/10.1137/16M1074485
2017 doi
-
[17]
Zimmermann and K
R. Zimmermann and K. H\" u per , Computing the R iemannian logarithm on the S tiefel manifold: Metrics, methods, and performance , SIAM Journal on Matrix Analysis and Applications, 43 (2022), pp. 953--980, https://doi.org/10.1137/21M1425426
2022 doi
Reviewed August 2, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.