Pith. sign in

REVIEW 2 major objections 5 minor 55 references

Fused Gromov-Wasserstein Variance Decomposition with Linear Optimal Transport

T0 review · 2 major / 5 minor · reviewed 2026-08-12 · deepseek-v4-flash

Pith's one-line read The paper establishes a Pythagorean-style decomposition of Fréchet variance in 2-Wasserstein, Gromov-Wasserstein, and fused Gromov-Wasserstein spaces that makes the percentage of variance explained by linear optimal transport embeddings…

desk verdict A useful but modest LOT variance-decomposition extension, with a wrong displayed formula in Section 3.4 and a false isometry claim in the DTMRI section that need fixing before the numbers can be trusted. read the letter →

arxiv 2411.10204 v1 pith:IPNTQ2BH submitted 2024-11-15 stat.ME cs.LG

classification stat.MEcs.LG MSC 62R2049Q22
keywords LinearOptimalTransportFréchetvarianceWassersteinbarycenterGromov-WassersteindistanceFuseddecompositionbarycentricprojectiondimensionalityreduction
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 asks how much statistical information survives when probability measures are embedded into Euclidean space by Linear Optimal Transport (LOT), and answers by decomposing the Fréchet variance of a dataset of measures into a deterministic part carried by the LOT embedding and a residual probabilistic part. For the 2-Wasserstein distance, the decomposition is an exact identity: the squared distance splits into a squared distance to the barycentric projection plus a weighted residual, so the fraction of variance explained by the embedding becomes a computable number. The same split is proved for Gromov-Wasserstein distances, with the residual equal to a difference of squared 2-diameters, and is then extended to the fused Gromov-Wasserstein setting by linearity. The paper demonstrates on MNIST, IMDB-50000, and diffusion-tensor MRI data that low-dimensional LOT embeddings capture a large share of Fréchet variance and support competitive classifiers, giving practitioners a principled way to choose embedding dimension and the fusion parameter α.

What carries the argument

The load-bearing object is the barycentric projection $T(x_i)=\sum_j (\gamma_{ij}/a_i)y_j$, the conditional expectation of the target support point under the optimal coupling. It splits any optimal coupling into a deterministic part (from $\nu$ to $T_\#\nu$) and a purely probabilistic part (from $T_\#\nu$ to $\mu$) whose cross term vanishes by construction; in the Gromov-Wasserstein case the analogous projection $\mathbb{T}=(\mathbb{X},\omega_C,\nu)$ makes the identity coupling optimal and leaves the squared-diameter difference as the residual. This machinery converts a nonlinear variance question in Wasserstein space into a Euclidean variance question on the LOT embedding.

What would settle it

Take a small dataset of empirical measures on R whose true Wasserstein barycenter is known analytically, compute the deterministic component using a deliberately suboptimal coupling, and check whether it still equals $W_2^2(\nu, T_\#\nu)$ as claimed; more directly, compare the variance-explained percentage obtained with an exact barycenter against the percentage obtained with a free-support barycenter on the same data and measure the discrepancy.

Watch

Extended reading notes

Core claim

On its own terms, the paper establishes that for an optimal coupling $\gamma$ and its barycentric projection $T$, the squared 2-Wasserstein distance splits exactly as $W_2^2(\nu,\mu)=W_2^2(\nu,T_\#\nu)+\sum_{ij}\gamma_{ij}\lVert T(x_i)-y_j\rVert^2$, and the squared 2-Gromov-Wasserstein distance splits as $GW_2^2(\mathbb{X},\mathbb{Y})=GW_2^2(\mathbb{X},\mathbb{T})+(\mathrm{diam}_2(\mathbb{Y})^2-\mathrm{diam}_2(\mathbb{T})^2)$. Averaging the first identity over a dataset makes the deterministic term exactly the sample Fréchet variance of the LOT-embedded measures, so the fraction of variance explained becomes a computable diagnostic. Corollary 1 extends the same split to the $\alpha$-fused 2-Gromov-Wasserstein distance, giving a variance-explained number for all three distances.

Load-bearing premise

The interpreted percentage-of-variance numbers assume the couplings used for barycentric projection are exactly optimal and that the free-support barycenter is a good approximation of the true Fréchet barycenter; with approximate algorithms (as in Definition 4 and the experiments of Sections 4.3–4.5) the deterministic term is only approximately a squared distance, so the reported percentages carry unquantified error.

Editorial extensions

If this is right

  • For any dataset of measures with an optimal coupling to a template, the ratio of the deterministic component to total Fréchet variance is an R-squared-style diagnostic for LOT embeddings, and it can be reported alongside any downstream classifier.
  • In the Gromov-Wasserstein case the residual has the closed form of a difference of squared 2-diameters, so embedding quality is summarised by two scalar quantities rather than a full coupling.
  • The F n,d statistic generalises one-way ANOVA to test equality of n-support barycentric projections, with permutation tests available when the null distribution is unknown.
  • The MNIST, IMDB-50000, and diffusion-tensor MRI experiments indicate that small support counts (7–100) can explain a large share of Fréchet variance while keeping classifier accuracy high, and the decomposition can guide the choice of n and α.

Reading between the lines

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

  • An extension the paper leaves implicit is that the deterministic fraction, as a function of n and α, could serve as an unsupervised model-selection criterion for embedding dimension before labels are used.
  • A natural robustness check that the paper does not run is to resample the data or rerun the barycenter algorithm many times and report a distribution of variance-explained values, turning the diagnostic into an interval estimate.
  • Because the exactness of the deterministic term depends on optimality of the coupling, applying the decomposition inside approximate or partial-transport pipelines should be preceded by an optimality check; the paper notes the issue for non-optimal couplings but does not quantify the resulting bias.
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

2 major / 5 minor

Summary. The paper develops a decomposition of the sample Fréchet variance of a set of empirical measures into a deterministic component (the variance captured by their barycentric projections onto a template) and a probabilistic residual. It proves the Wasserstein case, credited to earlier work, proves a Gromov-Wasserstein analogue, and extends the result to Fused Gromov-Wasserstein distances. The authors then use the fraction of variance in the deterministic component as a diagnostic for Linear Optimal Transport embeddings, and illustrate it on MNIST digit images, IMDB movie reviews, and Diffusion Tensor MRI tract data, together with a permutation-based extension of an ANOVA-type statistic.

Significance. The proposed R-squared-style diagnostic for LOT embeddings is useful, and the FGW variance decomposition appears novel; the paper correctly attributes the Wasserstein identity to prior work. The proofs in Appendices A.1 and A.2 are internally consistent, and the variance-explained ratio is derived from definitions rather than fitted, so there is no circularity in the central identity. The experiments are substantive and the DTMRI application is original. However, the manuscript currently contains a displayed decomposition that contradicts Corollary 1 and a non-isometric vectorization in the DTMRI section; both affect the reported numbers and must be fixed before the paper can be accepted.

major comments (2)
  1. [Section 3.4, displayed decomposition after Corollary 1] Corollary 1 gives FGW^2_{2,α}(X,Y^ℓ) = FGW^2_{2,α}(X,T^ℓ) + C^α_FGW(π^ℓ). Averaging over ℓ therefore yields dVar^n_{FGW_{2,α}} = (1/N)Σ_ℓ FGW^2_{2,α}(X,T^ℓ) + (1/N)Σ_ℓ C^α_FGW(π^ℓ). The displayed formula instead multiplies the two sums by α and 1−α. Since C^α_FGW already contains the α-weighting, the two expressions agree only when the omitted term is zero; for α=1/2 the displayed right-hand side is exactly half of dVar^n. The variance-explained percentages in Section 4 are ratios built from the deterministic term, so the authors must correct the displayed formula and recompute or confirm all affected numbers and figures.
  2. [Section 4.5.1, Eq. (10)] The mapping in Eq. (10) is not an isometry from (R^3 × Sym^+_3, product of the standard Euclidean metrics) to R^9. Under the Frobenius metric on symmetric matrices, off-diagonal entries should be scaled by sqrt(2), not by 2; with factor 2, the squared distance in R^9 adds 4Σ_{i<j}(Δm_ij)^2 instead of 2Σ_{i<j}(Δm_ij)^2. The LOT distances and DTMRI variance decomposition in Section 4.5 are therefore computed in a different metric than claimed. Please replace the factor 2 by sqrt(2), or explicitly define the nonstandard metric if that was intended.
minor comments (5)
  1. [Corollary 1 proof] The final equality in the proof of Corollary 1 uses [40, Lemma 1, part 1] without stating the lemma. Since this is the only step that replaces C^α_FGW(T) by the distance FGW^2(X,T), please state the needed lemma or give a proof so that the derivation is self-contained.
  2. [Section 4.3, first paragraph and Fig. 3 caption] The text says free-support Wasserstein barycenter algorithms [19,43] are used for all α, while Fig. 3 labels the templates as FGW barycenters. Please clarify which objective and algorithm produced the templates for each α, and avoid the term 'FGW barycenter' if the template does not actually minimize the FGW Fréchet variance.
  3. [Section 4.3 (Fig. 4) and Section 4.5 (Fig. 7)] The empirical curves are single runs without error bars or multiple initializations. Given the non-convex free-support barycenter procedure and the spike at n=8,9 noted in Section 4.3, report variability (for example, over initializations or bootstrap) for at least the main variance-explained and classification-accuracy curves.
  4. [Section 4.3 text and Fig. 4 caption] There is a cross-reference to the 'left panel of Figure 6' where Figure 4 appears to be meant, and the Fig. 4 caption says '2-Wasserstein variance' although the section analyzes FGW variance.
  5. [Theorem 1 proof and Eq. (7)] In the proof of Theorem 1, the line 'GW^2(ν, \tilde μ)' uses an undefined symbol \tilde μ; it should be GW^2(X,T). In Eq. (7), the index ℓ* in the numerator is undefined or a typo for ℓ.

Circularity Check

0 steps flagged · score 1.0 of 10

No circularity found: the decompositions are proved from definitions and external lemmas, and the reported 'variance explained' is a descriptive ratio rather than a fitted output.

full rationale

The derivation chain is self-contained. Proposition 1 is proved in Appendix A.1 from the optimal-coupling expansion and a transport-cost optimality argument; Theorem 1 is proved in Appendix A.2 by the analogous mechanism; Corollary 1 is a direct algebraic consequence of these two decompositions together with [40, Lemma 1], which is an external result, not authored by the present authors. The sample decomposition in Definition 4 and Eq. (6) is an averaged identity, and the 'percentage of variance explained' is the ratio of the deterministic term to the total Frechet variance: a defined descriptive statistic, not a parameter fitted to force any target. None of the experiments fit the decomposition to produce a pre-specified outcome; they solve optimal transport problems and then report the resulting ratio. The self-citations that appear ([16], [17], [54]) are only background application pointers in the introduction and are not load-bearing. The only substantive anomaly is the display in Section 3.4: dVar^n_FGW2,alpha := (1/N) Sum FGW^2(X,Y^ell) = alpha/N Sum FGW^2(X,T^ell) + (1-alpha)/N Sum C^alpha_FGW(pi^ell) is algebraically inconsistent with Corollary 1, which would give (1/N) Sum FGW^2(X,T^ell) + (1/N) Sum C^alpha_FGW(pi^ell). This is a correctness or typographical issue, not circularity, and it does not raise the circularity score.

Assumptions & free parameters 4 free parameters · 3 assumptions · 1 invented entities

The central theorem is derived with exact optimality assumptions. The experiments introduce user-chosen parameters n and α, a data-fitted λ*, uncontrolled initialization, and a novel CTDI representation, none of which are external benchmarks. This is a moderate number of assumptions for a methodological paper.

free parameters (4)
  • Support-point count n in free-support barycenter = varied between 1 and 200 depending on experiment
    Chosen by the user; determines LOT embedding dimension and strongly affects the variance decomposition and classification accuracy.
  • Fusion weight α = MNIST: 0, 0.25, 0.5, 0.75, 1; IMDB: 0, 5e-7, 2.5e-6, 1
    Chosen by hand to balance node-location and edge-structure components; IMDB values are selected to balance percent variance explained.
  • λ* in DTMRI appendix = tr((Z0)^T Z0) / (tr((Z1)^T Z1) + tr((Z0)^T Z0))
    Computed from the embedded data to balance location and covariance components; this is a data-fitted parameter.
  • Random initialization for free-support barycenter = not reported (standard normal points, log-uniform covariances)
    The free-support barycenter algorithm is non-convex; results depend on initialization, and no seed is given, so this is an uncontrolled choice.
assumptions (3)
  • domain assumption Optimal couplings and barycentric projections are computed exactly for the relevant distance (W2, GW, or FGW).
    The decomposition identities require γ to be an optimal coupling; in practice, linear programming and free-support algorithms return approximations. This is used in Definitions 4, 6, 8 and all experiments.
  • domain assumption The free-support barycenter algorithm of [19, 43] returns a valid Fréchet barycenter of the sample.
    The variance decomposition is computed with respect to this template; if the algorithm returns a poor local optimum, the percentage of variance explained is not the true Fréchet variance. See Section 2.2 and experiments.
  • domain assumption The Euclidean metric on Sym+_3 and the vectorization in Eq. (10) represent covariance distances faithfully.
    The DTMRI experiment relies on this for barycenter and LOT computations; the stated embedding is not isometric for the Frobenius metric, so this assumption is violated as written.
invented entities (1)
  • Covariance Tract Density Images (CTDI)
    purpose: Represent each white matter tract as an empirical measure on R3 × Sym+_3, coupling voxel locations with diffusion tensors, so that LOT can be applied.
    A new data representation introduced in Section 4.5.1; no external validation demonstrates that it preserves gender-relevant diffusion information better than existing representations.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Fused Gromov-Wasserstein Variance Decomposition with Linear Optimal Transport." pith.science (2026). https://pith.science/paper/IPNTQ2BH

@misc{pith2026241110204,
  author       = {Pith},
  title        = {Pith review of: Fused Gromov-Wasserstein Variance Decomposition with Linear Optimal Transport},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/IPNTQ2BH}},
  note         = {Machine review of arXiv:2411.10204}
}
read the original abstract

Wasserstein distances form a family of metrics on spaces of probability measures that have recently seen many applications. However, statistical analysis in these spaces is complex due to the nonlinearity of Wasserstein spaces. One potential solution to this problem is Linear Optimal Transport (LOT). This method allows one to find a Euclidean embedding, called LOT embedding, of measures in some Wasserstein spaces, but some information is lost in this embedding. So, to understand whether statistical analysis relying on LOT embeddings can make valid inferences about original data, it is helpful to quantify how well these embeddings describe that data. To answer this question, we present a decomposition of the Fr\'echet variance of a set of measures in the 2-Wasserstein space, which allows one to compute the percentage of variance explained by LOT embeddings of those measures. We then extend this decomposition to the Fused Gromov-Wasserstein setting. We also present several experiments that explore the relationship between the dimension of the LOT embedding, the percentage of variance explained by the embedding, and the classification accuracy of machine learning classifiers built on the embedded data. We use the MNIST handwritten digits dataset, IMDB-50000 dataset, and Diffusion Tensor MRI images for these experiments. Our results illustrate the effectiveness of low dimensional LOT embeddings in terms of the percentage of variance explained and the classification accuracy of models built on the embedded data.

Figures

Figures reproduced from arXiv: 2411.10204 by the authors.

Figure 1
Figure 1. Illustration of empirical measures µ1, µ2,.., µl and their barycenter ν. The measures T#ν l denote the barycen￾tric projections of ν towards µl . The vectors V l represent the Euclidean translations from ν to T#ν l 3 Fr´echet Variance Decompositions with LOT In this section, we present conditions under which Linear Optimal Transport can be used to decompose Fr´echet vari￾ance with respect to the Wasserstein, Gromov-… view at source ↗
Figure 2
Figure 2. Left: Sample data from 5 groups; Middle Left: p-values for permutations test for different values of n; Middle [PITH_FULL_IMAGE:figures/full_fig_p006_2.png] view at source ↗
Figure 3
Figure 3. Top Row: Gaussian Kernel Reconstructions and graph representations for free support Fused Gromov [PITH_FULL_IMAGE:figures/full_fig_p008_3.png] view at source ↗
Figures from the paper (4 more)
Figure 4
Figure 4. Figure 4: Left: Components of decomposition calculated with respect to a free support Barycenter with different numbers [PITH_FULL_IMAGE:figures/full_fig_p009_4.png]
Figure 5
Figure 5. Figure 5: Left: Components of decomposition calculated with respect to a free support Barycenter with different numbers [PITH_FULL_IMAGE:figures/full_fig_p010_5.png]
Figure 6
Figure 6. Figure 6: Points represent locations in R 3 , (r, g, b) values correspond to (normalized) diagonal elements of covariance matrices. Left: free support barycenter of ’Fornix L’ in HCP data (200 support points); Middle: Subject 100307’s ’Fornix L’ in the HCP data (6980 support poi…
Figure 7
Figure 7. Figure 7: Left: Fr´echet variance and components of decomposition as a function of number of support points in free [PITH_FULL_IMAGE:figures/full_fig_p012_7.png]

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

55 extracted references · 49 canonical work pages

  1. [1]

    Barycenters in the Wasserstein space

    Martial Agueh and Guillaume Carlier. Barycenters in the Wasserstein space. SIAM Journal on Mathematical Analysis, 43(2):904–924, 2011. 13 Fused Gromov-Wasserstein Variance Decomposition with Linear Optimal Transport

  2. [2]

    Squared quadratic Wasserstein distance: optimal couplings and Lions differentiability

    Aur´ elien Alfonsi and Benjamin Jourdain. Squared quadratic Wasserstein distance: optimal couplings and Lions differentiability. ESAIM: Probability and Statis- tics, 24:703–717, 2020

  3. [3]

    Gradient flows: in metric spaces and in the space of probability measures

    Luigi Ambrosio, Nicola Gigli, and Giuseppe Savar´ e. Gradient flows: in metric spaces and in the space of probability measures. Springer Science & Business Me- dia, 2008

  4. [4]

    Discrete Wasserstein barycenters: Optimal transport for discrete data, 2015

    Ethan Anderes, Steffen Borgwardt, and Jacob Miller. Discrete Wasserstein barycenters: Optimal transport for discrete data, 2015

  5. [5]

    Wasserstein generative adversarial networks

    Martin Arjovsky, Soumith Chintala, and L´ eon Bottou. Wasserstein generative adversarial networks. In Inter- national conference on machine learning , pages 214–

  6. [6]

    Linear optimal par- tial transport embedding

    Yikun Bai, Ivan Vladimir Medri, Rocio Diaz Martin, Rana Shahroz, and Soheil Kolouri. Linear optimal par- tial transport embedding. In International Conference on Machine Learning , pages 1492–1520. PMLR, 2023

  7. [7]

    Introduction to linear optimization, volume 6

    Dimitris Bertsimas and John N Tsitsiklis. Introduction to linear optimization, volume 6. Athena Scientific Bel- mont, MA, 1997

  8. [8]

    A survey of optimal transport for computer graphics and computer vision

    Nicolas Bonneel and Julie Digne. A survey of optimal transport for computer graphics and computer vision. Computer Graphics Forum, 42(2):439–460, 2023

Show all 55 references
  1. [9]

    Statistics for experimenters , volume 664

    George EP Box, William H Hunter, Stuart Hunter, et al. Statistics for experimenters , volume 664. John Wiley and sons New York, 1978

  2. [10]

    Super-resolution track-density imaging of thalamic substructures: Com- parison with high-resolution anatomical magnetic reso- nance imaging at 7.0 t

    Fernando Calamante, Se-Hong Oh, Jacques-Donald Tournier, Sung-Yeon Park, Young-Don Son, Jun- Young Chung, Je-Geun Chi, Graeme D Jackson, Chan- Woong Park, Young-Bo Kim, et al. Super-resolution track-density imaging of thalamic substructures: Com- parison with high-resolution a...

  3. [11]

    Statistical Inference

    George Casella and Roger Berger. Statistical Inference. Duxbury Resource Center, June 2001

  4. [12]

    Log-pca versus geodesic pca of histograms in the Wasserstein space

    Elsa Cazelles, Vivien Seguy, J´ er´ emie Bigot, Marco Cu- turi, and Nicolas Papadakis. Log-pca versus geodesic pca of histograms in the Wasserstein space. arXiv preprint arXiv:1708.08143, 2017

  5. [13]

    Statistical optimal transport

    Sinho Chewi, Jonathan Niles-Weed, and Philippe Rigollet. Statistical optimal transport. arXiv preprint arXiv:2407.18163, 2024

  6. [14]

    An interpolating distance between optimal transport and Fisher–Rao metrics

    Lenaic Chizat, Gabriel Peyr´ e, Bernhard Schmitzer, and Fran¸ cois-Xavier Vialard. An interpolating distance between optimal transport and Fisher–Rao metrics. Foundations of Computational Mathematics , 18:1–44, 2018

  7. [15]

    The Gromov– Wasserstein distance between networks and stable net- work invariants

    Samir Chowdhury and Facundo M´ emoli. The Gromov– Wasserstein distance between networks and stable net- work invariants. Information and Inference: A Journal of the IMA , 8(4):757–787, 2019

  8. [16]

    Gromov- Wasserstein averaging in a Riemannian framework

    Samir Chowdhury and Tom Needham. Gromov- Wasserstein averaging in a Riemannian framework. In Proceedings of the IEEE/CVF Conference on Com- puter Vision and Pattern Recognition Workshops , pages 842–843, 2020

  9. [17]

    Generalized spectral clustering via Gromov-Wasserstein learning

    Samir Chowdhury and Tom Needham. Generalized spectral clustering via Gromov-Wasserstein learning. In International Conference on Artificial Intelligence and Statistics , pages 712–720. PMLR, 2021

  10. [18]

    Sinkhorn distances: Lightspeed compu- tation of optimal transport

    Marco Cuturi. Sinkhorn distances: Lightspeed compu- tation of optimal transport. Advances in neural infor- mation processing systems, 26, 2013

  11. [19]

    Fast computation of Wasserstein barycenters

    Marco Cuturi and Arnaud Doucet. Fast computation of Wasserstein barycenters. In International conference on machine learning , pages 685–693. PMLR, 2014

  12. [20]

    A Wasserstein- type distance in the space of gaussian mixture mod- els

    Julie Delon and Agnes Desolneux. A Wasserstein- type distance in the space of gaussian mixture mod- els. SIAM Journal on Imaging Sciences, 13(2):936–970, 2020

  13. [21]

    Track orientation density imaging (todi) and track ori- entation distribution (tod) based tractography

    Thijs Dhollander, Louise Emsell, Wim Van Hecke, Frederik Maes, Stefan Sunaert, and Paul Suetens. Track orientation density imaging (todi) and track ori- entation distribution (tod) based tractography. Neu- roImage, 94:312–336, 2014

  14. [22]

    Fr´ echet analysis of variance for random objects

    Paromita Dubey and Hans-Georg M¨ uller. Fr´ echet analysis of variance for random objects. Biometrika, 106(4):803–821, 2019

  15. [23]

    Frank Yeh et. al. Dsi studio

  16. [24]

    Optimal transport for diffeomorphic registration

    Jean Feydy, Benjamin Charlier, Fran¸ cois-Xavier Vialard, and Gabriel Peyr´ e. Optimal transport for diffeomorphic registration. In Medical Image Com- puting and Computer Assisted Intervention- MICCAI 2017: 20th International Conference, Quebec City, QC, Canada, September 11-1...

  17. [25]

    Fast and scalable optimal transport for brain tractograms

    Jean Feydy, Pierre Roussillon, Alain Trouv´ e, and Pietro Gori. Fast and scalable optimal transport for brain tractograms. In Medical Image Computing and Computer Assisted Intervention–MICCAI 2019: 22nd International Conference, Shenzhen, China, October 13–17, 2019, Proceeding...

  18. [26]

    Statistical methods for research workers

    Ronald Aylmer Fisher. Statistical methods for research workers. In Breakthroughs in statistics: Methodology and distribution , pages 66–70. Springer, 1970

  19. [27]

    Optimal transport for domain adap- tation

    R´ emi Flamary, Nicholas Courty, Davis Tuia, and Alain Rakotomamonjy. Optimal transport for domain adap- tation. IEEE Trans. Pattern Anal. Mach. Intell , 1(1- 40):2, 2016

  20. [28]

    Principal geodesic analysis for the study of nonlinear statistics of shape

    P Thomas Fletcher, Conglin Lu, Stephen M Pizer, and Sarang Joshi. Principal geodesic analysis for the study of nonlinear statistics of shape. IEEE transactions on medical imaging, 23(8):995–1005, 2004

  21. [29]

    Learning generative models with sinkhorn divergences

    Aude Genevay, Gabriel Peyr´ e, and Marco Cuturi. Learning generative models with sinkhorn divergences. In International Conference on Artificial Intelligence and Statistics , pages 1608–1617. PMLR, 2018

  22. [30]

    Introduction to riemannian geometry and geometric statistics: from basic theory to implementation with geomstats

    Nicolas Guigui, Nina Miolane, Xavier Pennec, et al. Introduction to riemannian geometry and geometric statistics: from basic theory to implementation with geomstats. Foundations and Trends ® in Machine Learning, 16(3):329–493, 2023

  23. [31]

    Gender dif- ferences in white matter microstructure

    Richard A Kanaan, Matthew Allin, Marco Picchioni, Gareth J Barker, Eileen Daly, Sukhwinder S Shergill, James Woolley, and Philip K McGuire. Gender dif- ferences in white matter microstructure. PloS one , 7(6):e38272, 2012

  24. [32]

    Lightgbm: A highly efficient gradient boosting deci- sion tree

    Guolin Ke, Qi Meng, Thomas Finley, Taifeng Wang, Wei Chen, Weidong Ma, Qiwei Ye, and Tie-Yan Liu. Lightgbm: A highly efficient gradient boosting deci- sion tree. Advances in neural information processing systems, 30, 2017

  25. [33]

    MNIST handwritten digit database

    Yann LeCun and Corinna Cortes. MNIST handwritten digit database. http://yann.lecun.com/exdb/mnist/, 2010

  26. [34]

    Sinkhorn barycenters with free sup- port via frank-wolfe algorithm

    Giulia Luise, Saverio Salzo, Massimiliano Pontil, and Carlo Ciliberto. Sinkhorn barycenters with free sup- port via frank-wolfe algorithm. Advances in neural in- formation processing systems, 32, 2019

  27. [35]

    Learn- ing word vectors for sentiment analysis

    Andrew Maas, Raymond E Daly, Peter T Pham, Dan Huang, Andrew Y Ng, and Christopher Potts. Learn- ing word vectors for sentiment analysis. In Proceed- ings of the 49th annual meeting of the association for computational linguistics: Human language technolo- gies, pages 142–150, 2011

  28. [36]

    On the use of Gromov-Hausdorff Dis- tances for Shape Comparison

    Facundo M´ emoli. On the use of Gromov-Hausdorff Dis- tances for Shape Comparison. In M. Botsch, R. Pa- jarola, B. Chen, and M. Zwicker, editors, Eurographics Symposium on Point-Based Graphics. The Eurograph- ics Association, 2007

  29. [37]

    Gromov–Wasserstein distances and the metric approach to object matching

    Facundo M´ emoli. Gromov–Wasserstein distances and the metric approach to object matching. Foundations of computational mathematics , 11:417–487, 2011

  30. [38]

    Geomstats: a python package for Riemannian geom- etry in machine learning

    Nina Miolane, Nicolas Guigui, Alice Le Brigant, Johan Mathe, Benjamin Hou, Yann Thanwerdas, Stefan Hey- der, Olivier Peltre, Niklas Koep, Hadi Zaatiti, et al. Geomstats: a python package for Riemannian geom- etry in machine learning. The Journal of Machine Learning Research, 2...

  31. [39]

    Recent advances in opti- mal transport for machine learning

    Eduardo Fernandes Montesuma, Fred Ngole Mboula, and Antoine Souloumiac. Recent advances in opti- mal transport for machine learning. arXiv preprint arXiv:2306.16156, 2023

  32. [40]

    On a linear fused Gromov-Wasserstein distance for graph struc- tured data

    Dai Hai Nguyen and Koji Tsuda. On a linear fused Gromov-Wasserstein distance for graph struc- tured data. Pattern Recognition, 138:109351, 2023

  33. [41]

    Color schemes to represent the orientation of anisotropic tissues from dif- fusion tensor data: application to white matter fiber tract mapping in the human brain

    Sinisa Pajevic and Carlo Pierpaoli. Color schemes to represent the orientation of anisotropic tissues from dif- fusion tensor data: application to white matter fiber tract mapping in the human brain. Magnetic Reso- nance in Medicine: An Official Journal of the Inter- national ...

  34. [42]

    Computational op- timal transport

    Gabriel Peyre and Marco Cuturi. Computational op- timal transport. Foundations and Trends in Machine Learning, 11(5-6):355–607, 2019

  35. [43]

    Gromov-Wasserstein averaging of kernel and distance matrices

    Gabriel Peyr´ e, Marco Cuturi, and Justin Solomon. Gromov-Wasserstein averaging of kernel and distance matrices. In Maria Florina Balcan and Kilian Q. Wein- berger, editors, Proceedings of The 33rd International Conference on Machine Learning , volume 48 of Pro- ceedings of Ma...

  36. [44]

    Sinkformers: Transformers with doubly stochastic attention

    Michael E Sander, Pierre Ablin, Mathieu Blondel, and Gabriel Peyr´ e. Sinkformers: Transformers with doubly stochastic attention. In International Conference on Artificial Intelligence and Statistics , pages 3515–3530. PMLR, 2022

  37. [45]

    Linearized optimal transport on manifolds

    Cl´ ement Sarrazin and Bernhard Schmitzer. Linearized optimal transport on manifolds. SIAM Journal on Mathematical Analysis, 56(4):4970–5016, 2024

  38. [46]

    Srivastava and E

    A. Srivastava and E. Klassen. Functional and Shape Data Analysis. Springer Series in Statistics, New York, 2016

  39. [47]

    Sex dimorphism in the white matter: fractional anisotropy and brain size

    Hidemasa Takao, Naoto Hayashi, and Kuni Ohtomo. Sex dimorphism in the white matter: fractional anisotropy and brain size. Journal of Magnetic Res- onance Imaging, 39(4):917–923, 2014. 15 Fused Gromov-Wasserstein Variance Decomposition with Linear Optimal Transport

  40. [48]

    The human connectome project: a data acquisition perspective

    David C Van Essen, Kamil Ugurbil, Edward Auerbach, Deanna Barch, Timothy EJ Behrens, Richard Bucholz, Acer Chang, Liyong Chen, Maurizio Corbetta, San- dra W Curtiss, et al. The human connectome project: a data acquisition perspective. Neuroimage, 62(4):2222– 2231, 2012

  41. [49]

    Sex dif- ferences in white matter microstructure in the human brain predominantly reflect differences in sex hormone exposure

    J Van Hemmen, IMJ Saris, PT Cohen-Kettenis, DJ Veltman, PJW Pouwels, and Julie Bakker. Sex dif- ferences in white matter microstructure in the human brain predominantly reflect differences in sex hormone exposure. Cerebral Cortex, 27(5):2994–3001, 2017

  42. [50]

    Fused Gromov- Wasserstein distance for structured objects: theoreti- cal foundations and mathematical properties, 2018

    Titouan Vayer, Laetita Chapel, R´ emi Flamary, Ro- main Tavenard, and Nicolas Courty. Fused Gromov- Wasserstein distance for structured objects: theoreti- cal foundations and mathematical properties, 2018

  43. [51]

    Optimal transport for structured data with application on graphs, 2019

    Titouan Vayer, Laetitia Chapel, R´ emi Flamary, Ro- main Tavenard, and Nicolas Courty. Optimal transport for structured data with application on graphs, 2019

  44. [52]

    Optimal transport: old and new , volume 338

    C´ edric Villani et al. Optimal transport: old and new , volume 338. Springer, 2009

  45. [53]

    A linear optimal trans- portation framework for quantifying and visualizing variations in sets of images

    Wei Wang, Dejan Slepˇ cev, Saurav Basu, John A Ozolek, and Gustavo K Rohde. A linear optimal trans- portation framework for quantifying and visualizing variations in sets of images. International journal of computer vision, 101:254–269, 2013

  46. [54]

    A Wasserstein-type distance for gaussian mixtures on vector bundles with applications to shape analysis

    Michael Wilson, Tom Needham, Chiwoo Park, Supar- teek Kundu, and Anuj Srivastava. A Wasserstein-type distance for gaussian mixtures on vector bundles with applications to shape analysis. SIAM Journal on Imag- ing Sciences, 17(3):1433–1466, 2024

  47. [55]

    Quantifying differences and similarities in whole-brain white matter architecture using local connectome fingerprints

    Fang-Cheng Yeh, Jean M Vettel, Aarti Singh, Barn- abas Poczos, Scott T Grafton, Kirk I Erickson, Wen- Yih I Tseng, and Timothy D Verstynen. Quantifying differences and similarities in whole-brain white matter architecture using local connectome fingerprints. PLoS computational...

Pith tools

Reviewed August 12, 2026 · model on record in the stance chip above.