Papers
Topics
Authors
Recent
Search
2000 character limit reached

Distribution-Conditioned Transport (DCT)

Updated 3 July 2026
  • DCT is a framework that uses learned embeddings to condition transport maps, enabling effective interpolation across unseen distribution pairs.
  • It integrates transport techniques such as Sliced-Wasserstein, MMD, and flow matching to optimize probability measure transformations.
  • Empirical results show DCT improves out-of-distribution performance in applications like batch-effect correction, T-cell receptor evolution, and decentralized systems.

Distribution-Conditioned Transport (DCT) is a machine learning and control framework designed for the interpolation and transformation of probability measures, with an emphasis on enabling generalization across previously unseen distribution pairs. Unlike classical one-to-one transport models that require retraining for each new source–target pair, DCT conditions transport mappings explicitly on learned representations (embeddings) of both the source and target distributions. This unifies transport, semi-supervised learning, and distributional forecasting within a single agnostic framework applicable to diverse settings including synthetic data, genomics, and decentralized multi-agent systems (Fishman et al., 5 Mar 2026, Lee, 2 Jan 2026).

1. Formal Problem Definition

Let XX denote a data space, typically Rd\mathbb{R}^d, and P(X)\mathcal{P}(X) the set of Borel probability measures over XX. Classical optimal transport seeks a map T:XXT: X \rightarrow X such that the pushforward T#p=qT_\# p = q for two distributions p,qP(X)p, q \in \mathcal{P}(X). When only empirical samples Sp={xi}i=1mpS_p = \{x_i\}_{i=1}^m \sim p and Sq={yj}j=1nqS_q = \{y_j\}_{j=1}^n \sim q are available, TT is commonly trained to minimize statistical divergences or transport losses between Rd\mathbb{R}^d0 and Rd\mathbb{R}^d1.

DCT overcomes the lack of generalization by introducing source and target embeddings Rd\mathbb{R}^d2 via a permutation- and proportion-invariant encoder Rd\mathbb{R}^d3. The framework then posits a universal transport map Rd\mathbb{R}^d4. For any Rd\mathbb{R}^d5, the transformation Rd\mathbb{R}^d6 yields samples from the target when Rd\mathbb{R}^d7:

Rd\mathbb{R}^d8

DCT unifies supervised (paired), unsupervised (any-to-any), and semi-supervised (e.g., with orphan marginals) training regimes by specifying different sampling distributions over source–target pairs.

2. Distribution Embeddings: Theory and Implementation

The encoder Rd\mathbb{R}^d9 mapping a sample set P(X)\mathcal{P}(X)0 to P(X)\mathcal{P}(X)1 enforces key invariance properties: permutation invariance and invariance to sample duplication. Thus, P(X)\mathcal{P}(X)2 necessarily factors through the empirical measure P(X)\mathcal{P}(X)3, P(X)\mathcal{P}(X)4 for some measurable function P(X)\mathcal{P}(X)5.

Under mild regularity conditions, a multivariate central limit theorem (CLT) holds for P(X)\mathcal{P}(X)6:

P(X)\mathcal{P}(X)7

as P(X)\mathcal{P}(X)8. This result ensures that mini-batch-based "plug-in" training using empirical samples closely approximates the infinite-sample objective, justifying stochastic optimization [(Fishman et al., 5 Mar 2026), Proposition 2.1]. In practice, P(X)\mathcal{P}(X)9 is constructed from a per-sample MLP, a sequence of mean-pooled update blocks, and a nonlinear projection (optionally XX0-normalized). All architecture components maintain permutation equivariance.

3. Conditional Transport Map Formulations

DCT is agnostic to the form of the underlying transport mechanism. Three primary families are specified:

  • Sliced-Wasserstein Regression: XX1 is optimized to minimize the empirical sliced-Wasserstein distance XX2 between XX3 and XX4.
  • Energy (MMD) Regression: XX5 is trained via the energy distance, equivalent to MMD with negative Euclidean kernel.
  • Flow Matching (FM): XX6 parameterizes a time-conditioned vector field XX7 so that the flow matching loss

XX8

is minimized for interpolated points XX9. Sample-level couplings are maintained by integrating T:XXT: X \rightarrow X0 at inference.

For each mechanism, embeddings T:XXT: X \rightarrow X1 are fed into the transport generator, enabling efficient adaptation to arbitrary source/target distributions at test time.

4. Training Objectives and Optimization

DCT generalizes several training regimes:

  • Supervised (one-to-one): Trained only on observed T:XXT: X \rightarrow X2 pairs, using losses T:XXT: X \rightarrow X3.
  • Unsupervised (any-to-any): Randomly samples source–target indices T:XXT: X \rightarrow X4 from a collection T:XXT: X \rightarrow X5, minimizing T:XXT: X \rightarrow X6.
  • Semi-supervised: Combines losses from both truly paired and unpaired distribution pairs, using a user-defined meta-pairing distribution T:XXT: X \rightarrow X7.

Plug-in estimation for the population-level loss is justified for general smooth transport divergences by the encoder CLT—minibatch estimates of the loss converge to their population counterparts with negligible bias for moderate T:XXT: X \rightarrow X8.

5. Algorithmic Structure and Practical Implementation

The core training paradigm is encapsulated by the following steps:

  • For each iteration, sample a pair T:XXT: X \rightarrow X9 using T#p=qT_\# p = q0;
  • Subsample mini-batches T#p=qT_\# p = q1;
  • Compute T#p=qT_\# p = q2, T#p=qT_\# p = q3;
  • Evaluate the loss T#p=qT_\# p = q4 and perform backpropagation.

Unlike explicit K-to-K or domain-ID conditioning, DCT imposes negligible computational overhead—no O(T#p=qT_\# p = q5) complexity arises even when training on all T#p=qT_\# p = q6 possible pairs. Hyperparameters (embedding dimension T#p=qT_\# p = q7, number of mean-pool blocks T#p=qT_\# p = q8, network depth, learning rates) are selected as in standard deep architectures [(Fishman et al., 5 Mar 2026), Sec. 5.2].

6. Generalization, Consistency, and Diagnostic Properties

DCT's generalization properties derive from conditioning on continuous distributional embeddings:

  • Zero-shot/Out-of-Distribution (OOD) Transfer: Conditioned transport generalizes smoothly to unseen distribution pairs, whereas classical K-to-K (one-hot/domain-ID) baselines yield Voronoi-like failure regions in embedding space [(Fishman et al., 5 Mar 2026), Figs. 2–3].
  • CLT-based Asymptotic Consistency: The plug-in loss estimated on minibatches converges to the infinite-sample objective with bias T#p=qT_\# p = q9, variance governed by the embedding CLT (Proposition 2.1).
  • Degenerate Conditioning Diagnostics: If a loss is purely distributional and not sample-coupled, the trivial solution p,qP(X)p, q \in \mathcal{P}(X)0 may arise. Enforcing sample-level coupling, using flow-matching, or incorporating regularizers on p,qP(X)p, q \in \mathcal{P}(X)1 is necessary to guarantee informative source-target transport [(Fishman et al., 5 Mar 2026), Proposition A.7].

7. Empirical Benchmarks and Applications

DCT has been validated in synthetic and biological settings:

  • Synthetic Gaussian and GMM benchmarks: DCT achieves lower OOD interpolation error than K-to-K baselines, especially in any-to-any and semi-supervised settings, effectively leveraging orphan marginals [(Fishman et al., 5 Mar 2026), Figs. 2–5].
  • Batch-effect correction in scRNA-seq: On held-out donors, DCT reduces MMD 3–8× compared to scVI, Harmony, and one-hot models, preserving biological structure.
  • Mass cytometry perturbation prediction: DCT’s semi-supervised and any-to-any variants improve OOD MMD by 25–35%.
  • Lineage tracing and T-cell receptor evolution: DCT improves generalization to unpaired or orphan data, consistently lowering MMD by 12–50% depending on the regime and dataset.

DCT serves as a universal wrapper: distributional embedding conditioning replaces domain-ID or one-hot conditioning, enabling robust any-to-any mapping, semi-supervised learning, and improved OOD performance across diverse transport objective choices (Wasserstein/MMD/flow). In multi-agent optimal transport settings, DCT-inspired decentralized local assignment and memory-corrected communication protocols allow scalable, robust distributional matching under realistic, intermittent communication (Lee, 2 Jan 2026).

Definition Search Book Streamline Icon: https://streamlinehq.com
References (2)

Topic to Video (Beta)

No one has generated a video about this topic yet.

Whiteboard

No one has generated a whiteboard explanation for this topic yet.

Follow Topic

Get notified by email when new papers are published related to Distribution-Conditioned Transport (DCT).