Optimal Transport Regularization (OTReg)
- OTReg is a framework that uses optimal transport either as a regularizer within inverse problems or as a constraint on the transport plan to preserve geometric structure.
- It unifies diverse methods in image restoration, speech-text alignment, and graph optimization by balancing smoothness, sparsity, and robustness.
- Algorithmic implementations range from Sinkhorn and mirror descent to Newton-type and interior-point methods, ensuring efficient and adaptable computation.
Optimal Transport Regularization (OTReg) denotes a family of constructions in which optimal transport is either used as a regularizer inside a larger variational model or is itself regularized by additional convex, nonconvex, or structural terms. In the cited literature, this label covers, among other uses, the dual-Lipschitz or Wasserstein-1 penalty for image restoration, entropic and non-entropic regularizations of Kantorovich transport, adaptive and stochastic regularization schedules in semi-discrete OT, and transport-based alignment losses for representation learning. Across these formulations, the common role of OTReg is to preserve geometric structure while modifying optimization, statistical, or robustness properties in a controlled way (Huang et al., 19 Mar 2025, Dessein et al., 2016).
1. Scope and canonical formulations
In the cited literature, OTReg is used for several mathematically distinct constructions. One recurrent template regularizes the transport plan itself: where is a convex penalty on the coupling . Another template uses an OT-derived quantity as a penalty inside a separate inverse problem or learning objective, as in image restoration or speech-text alignment. A third template constrains structure directly, for example by imposing per-row regularity budgets or explicit cardinality constraints on the plan (Paty et al., 2020, Assel et al., 2023, Liu et al., 2022).
| Usage | Representative formulation | Role |
|---|---|---|
| OT as a regularizer in inverse problems | cartoon-texture-noise decomposition | |
| Regularized OT on couplings | smoothness, robustness, tractability | |
| OT-based alignment loss | speech-text alignment |
The first line is exemplified by the image-restoration model
which turns a Wasserstein-1 quantity into a regularizer on the image variable. The second line includes entropic, Orlicz-space, quadratic, Rényi, -potential, and other plan regularizations. The third line appears in spoken LLMs, where an optimal transport plan between speech and transcript embeddings is computed and then converted into a differentiable regularization loss (Huang et al., 19 Mar 2025, Lorenz et al., 2019, Xu et al., 11 Aug 2025).
2. OTReg in image restoration and inverse imaging
In "Image Restoration Models with Optimal Transport and Total Variation Regularization" (Huang et al., 19 Mar 2025), OTReg is formulated from the Kantorovich–Rubinstein dual representation of the Wasserstein-1 distance. For nonnegative densities on a bounded domain with the same total mass,
0
equivalently with 1. By convex duality,
2
Setting 3, the OT regularizer becomes
4
A central theoretical point is the relation to Meyer’s 5-norm. The paper states
6
and identifies the dual-Lipschitz norm as a negative-Sobolev norm of order 7, namely the case 8 in
9
with 0 recovering Meyer’s 1-norm. The combined model studied in practice is
2
where 3. In the stated interpretation, 4 enforces piecewise constant cartoon structure, 5 retains fine oscillations, and the 6 term forces 7 (Huang et al., 19 Mar 2025).
The numerical scheme alternates between an OT subproblem in 8, solved by a Primal–Dual Hybrid Gradient method, and a TV subproblem in 9, solved by an Augmented Lagrangian Method. The OT step uses the saddle-point Lagrangian
0
with updates 1, 2, and 3. The TV step rewrites 4 and applies ALM or ADMM with a closed-form shrinkage update for 5. Replacing TV by the nonconvex "Log-TV" of Zhu et al. yields "KR–Log-TV," whose reported effect is to reduce staircasing and keep sharper edges. On "House," "Butterfly," "Parrot," "Barbara," and related tests with additive white Gaussian noise 6, the reported observations are that KR–TV preserves more meaningful contrast than ROF, KR–Log-TV further suppresses staircasing, and PSNR improved 7–8 over ROF in the reported tests (Huang et al., 19 Mar 2025).
A related inverse-imaging formulation appears in "Parallel Unbalanced Optimal Transport Regularization for Large Scale Imaging Problems" (Lee et al., 2019). There the unbalanced OT regularizer is written in Beckmann form as
9
The stated advantages are linear optimization-variable complexity, a fully parallelizable proximal solver with 0 per iteration, and superior empirical performance on dynamical tracking applications in synthetic and real video (Lee et al., 2019).
3. Regularizing the transport problem itself
A large part of the OTReg literature concerns penalties or constraints placed directly on the transport plan. In "Regularized Optimal Transport and the Rot Mover's Distance" (Dessein et al., 2016), the primal regularized problem is
1
and is shown to be equivalent to a matrix-nearness problem with respect to a Bregman divergence: 2 This yields the "rot mover’s distance" and a unified algorithmic framework encompassing Sinkhorn-type and non-Sinkhorn-type regularizers (Dessein et al., 2016).
Other works broaden the class of admissible penalties. "Orlicz-space regularization for optimal transport and algorithms for quadratic regularization" (Lorenz et al., 2019) replaces Radon plans by densities 3 and solves
4
The paper derives the predual
5
and states strong duality and existence of primal solutions. For 6 regularization with 7, it also gives cyclic projection, dual gradient descent, simple fixed point, and Nesterov-accelerated methods (Lorenz et al., 2019).
Quadratic regularization is emphasized in graph settings. "Quadratically-Regularized Optimal Transport on Graphs" (Essid et al., 2017) studies
8
states that quadratic regularization preserves sparsity and ensures a unique solution, and derives the dual
9
whose Hessian is a weighted graph Laplacian. A damped Newton method then reduces each step to a Laplacian linear solve (Essid et al., 2017). "A regularized Interior Point Method for sparse Optimal Transport on Graphs" (Cipolla et al., 2023) introduces coupled primal–dual proximal regularization,
0
adds a log-barrier, sparsifies the shifted Laplacian normal equations, and proves inner-IPM complexity 1 (Cipolla et al., 2023).
Robustness-motivated OTReg replaces entropy by alternative divergences. "Robust computation of optimal transport by 2-potential regularization" (Nakamura et al., 2022) uses
3
and solves
4
The paper states that, under a cost-separation condition on outliers, the intermediate solution satisfies 5 for all outlier columns 6, so no mass is transported onto true outliers (Nakamura et al., 2022). "Interpolating between Optimal Transport and KL regularized Optimal Transport using Rényi Divergences" (Bresch et al., 2024) proposes
7
with 8. Its interpolation theorem states that, for fixed 9, 0 recovers KL-regularized OT and 1 recovers unregularized OT, while for fixed 2, 3 also recovers unregularized OT (Bresch et al., 2024).
Structural regularization can be imposed more explicitly. "Sparsity-Constrained Optimal Transport" (Liu et al., 2022) solves
4
where 5. The paper states that 6 recovers unregularized OT plus a constant shift, while large 7 recovers 8-regularized OT, thus making the method a middle ground between the two (Liu et al., 2022). "Optimal Transport with Adaptive Regularisation" (Assel et al., 2023) replaces a global budget by per-row or per-column budgets. In the row-wise version,
9
with
0
Its stated purpose is to enforce a minimum of smoothing per point, in contrast to a single global regularization parameter (Assel et al., 2023).
A final conceptual reformulation is given in "Regularized Optimal Transport is Ground Cost Adversarial" (Paty et al., 2020). There any convex regularization is shown, via Fenchel duality, to admit an adversarial ground-cost interpretation: 1 For entropy, the corresponding adversarial cost satisfies
2
This places OTReg not only in a computational but also in a robust-optimization framework (Paty et al., 2020).
4. Semi-discrete OTReg and adaptive regularization schedules
Semi-discrete OT provides a distinct OTReg regime in which the source measure is continuous and the target is discrete. In "Semi-Discrete Optimal Transport: Nearly Minimax Estimation With Stochastic Gradient Descent and Adaptive Entropic Regularization" (2405.14459), the entropic semi-dual objective is
3
with
4
The stochastic gradient is
5
and the proposed DRAG algorithm uses a decreasing schedule 6, projected SGD, and Polyak averaging. The paper states that this yields nearly minimax rates, including 7 mean-square error to the true unregularized potential and 8 error for the OT map, with lower bounds 9 for the potential and 0 for the map (2405.14459).
"Decreasing Entropic Regularization Averaged Gradient for Semi-Discrete Optimal Transport" (Genans et al., 31 Oct 2025) sharpens this perspective. With 1, 2, a projection onto a bounded convex set 3, and Polyak averaging, DRAG is stated to achieve an unbiased 4 sample and iteration complexity for both the OT cost and the potential estimation, and a 5 rate for the OT map. The stated explanation is that early iterations use large 6 for strong convexity and low variance, while later iterations use small 7 so that the entropic bias vanishes (Genans et al., 31 Oct 2025).
A complementary route appears in "Characterizing and computing solutions to regularized semi-discrete optimal transport via an ordinary differential equation" (Nenna et al., 3 Apr 2025). Setting 8, the dual potential 9 is characterized by
0
with explicit initial condition at 1. The paper states global strong convexity of 2 on the affine subspace 3, invertibility of the Hessian on that subspace, and a third-order Runge–Kutta discretization. Its reported numerical finding is that the ODE method is competitive with Newton’s method for squared Euclidean cost and more robust for higher powers of the Euclidean distance (Nenna et al., 3 Apr 2025).
These semi-discrete developments build on the earlier semi-dual regularization framework of "Semi-dual Regularized Optimal Transport" (Cuturi et al., 2018), which shows that entropic regularization replaces nonsmooth 4-transforms by soft 5-transforms and turns several OT-based variational problems, including barycenters and gradient flows, into smooth convex problems with closed-form gradients and Hessians (Cuturi et al., 2018).
5. Algorithms and computational regimes
Algorithmically, OTReg spans matrix scaling, Bregman projection, primal–dual splitting, Newton-type methods, mirror descent, and interior-point methods. For entropic regularization, the baseline is Sinkhorn’s algorithm, which alternates diagonal rescalings of the Gibbs kernel 6. "Numerical Methods for Large-Scale Optimal Transport" (Tupitsa et al., 2022) states 7 cost per Sinkhorn iteration and emphasizes that entropy yields a strongly convex surrogate and smooth dual variables. It also presents accelerated primal–dual gradient methods that can use any strongly-convex regularization (Tupitsa et al., 2022).
Acceleration of Sinkhorn-type solvers is itself an OTReg topic. "Overrelaxed Sinkhorn-Knopp Algorithm for Regularized Optimal Transport" (1711.01851) introduces overrelaxed Bregman projections with parameter 8, proves global convergence using a Lyapunov function 9, and reports a gain in convergence speed by an order of magnitude in certain low-00 regimes (1711.01851).
For general smooth convex regularizers, "Regularized Optimal Transport and the Rot Mover’s Distance" (Dessein et al., 2016) develops the alternate scaling algorithm and the non-negative alternate scaling algorithm, both based on Dykstra’s algorithm with alternate Bregman projections. In the separable case, row and column projections can be solved by Newton–Raphson updates, and a sparse extension is given for high-dimensional settings (Dessein et al., 2016). "Interpolating between Optimal Transport and KL regularized Optimal Transport using Rényi Divergences" (Bresch et al., 2024) instead uses a nested mirror-descent scheme,
01
combining a mirror step with a Sinkhorn projection onto the transport polytope (Bresch et al., 2024).
Graph-structured problems admit more specialized second-order methods. In quadratically-regularized graph OT, the dual Hessian is a weighted graph Laplacian, so a damped Newton method requires only Laplacian linear solves (Essid et al., 2017). In sparse graph OT with primal–dual proximal stabilization, the normal equations involve the shifted Laplacian-plus-mass matrix
02
and 03-sparsification drops inactive columns of 04 while preserving full rank through the 05 term (Cipolla et al., 2023).
Outside pure transport problems, algorithm design follows the induced variational structure. The image-restoration KR–TV model alternates PDHG for the OT subproblem and ALM or ADMM for the TV subproblem, with FFT-based linear solves when the imaging operator is convolutional (Huang et al., 19 Mar 2025). The speech alignment OTReg computes an entropic OT plan by Sinkhorn, with each Sinkhorn iteration costing 06, and reports that with 07–08 Sinkhorn steps the overhead is manageable (Xu et al., 11 Aug 2025).
6. Applications and empirical behavior
Image restoration is a canonical OT-as-regularizer application. For KR–TV and KR–Log-TV, the reported empirical pattern is contrast preservation, residuals that keep mostly true noise rather than structure, suppression of staircasing, and sharper edges than ROF or pure Log-TV. The reported PSNR gain is 09–10 over ROF on the stated denoising tests (Huang et al., 19 Mar 2025).
In spoken LLMs, "Optimal Transport Regularization for Speech Text Alignment in Spoken LLMs" (Xu et al., 11 Aug 2025) formulates speech-text alignment as entropic OT between transformed speech embeddings 11 and unique transcript embeddings 12, with cost
13
The OTReg loss is
14
and the total objective is 15. In the reported English ASR results, Base + OTReg with 16 gives 17 WER on CoVoST-2 and 18 on FLEURS, compared with 19 and 20 for the CE-only base model; the paper states that OTReg enhances speech-text alignment, mitigates the modality gap, and improves cross-domain generalization (Xu et al., 11 Aug 2025).
Regularity-based OTReg has also been used for map estimation and domain adaptation. "Regularity as Regularization: Smooth and Strongly Convex Brenier Potentials in Optimal Transport" (Paty et al., 2019) imposes 21, obtains a transport map with two-sided distortion bounds, and reports that the SSNB estimator attains much smaller error constants in high dimension, domain-adaptation accuracy comparable to the best regularized OT methods with mean accuracy 22–23, and smooth, contrast-controlled color mappings in a color-transfer task (Paty et al., 2019). "Recovery Bounds on Class-Based Optimal Transport: A Sum-of-Norms Regularization Framework" (Rahbar et al., 2019) adds row and column sum-of-norms penalties to encourage block-diagonal couplings and reports exact class-structure recovery under the stated geometric assumptions; on an MNIST→USPS imbalanced-class task, the best OT-SON score in the excerpt is 24, compared with 25 for OT-l1l2 and 26 for Sinkhorn (Rahbar et al., 2019). "Optimal Transport with Adaptive Regularisation" (Assel et al., 2023) reports that EOTARI-d reaches 27 on MNIST→USPS versus 28 for EOT, while QOTARI-t reaches 29 versus 30 for QOT (Assel et al., 2023).
Robustness-oriented OTReg has been evaluated on contaminated data. For 31-potential regularization, the reported toy example shows that entropic-OT jumps from approximately 32 to approximately 33 under a few outliers, whereas 34-OT stays at approximately 35, and outlier detection via zero column mass achieves 36 accuracy on MNIST vs Fashion-MNIST contamination (Nakamura et al., 2022). On sparse graphs, the proximal-stabilized regularized IPM is reported to outperform Lemon once 37, with experiments on graphs up to 38M edges and empirical scaling 39 versus Lemon’s 40 (Cipolla et al., 2023). In large-scale imaging, unbalanced Beckmann OTReg is reported to improve support recovery and rMSE in dynamical tracking, and RPCA+UOT-DF is reported to recover a compressed real video foreground where RPCA, RPCA+L1-DF, and RPCA+BOT-DF fail (Lee et al., 2019).
7. Interpretive issues, recurring trade-offs, and misconceptions
A persistent misconception is that OTReg is a single method. The cited literature instead uses the term for several non-equivalent operations: penalizing couplings, constraining couplings, using transport-based norms as regularizers in inverse problems, imposing regularity on Brenier potentials, and building alignment losses from optimal plans. This plurality is visible already from the contrast between KR–TV image restoration, entropic and Orlicz-regularized Kantorovich problems, adaptive regularization on rows and columns, and OT-based losses in spoken LLMs (Huang et al., 19 Mar 2025, Lorenz et al., 2019, Xu et al., 11 Aug 2025).
A second misconception is that regularization is only a computational device. The cited works assign it broader roles. In the Brenier-potential framework, regularity is itself the regularizer, with smoothness and strong convexity used to mitigate the curse of dimensionality and to enable out-of-sample evaluation (Paty et al., 2019). In class-based OT, a sum-of-norms penalty is used to recover block structure under strong cyclical monotonicity and related geometric assumptions (Rahbar et al., 2019). In the ground-cost adversarial formulation, any convex plan regularization can be reinterpreted as an adversarial perturbation of the ground cost (Paty et al., 2020).
A third recurrent issue is the bias–tractability trade-off. Entropic regularization yields smooth objectives and efficient Sinkhorn solvers, but introduces bias and fully dense plans. Quadratic regularization preserves sparsity on graphs; 41-potential regularization is designed for robustness to outliers; explicit cardinality constraints give direct control over the number of nonzeros; and adaptive or decreasing regularization schedules are introduced precisely to reduce or remove entropic bias while retaining computational advantages (Essid et al., 2017, Nakamura et al., 2022, Liu et al., 2022, Genans et al., 31 Oct 2025). This suggests that OTReg is best understood not as a single regularizer, but as a design space for trading off geometry preservation, sparsity, smoothness, robustness, and solver structure.