REVIEW 5 major objections 5 minor 57 references
Geometric flow regularization in latent spaces for smooth dynamics with the efficient variations of curvature
T0 review · 5 major / 5 minor · reviewed 2026-08-07 · deepseek-v4-flash
Pith's one-line read This paper claims that adding curvature-flow regularization to the latent space of encoder-decoder PDE surrogates improves zero-shot and adversarial robustness, as measured by lower relative L1 errors under out-of-distribution noise and…
desk verdict Genuinely new heuristic curvature-flow losses, honestly labeled as such, but the robustness claim rests on one noisy table and several derivation gaps; worth a serious referee, not a citation yet. 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 machinery is a family of latent geometric flows of the form $\partial_t g + F_K[g] = 0$, where $g$ is a neural-network-approximated Riemannian metric on the encoded manifold and $F_K$ is a curvature-dependent differential operator. Four computable losses instantiate it: a Gaussian-curvature loss that uses Stokes' theorem to replace curvature integrals over sampled balls with closed line integrals of first-order Christoffel symbols; a flow built from a Taylor-linearized Gauss equation in which the Weyl tensor is replaced by a second-fundamental-form proxy; a non-parametric Perelman-functional flow for conformally changed metrics with scalar curvature in closed form; and a harmonic-map energy derivative loss. What carries the argument is that each loss is engineered to keep the metric nondegenerate, distortive, and curvature-aware, rather than to solve the geometric PDE exactly.
What would settle it
Monitor the quantity $(g_{ij}\partial_t g_{ij} - 2\tilde{K} g^2_{ij})$ during a training run of the closed-path Gaussian-curvature method; if it changes sign or reaches zero, the loss is not implementing the claimed curvature flow. A sharper test: run the method on the sphere, where Ricci flow has the known radius formula $r(t)=\sqrt{R^2 - 2(d-1)t}$, and check whether the learned metric evolution tracks it.
Extended reading notes
Core claim
On its own terms, the paper's central discovery is that augmenting the latent space of an encoder-decoder with curvature-flow losses improves zero-shot and adversarial fidelity for smooth dynamics. For Burger's equation with 300 out-of-distribution samples per scenario, the regularized methods' means are lower than the extended-VAE baseline in most of the nine scenarios; for instance, the Perelman-functional loss gives 0.482 versus 0.765 in Scenario 1, and the path-integration loss gives 0.610 versus 1.310 in Scenario 8. The paper attributes this to latent geometries that are canonical, smooth, curvature-aware, geodesic-aware, and non-topologically void or sparse, and it maintains that these properties persist through the flow despite the losses being 'diminished analytically and mostly heuristic.'
Load-bearing premise
The load-bearing premise is that a certain integrand in the Gaussian-curvature loss is nonnegative, which makes division by it acceptable; the paper itself concedes that nonnegativity is not guaranteed once a curvature proxy is used, and in real training the loss is never zero, so the denominator can cross zero and the loss landscape can become ill-defined.
Editorial extensions
If this is right
- Encoder-decoder PDE surrogates trained with any of the four curvature-flow losses should degrade less when evaluation inputs are noised, scaled, or locally perturbed relative to training.
- The closed-path Gaussian-curvature loss offers a cheap way to impose surface Ricci flow without differentiating Christoffel symbols, which could make curvature regularization practical in settings where explicit curvature computation is prohibitive.
- Because the flows are designed to prevent near-trivial or degenerate metrics, regularized latent spaces should maintain volume and representational capacity over training, which the paper connects to better inference quality.
- The same four regularizers apply to both variational and deterministic encoder-decoder architectures, so the gains are not tied to the VAE objective alone.
Reading between the lines
- If the gains come from the curvature losses' implicit smoothing rather than from accurate geometric evolution, then simpler spectral or Laplacian regularizers might match the robustness at lower cost; the paper does not test this.
- A natural next experiment is to run the same four losses on other PDE families, such as wave or reaction-diffusion equations, and on higher intrinsic latent dimensions, to see whether the Burger's-error pattern generalizes.
- The paper's own caveat about denominator zero suggests checking whether the closed-path loss actually implements the claimed flow during training; if it does not, the observed robustness may still be real but would need a different explanation.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The manuscript proposes four geometric-flow regularizers for latent spaces of encoder-decoder models used as PDE surrogates: a Gaussian-curvature closed-path-integral loss, a second-fundamental-form surrogate flow derived from a linearized Gauss equation, a Perelman-functional conformal flow, and a harmonic-map energy flow. The central empirical claim is that these curvature-flow regularizations improve the zero-shot and adversarial fidelity of latent-space dynamics. Quantitative support is a single Burger's equation experiment (Table 1, nine out-of-distribution scenarios, 300 samples each), supplemented by qualitative Navier-Stokes figures and several appendices containing formal derivations and informal heuristics.
Significance. If the empirical claim held, the paper would make a practical contribution by offering cheap curvature proxies that avoid Christoffel-symbol differentiation and by connecting geometric flows to robust latent-space learning. The manuscript is unusually transparent about its heuristic character: it explicitly labels steps as non-rigorous (Appendix F, Eqs. 72-74), admits that a key nonnegativity assumption is not guaranteed, and acknowledges that one theorem is only 'slightly informal.' These admissions are a genuine strength. However, the advertised conclusion is empirical, and the current evidence—one quantitative dataset, no significance testing, no code or data release, and no actual adversarial attack—is too weak to establish the robustness improvement claimed in the abstract.
major comments (5)
- [Table 1 and §J.2] The only quantitative support for the abstract's robustness claim is Table 1, which reports relative L1 errors over nine Burger's out-of-distribution scenarios with 300 samples each. The reported standard deviations are very large relative to the mean differences (e.g., Scenario 1: 0.765±2.704 vs. 0.482±0.962; Scenario 6: 0.237±0.881 vs. 0.152±0.302), no paired significance tests, confidence intervals, or effect sizes are reported, and none of the scenarios is an actual adversarial attack. The per-method loss scaling coefficients are explicitly given 'a little bit of freedom' in §J.2, which permits tuning that could inflate apparent gains. The headline improvement could be within noise, so the central empirical claim is not established.
- [Appendix F, Eqs. (58)-(61)] The derivation of the Gaussian-curvature closed-path loss divides the integrand by (g_ij ∂_t g_ij - 2 K̃ g^2_ij) and justifies the division by claiming that E[integrand]=0 implies the integrand is zero almost everywhere by nonnegativity. The paper itself states that 'the nonnegativity is not guaranteed but holds with a sufficient error tolerance' because the Gaussian-curvature proxy K̃ introduces error. In actual training the loss is never zero, the denominator can vanish, and the loss landscape is ill-defined. As written, the path-integration loss does not implement the claimed curvature flow ∂_t g = K g, so this load-bearing derivation collapses.
- [Eq. (37) vs. Eq. (176), §3.1 and §J.1] The spherical Ricci-flow radius is r(t) = sqrt(R^2 - 2(d-1)t) in Eq. (37), a contracting sphere, whereas the Navier-Stokes manifold in Eq. (176) is defined with sqrt(50^2 + 50(d-1)t), an expanding sphere. This sign mismatch is never reconciled, and the sign choice is quantitatively relevant to the Navier-Stokes experiment described in §J.1.
- [Theorems 2-4, Appendix G/H] The nondegeneracy results are largely consequences of the loss construction rather than properties of the geometric flows. Theorem 4 assumes the loss of Eq. (136) is exactly satisfied and then concludes that ||g||_F cannot tend to 0; because the loss contains an arbitrary positive constant target and the metric-dependent terms vanish in the limit, the conclusion is nearly a restatement of the assumption. Theorems 2 and 3 similarly build in the Γ term to make the contracted flow nonzero. These theorems are presented as guarantees, but they do not establish that the proposed regularizers produce nondegenerate latent geometry in practice.
- [Theorem 5 and Appendix I, Eq. (166)-(173)] Theorem 5 claims the harmonic-map loss has nontrivial dependence on Ricci curvature, but the proof ends by conceding that 'we do not show the Ricci curvature term is not canceled out.' This is a load-bearing gap because the harmonic flow is advertised as one of the four main contributions. Additionally, the Monte-Carlo equivalence in Appendix F, Eqs. (72)-(74), is explicitly called non-rigorous and contains an unexplained sign inconsistency (the fourth expression equals the negative of the integral in the fifth expression unless the integral vanishes), so the computational justification for replacing surface integrals with sampled circle integrals is incomplete.
minor comments (5)
- [§2] The word 'tradtional' should be 'traditional'.
- [§J.2] The text refers to 'Table 2' for the Burger's results, but the quantitative table is labeled Table 1; the cross-reference should be corrected.
- [§J.1] In the Navier-Stokes experiment, d denotes the extrinsic dimension of the sphere (d=100), while in the rest of the paper d denotes the intrinsic dimension; this notation conflict should be disambiguated.
- [§J.2] The word 'datatset' should be 'dataset'.
- [§1] The phrase 'We refer to 3 for an illustration' should read 'We refer to Figure 3 for an illustration.'
Circularity Check
No material circularity: the central robustness claim is an empirical comparison, and the theoretical appendices are explicitly heuristic or conditional; the only self-citation is minor and not load-bearing.
full rationale
The paper's central claim (zero-shot and adversarial fidelity gains from curvature-flow regularization) is supported by Table 1, a measured comparison over OOD Burger's scenarios. No parameter is fitted to the OOD targets and then reported as a prediction; the per-method loss scaling coefficients in Sec. J.2 are tuning choices, not a forced statistical fit. The theoretical appendices are explicitly labeled heuristic or invented (e.g., Sec. 3.3: 'not as much derived as it is invented'; App. F: 'valid under a (non-rigorous) Monte-Carlo-type argument'). Theorems 2-4 are conditional consistency statements about the constructed losses and tensors, not first-principles predictions; for instance, Theorem 2's nondegeneracy condition is the expression produced after the Gamma-term is added, and Theorem 4 assumes exact loss satisfaction, so these are properties of the design rather than independent results. This is self-consistent construction, not circular reasoning. The one self-citation, [18], is used only to justify the extended-encoder baseline choice ('this architecture generally has better out-of-distribution robustness than a baseline encoder D∘E (see [18])'); it is not load-bearing for the comparison among the paper's four methods or against the baseline, and removing it would not change Table 1. Genuine weaknesses are present but are not circularity: App. F's division by a possibly zero denominator with the admission that 'nonnegativity is not guaranteed,' the App. F 'non-rigorous' Monte-Carlo equivalence, and Theorem 5's admitted failure to show that the Ricci term is not canceled. These are correctness and rigor risks, and they weaken the causal interpretation of the empirical gains, but they do not make the empirical claim reduce to its own inputs.
Assumptions & free parameters
free parameters (5)
- Loss scaling coefficients per geometric flow =
unspecified; 'given a little bit of freedom'
- Positive constant targets in Perelman and harmonic losses =
e.g., 0.5 in Eq. 189
- Sphere radius and expansion coefficient in Navier-Stokes =
50; noise scale 0.375
- Sampling circle radius r for Gaussian curvature line integral =
not enumerated
- KL regularization coefficient beta =
0.001
assumptions (7)
- ad hoc to paper The integrand of the Gaussian curvature loss is nonnegative a.e., so E[...]=0 implies the integrand is 0 a.e., permitting division by (g_ij ∂_t g_ij - 2 K̃ g^2_ij)
- domain assumption Latent data lies on a smooth immersed manifold and the network metric g stays in an epsilon-neighborhood of the true Riemannian metric
- standard math Whitney immersion theorem applies to embed the d-manifold in 2d-1 Euclidean space
- domain assumption Time differentiation and integration commute (Clairaut) and boundary terms vanish for neural fields ψ and metric g
- ad hoc to paper The Taylor-linearized Gauss equation around a uniform-curvature metric (Π0 = κ g) is a valid surrogate for Ricci curvature
- ad hoc to paper Monte-Carlo sampling over balls reproduces the manifold integral of the curvature proxy
- domain assumption Eigenvalue decay rates are regular enough that eigenvalue bounds in Theorem 4 hold
invented entities (4)
-
Weyl-replacement tensor Γ_ijkl = (1/d) Ĥ_ij δ_ij g_kl
-
Second fundamental form surrogate Π_ij = ||∂_ij E - Σ g^kl ⟨∂_ij E, ∂_k E⟩ ∂_l E||^2
-
Gaussian curvature proxy K̃ via closed-path line integrals
-
Non-parametric conformal factor ψ network for the Perelman-type flow
Cite this review
Pith. "Pith review of Geometric flow regularization in latent spaces for smooth dynamics with the efficient variations of curvature." pith.science (2026). https://pith.science/paper/EM72KIQV
@misc{pith2026250609679,
author = {Pith},
title = {Pith review of: Geometric flow regularization in latent spaces for smooth dynamics with the efficient variations of curvature},
year = {2026},
howpublished = {\url{https://pith.science/paper/EM72KIQV}},
note = {Machine review of arXiv:2506.09679}
}
read the original abstract
We design strategies in nonlinear geometric analysis to temper the effects of adversarial learning for sufficiently smooth data of numerical method-type dynamics in encoder-decoder methods, variational and deterministic, through the use of geometric flow regularization. We augment latent spaces with geometric flows to control structure, relying on adaptations of curvature and Ricci flow. All of our flows are solved using physics-informed learning. Traditional geometric meaning is traded for computing ability, but we maintain key geometric invariants, the primary of which are maintained, intrinsically-low structure, nontriviality due to sufficient lower bounds on curvature, distortion of volume element, that develop quality in the inference stage. We instill representations that are canonical, smooth, curvature-aware, geodesic-aware, and non-topologically void or sparse. The primary bottleneck of a Ricci curvature flow is that Ricci curvature is high order, thus expensive to compute, so we will attempt to overcome this with properly justified proxies. Our primary contributions are fourfold. We develop a loss based on Gaussian curvature using closed path circulation integration for surfaces, bypassing automatic differentiation of the Christoffel symbols through use of Stokes' theorem. We invent a new parametric flow valid under a Taylor expansion derived from the Gauss equation. We develop two strategies based on time differentiation of functionals, one with a special case of scalar curvature for conformally-changed metrics, and another with harmonic maps, their energy, and induced metrics. Our losses are diminished analytically and mostly heuristic but maintain overall integral latent structure. We showcase that curvature flows and the formulation of geometric structure in intermediary encoded settings enhance learning and overall zero-shot and adversarial fidelity.
Figures
Figures from the paper (12 more)
Reference graph
Works this paper leans on
-
[1]
the gauss and codazzi equations
Lecture 18. the gauss and codazzi equations. URL https://maths-people.anu.edu.au/~andrews/DG/ DG_chap18.pdf. 4
-
[2]
Geometrically Enriched Latent Spaces
Georgios Arvanitidis, Søren Hauberg, and Bernhard Schölkopf. Geometrically enriched latent spaces, 2020. URLhttps://arxiv.org/abs/2008.00565. 2
work page Pith review arXiv 2020
-
[3]
Latent space oddity: on the curvature of deep generative models, 2021
Georgios Arvanitidis, Lars Kai Hansen, and Søren Hauberg. Latent space oddity: on the curvature of deep generative models, 2021. URLhttps://arxiv.org/abs/1710.11379. 2
arXiv 2021
-
[4]
Restricted strong convexity of deep learning models with smooth activations, 2022
Arindam Banerjee, Pedro Cisneros-Velarde, Libin Zhu, and Mikhail Belkin. Restricted strong convexity of deep learning models with smooth activations, 2022. URLhttps://arxiv.org/abs/2209.15106. 27
arXiv 2022
-
[5]
Mikhail Belkin, Partha Niyogi, and Vikas Sindhwani. Manifold regularization: A geometric framework for learning from labeled and unlabeled examples.Journal of Machine Learning Research, 7(85):2399–2434, 2006. URLhttp://jmlr.org/papers/v7/belkin06a.html. 2
work page 2006
-
[6]
Danny Calegari. Chapter 7: Ricci flow, 2023. URL https://math.uchicago.edu/~dannyc/courses/ ricci_2019/ricci_flow.pdf. 2, 9 5 Geometric flow regularization in latent spaces for smooth dynamics with the efficient variations of curvature
work page 2023
-
[7]
Variational Autoencoders: A Harmonic Perspective
Alexander Camuto and Matthew Willetts. Variational autoencoders: A harmonic perspective, 2022. URL https://arxiv.org/abs/2105.14866. 2
work page Pith review arXiv 2022
-
[8]
A Geometric Perspective on Variational Autoencoders
Clément Chadebec and Stéphanie Allassonnière. A geometric perspective on variational autoencoders, 2022. URLhttps://arxiv.org/abs/2209.07370. 2, 9, 10
work page Pith review arXiv 2022
Show all 57 references
-
[9]
Geometry-aware hamiltonian variational auto-encoder, 2020
Clément Chadebec, Clément Mantoux, and Stéphanie Allassonnière. Geometry-aware hamiltonian variational auto-encoder, 2020. URLhttps://arxiv.org/abs/2010.11518. 2
2020
-
[10]
Learning flat latent manifolds with vaes, 2020
Nutan Chen, Alexej Klushyn, Francesco Ferroni, Justin Bayer, and Patrick van der Smagt. Learning flat latent manifolds with vaes, 2020. URLhttps://arxiv.org/abs/2002.04881. 2
2020 arXiv
-
[11]
Chervon, F
S. Chervon, F. Dahia, and C. Romero. Harmonic maps and isometric embeddings of the spacetime.Physics Letters A, 326(3–4):171–177, June 2004. ISSN 0375-9601. doi: 10.1016/j.physleta.2004.04.033. URL http://dx.doi.org/10.1016/j.physleta.2004.04.033. 5
2004 doi
-
[12]
Springer International Publishing,
Luca Cosmo, Antonio Norelli, Oshri Halimi, Ron Kimmel, and Emanuele Rodolà.LIMP: Learning La- tent Shape Representations with Metric Preservation Priors, page 19–35. Springer International Publishing,
-
[13]
Daniel W. Crews. Incompressible2d, 2021. URLhttps://github.com/crewsdw/Incompressible2D. 25
2021
-
[14]
Daniel W. Crews. Notes on the incompressible euler equation, 2021. URL https://dcrews.gitlab.io/ potential-flux/papers/incompressible_euler.pdf. 25
2021
-
[15]
do Carmo.Riemannian Geometry
Manfredo P. do Carmo.Riemannian Geometry. 1992. 24
1992
-
[16]
The christoffel symbols with a diagonal metric, 2019
George. The christoffel symbols with a diagonal metric, 2019. URL https://www.general-relativity. net/2019/08/the-christoffel-symbols-with-diagonal.html. 12, 13
2019
-
[17]
Dynamical variational autoencoders: A comprehensive review.Foundations and Trends® in Machine Learning, 15(1–2):1–175, 2021
Laurent Girin, Simon Leglaive, Xiaoyu Bie, Julien Diard, Thomas Hueber, and Xavier Alameda-Pineda. Dynamical variational autoencoders: A comprehensive review.Foundations and Trends® in Machine Learning, 15(1–2):1–175, 2021. ISSN 1935-8245. doi: 10.1561/2200000089. URL http://d...
2021 doi
-
[18]
Variational autoencoders with latent high-dimensional steady geometric flows for dynamics,
Andrew Gracyk. Variational autoencoders with latent high-dimensional steady geometric flows for dynamics,
-
[19]
Hamilton
Richard S. Hamilton. Three-manifolds with positive ricci curvature.Journal of Differential Geometry, 17(2):255– 306, 1982. doi: 10.4310/jdg/1214436922. URL https://projecteuclid.org/euclid.jdg/1214436922. 11, 16
1982
-
[20]
Siho Han and Simon S. Woo. Learning sparse latent graph representations for anomaly detection in multivariate time series. InProceedings of the 28th ACM SIGKDD Conference on Knowledge Discovery and Data Min- ing, KDD ’22, page 2977–2986, New York, NY , USA, 2022. Association f...
2022
-
[21]
Roberts, and Sho Yaida
Judy Hoffman, Daniel A. Roberts, and Sho Yaida. Robust learning with jacobian regularization, 2019. URL https://arxiv.org/abs/1908.02729. 2
2019 arXiv
-
[22]
Frédéric Hélein and John C. Wood. Harmonic maps. URL https://math.jhu.edu/~js/Math748/helein. harmonic.pdf. 5, 23
-
[23]
M. Itskov. The derivative with respect to a tensor: some theoretical aspects and applications.ZAMM - Journal of Applied Mathematics and Mechanics / Zeitschrift für Angewandte Mathematik und Mechanik, 82(8):535–544. doi: https://doi.org/10.1002/1521-4001(200208)82:8<535::AID-ZA...
-
[24]
Rate-distortion optimization guided autoencoder for isometric embedding in euclidean latent space, 2020
Keizo Kato, Jing Zhou, Tomotake Sasaki, and Akira Nakagawa. Rate-distortion optimization guided autoencoder for isometric embedding in euclidean latent space, 2020. URLhttps://arxiv.org/abs/1910.04329. 2
2020 arXiv
-
[25]
Adversarial robustness of vaes through the lens of local geometry, 2024
Asif Khan and Amos Storkey. Adversarial robustness of vaes through the lens of local geometry, 2024. URL https://arxiv.org/abs/2208.03923. 2
2024 arXiv
-
[26]
Kim, Nicolas Perrin-Gilbert, Erkan Narmanli, Paul Klein, Christopher R
Jason Z. Kim, Nicolas Perrin-Gilbert, Erkan Narmanli, Paul Klein, Christopher R. Myers, Itai Cohen, Joshua J. Waterfall, and James P. Sethna. γ-vae: Curvature regularized variational autoencoders for uncovering emergent low dimensional geometric structure in high dimensional d...
2024
-
[27]
Kingma and Max Welling
Diederik P. Kingma and Max Welling. An introduction to variational autoencoders.Foundations and Trends® in Machine Learning, 12(4):307–392, 2019. ISSN 1935-8245. doi: 10.1561/2200000056. URL http: //dx.doi.org/10.1561/2200000056. 3 6 Geometric flow regularization in latent spa...
2019 doi
-
[28]
Auto-encoding variational bayes, 2022
Diederik P Kingma and Max Welling. Auto-encoding variational bayes, 2022. URL https://arxiv.org/ abs/1312.6114. 3
2022 arXiv
-
[29]
On the direct alignment of latent spaces
Zorah Lähner and Michael Moeller. On the direct alignment of latent spaces. In Marco Fumero, Emanuele Rodolá, Clementine Domine, Francesco Locatello, Karolina Dziugaite, and Caron Mathilde, editors,Proceedings of UniReps: the First Workshop on Unifying Representations in Neura...
2024
-
[30]
Metric regularization of latent spaces via ricci-type flows
Alexey Lazarev. Metric regularization of latent spaces via ricci-type flows. Presentation at ANITI DAYS, Novem- ber 2023. URL https://aniti.univ-toulouse.fr/wp-content/uploads/2023/11/final_version_ Lazarev-Alexey_ANITI_DAYS-2.pdf. PhD advisors: Reda Chhaibi and François Costantino. 4
2023
-
[31]
On explicit curvature regularization in deep generative models,
Yonghyeon Lee and Frank Chongwoo Park. On explicit curvature regularization in deep generative models,
-
[32]
Atzberger
Ryan Lopez and Paul J. Atzberger. Variational autoencoders for learning nonlinear dynamics of physical systems,
-
[33]
Atzberger
Ryan Lopez and Paul J. Atzberger. Gd-vaes: Geometric dynamic variational autoencoders for learning nonlinear dynamics and dimension reductions, 2025. URLhttps://arxiv.org/abs/2206.05183. 2, 9
2025 arXiv
-
[34]
Learning nonlinear operators via deeponet based on the universal approximation theorem of operators.Nature Machine Intelligence, 3(3):218–229, March 2021
Lu Lu, Pengzhan Jin, Guofei Pang, Zhongqiang Zhang, and George Em Karniadakis. Learning nonlinear operators via deeponet based on the universal approximation theorem of operators.Nature Machine Intelligence, 3(3):218–229, March 2021. ISSN 2522-5839. doi: 10.1038/s42256-021-003...
2021 doi
-
[35]
Millman and George D
Richard S. Millman and George D. Parker.Elements of Differential Geometry. Prentice Hall, Inc., Englewood Cliffs, New Jersey 07632, 1977. 3
1977
-
[36]
Robustness via curvature regularization, and vice versa, 2018
Seyed-Mohsen Moosavi-Dezfooli, Alhussein Fawzi, Jonathan Uesato, and Pascal Frossard. Robustness via curvature regularization, and vice versa, 2018. URLhttps://arxiv.org/abs/1811.09716. 2
2018 arXiv
-
[37]
A wrapped normal distribution on hyperbolic space for gradient-based learning, 2019
Yoshihiro Nagano, Shoichiro Yamaguchi, Yasuhiro Fujita, and Masanori Koyama. A wrapped normal distribution on hyperbolic space for gradient-based learning, 2019. URLhttps://arxiv.org/abs/1902.02992. 2
2019 arXiv
-
[38]
Poincaré embeddings for learning hierarchical representations, 2017
Maximilian Nickel and Douwe Kiela. Poincaré embeddings for learning hierarchical representations, 2017. URL https://arxiv.org/abs/1705.08039. 2
2017 arXiv
-
[39]
The entropy formula for the ricci flow and its geometric applications, 2002
Grisha Perelman. The entropy formula for the ricci flow and its geometric applications, 2002. URL https: //arxiv.org/abs/math/0211159. 2, 4, 9, 20
2002 arXiv
-
[40]
Adversarial robustness via fisher-rao regularization.IEEE Transactions on Pattern Analysis and Machine Intelligence, 45(3):2698–2710, March 2023
Marine Picot, Francisco Messina, Malik Boudiaf, Fabrice Labeau, Ismail Ben Ayed, and Pablo Piantanida. Adversarial robustness via fisher-rao regularization.IEEE Transactions on Pattern Analysis and Machine Intelligence, 45(3):2698–2710, March 2023. ISSN 1939-3539. doi: 10.1109...
2023
-
[41]
Physics informed deep learning (part i): Data-driven solutions of nonlinear partial differential equations, 2017
Maziar Raissi, Paris Perdikaris, and George Em Karniadakis. Physics informed deep learning (part i): Data-driven solutions of nonlinear partial differential equations, 2017. URLhttps://arxiv.org/abs/1711.10561. 3
2017 arXiv
-
[42]
Thomas Fletcher
Hang Shao, Abhishek Kumar, and P. Thomas Fletcher. The riemannian geometry of deep generative models,
-
[43]
Hamilton’s ricci flow, 2006
Nick Sheridan. Hamilton’s ricci flow, 2006. URLhttps://web.math.princeton.edu/~nsher/ricciflow. pdf. 2, 9, 13
2006
-
[44]
Geometry of deep generative models for disentangled representations, 2019
Ankita Shukla, Shagun Uppal, Sarthak Bhagat, Saket Anand, and Pavan Turaga. Geometry of deep generative models for disentangled representations, 2019. URLhttps://arxiv.org/abs/1902.06964. 2
2019 arXiv
-
[45]
Xingzhi Sun, Danqi Liao, Kincaid MacDonald, Yanlei Zhang, Chen Liu, Guillaume Huguet, Guy Wolf, Ian Adelstein, Tim G. J. Rudner, and Smita Krishnaswamy. Geometry-aware generative autoencoders for warped riemannian metric learning and generative modeling on data manifolds, 2025...
2025 arXiv
-
[46]
Lectures on the ricci flow, 2006
Peter Topping. Lectures on the ricci flow, 2006. URL https://homepages.warwick.ac.uk/~maseq/ topping_RF_mar06.pdf. 2, 9, 20
2006
-
[47]
Adversarial attacks on neural networks through canonical riemannian foliations.Machine Learning, 113(11-12):8655–8686, October 2024
Eliot Tron, Nicolas Couëllan, and Stéphane Puechmorel. Adversarial attacks on neural networks through canonical riemannian foliations.Machine Learning, 113(11-12):8655–8686, October 2024. ISSN 1573-0565. doi: 10.1007/s10994-024-06624-w. URLhttp://dx.doi.org/10.1007/s10994-024-...
2024 doi
-
[48]
Understanding and mitigating gradient pathologies in physics- informed neural networks, 2020
Sifan Wang, Yujun Teng, and Paris Perdikaris. Understanding and mitigating gradient pathologies in physics- informed neural networks, 2020. URLhttps://arxiv.org/abs/2001.04536. 3 7 Geometric flow regularization in latent spaces for smooth dynamics with the efficient variations...
2020 arXiv
-
[49]
An expert’s guide to training physics- informed neural networks, 2023
Sifan Wang, Shyam Sankaran, Hanwen Wang, and Paris Perdikaris. An expert’s guide to training physics- informed neural networks, 2023. URLhttps://arxiv.org/abs/2308.08468. 3, 27
2023 arXiv
-
[50]
Weisstein
Eric W. Weisstein. Gaussian curvature. URL https://mathworld.wolfram.com/GaussianCurvature. html. MathWorld-A Wolfram Web Resource. 3, 14
-
[51]
The relationship between ricci and gaussian curvatures
Travis Willse. The relationship between ricci and gaussian curvatures. URL https://math.stackexchange. com/questions/1255522/the-relationship-between-ricci-and-gaussian-curvatures. 14
-
[52]
gjj ∂j(−Γij kRickk −Γ kj iRicii) # (28) + X j gjj X m∈{j,i,k}all distinct
Jun Yan, Huilin Yin, Ziming Zhao, Wancheng Ge, and Jingfeng Zhang. Enhance adversarial robustness via geodesic distance.IEEE Transactions on Artificial Intelligence, 5:4202–4216, 2024. URL https://api. semanticscholar.org/CorpusID:267607166. 2 8 Geometric flow regularization i...
2024
-
[2017]
URLhttps://arxiv.org/abs/1711.08014. 2
-
[2020]
doi: 10.1007/978-3-030-58580-8_2
ISBN 9783030585808. doi: 10.1007/978-3-030-58580-8_2. URL http://dx.doi.org/10.1007/ 978-3-030-58580-8_2. 2
-
[2021]
URLhttps://arxiv.org/abs/2012.03448. 2, 9
2012 arXiv
-
[2023]
URLhttps://arxiv.org/abs/2309.10237. 2
-
[2025]
URLhttps://arxiv.org/abs/2410.10137. 27, 29
Reviewed August 7, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.