REVIEW 2 major objections 5 minor 42 references
Efficient Uncertainty Propagation with Guarantees in Wasserstein Distance
T0 review · 2 major / 5 minor · reviewed 2026-08-07 · deepseek-v4-flash
Pith's one-line read Any uncertain distribution can be propagated through a nonlinear map by a discrete surrogate with arbitrarily small Wasserstein error.
desk verdict Static Wasserstein bounds are solid; the infinite-horizon guarantee leans on an unproven imported quantizer. 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 the quantization operator $\Delta_{\mathcal{R},\mathcal{C}}(x)=\sum_k c_k 1_{\mathcal{R}_k}(x)$, which maps each region of a partition to a representative location and turns any $P$ into a discrete distribution $\Delta_{\mathcal{R},\mathcal{C}}\#P$. The proof engine is a chain of relaxations: the $\rho$-Wasserstein distance between pushforwards rewrites as a transport cost with a modified metric, Proposition 3.1 bounds the quantization error $\theta_d$ by the summed $\rho$-th moments of each cell, duality from distributionally robust optimization converts the worst case over $Q \in B_\theta(P)$ into a one-dimensional Lagrangian minimization over couplings with second marginal $\Delta_{\mathcal{R},\mathcal{C}}\#P$, and the norm-linearization inequality closes that program by replacing $\lVert f(x)-f(c_k)\rVert^\rho$ with $\alpha_k\lVert x-c_k\rVert^\rho+\beta_k$. Theorem 5.1 is the closed-form result of that chain, and Theorem 7.1 is the same chain iterated in time.
What would settle it
Construct an explicit $P$, $f$, $\mathcal{R}$, $\mathcal{C}$, and a distribution $Q \in B_\theta(P)$ such that $W_\rho(f\#Q, f\#\Delta_{\mathcal{R},\mathcal{C}}\#P) > [\alpha_{\max}(\theta+\theta_d)^\rho + \sum_k \pi(k)\beta_k]^{1/\rho}$ with the $\alpha,\beta$ chosen as in Section 6.1; such a counterexample would falsify Theorem 5.1.
Extended reading notes
Core claim
The paper establishes a constructive solution to Problem 1: for any $\epsilon > 0$ there exists a partition $\mathcal{R}$ and locations $\mathcal{C}$ such that replacing $P$ by $\Delta_{\mathcal{R},\mathcal{C}}\#P$ changes the worst-case pushforward distance by at most $\epsilon$, and at the same time the worst-case distance itself is dominated by the explicit bound $[\alpha_{\max}(\theta+\theta_d)^\rho + \sum_k \pi(k)\beta_k]^{1/\rho}$. The bound is made of three computable ingredients: $\theta_d$, the quantization error of $P$ under $\mathcal{R},\mathcal{C}$; the probabilities $\pi(k)$ of the partition cells; and local $\alpha,\beta$ overapproximations of $\lVert f(x)-f(c_k)\rVert^\rho$ valid for all $x$. In the no-ambiguity case $\theta=0$, a strictly local version of the linearization gives a sharper bound. For stochastic dynamics, iterating the construction gives a sequence of discrete approximations whose $\rho$-Wasserstein error to the true state distribution is bounded by a recurrence in $\theta_t$; when the dynamics is a contraction, the error converges to a fixed point not larger than $L_f \epsilon/(1-L_f)$.
Load-bearing premise
The result depends on being able, at every time step, to quantize the current approximate joint distribution (already a discrete-times-noise mixture) with cell error at most $\epsilon$; the paper imports that capability from an overlapping preprint, and if it is not available the infinite-horizon bound does not follow.
Editorial extensions
If this is right
- Any task that currently approximates nonlinear uncertainty propagation by moment matching or uniform grids can instead use a few optimized quantization locations and get a certified Wasserstein error bound rather than an unverified heuristic estimate.
- In stochastic dynamical systems, the approximation error obeys a recurrence of the form $\theta_{t+1} \le [\alpha_{\max,t}(\theta_t+\epsilon)^\rho + \sum_k \hat{P}(\mathcal{R}_{t,k})\beta_{t,k}]^{1/\rho}$, so the error is not forced to grow linearly with time and can even contract.
- For contracting dynamics with $L_f < 1$, the error converges to a fixed point no larger than $L_f \epsilon/(1-L_f)$, which makes infinite-horizon prediction with a finite-support distribution formally possible.
- The no-ambiguity bound of Theorem 5.2 uses region-local linearizations and is therefore sharper than the global Lipschitz bound in practice, often by orders of magnitude on the paper's benchmarks.
- The discrete approximator can represent non-Gaussian features of the propagated distribution, such as the bimodal state distribution reported for the Mountain Car example at time $t=10$.
Reading between the lines
- The fixed-point bound is only as good as the assumed per-step quantization capability: Theorem 7.1 imports from an overlapping preprint the guarantee that $\theta_{d,t} \le \epsilon$ can be enforced at every step, while the static bounds of Section 5 are independent of that assumption.
- A testable route to strengthening the method would apply the norm-linearization idea directly to compositions $f \circ \cdots \circ f$ instead of sequential one-step application, which the paper itself lists as future work and which could remove the per-step $\epsilon$ assumption.
- The bound's saturation for bounded nonlinearities, where the best linearization is $\alpha=0$ with a finite $\beta$, suggests that ambiguity balls can contract rather than expand through bounded maps; this could be exploited in distributionally robust model predictive control with finite-horizon guarantees.
- A natural next experiment would measure the gap between the Theorem 5.1 bound and the true supremum on small two-dimensional examples, to see when the conservatism introduced by the worst-case coupling is significant.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper addresses the problem of propagating a Wasserstein ball of input distributions through a possibly nonlinear function and bounding the resulting pushforward uncertainty by a discrete approximant. It derives static upper bounds (Theorems 5.1 and 5.2), an algorithm for selecting quantization locations and linearization coefficients (Algorithm 1), a uniform-grid convergence result (Theorem 6.2), and an iterative error bound for stochastic dynamical systems, including an infinite-horizon fixed point under contractive dynamics (Theorem 7.1). The main results are supported by proofs in Appendix A, and experiments on several benchmarks are reported.
Significance. If the results hold, the paper provides a useful and computationally explicit framework for Wasserstein-ambiguity propagation through nonlinear maps, with convergence guarantees and an infinite-horizon error bound. The static bounds are derived in a largely self-contained way from elementary optimal-transport couplings and a norm-linearization inequality; Theorem 6.2 gives an explicit, though conservative, convergence rate; the code is publicly available; and the experiments cover nonlinear benchmarks while reporting Monte Carlo estimates in addition to formal bounds. The main unresolved issue is the constructive step needed for the iterative theorem, which rests on an imported algorithm whose applicability to the iterated measures is not established.
major comments (2)
- [Section 7, Theorem 7.1 and Remark 4] The premise of Theorem 7.1 is that for every t ≥ 0 one can select partitions R_t and locations C_t with quantization error θ_{d,t} ≤ ε for the joint measure \hat P_t = \hat P_{x_t} × P_ω. The only constructive support offered for this premise is Remark 4, which imports Algorithm 2 of the overlapping-authors preprint [2]. The paper does not prove that this algorithm, stated for Gaussian and normalizing-flow measures, applies to the singular product measures \hat P_t that arise after the first step, nor does it give an alternative quantization construction for these measures. Since the infinite-horizon bound L_f ε/(1−L_f) and the arbitrarily-small-ε guarantee are consequences of maintaining this premise at every step, the algorithmic claim in Theorem 7.1 is not fully supported by the written argument. Existence of such quantizers is not in question, since standard quantization theory supplies finite quantizers for any measure with finite ρ-th moment; the missing piece is a constructive procedure with complexity or rate guarantees, or a proof that Algorithm 2 of [2] provides one.
- [Appendix A.6, induction step of Theorem 7.1] In the induction step the proof writes W_ρ(f#P_t, f#Δ_{R_t,C_t}#\hat P_t) ≤ sup_{Q ∈ B_{θ_t}(\hat P_{x_t})} W_ρ(f#Q, f#Δ_{R_t,C_t}#\hat P_t). This is not well posed: f is defined on X × W, so f#Q is undefined for Q ∈ B_{θ_t}(\hat P_{x_t}) ⊂ P(X). The ambiguity set should be centered at the joint measure \hat P_t = \hat P_{x_t} × P_ω, or otherwise defined on the joint space so that it contains P_t. This is a load-bearing notation error in the proof of Theorem 7.1 and needs to be corrected.
minor comments (5)
- [Algorithm 1, line 8] The loop runs over k = 1, ..., |C|, but the expression \bar α_{sorted,k+1} is undefined when k = |C|; the loop should stop at |C|−1 or add the all-β candidate b_{|C|}^{1/ρ} separately.
- [Section 5.2, footnote example] The example in the footnote uses the notation R := {R_2} without defining R_2; please write the singleton partition explicitly and double-check the coupling γ* in that example.
- [Table 2, column headers] The column labeled 'Thm 4' appears to refer to Theorem 5.1; please rename the column to avoid confusion with the earlier theorem numbers.
- [Proposition A.2 proof] The proof invokes Lagrangian strong duality, but only the upper bound in (29) is needed; replacing the strong-duality claim with a weak-duality inequality would make the argument fully rigorous without changing the result.
- [Introduction, Section 1] There is a typo in the sentence 'existing approaches are either limited to linearfor lack formality and scalability'; it should read 'limited to linear systems or lack formality and scalability'.
Circularity Check
No load-bearing circularity: the core Wasserstein bounds and uniform-partition convergence are derived self-containedly, with only minor reliance on overlapping-authors [2] for quantizer placement; the Theorem 7.1 iterative gap is a completeness issue rather than a circular reduction.
full rationale
The derivation chain is self-contained for the core guarantees. Theorem 5.1 follows from the duality relaxation in Proposition A.2 together with the norm linearization assumption (9); neither ingredient is defined in terms of the quantity being bounded, and the resulting bound is not fitted to any data. Theorem 6.2 provides an explicit uniform-partition construction whose convergence argument uses only the triangle inequality, Lipschitz estimates, and finite-moment truncation, so the epsilon-requirement of Problem 1 is met without invoking any fitted or calibrated quantity. Theorem 7.1 is conditional on the premise that, for every time t, there exist partitions and locations with theta_{d,t} <= epsilon; under that premise, the fixed-point bound L_f * epsilon / (1 - L_f) is derived by the Banach fixed-point theorem, so the theorem is a genuine conditional result rather than a restatement of its conclusion. The only overlapping-author citation that plays a constructive role is Remark 4, which imports Algorithm 2 from [2] to place quantizer locations for Gaussian or normalizing-flow distributions. That citation is not load-bearing for the formal convergence claim, because Theorem 6.2 already supplies a valid uniform partition for arbitrary P with finite rho-th moment, and standard quantization theory guarantees the existence of finite quantizers for the iterated joint measures used in Section 7. The genuine weakness is a tractability and completeness gap: the paper does not prove that Algorithm 2 of [2] applies to the iterated discrete-times-Gaussian measures hat P_t that arise after the first step, so the efficient infinite-horizon construction is under-supported. This is a missing proof or missing support, not a circular reduction: no equation in the paper is equal to its own input by construction, and no fitted parameter is renamed as a prediction. Accordingly, the paper exhibits at most a minor non-load-bearing self-citation, with the central Wasserstein bounds having independent mathematical content.
Assumptions & free parameters
free parameters (2)
- Number of quantization locations N = |C| =
100 or 1000 in experiments
- Linearization coefficients α_k, β_k =
Computed via Algorithm 1 and bound propagation
assumptions (6)
- standard math Strong duality for worst-case expectation over Wasserstein balls (Theorem 1 of [18])
- domain assumption f is measurable and piecewise Lipschitz continuous
- domain assumption Algorithm 2 of [2] returns locations C with θ_d → 0 as N grows
- domain assumption Linear bound propagation from [29] produces valid over-approximations (18)-(21)
- domain assumption At each step of Theorem 7.1 one can construct R_t, C_t with θ_{d,t} ≤ ε for \hat P_t = \hat P_{x_t} × P_ω
- domain assumption Lipschitz constant L_f < 1 (for part ii of Theorem 7.1)
Cite this review
Pith. "Pith review of Efficient Uncertainty Propagation with Guarantees in Wasserstein Distance." pith.science (2026). https://pith.science/paper/WYDZUWBN
@misc{pith2026250608689,
author = {Pith},
title = {Pith review of: Efficient Uncertainty Propagation with Guarantees in Wasserstein Distance},
year = {2026},
howpublished = {\url{https://pith.science/paper/WYDZUWBN}},
note = {Machine review of arXiv:2506.08689}
}
abstract
In this paper, we consider the problem of propagating an uncertain distribution by a possibly non-linear function and quantifying the resulting uncertainty. We measure the uncertainty using the Wasserstein distance, and for a given input set of distributions close in the Wasserstein distance, we compute a set of distributions centered at a discrete distribution that is guaranteed to contain the pushforward of any distribution in the input set. Our approach is based on approximating a nominal distribution from the input set to a discrete support distribution for which the exact computation of the pushforward distribution is tractable, thus guaranteeing computational efficiency to our approach. Then, we rely on results from semi-discrete optimal transport and distributional robust optimization to show that for any $\epsilon > 0$ the error introduced by our approach can be made smaller than $\epsilon$. Critically, in the context of dynamical systems, we show how our results allow one to efficiently approximate the distribution of a stochastic dynamical system with a discrete support distribution for a possibly infinite horizon while bounding the resulting approximation error. We empirically investigate the effectiveness of our framework on various benchmarks, including a 10-D non-linear system, showing the effectiveness of our approach in quantifying uncertainty in linear and non-linear stochastic systems.
Figures
Figures from the paper (4 more)
Reference graph
Works this paper leans on
-
[2]
Steven Adams, Andrea Patane, Morteza Lahijanian, and Luca Laurenti. Finite neural networks as mixtures of gaussian processes: From provable error bounds to prior selection.arXiv preprint arXiv:2407.18707, 2024
arXiv 2024
-
[1]
Alessandro Abate, Joost-Pieter Katoen, John Lygeros, and Maria Prandini. Approximate model checking of stochastic hybrid systems.European Journal of Control, 16(6):624–641, 2010
work page 2010
-
[3]
Nonlinear bayesian estimation using gaussian sum approximations
Daniel Alspach and Harold Sorenson. Nonlinear bayesian estimation using gaussian sum approximations. IEEE Transactions on Automatic Control, 17(4):439–448, 1972
work page 1972
-
[4]
Luca Ambrogioni, Umut Guclu, and Marcel van Gerven. Wasserstein variational gradient descent: From semi-discrete optimal transport to ensemble variational inference.arXiv preprint arXiv:1811.02827, 2018
arXiv 2018
-
[5]
Wasserstein tube mpc with exact uncertainty propagation
Liviu Aolaritei, Marta Fochesato, John Lygeros, and Florian D¨ orfler. Wasserstein tube mpc with exact uncertainty propagation. InIEEE Conference on Decision and Control (CDC), pages 2036–2041, 2023
work page 2023
-
[6]
Distributional uncertainty prop- agation via optimal transport.arXiv preprint arXiv:2205.00343, 2022
Liviu Aolaritei, Nicolas Lanzetti, Hongruyu Chen, and Florian D¨ orfler. Distributional uncertainty prop- agation via optimal transport.arXiv preprint arXiv:2205.00343, 2022
arXiv 2022
-
[7]
Ludwig Arnold, Christopher Jones, Konstantin Mischaikow, Genevi` eve Raugel, and Ludwig Arnold. Random Dynamical Systems. Springer, 1995
work page 1995
-
[8]
The dubins car and other arm-like mobile robots
Devin Balkcom, Andrei Furtuna, and Weifu Wang. The dubins car and other arm-like mobile robots. In IEEE International Conference on Robotics and Automation (ICRA), pages 380–386, 2018
work page 2018
Show all 42 references
-
[9]
Princeton University Press, 2009
Aharon Ben-Tal, Arkadi Nemirovski, and Laurent El Ghaoui.Robust Optimization. Princeton University Press, 2009
2009
-
[10]
The price of robustness.Operations research, 52(1):35–53, 2004
Dimitris Bertsimas and Melvyn Sim. The price of robustness.Operations research, 52(1):35–53, 2004
2004
-
[11]
Digital synthesis of non-linear filters.Automatica, 7(3):287–298, 1971
Richard Bucy and Kenneth Senne. Digital synthesis of non-linear filters.Automatica, 7(3):287–298, 1971
1971
-
[12]
On distributionally robust chance-constrained linear pro- grams.Journal of Optimization Theory and Applications, 130:1–22, 2006
Giuseppe Carlo Calafiore and L El Ghaoui. On distributionally robust chance-constrained linear pro- grams.Journal of Optimization Theory and Applications, 130:1–22, 2006
2006
-
[13]
Limits of probabilistic safety guarantees when considering human uncertainty
Richard Cheng, Richard Murray, and Joel Burdick. Limits of probabilistic safety guarantees when considering human uncertainty. InIEEE International Conference on Robotics and Automation (ICRA), pages 3182–3189, 2021
2021
-
[14]
Pilco: A model-based and data-efficient approach to policy search
Marc Deisenroth and Carl Rasmussen. Pilco: A model-based and data-efficient approach to policy search. InInternational Conference on machine learning (ICML), pages 465–472, 2011
2011
-
[15]
Distributionally robust optimization under moment uncertainty with appli- cation to data-driven problems.Operations research, 58(3):595–612, 2010
Erick Delage and Yinyu Ye. Distributionally robust optimization under moment uncertainty with appli- cation to data-driven problems.Operations research, 58(3):595–612, 2010
2010
-
[16]
Wasserstein sensitivity of risk and uncertainty propa- gation.SIAM/ASA Journal on Uncertainty Quantification, 10(3):915–948, 2022
Oliver Ernst, Alois Pichler, and Bj¨ orn Sprungk. Wasserstein sensitivity of risk and uncertainty propa- gation.SIAM/ASA Journal on Uncertainty Quantification, 10(3):915–948, 2022
2022
-
[17]
Uncertainty propagation in stochastic systems via mixture models with error quantification.IEEE Conference on Decision and Control (CDC), 2024
Eduardo Figueiredo, Andrea Patane, Morteza Lahijanian, and Luca Laurenti. Uncertainty propagation in stochastic systems via mixture models with error quantification.IEEE Conference on Decision and Control (CDC), 2024
2024
-
[18]
Distributionally robust stochastic optimization with Wasserstein distance
Rui Gao and Anton Kleywegt. Distributionally robust stochastic optimization with Wasserstein distance. Mathematics of Operations Research, 48(2):603–655, 2023
2023
-
[19]
On choosing and bounding probability metrics.International statistical review, 70(3):419–435, 2002
Alison Gibbs and Francis Edward Su. On choosing and bounding probability metrics.International statistical review, 70(3):419–435, 2002
2002
-
[20]
Gaussian process priors with uncertain inputs application to multiple-step ahead time series forecasting.Advances in neural information processing systems (NeurIPS), 15, 2002
Agathe Girard, Carl Rasmussen, Joaquin Candela, and Roderick Murray-Smith. Gaussian process priors with uncertain inputs application to multiple-step ahead time series forecasting.Advances in neural information processing systems (NeurIPS), 15, 2002. EFFICIENT UNCERTAINTY PROP...
2002
-
[21]
Cambridge University Press, 1990
Kazimierz Goebel and William Kirk.Topics in metric fixed point theory. Cambridge University Press, 1990
1990
-
[22]
Efficient strategy synthesis for switched stochastic systems with distributional uncertainty.Nonlinear Analysis: Hybrid Systems, 55:101554, 2025
Ibon Gracia, Dimitris Boskos, Morteza Lahijanian, Luca Laurenti, and Manuel Mazo Jr. Efficient strategy synthesis for switched stochastic systems with distributional uncertainty.Nonlinear Analysis: Hybrid Systems, 55:101554, 2025
2025
-
[23]
Springer Science & Business Media, 2000
Siegfried Graf and Harald Luschgy.Foundations of Quantization for Probability Distributions. Springer Science & Business Media, 2000
2000
-
[24]
The quadruple-tank process: A multivariable laboratory process with an ad- justable zero.IEEE Transactions on Control Systems Technology, 8(3):456–465, 2000
Karl Henrik Johansson. The quadruple-tank process: A multivariable laboratory process with an ad- justable zero.IEEE Transactions on Control Systems Technology, 8(3):456–465, 2000
2000
-
[25]
Unscented filtering and nonlinear estimation.Proceedings of the IEEE, 92(3):401–422, 2004
Simon Julier and Jeffrey Uhlmann. Unscented filtering and nonlinear estimation.Proceedings of the IEEE, 92(3):401–422, 2004
2004
-
[26]
Numerical methods for stochastic control problems in continuous time.SIAM Journal on Control and Optimization, 28(5):999–1048, 1990
Harold Kushner. Numerical methods for stochastic control problems in continuous time.SIAM Journal on Control and Optimization, 28(5):999–1048, 1990
1990
-
[27]
Probabilistic prediction methods for nonlinear systems with application to stochastic model predictive control.Annual Reviews in Control, 56:100905, 2023
Daniel Landgraf, Andreas V¨ olz, Felix Berkel, Kevin Schmidt, Thomas Specker, and Knut Graichen. Probabilistic prediction methods for nonlinear systems with application to stochastic model predictive control.Annual Reviews in Control, 56:100905, 2023
2023
-
[28]
Perspectives on system identification.Annual Reviews in Control, 34(1):1–12, 2010
Lennart Ljung. Perspectives on system identification.Annual Reviews in Control, 34(1):1–12, 2010
2010
-
[29]
Safety certification for stochastic systems via neural barrier functions.IEEE Control Systems Letters, 7:973–978, 2022
Frederik Mathiesen, Simeon Calvert, and Luca Laurenti. Safety certification for stochastic systems via neural barrier functions.IEEE Control Systems Letters, 7:973–978, 2022
2022
-
[30]
Distributionally robust model predictive control: Closed-loop guarantees and scalable algorithms.IEEE Transactions on Automatic Control, 2024
Robert McAllister and Peyman Mohajerin Esfahani. Distributionally robust model predictive control: Closed-loop guarantees and scalable algorithms.IEEE Transactions on Automatic Control, 2024
2024
-
[31]
Data-driven distributionally robust optimization using the Wasserstein metric: Performance guarantees and tractable reformulations.Mathematical Programming, 171(1):115–166, 2018
Peyman Mohajerin Esfahani and Daniel Kuhn. Data-driven distributionally robust optimization using the Wasserstein metric: Performance guarantees and tractable reformulations.Mathematical Programming, 171(1):115–166, 2018
2018
-
[32]
Normalizing flows for probabilistic modeling and inference.Journal of Machine Learning Research, 22(57):1–64, 2021
George Papamakarios, Eric Nalisnick, Danilo Jimenez Rezende, Shakir Mohamed, and Balaji Lakshmi- narayanan. Normalizing flows for probabilistic modeling and inference.Journal of Machine Learning Research, 22(57):1–64, 2021
2021
-
[33]
Stochastic Processes and Applications.Texts in applied mathematics, 60, 2014
Grigorios Pavliotis. Stochastic Processes and Applications.Texts in applied mathematics, 60, 2014
2014
-
[34]
Computational Optimal Transport: With Applications to Data Science.Foundations and Trends®in Machine Learning, 11(5-6):355–607, 2019
Gabriel Peyr´ e, Marco Cuturi, et al. Computational Optimal Transport: With Applications to Data Science.Foundations and Trends®in Machine Learning, 11(5-6):355–607, 2019
2019
-
[35]
Robust mean-covariance solutions for stochastic optimization.Operations Research, 55(1):98–112, 2007
Ioana Popescu. Robust mean-covariance solutions for stochastic optimization.Operations Research, 55(1):98–112, 2007
2007
-
[36]
A barrier function approach to finite-time sto- chastic system verification and control.Automatica, 125:109439, 2021
Cesar Santoyo, Maxence Dutreix, and Samuel Coogan. A barrier function approach to finite-time sto- chastic system verification and control.Automatica, 125:109439, 2021
2021
-
[37]
Reinforcement learning with replacing eligibility traces.Machine learning, 22(1):123–158, 1996
Satinder Singh and Richard Sutton. Reinforcement learning with replacing eligibility traces.Machine learning, 22(1):123–158, 1996
1996
-
[38]
Courier Corporation, 1994
Robert Stengel.Optimal Control and Estimation. Courier Corporation, 1994
1994
-
[39]
Finite sample analysis of stochastic system identification
Anastasios Tsiamis and George Pappas. Finite sample analysis of stochastic system identification. In IEEE Conference on Decision and Control (CDC), pages 3648–3654, 2019
2019
-
[40]
Springer, 2009
C´ edric Villani et al.Optimal Transport: Old and New, volume 338. Springer, 2009
2009
-
[41]
Gaussian processes for regression.Advances in neural infor- mation processing systems (NeurIPS), 8, 1995
Christopher Williams and Carl Rasmussen. Gaussian processes for regression.Advances in neural infor- mation processing systems (NeurIPS), 8, 1995
1995
-
[42]
On linear optimization over Wasserstein balls
Man-Chung Yue, Daniel Kuhn, and Wolfram Wiesemann. On linear optimization over Wasserstein balls. Mathematical Programming, 195(1):1107–1122, 2022
2022
Reviewed August 7, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.