REVIEW 2 major objections 4 minor 59 references
Coreset selection for the Sinkhorn divergence and generic smooth divergences
T0 review · 2 major / 4 minor · reviewed 2026-08-16 · deepseek-v4-flash
Pith's one-line read For the Sinkhorn divergence, a convexly weighted coreset of $m = \omega(\log^d n)$ observed points reproduces the full-sample divergence up to an asymptotically negligible $o_p(1/n)$ error.
desk verdict A genuinely new polylog Sinkhorn coreset result with a coherent statistical core, but the advertised O(n^2m + m^3) construction time rests on an explicitly deferred Nyström proof that needs to be fixed before publication. 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 Hadamard operator $G$, the kernel of the divergence's second-order Taylor term at the population distribution: Lemma 1 shows that once $D$ is second-order Hadamard differentiable, $D(P_m)=D(P_n)+o_p(1/n)$ follows from $\mathrm{MMD}_G(P_n,P_m)=o_p(n^{-1/2})$, so compression reduces to MMD against $G$. For the Sinkhorn divergence the paper computes $G=\varepsilon(I-A^2)^{-1}\xi$, where $A$ is the entropic optimal transport operator $Af(x)=\int \xi(x,y)f(y)\,dP(y)$ and $\xi$ is the density of the entropic self-coupling, and proves this kernel is equivalent to the Gaussian kernel $\exp(-\|x-y\|^2/\varepsilon)$. The algorithm then builds the coreset by recombination on Nyström eigenvectors of the empirical $G_n$, and the geometric spectral decay of Gaussian Gram matrices supplies the $m=\omega(\log^d n)$ rate through Lemma 61.
What would settle it
Fix a compactly supported distribution in dimension $d$ and a regularization level $\varepsilon$; draw $n$ samples, build a CO2 coreset with $m=C\log^d n$ for several growing $n$, and compute $n|S(P,P_m)-S(P,P_n)|$ over repeated trials. Theorem 7 predicts this quantity converges to zero; observing bounded-away-from-zero values, or confidence intervals that do not shrink like $1/\sqrt{n}$, would refute the central guarantee.
Extended reading notes
Core claim
The central discovery is that second-order Hadamard differentiability turns divergence compression into MMD compression: Lemma 1 shows that if $D$ is second-order Hadamard differentiable at $P$, then any $P_m$ with $\mathrm{MMD}_G(P_n,P_m)=o_p(n^{-1/2})$ satisfies $D(P_m)=D(P_n)+o_p(1/n)$, where $G$ is the kernel of the quadratic term. For the Sinkhorn divergence the paper verifies the previously unknown regularity needed to apply this: $S$ is second-order Hadamard differentiable relative to the Gaussian kernel RKHS, with Hadamard operator $G=\varepsilon(I-A^2)^{-1}\xi$ equivalent to the Gaussian kernel, and entropic optimal transport potentials are Hadamard differentiable in that refined topology. Because Gaussian Gram matrices have geometric spectral decay, the recombination-plus-Nyström MMD compressor needs only $m=\omega(\log^d n)$ points and $O(n^2m+m^3)$ time to reach the $o_p(1/n)$ target. The proof passes through new differentiability results for the exponentiated entropic potentials $(u_{\mu,\nu},v_{\mu,\nu})=(e^{-\phi_{\mu,\nu}/\varepsilon},e^{-\psi_{\mu,\nu}/\varepsilon})$.
Load-bearing premise
The load-bearing premise is that the Sinkhorn divergence's error as a function of the data distribution has a valid quadratic Taylor approximation in the very smooth function space induced by a Gaussian kernel, which the proof obtains from a technical local approximation and compact-support assumptions; if that Taylor approximation fails, the polylogarithmic guarantee collapses.
Editorial extensions
If this is right
- With $m=\omega(\log^d n)$, Sinkhorn coresets achieve $S(P,P_m)=S(P,P_n)+o_p(1/n)$ in $O(n^2m+m^3)$ time, so asymptotic losslessness does not require a constant fraction of the data.
- Since the reduction to MMD is generic, any improvement in convex MMD compression can be substituted into CO2 and immediately improves Sinkhorn coresets.
- The new Hadamard differentiability results for entropic optimal transport potentials extend to other functionals built from entropic plans, such as the regularized OT cost itself or entropic barycenters, potentially giving them the same coreset guarantees.
- In Sobolev-type RKHSs of order $\alpha$, the same framework gives $m=\omega(n^{1/(1-\beta)})$ points, so the required coreset size tracks the spectral decay of the kernel exactly.
Reading between the lines
- The condition the paper actually needs is spectral equivalence between the divergence's second-order operator and a kernel with fast decay; entropically regularized Wasserstein losses with other ground costs are the natural testbed for whether the polylog result is specific to the Gaussian kernel or generic across smooth divergences.
- The paper's reduction suggests a black-box implementation: estimate the second-order Hadamard operator by automatic differentiation of the divergence and compress against the resulting data-dependent kernel, avoiding the analytic derivation that currently limits CO2 to specially studied functionals.
- The MNIST label-proportion result hints that Sinkhorn-optimal coresets are good for downstream aggregate statistics, not just for the divergence itself; a direct test would compare CO2 coresets against pure MMD coresets on classification and moment-estimation tasks.
- The paper leaves the replacement of $Q_{G_n}$ by the cheaper $\varepsilon Q_{\xi_n}$ as a conjecture supported by Lemma 12; if that exponential-rate claim is correct, computing Sinkhorn coresets requires only one entropic plan and its spectrum.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper introduces CO2, a two-stage framework for convexly weighted coreset selection with respect to generic smooth divergences. The first stage identifies the second-order Hadamard derivative of the divergence and the associated Hadamard operator, and the second stage performs MMD compression with respect to that operator using a Nyström-based recombination algorithm. The authors apply this framework to the Sinkhorn divergence, deriving new Hadamard differentiability results for entropic optimal transport potentials and showing that the Sinkhorn divergence is second-order Hadamard differentiable relative to a Gaussian RKHS. Their main theorem claims that, for m = ω(log^d n), a coreset of size m can be constructed in O(n^2 m + m^3) time such that S(P, P_m) = S(P, P_n) + o_p(1/n). Numerical experiments on Gaussian mixtures and MNIST illustrate the method's practical performance.
Significance. If the main result holds, this is a significant contribution: it gives the first polylogarithmic-size coreset guarantee for the Sinkhorn divergence, connects coreset selection to kernel quadrature through a functional Taylor expansion, and contains new regularity results for entropic optimal transport potentials that are of independent interest. The theoretical derivation is largely self-contained: the Sinkhorn kernel is derived from the divergence rather than fitted to data, the polylog bound follows from known geometric spectral decay of Gaussian kernels, and the proof of second-order Hadamard differentiability is detailed. The code is publicly available, and the experiments are clearly described. The principal weakness is that the advertised fast construction time is not fully supported, because the key Nyström transfer argument in Lemma 12 is explicitly deferred rather than proved.
major comments (2)
- [§4.3, Lemma 12; Theorem 7] Theorem 7's O(n^2 m + m^3) construction time is not fully supported, because the proof of Lemma 12 only treats the exact rank-r SVD variant and explicitly defers the Nyström transfer: 'We leave a complete argument to future research, as the necessary Nyström manipulations are outside the scope of this paper.' The proof assumes that the residual vector w satisfies a_1 = ... = a_m = 0 in the eigenbasis of π_{P_n,P_n}, which is a property of exact diagonalization and subsequent exact recombination, not of the Nyström approximation used in Algorithm 3. Since Algorithm 3 and Section 5 operate with the Nyström approximation of G or of ξ_n, the stated polylogarithmic guarantee at O(n^2 m + m^3) time remains conditional. A complete proof of the Nyström transfer, or a revised Theorem 7 that states the O(n^3) exact-SVD construction, is needed.
- [§4.3, Lemma 12; §5] There is an ambiguity about which quadratic form the implemented algorithm minimizes: Section 5 says 'CO2 is performed with respect to π_{P_n,P_n} for improved computational efficiency as detailed in Section 4.3,' while Algorithm 3 calls Nyström(G) on the Hadamard operator G. Lemma 12 only relates Q_{G_n} to εQ_{ξ_n} in the exact-SVD case. The paper does not provide a theorem showing that the Nyström-approximated directions of π_{P_n,P_n} yield the same or sufficiently close guarantee as exact SVD, so the empirical procedure and the mathematical claim in Theorem 7 are not yet matched.
minor comments (4)
- [§3.1] The word 'ambguity' should be 'ambiguity'.
- [Theorem 7] Theorem 7 states O(n^2 m + m^3), but Lemma 2 and Theorem 3 include θ^3 m^3 and m^3 log(n/m) factors; the theorem should either state the assumptions on the oversampling parameter θ or present the complexity consistently with the lemmas it relies on.
- [Algorithm 2 and Algorithm 5] Algorithm 2 defines V as the orthogonal complement of U⊕1, whereas Algorithm 5 uses U⊕1⊕kdiag; the two algorithms should use the same complement, or the difference should be justified in the text.
- [Proof of Lemma 12] The claim that the eigenvalues λ_i of π_{P_n,P_n} are geometrically decaying by 'Lemmas 22 and 61' is not self-evident; the argument should explicitly explain how uniform smoothness of the Sinkhorn scalings and the Gaussian RKHS spectral decay combine to yield this geometric decay for the empirical Sinkhorn plan.
Circularity Check
No significant circularity: the Sinkhorn coreset guarantee is derived from Hadamard differentiability and external spectral decay results, not from fitting or self-citation.
full rationale
Walking the derivation chain, I find no step in which a claimed prediction or guarantee is identical, by construction, to a fitted input or to a prior self-citation. The central statistical claim (Theorem 7) is assembled from (i) Lemma 1, a general second-order delta-method bound that transfers MMD control to any second-order Hadamard differentiable divergence; (ii) Theorem 9, which computes the Sinkhorn Hadamard operator G = ε(I−A²)⁻¹ξ by differentiating the divergence rather than imposing it; and (iii) Lemma 61, which supplies the Gaussian kernel’s geometric spectral decay from external results (Ma and Belkin; Yang et al.). The Sinkhorn regularity results (Theorems 8 and 48) are proved via an implicit-function-theorem argument and use external references (Goldfeld et al.; Gonzalez-Sanz et al.) for the Schrödinger system and local expansions, not as self-supporting citations. The only load-bearing step with an explicit caveat is computational Lemma 12, which states 'We leave a complete argument to future research' for the Nyström transfer and proves only the exact-SVD variant; Theorem 7’s time-complexity claim is therefore not fully supported. That is an incompleteness or correctness gap, not a circular reduction, because the statistical guarantee does not presuppose the conclusion it derives. The sole self-citation (Luedtke 2024) appears in the discussion as a pointer to automatic differentiation and is not load-bearing. Accordingly the circularity score is 0.
Assumptions & free parameters
free parameters (1)
- Sinkhorn regularization epsilon =
2d (synthetic), 1.5e4 (MNIST)
assumptions (6)
- domain assumption The data distribution P is compactly supported on X subset R^d.
- domain assumption RKHS eigenfunctions are uniformly bounded in sup-norm, ||psi_i||_infty <= M.
- domain assumption The divergence D is second-order Hadamard differentiable at P relative to the RKHS topology.
- standard math The Gaussian kernel on a compact domain has geometrically decaying eigenvalues with sup-norm bounded eigenfunctions.
- domain assumption Entropic optimal transport potentials satisfy the Schrodinger system and can be uniquely normalized.
- domain assumption Perturbations in the Hadamard differentiability analysis are uniformly supported on a compact set X.
Cite this review
Pith. "Pith review of Coreset selection for the Sinkhorn divergence and generic smooth divergences." pith.science (2026). https://pith.science/paper/C7AYRD7U
@misc{pith2026250420194,
author = {Pith},
title = {Pith review of: Coreset selection for the Sinkhorn divergence and generic smooth divergences},
year = {2026},
howpublished = {\url{https://pith.science/paper/C7AYRD7U}},
note = {Machine review of arXiv:2504.20194}
}
read the original abstract
We introduce CO2, an efficient algorithm to produce convexly-weighted coresets with respect to generic smooth divergences. By employing a functional Taylor expansion, we show a local equivalence between sufficiently regular losses and their second order approximations, reducing the coreset selection problem to maximum mean discrepancy minimization. We apply CO2 to the Sinkhorn divergence, providing a novel sampling procedure that requires poly-logarithmically many data points to match the approximation guarantees of random sampling. To show this, we additionally verify several new regularity properties for entropically regularized optimal transport of independent interest. Our approach leads to a new perspective linking coreset selection and kernel quadrature to classical statistical methods such as moment and score matching. We showcase this method with a practical application of subsampling image data, and highlight key directions to explore for improved algorithmic efficiency and theoretical guarantees.
Figures
Figures from the paper (4 more)
Reference graph
Works this paper leans on
-
[1]
Massively scalable Sinkhorn distances via the Nystr\"om method
Jason Altschuler, Francis Bach, Alessandro Rudi, and Jonathan Niles-Weed. Massively scalable sinkhorn distances via the nystr\"om method, 2019. URL https://arxiv.org/abs/1812.05189
work page Pith review arXiv 2019
-
[2]
On the equivalence between kernel quadrature rules and random feature expansions, 2015
Francis Bach. On the equivalence between kernel quadrature rules and random feature expansions, 2015
work page 2015
-
[3]
Reproducing kernel Hilbert spaces in probability and statistics
Alain Berlinet and Christine Thomas-Agnan. Reproducing kernel Hilbert spaces in probability and statistics. Springer Science & Business Media, 2011
2011
-
[4]
Jérémie Bigot, Elsa Cazelles, and Nicolas Papadakis. Data-driven regularization of wasserstein barycenters with an application to multivariate density registration, 2019
work page 2019
-
[5]
Learning probability measures with respect to optimal transport metrics
Guillermo Canas and Lorenzo Rosasco. Learning probability measures with respect to optimal transport metrics. Advances in Neural Information Processing Systems, 25, 2012
work page 2012
-
[6]
Annabelle Michael Carrell, Albert Gong, Abhishek Shetty, Raaz Dwivedi, and Lester Mackey. Low-rank thinning, 2025. URL https://arxiv.org/abs/2502.12063
arXiv 2025
-
[7]
Randomly pivoted cholesky: Practical approximation of a kernel matrix with few entry evaluations
Yifan Chen, Ethan N Epperly, Joel A Tropp, and Robert J Webber. Randomly pivoted cholesky: Practical approximation of a kernel matrix with few entry evaluations. Communications on Pure and Applied Mathematics, 78 0 (5): 0 995--1041, 2025
work page 2025
-
[8]
Unified framework for coreset selection and dataset distillation by distribution matching
Yongyong Chen, Yaowei Wang, Jingyong Su, et al. Unified framework for coreset selection and dataset distillation by distribution matching
Show all 59 references
-
[9]
Super-samples from kernel herding
Yutian Chen, Max Welling, and Alex Smola. Super-samples from kernel herding. arXiv preprint arXiv:1203.3472, 2012
2012 arXiv
-
[10]
Wasserstein measure coresets, 2020
Sebastian Claici, Aude Genevay, and Justin Solomon. Wasserstein measure coresets, 2020. URL https://arxiv.org/abs/1805.07412
2020 arXiv
-
[11]
I-divergence geometry of probability distributions and minimization problems
Imre Csisz \'a r. I-divergence geometry of probability distributions and minimization problems. The annals of probability, pages 146--158, 1975
1975
-
[12]
Sinkhorn distances: Lightspeed computation of optimal transport
Marco Cuturi. Sinkhorn distances: Lightspeed computation of optimal transport. Advances in neural information processing systems, 26, 2013
2013
-
[13]
Nonlinear functional analysis
Klaus Deimling. Nonlinear functional analysis. Courier Corporation, 2010
2010
-
[14]
A tight analysis of hutchinson's diagonal estimator, 2022
Prathamesh Dharangutte and Christopher Musco. A tight analysis of hutchinson's diagonal estimator, 2022. URL https://arxiv.org/abs/2208.03268
2022 arXiv
-
[15]
Treatise on Analysis: Volume 1, volume 1
Jean Dieudonn \'e . Treatise on Analysis: Volume 1, volume 1. Academic press, 1960
1960
-
[16]
Kernel thinning, 2023
Raaz Dwivedi and Lester Mackey. Kernel thinning, 2023
2023
-
[17]
Generalized kernel thinning, 2025
Raaz Dwivedi and Lester Mackey. Generalized kernel thinning, 2025. URL https://arxiv.org/abs/2110.01593
2025 arXiv
-
[18]
Hadamard Differentiation, pages 16--24
Luisa Turrin Fernholz. Hadamard Differentiation, pages 16--24. Springer New York, New York, NY, 1983. ISBN 978-1-4612-5604-5. doi:10.1007/978-1-4612-5604-5_3. URL https://doi.org/10.1007/978-1-4612-5604-5_3
1983 doi
-
[19]
Interpolating between optimal transport and mmd using sinkhorn divergences
Jean Feydy, Thibault S \'e journ \'e , Fran c ois-Xavier Vialard, Shun-ichi Amari, Alain Trouve, and Gabriel Peyr \'e . Interpolating between optimal transport and mmd using sinkhorn divergences. In The 22nd International Conference on Artificial Intelligence and Statistics, p...
2019
-
[20]
Real analysis: modern techniques and their applications
Gerald B Folland. Real analysis: modern techniques and their applications. John Wiley & Sons, 1999
1999
-
[21]
Large sample analysis of the median heuristic, 2018
Damien Garreau, Wittawat Jitkrittum, and Motonobu Kanagawa. Large sample analysis of the median heuristic, 2018. URL https://arxiv.org/abs/1707.07269
2018 arXiv
-
[22]
Limit theorems for entropic optimal transport maps and the sinkhorn divergence
Ziv Goldfeld, Kengo Kato, Gabriel Rioux, and Ritwik Sadhu. Limit theorems for entropic optimal transport maps and the sinkhorn divergence. arXiv preprint arXiv:2207.08683, 2022
2022 arXiv
-
[23]
Supervised kernel thinning
Albert Gong, Kyuseong Choi, and Raaz Dwivedi. Supervised kernel thinning. arXiv preprint arXiv:2410.13749, 2024
2024 arXiv
-
[24]
Weak limits of entropy regularized optimal transport; potentials, plans and divergences
Alberto Gonzalez-Sanz, Jean-Michel Loubes, and Jonathan Niles-Weed. Weak limits of entropy regularized optimal transport; potentials, plans and divergences. 2022
2022
-
[25]
Probabilities on algebraic structures
Ulf Grenander. Probabilities on algebraic structures. Courier Corporation, 2008
2008
-
[26]
Rasch, Bernhard Scholkopf, and Alexander J
Arthur Gretton, Karsten Borgwardt, Malte J. Rasch, Bernhard Scholkopf, and Alexander J. Smola. A kernel method for the two-sample problem, 2008
2008
-
[27]
Lectures on functional calculus
Markus Haase. Lectures on functional calculus. In 21st International Internet Seminar, Kiel Univ, 2018
2018
-
[28]
Asymptotics of discrete schr\"odinger bridges via chaos decomposition, 2022
Zaid Harchaoui, Lang Liu, and Soumik Pal. Asymptotics of discrete schr\"odinger bridges via chaos decomposition, 2022. URL https://arxiv.org/abs/2011.08963
2022 arXiv
-
[29]
Positively weighted kernel quadrature via subsampling
Satoshi Hayakawa, Harald Oberhauser, and Terry Lyons. Positively weighted kernel quadrature via subsampling. In S. Koyejo, S. Mohamed, A. Agarwal, D. Belgrave, K. Cho, and A. Oh, editors, Advances in Neural Information Processing Systems, volume 35, pages 6886--6900. Curran As...
2022
-
[30]
Sampling-based nystr\"om approximation and kernel quadrature, 2023
Satoshi Hayakawa, Harald Oberhauser, and Terry Lyons. Sampling-based nystr\"om approximation and kernel quadrature, 2023
2023
-
[31]
Matrix analysis
Roger A Horn and Charles R Johnson. Matrix analysis. Cambridge university press, 2012
2012
-
[32]
Quasi-monte carlo sampling to improve the efficiency of monte carlo em
Wolfgang Jank. Quasi-monte carlo sampling to improve the efficiency of monte carlo em. Computational statistics & data analysis, 48 0 (4): 0 685--701, 2005
2005
-
[33]
Perturbation theory for linear operators, volume 132
Tosio Kato. Perturbation theory for linear operators, volume 132. Springer Science & Business Media, 2013
2013
-
[34]
Debiased distribution compression, 2024
Lingxiao Li, Raaz Dwivedi, and Lester Mackey. Debiased distribution compression, 2024. URL https://arxiv.org/abs/2404.12290
2024 arXiv
-
[35]
Litterer and T
C. Litterer and T. Lyons. High order recombination and an application to cubature on wiener space. The Annals of Applied Probability, 22 0 (4): 0 1301--1327, 2012. ISSN 10505164. URL http://www.jstor.org/stable/41713361
2012
-
[36]
Simplifying debiased inference via automatic differentiation and probabilistic programming, 2024
Alex Luedtke. Simplifying debiased inference via automatic differentiation and probabilistic programming, 2024. URL https://arxiv.org/abs/2405.08675
2024 arXiv
-
[37]
Diving into the shallows: a computational perspective on large-scale shallow learning
Siyuan Ma and Mikhail Belkin. Diving into the shallows: a computational perspective on large-scale shallow learning. Advances in neural information processing systems, 30, 2017
2017
-
[38]
Exact lower and upper bounds on the incomplete gamma function, 2020
Iosif Pinelis. Exact lower and upper bounds on the incomplete gamma function, 2020. URL https://arxiv.org/abs/2005.06384
2020 arXiv
-
[39]
Quantization and the method of k-means
David Pollard. Quantization and the method of k-means. IEEE Transactions on Information theory, 28 0 (2): 0 199--205, 1982
1982
-
[40]
On wasserstein two sample testing and related families of nonparametric tests, 2015
Aaditya Ramdas, Nicolas Garcia, and Marco Cuturi. On wasserstein two sample testing and related families of nonparametric tests, 2015
2015
-
[41]
Entropic optimal transport is maximum-likelihood deconvolution
Philippe Rigollet and Jonathan Weed. Entropic optimal transport is maximum-likelihood deconvolution. Comptes Rendus. Math \'e matique , 356 0 (11-12): 0 1228--1235, 2018
2018
-
[42]
Delta method, infinite dimensional
Werner R \"o misch. Delta method, infinite dimensional. 2004
2004
-
[43]
u schendorf and Wolfgang Thomsen. Note on the schr \
Ludger R \"u schendorf and Wolfgang Thomsen. Note on the schr \"o dinger equation and i-projections. Statistics & probability letters, 17 0 (5): 0 369--375, 1993
1993
-
[44]
Data distillation: A survey, 2023
Noveen Sachdeva and Julian McAuley. Data distillation: A survey, 2023. URL https://arxiv.org/abs/2301.04272
2023 arXiv
-
[45]
Learning with kernels: support vector machines, regularization, optimization, and beyond
Bernhard Sch \"o lkopf and Alexander J Smola. Learning with kernels: support vector machines, regularization, optimization, and beyond. MIT press, 2002
2002
-
[46]
Serfling
Robert J. Serfling. Approximation theorems of mathematical statistics. Wiley series in probability and mathematical statistics : Probability and mathematical statistics. Wiley, New York, NY [u.a.], [nachdr.] edition, 1980. ISBN 0471024031. URL http://gso.gbv.de/DB=2.1/CMD?ACT=...
1980
-
[47]
Sriperumbudur, Kenji Fukumizu, Arthur Gretton, Bernhard Sch \"o lkopf, and Gert R
Bharath K. Sriperumbudur, Kenji Fukumizu, Arthur Gretton, Bernhard Sch \"o lkopf, and Gert R. G. Lanckriet. On the empirical estimation of integral probability metrics . Electronic Journal of Statistics, 6 0 (none): 0 1550 -- 1599, 2012. doi:10.1214/12-EJS722. URL https://doi....
2012 doi
-
[48]
K-means clustering: a half-century synthesis
Douglas Steinley. K-means clustering: a half-century synthesis. British Journal of Mathematical and Statistical Psychology, 59 0 (1): 0 1--34, 2006
2006
-
[49]
Simulating ventricular systolic motion in a four-chamber heart model with spatially varying robin boundary conditions to model the effect of the pericardium
Marina Strocchi, Matthias AF Gsell, Christoph M Augustin, Orod Razeghi, Caroline H Roney, Anton J Prassl, Edward J Vigmond, Jonathan M Behar, Justin S Gould, Christopher A Rinaldi, et al. Simulating ventricular systolic motion in a four-chamber heart model with spatially varyi...
2020
-
[50]
Caratheodory cubature measures
Maria Tchernychova. Caratheodory cubature measures. PhD thesis, University of Oxford, 2016
2016
-
[51]
Topological vector spaces distributions and kernels
Francois Treves. Topological vector spaces distributions and kernels. Pergamon Press, 1967
1967
-
[52]
Tropp, Alp Yurtsever, Madeleine Udell, and Volkan Cevher
Joel A. Tropp, Alp Yurtsever, Madeleine Udell, and Volkan Cevher. Fixed-rank approximation of a positive-semidefinite matrix from streaming data, 2017
2017
-
[53]
In Weak Convergence and Empirical Processes: With Applications to Statistics
AW van der Vaart and Jon A Wellner. In Weak Convergence and Empirical Processes: With Applications to Statistics. Springer, 2023
2023
-
[54]
A dimension-free computational upper-bound for smooth optimal transport estimation
Adrien Vacher, Boris Muzellec, Alessandro Rudi, Francis Bach, and Francois-Xavier Vialard. A dimension-free computational upper-bound for smooth optimal transport estimation. In Conference on Learning Theory, pages 4143--4173. PMLR, 2021
2021
-
[55]
Asymptotic statistics, volume 3
Aad W van der Vaart. Asymptotic statistics, volume 3. Cambridge university press, 2000
2000
-
[56]
Sharp asymptotic and finite-sample rates of convergence of empirical measures in wasserstein distance
Jonathan Weed and Francis Bach. Sharp asymptotic and finite-sample rates of convergence of empirical measures in wasserstein distance. 2019
2019
-
[57]
Potluru, Tucker Balch, and Manuela Veloso
Zikai Xiong, Niccolò Dalmasso, Shubham Sharma, Freddy Lecue, Daniele Magazzeni, Vamsi K. Potluru, Tucker Balch, and Manuela Veloso. Fair wasserstein coresets, 2024. URL https://arxiv.org/abs/2311.05436
2024 arXiv
-
[58]
Zhuoran Yang, Chi Jin, Zhaoran Wang, Mengdi Wang, and Michael I. Jordan. On function approximation in reinforcement learning: Optimism in the face of large state spaces, 2020
2020
-
[59]
Wasserstein coreset via sinkhorn loss
Haoyun Yin, Yixuan Qiu, and Xiao Wang. Wasserstein coreset via sinkhorn loss. Transactions on Machine Learning Research, 2025
2025
Reviewed August 16, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.