Pith. sign in

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 →

arxiv 2506.08689 v2 pith:WYDZUWBN submitted 2025-06-10 eess.SY cs.SYmath.OC

classification eess.SYcs.SYmath.OC MSC 49Q2293E1560B05
keywords uncertaintypropagationWassersteindistancequantizationdistributionallyrobustoptimizationstochasticdynamicalsystemssemi-discreteoptimaltransportpiecewiseLipschitzfunctionsdiscreteapproximation
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 to propagate an uncertain probability distribution through a possibly nonlinear map $f$ while still knowing how much error the approximation introduces. It claims that one can always replace the nominal distribution by a finite-support discrete distribution, chosen by quantizing the state space, so that the pushforward of the discrete surrogate is arbitrarily close in $\rho$-Wasserstein distance to the pushforward of every distribution in the original ambiguity set. The central bound is Theorem 5.1: the worst-case Wasserstein distance between the pushforward of any distribution in the ball and the pushforward of the discrete surrogate is at most a computable expression built from local linearizations of $f$ around each quantization location. This matters because it turns an infinite-dimensional worst-case problem into a finite computation, and because the same one-step guarantee can be iterated to approximate state distributions of stochastic dynamical systems over finite or, under contraction, infinite horizons.

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.

Watch

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

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

  • 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.
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 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)
  1. [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.
  2. [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)
  1. [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.
  2. [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.
  3. [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.
  4. [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.
  5. [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

0 steps flagged · score 2.0 of 10

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 2 free parameters · 6 assumptions · 0 invented entities

The central claims rest on standard Wasserstein machinery plus three imported capabilities: strong duality for Wasserstein DRO, the quantization-optimal location algorithm of [2], and linear bound propagation from [29]. No fitted constants or invented entities are introduced. The practical fixed-point result additionally assumes that the imported quantization subroutine can maintain θ_{d,t} ≤ ε on the specific product distributions generated during iteration.

free parameters (2)
  • Number of quantization locations N = |C| = 100 or 1000 in experiments
    Chosen by the user per benchmark, not fitted to the reported Monte Carlo errors; Theorem 6.2 and Remark 4 prescribe increasing N until the desired error threshold is met.
  • Linearization coefficients α_k, β_k = Computed via Algorithm 1 and bound propagation
    Selected to satisfy the norm inequality (9) or (14); they determine the tightness of the bounds in Theorems 5.1 and 5.2 and are over-approximations rather than data-fitted values.
assumptions (6)
  • standard math Strong duality for worst-case expectation over Wasserstein balls (Theorem 1 of [18])
    Used in the proof of Proposition A.2 to pass from the constrained supremum over couplings to the one-dimensional dual program (29); the paper only needs the weak-duality upper bound, which holds regardless.
  • domain assumption f is measurable and piecewise Lipschitz continuous
    Stated in Problem 1 and needed for the existence of α_k, β_k satisfying (9) and for the Lipschitz-based rate in Theorem 6.2.
  • domain assumption Algorithm 2 of [2] returns locations C with θ_d → 0 as N grows
    Invoked in Remark 4 to build the quantization operator and in the experiments; the result is not proved in this paper and comes from an overlapping-authors preprint.
  • domain assumption Linear bound propagation from [29] produces valid over-approximations (18)-(21)
    Used in Section 6.1 to compute α_k and β_k in practice; invalid bounds would void the reported numerical guarantees.
  • 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_ω
    Load-bearing premise of the finite and infinite horizon error dynamics; imported from the combination of Remark 4 and tractable θ_d computation for products of discrete measures and the noise distribution.
  • domain assumption Lipschitz constant L_f < 1 (for part ii of Theorem 7.1)
    Required for the Banach fixed-point argument that yields the limiting bound L_f ε/(1−L_f).

how reviews work

0 comments
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 reproduced from arXiv: 2506.08689 by the authors.

Figure 1
Figure 1. Schematic representation of the density of a continuous probability distribution P, and its quantization ∆R,C#P, which has support of size N = |C| = 4, where we represent π (i) := P(Ri), a notation that will be commonly adopted in the rest of the paper. That is, the quantization operator takes any point in the region Ri and brings it to the location ci. For any probability distribution P ∈ P(X ), the quantization (o… view at source ↗
Figure 2
Figure 2. There exists infinite admissible pairs (α, β) such that (9) holds. In particular, we show three of them: (0.252 , 0) (purple line), (0.132 , 0) (orange), and (0.092 , 0.4) (brown). Example 2 (Local vs. Lipschitz-based norm approximations). Let ρ = 2, and f(x) = 1 1+e−x be a sigmoid function, whose Lipschitz constant w.r.t. the L2-norm is Lf = 0.25. We consider the location c = 5; see [PITH_FULL_IMAGE:figures/full_f… view at source ↗
Figure 3
Figure 3. Quantization of P = N (0.2, 0.5), ∆R,C#P, constructed as described in Remark 4, for |C| ∈ {5, 10, 102}, and the corresponding bound WR,C for f the sigmoid function. Example 3 (Efficacy of Algorithm 1). Let ρ = 2. Consider again the sigmoid function f : R → R of Example 2. Further, let P = N (0.2, 0.5) [PITH_FULL_IMAGE:figures/full_fig_p015_3.png] view at source ↗
Figures from the paper (4 more)
Figure 4
Figure 4. Figure 4: Discrete approximation scheme for stochastic dynamical systems with formal guarantees on the ρ-Wasserstein distance, Wρ(Pxt , Pˆ xt ). locations C0 ⊂ X × W, and propagate it through f, resulting in the approximate state (discrete) distribution Pˆ x1 = f#∆R0,C0#Pˆ 0. No…
Figure 5
Figure 5. Figure 5: Upper bounds on supQ∈Bθ(P) W2(f#Q, f#∆R,C#P) for various benchmarks computed using Theorem 5.2 for θ = 0 and Theorem 5.1 for θ = 0.1 [PITH_FULL_IMAGE:figures/full_fig_p018_5.png]
Figure 6
Figure 6. Figure 6: Analysis of the upper bounds on supQ∈Bθ(P) W2(f#Q, f#∆R,C#P) computed using Theorem 5.2 for θ = 0 and Theorem 5.1 for θ > 0. In the left plot are the absolute bounds using the linearization coefficients from Section 6.1; on the right, the absolute difference between th…
Figure 7
Figure 7. Figure 7: Monte Carlo simulation of the true state distribution (left plots) - with 5×103 samples - and our discrete approximation from Section 7 (right plots) - with |C| = 100 - for the Mountain Car system from t = 1 to t = 10. The upper plots display the joint distribution of …

Discussion (0). Sign in to comment.

Reference graph

Works this paper leans on

42 extracted references · 37 canonical work pages

  1. [2]

    Finite neural networks as mixtures of gaussian processes: From provable error bounds to prior selection.arXiv preprint arXiv:2407.18707, 2024

    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

  2. [1]

    Approximate model checking of stochastic hybrid systems.European Journal of Control, 16(6):624–641, 2010

    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

  3. [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

  4. [4]

    Wasserstein variational gradient descent: From semi-discrete optimal transport to ensemble variational inference.arXiv preprint arXiv:1811.02827, 2018

    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

  5. [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

  6. [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

  7. [7]

    Random Dynamical Systems

    Ludwig Arnold, Christopher Jones, Konstantin Mischaikow, Genevi` eve Raugel, and Ludwig Arnold. Random Dynamical Systems. Springer, 1995

  8. [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

Show all 42 references
  1. [9]

    Princeton University Press, 2009

    Aharon Ben-Tal, Arkadi Nemirovski, and Laurent El Ghaoui.Robust Optimization. Princeton University Press, 2009

  2. [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

  3. [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

  4. [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

  5. [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

  6. [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

  7. [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

  8. [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

  9. [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

  10. [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

  11. [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

  12. [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...

  13. [21]

    Cambridge University Press, 1990

    Kazimierz Goebel and William Kirk.Topics in metric fixed point theory. Cambridge University Press, 1990

  14. [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

  15. [23]

    Springer Science & Business Media, 2000

    Siegfried Graf and Harald Luschgy.Foundations of Quantization for Probability Distributions. Springer Science & Business Media, 2000

  16. [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

  17. [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

  18. [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

  19. [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

  20. [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

  21. [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

  22. [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

  23. [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

  24. [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

  25. [33]

    Stochastic Processes and Applications.Texts in applied mathematics, 60, 2014

    Grigorios Pavliotis. Stochastic Processes and Applications.Texts in applied mathematics, 60, 2014

  26. [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

  27. [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

  28. [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

  29. [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

  30. [38]

    Courier Corporation, 1994

    Robert Stengel.Optimal Control and Estimation. Courier Corporation, 1994

  31. [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

  32. [40]

    Springer, 2009

    C´ edric Villani et al.Optimal Transport: Old and New, volume 338. Springer, 2009

  33. [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

  34. [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

Pith tools

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