Expected Batch OT Plan Explained
- Expected Batch OT Plans are population-level couplings derived by averaging optimal transport plans computed on random minibatches, formalizing a precise stochastic framework.
- They leverage cost identities and asymptotic bias analysis to bridge empirical OT with true optimal transport, showing how bias decreases as batch size increases.
- In flow matching, the averaged plans induce well-posed, Lipschitz velocity fields that guarantee unique ODE solutions for transporting distributions between Gaussian and discrete measures.
Searching arXiv for the cited work and closely related OT-plan literature. Expected batch OT plans are population-level couplings obtained by averaging optimal transport plans computed on random minibatches. In the formulation introduced in "Expected Batch Optimal Transport Plans and Consequences for Flow Matching" (Boïté et al., 12 May 2026), the object of interest is the coupling induced by repeated OT on independent empirical measures of fixed batch size . This construction makes precise the law implicitly generated by minibatch OT surrogates in large-scale learning, especially in settings such as flow matching where minibatch couplings are used as substitutes for exact OT. Closely related work studies other expectation-based transport plans, including averages over one-dimensional sliced couplings, posterior means under probabilistic hyperpriors, and empirical couplings recovered from sampled GFlowNet trajectories (Liu et al., 2024, Y. et al., 2024, Maksimov et al., 4 Jun 2026).
1. Formal definition
Let and fix . Draw independent minibatches
Let be any measurable choice of an optimal transport plan between the empirical measures
When are uniform on points, can equivalently be represented by an optimal permutation 0 (Boïté et al., 12 May 2026).
The expected batch OT plan 1 is the unique coupling satisfying, for every bounded Borel 2,
3
An equivalent characterization is operational: if one computes minibatch OT and then picks one of the 4 matched pairs uniformly at random, the resulting law is 5 (Boïté et al., 12 May 2026).
This definition isolates a population object from a stochastic training heuristic. Rather than viewing minibatch OT as a sequence of unrelated empirical plans, the construction treats repeated minibatch matching as a random coupling mechanism with a well-defined expectation.
2. Cost identity, monotonicity, and asymptotic bias
A central identity links the transport cost of 6 to the expected empirical OT cost:
7
This is Proposition 3.1 in (Boïté et al., 12 May 2026). It shows that the cost of the expected batch plan is exactly the average minibatch Wasserstein cost, not merely an upper or lower approximation.
The same work proves that the map
8
is nonincreasing and satisfies
9
Thus finite-batch OT is systematically biased upward in cost, and larger batches reduce that bias (Boïté et al., 12 May 2026).
In the semidiscrete setting, more explicit rates are available. If 0 has compact support, 1 is uniform on 2 atoms, and the semidiscrete OT dual is nondegenerate, then
3
If instead 4 for some 5 and 6 is uniform on 7 atoms, then
8
The 9 result is obtained by showing that the semidiscrete dual 0 has a unique quadratic maximizer 1 and that the dual excess
2
is 3 (Boïté et al., 12 May 2026).
These statements delimit what minibatch OT approximates at population level. A common misconception is that averaging minibatch couplings necessarily recovers the exact OT plan at moderate 4; the established result is weaker and more precise: the expected batch cost decreases monotonically toward the OT cost, with rates that depend on the semidiscrete structure and moment assumptions.
3. Plan consistency in the semidiscrete regime
Assume 5, so that the OT plan 6 is unique. In this setting, Proposition 3.3 of (Boïté et al., 12 May 2026) proves that
7
This is a direct plan-consistency statement: the expected batch OT plan converges to the true OT plan in the large-batch limit.
The same proposition gives a cost-to-plan lower bound. For any 8,
9
This inequality shows that plan discrepancy controls cost discrepancy from below, but not conversely in full generality (Boïté et al., 12 May 2026).
A sharper upper bound is available in the Gaussian-to-discrete case. If 0 and 1 is uniform on 2 atoms, then there exists 3 such that
4
This yields an explicit convergence rate for the plan itself in a semidiscrete generative-modeling regime (Boïté et al., 12 May 2026).
The paper also emphasizes a limitation: without additional structure, no modulus 5 exists with
6
This rules out a general principle that small excess cost alone forces plan proximity. A plausible implication is that semidiscrete regularity assumptions are not merely technical conveniences but are essential to obtain quantitative plan-recovery guarantees.
4. Consequences for flow matching
The main application developed in (Boïté et al., 12 May 2026) is flow matching in the Gaussian-to-discrete setting
7
Any coupling 8 induces the velocity field
9
and the associated ODE flow 0.
Lemma 4.1 gives the posterior form
1
where 2. If 3 is the density of 4 with respect to 5, then
6
This expresses the flow field through posterior assignment probabilities under the coupling (Boïté et al., 12 May 2026).
For the expected batch plan 7, Proposition 4.2 establishes rectifiability. For each fixed 8:
- 9 is jointly continuous on 0 for any compact 1 and 2, and locally Lipschitz in 3, uniformly in 4.
- For each 5, the ODE 6, 7, has a unique solution 8 on 9, and 0.
- There is a Borel map 1 with 2 almost surely, and 3.
The proof sketch relies on posterior weights 4 that are globally Lipschitz and bounded away from 5, together with Gaussian density bounds, Picard–Lindelöf for the ODE, and a trapping argument near atoms (Boïté et al., 12 May 2026).
These results distinguish expected batch OT plans from ad hoc minibatch pairings. In this regime, the averaged coupling does not merely reduce variance; it induces a well-posed, locally Lipschitz FM velocity field and therefore a unique flow from the source to the discrete target.
5. Numerical tradeoffs and computational interpretation
The expected batch OT framework also quantifies the interaction between OT batch size and numerical integration. Define the Euler-map error
6
where 7 uses 8 Euler steps. In the two-atom model with 9 and 0, Proposition 4.3 shows that, as 1,
2
and as 3,
4
Hence increasing NFE yields a stretched-exponential decay in error 5, whereas increasing OT batch size gives only a polynomial 6 decay (Boïté et al., 12 May 2026).
Synthetic and image experiments reinforce this distinction. In Gaussian-to-discrete synthetic runs, the cost-bias decays 7 and the plan-distance proxy decays 8. The posterior concentration
9
approaches 0 faster with larger 1, and also faster with higher 2 when 3. In real-data FM on CIFAR-10 and SVHN,
4
steadily decreases up to 5 with no saturation, but increasing 6 improves sample FID only when using very coarse integration; at high NFE the benefit of larger 7 vanishes or even reverses (Boïté et al., 12 May 2026).
The practical interpretation is narrow but important. Expected batch OT plans justify minibatch OT as a population coupling and show large-batch consistency, but they do not imply that arbitrarily large OT batches are the most efficient route to better inference. The stated asymptotics indicate that, in the analyzed setting, moderate 8 and higher NFE can be the more effective training–inference tradeoff.
6. Related expected-plan constructions
The expected batch OT plan is one instance of a broader family of transport plans obtained by averaging over a random mechanism. The following constructions are closely related in spirit but differ in what is randomized and what guarantees are proved.
| Construction | Averaging mechanism | Resulting object |
|---|---|---|
| Expected batch OT plan 9 | Independent minibatches of size 00 | Population coupling |
| Expected sliced transport plan 01 | Random slices 02 | Averaged lifted coupling |
| HFPD-OT expected plan 03 | Samples from a hyperprior over plans | Posterior mean plan |
| GFlowNet empirical batch plan 04 | Sampled trajectories under learned policy | Empirical coupling |
Expected sliced transport, introduced in "Expected Sliced Transport Plans" (Liu et al., 2024), starts from discrete measures
05
in 06. For each 07, one computes the one-dimensional OT plan 08 between the projected measures, lifts it back to 09 via 10, and averages:
11
Using 12 to weight the Euclidean 13-cost defines
14
The paper proves that 15 is a valid metric on input discrete probability measures, gives an algorithm with total complexity 16 and memory 17, and introduces temperature weighting 18, which recovers EST as 19 and degenerates to the "min-SWGG" transport map as 20 (Liu et al., 2024).
HFPD-OT, developed in "Randomized Transport Plans via Hierarchical Fully Probabilistic Design" (Y. et al., 2024), treats the transport plan itself as a random matrix 21 in the simplex 22 and defines a Gibbs-form hyperprior 23 subject to marginal moment constraints
24
The expected plan is
25
Although no closed form exists in general, the limit 26 and 27 converges to the usual entropy-regularized OT plan, whereas 28 reverts to the unconstrained Gibbs generator. The method further provides entry-wise variances and credible intervals from HMC samples of the hyperprior (Y. et al., 2024).
A different notion appears in "Your GFlowNet Secretly Learns an Optimal Transport Plan" (Maksimov et al., 4 Jun 2026). There, a minimum-flow non-acyclic GFlowNet with fixed source and sink flows is shown to be equivalent to a Kantorovich OT problem on a graph with graph-induced shortest-path cost. The optimal edge-flow induces a stochastic policy, and sampling 29 trajectories yields the empirical coupling
30
which converges almost surely to the optimal coupling entrywise, with Hoeffding concentration
31
This construction is empirical rather than population-averaged, but it also produces a batch OT plan in the sense of a coupling estimated from repeated randomized transport trajectories (Maksimov et al., 4 Jun 2026).
Taken together, these constructions show that an "expected" or "batch" OT plan need not refer to a single mechanism. It may denote expectation over minibatches, over slices, over posterior samples of plans, or over sampled transport trajectories. The expected batch OT plan 32 is distinguished by formalizing the exact population coupling induced by repeated minibatch OT and by connecting that coupling to consistency, semidiscrete rates, and well-posed flow matching dynamics (Boïté et al., 12 May 2026).