Convex Distance Operator Transport (CDOT)
- CDOT is a convex optimal transport framework that aligns probability distributions by jointly preserving feature correspondence and intrinsic geometric structure.
- It replaces pairwise distance matching with an aggregated operator-level regularization, offering robustness and global optimality in heterogeneous settings.
- The method yields an explicit coupling with favorable empirical performance compared to GW-based methods, particularly in domains like graphs, manifolds, and connectomes.
Convex Distance Operator Transport (CDOT) is a convex optimal transport framework for aligning probability distributions across heterogeneous domains by jointly preserving feature correspondence and intrinsic geometric structure. It was introduced as the first convex optimal transport framework on population-level attributed compact metric-measure spaces that simultaneously aligns features and intrinsic geometry while outputting an explicit coupling. Its defining move is to replace Gromov--Wasserstein-style pairwise distance matching by an operator-level regularization built from distance operators and conditional expectation operators, yielding a discrepancy that is a valid pseudometric on the space of attributed compact metric-measure spaces (Chung et al., 1 Jun 2026).
1. Formal setting and motivation
CDOT is formulated for attributed compact metric-measure spaces
where and are compact metric spaces, are probability measures, and are feature maps into a compact feature space . The optimization variable is a coupling
and the goal is to align the two spaces by jointly preserving feature correspondence across domains and intrinsic geometry within each domain (Chung et al., 1 Jun 2026).
This problem class is motivated by heterogeneous settings in which a direct cross-domain ground cost is unavailable or unreliable. Graphs, manifolds, connectomes, shapes, and point clouds with unrelated coordinates fall into this regime. Classical Wasserstein transport presupposes a meaningful cross-space cost, whereas Gromov--Wasserstein (GW) circumvents that requirement by comparing within-space distances,
Fused GW augments this with a feature term, but the dependence on makes GW and FGW non-convex. According to the CDOT formulation, the source of difficulty is not only non-convexity in an abstract sense, but the rigidity of edge-by-edge pairwise distance consistency. CDOT instead aligns aggregated distance profiles, which the paper states improves robustness to local geometric variations (Chung et al., 1 Jun 2026).
A recurring misconception is that CDOT is intended to recover exact measure-preserving isometries. The formulation is weaker: it preserves geometry at the operator level. This distinction is central to both its convexity and its scope.
2. Operator formulation
The feature term uses the squared Euclidean discrepancy
0
The geometric term is defined through linear operators on 1 spaces. For a compact metric-measure space 2, the distance operator is
3
For a coupling 4, the conditional expectation operator is
5
The structural regularization is the Hilbert--Schmidt commutator penalty
6
The full CDOT objective is
7
and the CDOT problem is
8
The term 9 expresses approximate intertwining of the intrinsic distance operators through the coupling-induced conditional expectation operator (Chung et al., 1 Jun 2026).
The paper also gives a kernel representation of the structural term: 0 where
1
and 2. This makes explicit that CDOT compares conditional expected distance profiles rather than all pairwise distances. The geometric information is therefore aggregated before comparison, rather than tensorized as in GW (Chung et al., 1 Jun 2026).
3. Convexity, pseudometric structure, and relation to Gromov--Wasserstein
The central optimization theorem states that the CDOT problem admits a minimizer and that the objective is convex in the coupling 3. The reason is structural: 4 is linear in 5, the map 6 is affine, the commutator 7 is affine in 8, and the squared Hilbert--Schmidt norm is convex. Convexity therefore holds on the transport polytope 9 itself, not merely after relaxation (Chung et al., 1 Jun 2026).
The induced discrepancy is
0
For each 1, this is a pseudometric on the space of attributed compact metric-measure spaces: non-negativity, identity on the diagonal, symmetry, and triangle inequality all hold. The triangle inequality uses gluing of couplings, Minkowski for the feature term, the operator contraction property 2, and composition of conditional expectation operators (Chung et al., 1 Jun 2026).
The reason it is only a pseudometric is equally important. Zero discrepancy does not imply that the two spaces are identical or measure-preserving isometric. It implies only the existence of a coupling that preserves both the feature maps and the distance operators at the operator level. The authors describe this as closer to a fractional structural equivalence. This weaker notion of equivalence is one of the main conceptual tradeoffs of CDOT.
The relation to GW is sharpened by the dispersion decomposition. Defining
3
the paper proves
4
This identifies the dispersion term as the geometric source of the extra rigidity and non-convexity in GW. CDOT keeps only the convex structural component 5, while GW also penalizes conditional variance and thus favors concentrated, nearly deterministic couplings (Chung et al., 1 Jun 2026).
Two special cases are immediate. When 6, CDOT reduces to feature-based OT. When 7, it becomes pure operator-geometry matching,
8
4. Finite-sample formulation and optimization
For samples
9
the empirical measures are
0
The feature cost matrix and normalized distance matrices are
1
2
The empirical objective becomes
3
4
5
Hence empirical CDOT is a convex quadratic program over the transport polytope (Chung et al., 1 Jun 2026).
The paper uses a globally convergent Frank--Wolfe algorithm. Its gradient is
6
At iteration 7, the linear minimization oracle is
8
followed by
9
A lazy-gradient variant is possible because the gradient map is affine in 0: 1 This reduces gradient-update cost from cubic to quadratic, although the per-iteration complexity is still dominated by the linear OT subproblem (Chung et al., 1 Jun 2026).
The convergence statement is the standard 2 Frank--Wolfe primal error rate,
3
and the non-asymptotic population risk bound decomposes into optimization and statistical errors: 4 Under i.i.d. sampling and 5, the paper states risk consistency. The assumptions are non-atomicity, no ties, Lipschitz feature maps, and a stability condition on an optimal population coupling with conditional Lipschitz continuity in 6 (Chung et al., 1 Jun 2026).
5. Empirical behavior, practical scope, and limitations
The empirical evaluation covers synthetic point clouds, brain connectomes, and graph classification. On synthetic 7D clustered point clouds in 8, with four square regions, region-label features, 9, and 0, CDOT achieves the best reported MSE across all sample sizes. For example, at 1, the reported MSE is 2 for CDOT versus 3 for FGW and 4 for EFGW; at 5, the reported values are 6, 7, and 8, respectively. The appendix also reports strong sensitivity of EFGW to entropic regularization 9, whereas CDOT avoids that tuning parameter (Chung et al., 1 Jun 2026).
On OASIS-3 brain connectome matching, the dataset consists of 696 structural brain networks with 170 nodes and 6 anatomical labels. With diffusion distance, the reported CDOT score is 0, versus 1 for FGW and 2 for best-tuned EFGW. With geodesic distance, FGW is reported slightly better, with FGW 3 and CDOT 4. The interpretation given in the paper is that geodesic distance is rigid and preserves pairwise contrast, which helps FGW, while diffusion distance smooths local pairwise structure in a way that suits CDOT’s aggregated-operator geometry (Chung et al., 1 Jun 2026).
For graph classification on MUTAG, IMDB-BINARY, PROTEINS, NCI1, and ENZYMES, CDOT is reported best on all listed datasets. The reported accuracies are 5 on MUTAG, 6 on IMDB-BINARY, 7 on PROTEINS, 8 on NCI1, and 9 on ENZYMES. Even on IMDB-BINARY, where there are no node features and 0, the paper reports that CDOT still performs best, which suggests that the operator geometry alone can be useful (Chung et al., 1 Jun 2026).
The formulation is most appropriate when source and target lie in heterogeneous spaces, geometry matters, exact one-to-one isometry is too rigid, an explicit transport plan is required, and global optimality is preferable to local stationary behavior. The same source also states its limitations: zero discrepancy induces a weaker equivalence notion than GW, scalability is currently moderate because each Frank--Wolfe iteration still solves a standard OT subproblem, the metric structure must be predefined rather than learned jointly, and the exact zero-discrepancy equivalence class remains open (Chung et al., 1 Jun 2026).
6. Related formulations and antecedents
Several earlier transport frameworks were described in the supplied literature as directly relevant to a CDOT-like viewpoint, even though they do not use the term. They clarify which parts of CDOT are genuinely new and which reflect broader developments in convex or structured transport.
| Related work | Shared element with CDOT | Key distinction |
|---|---|---|
| CROT (Nielsen et al., 2018) | OT over structured objects via a ground discrepancy on conditionals | Transports latent marginals rather than metric-measure operators |
| Semi-discrete DOT (Gu et al., 2013) | Convex variational structure, operator-like mass-matching map | Euclidean quadratic power-diagram setting |
| Generic convex-regularized OT (Tsutsui, 2020) | Convex objective design, Bregman geometry, generalized Sinkhorn | Regularizes couplings rather than aligning distance operators |
| Unbalanced OT (Chizat et al., 2015) | Convex dynamic/static formulations under operator constraints | Handles transport with mass creation/destruction |
| Cone-compatible ordered OT (Luo et al., 3 Jun 2026) | Compatibility of convex costs with structured transport operators | Requires cone-chain support and partial-order structure |
| Dynamic OT on surfaces (Chen et al., 10 Jun 2025) | Explicit operator discretization of convex dynamic OT | Computes Benamou--Brenier 1 on meshes rather than heterogeneous-space CDOT |
"On The Chain Rule Optimal Transport Distance" defines
2
which transports latent marginals while using a discrepancy between conditionals as the ground cost. In the supplied material this is identified as a clean prototype of transport over structured objects. Its most CDOT-relevant theorem is the upper-bound principle
3
whenever the ground distance 4 is jointly convex, together with metric inheritance when 5 is a metric (Nielsen et al., 2018).
"Variational Principles for Minkowski Type Problems, Discrete Optimal Transport, and Discrete Monge-Ampere Equations" develops the semi-discrete convex potential
6
whose gradient induces power-diagram cells 7 satisfying prescribed mass constraints. The energy 8 is convex, strictly convex on the normalized subspace, and its Hessian is a sparse graph-Laplacian-type matrix derived from face integrals. In the supplied interpretation, this is a foundational semi-discrete convex transport blueprint that later CDOT-style viewpoints can be read against (Gu et al., 2013).
"Optimal transport problems regularized by generic convex functions" replaces entropic regularization by a generic strictly convex smooth 9, studies the resulting Bregman geometry, and derives the generalized stationarity condition
0
The quadratic case
1
yields the sparse thresholded form
2
This is not CDOT by name, but it is a general convex-regularized OT template with a clear operator-geometric interpretation (Tsutsui, 2020).
Other adjacent developments broaden the contextual field. Unbalanced OT constructs convex dynamic and static formulations linked by a generalized continuity equation with source
3
and semi-couplings on weighted points, showing how convex operator constraints can define distances beyond balanced transport (Chizat et al., 2015). Cone-compatible Monge geometry shows that a convex quadratic cost 4 supports a high-dimensional monotone transport operator exactly when
5
thereby identifying compatibility conditions under which convex costs and structured order yield closed-form transport on cone chains (Luo et al., 3 Jun 2026). Dynamic OT on surfaces, finally, reformulates Benamou--Brenier transport on triangulated meshes as a linear second-order cone program built from explicit differential and interpolation operators, which is closely aligned with an operator-based convex transport perspective even though it solves 6 rather than heterogeneous-space CDOT (Chen et al., 10 Jun 2025).
Taken together, these works suggest that CDOT occupies a specific point within a broader research program: transport defined or approximated through convex structure, higher-level objects, or explicit operators, but specialized to the heterogeneous-domain alignment problem by the commutator penalty
7
That specialization is what distinguishes CDOT from both GW-style metric alignment and generic convex OT regularization (Chung et al., 1 Jun 2026).