Papers
Topics
Authors
Recent
Search
2000 character limit reached

Optimal Transport Regularization (OTReg)

Updated 8 July 2026
  • 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: WR(μ,ν)  =  minπΠ(μ,ν)  {π,c0+ϵR(π)},W_R(\mu,\nu)\;=\;\min_{\pi\in\Pi(\mu,\nu)}\;\Bigl\{\langle \pi,c_0\rangle+\epsilon\,R(\pi)\Bigr\}, where RR is a convex penalty on the coupling π\pi. 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 TV(u)+α2fuv22+λvLip\displaystyle TV(u)+\frac{\alpha}{2}\|f-u-v\|_2^2+\lambda\|v\|_{Lip*} cartoon-texture-noise decomposition
Regularized OT on couplings minπΠ(μ,ν)π,c0+ϵR(π)\displaystyle \min_{\pi\in\Pi(\mu,\nu)} \langle \pi,c_0\rangle+\epsilon R(\pi) smoothness, robustness, tractability
OT-based alignment loss Ltotal=LCE+λOTLOT\displaystyle L_{total}=L_{CE}+\lambda_{OT}L_{OT} speech-text alignment

The first line is exemplified by the image-restoration model

ROT(u)=uu0Lip=infm{Ωmdx:divm=uu0},R_{OT}(u)=\|u-u_0\|_{Lip*} = \inf_m\left\{\int_\Omega |m|\,dx:\operatorname{div}m=u-u_0\right\},

which turns a Wasserstein-1 quantity into a regularizer on the image variable. The second line includes entropic, Orlicz-space, quadratic, Rényi, β\beta-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 μ,ν\mu,\nu on a bounded domain ΩR2\Omega\subset\mathbb R^2 with the same total mass,

RR0

equivalently with RR1. By convex duality,

RR2

Setting RR3, the OT regularizer becomes

RR4

A central theoretical point is the relation to Meyer’s RR5-norm. The paper states

RR6

and identifies the dual-Lipschitz norm as a negative-Sobolev norm of order RR7, namely the case RR8 in

RR9

with π\pi0 recovering Meyer’s π\pi1-norm. The combined model studied in practice is

π\pi2

where π\pi3. In the stated interpretation, π\pi4 enforces piecewise constant cartoon structure, π\pi5 retains fine oscillations, and the π\pi6 term forces π\pi7 (Huang et al., 19 Mar 2025).

The numerical scheme alternates between an OT subproblem in π\pi8, solved by a Primal–Dual Hybrid Gradient method, and a TV subproblem in π\pi9, solved by an Augmented Lagrangian Method. The OT step uses the saddle-point Lagrangian

TV(u)+α2fuv22+λvLip\displaystyle TV(u)+\frac{\alpha}{2}\|f-u-v\|_2^2+\lambda\|v\|_{Lip*}0

with updates TV(u)+α2fuv22+λvLip\displaystyle TV(u)+\frac{\alpha}{2}\|f-u-v\|_2^2+\lambda\|v\|_{Lip*}1, TV(u)+α2fuv22+λvLip\displaystyle TV(u)+\frac{\alpha}{2}\|f-u-v\|_2^2+\lambda\|v\|_{Lip*}2, and TV(u)+α2fuv22+λvLip\displaystyle TV(u)+\frac{\alpha}{2}\|f-u-v\|_2^2+\lambda\|v\|_{Lip*}3. The TV step rewrites TV(u)+α2fuv22+λvLip\displaystyle TV(u)+\frac{\alpha}{2}\|f-u-v\|_2^2+\lambda\|v\|_{Lip*}4 and applies ALM or ADMM with a closed-form shrinkage update for TV(u)+α2fuv22+λvLip\displaystyle TV(u)+\frac{\alpha}{2}\|f-u-v\|_2^2+\lambda\|v\|_{Lip*}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 TV(u)+α2fuv22+λvLip\displaystyle TV(u)+\frac{\alpha}{2}\|f-u-v\|_2^2+\lambda\|v\|_{Lip*}6, the reported observations are that KR–TV preserves more meaningful contrast than ROF, KR–Log-TV further suppresses staircasing, and PSNR improved TV(u)+α2fuv22+λvLip\displaystyle TV(u)+\frac{\alpha}{2}\|f-u-v\|_2^2+\lambda\|v\|_{Lip*}7–TV(u)+α2fuv22+λvLip\displaystyle TV(u)+\frac{\alpha}{2}\|f-u-v\|_2^2+\lambda\|v\|_{Lip*}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

TV(u)+α2fuv22+λvLip\displaystyle TV(u)+\frac{\alpha}{2}\|f-u-v\|_2^2+\lambda\|v\|_{Lip*}9

The stated advantages are linear optimization-variable complexity, a fully parallelizable proximal solver with minπΠ(μ,ν)π,c0+ϵR(π)\displaystyle \min_{\pi\in\Pi(\mu,\nu)} \langle \pi,c_0\rangle+\epsilon R(\pi)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

minπΠ(μ,ν)π,c0+ϵR(π)\displaystyle \min_{\pi\in\Pi(\mu,\nu)} \langle \pi,c_0\rangle+\epsilon R(\pi)1

and is shown to be equivalent to a matrix-nearness problem with respect to a Bregman divergence: minπΠ(μ,ν)π,c0+ϵR(π)\displaystyle \min_{\pi\in\Pi(\mu,\nu)} \langle \pi,c_0\rangle+\epsilon R(\pi)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 minπΠ(μ,ν)π,c0+ϵR(π)\displaystyle \min_{\pi\in\Pi(\mu,\nu)} \langle \pi,c_0\rangle+\epsilon R(\pi)3 and solves

minπΠ(μ,ν)π,c0+ϵR(π)\displaystyle \min_{\pi\in\Pi(\mu,\nu)} \langle \pi,c_0\rangle+\epsilon R(\pi)4

The paper derives the predual

minπΠ(μ,ν)π,c0+ϵR(π)\displaystyle \min_{\pi\in\Pi(\mu,\nu)} \langle \pi,c_0\rangle+\epsilon R(\pi)5

and states strong duality and existence of primal solutions. For minπΠ(μ,ν)π,c0+ϵR(π)\displaystyle \min_{\pi\in\Pi(\mu,\nu)} \langle \pi,c_0\rangle+\epsilon R(\pi)6 regularization with minπΠ(μ,ν)π,c0+ϵR(π)\displaystyle \min_{\pi\in\Pi(\mu,\nu)} \langle \pi,c_0\rangle+\epsilon R(\pi)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

minπΠ(μ,ν)π,c0+ϵR(π)\displaystyle \min_{\pi\in\Pi(\mu,\nu)} \langle \pi,c_0\rangle+\epsilon R(\pi)8

states that quadratic regularization preserves sparsity and ensures a unique solution, and derives the dual

minπΠ(μ,ν)π,c0+ϵR(π)\displaystyle \min_{\pi\in\Pi(\mu,\nu)} \langle \pi,c_0\rangle+\epsilon R(\pi)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,

Ltotal=LCE+λOTLOT\displaystyle L_{total}=L_{CE}+\lambda_{OT}L_{OT}0

adds a log-barrier, sparsifies the shifted Laplacian normal equations, and proves inner-IPM complexity Ltotal=LCE+λOTLOT\displaystyle L_{total}=L_{CE}+\lambda_{OT}L_{OT}1 (Cipolla et al., 2023).

Robustness-motivated OTReg replaces entropy by alternative divergences. "Robust computation of optimal transport by Ltotal=LCE+λOTLOT\displaystyle L_{total}=L_{CE}+\lambda_{OT}L_{OT}2-potential regularization" (Nakamura et al., 2022) uses

Ltotal=LCE+λOTLOT\displaystyle L_{total}=L_{CE}+\lambda_{OT}L_{OT}3

and solves

Ltotal=LCE+λOTLOT\displaystyle L_{total}=L_{CE}+\lambda_{OT}L_{OT}4

The paper states that, under a cost-separation condition on outliers, the intermediate solution satisfies Ltotal=LCE+λOTLOT\displaystyle L_{total}=L_{CE}+\lambda_{OT}L_{OT}5 for all outlier columns Ltotal=LCE+λOTLOT\displaystyle L_{total}=L_{CE}+\lambda_{OT}L_{OT}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

Ltotal=LCE+λOTLOT\displaystyle L_{total}=L_{CE}+\lambda_{OT}L_{OT}7

with Ltotal=LCE+λOTLOT\displaystyle L_{total}=L_{CE}+\lambda_{OT}L_{OT}8. Its interpolation theorem states that, for fixed Ltotal=LCE+λOTLOT\displaystyle L_{total}=L_{CE}+\lambda_{OT}L_{OT}9, ROT(u)=uu0Lip=infm{Ωmdx:divm=uu0},R_{OT}(u)=\|u-u_0\|_{Lip*} = \inf_m\left\{\int_\Omega |m|\,dx:\operatorname{div}m=u-u_0\right\},0 recovers KL-regularized OT and ROT(u)=uu0Lip=infm{Ωmdx:divm=uu0},R_{OT}(u)=\|u-u_0\|_{Lip*} = \inf_m\left\{\int_\Omega |m|\,dx:\operatorname{div}m=u-u_0\right\},1 recovers unregularized OT, while for fixed ROT(u)=uu0Lip=infm{Ωmdx:divm=uu0},R_{OT}(u)=\|u-u_0\|_{Lip*} = \inf_m\left\{\int_\Omega |m|\,dx:\operatorname{div}m=u-u_0\right\},2, ROT(u)=uu0Lip=infm{Ωmdx:divm=uu0},R_{OT}(u)=\|u-u_0\|_{Lip*} = \inf_m\left\{\int_\Omega |m|\,dx:\operatorname{div}m=u-u_0\right\},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

ROT(u)=uu0Lip=infm{Ωmdx:divm=uu0},R_{OT}(u)=\|u-u_0\|_{Lip*} = \inf_m\left\{\int_\Omega |m|\,dx:\operatorname{div}m=u-u_0\right\},4

where ROT(u)=uu0Lip=infm{Ωmdx:divm=uu0},R_{OT}(u)=\|u-u_0\|_{Lip*} = \inf_m\left\{\int_\Omega |m|\,dx:\operatorname{div}m=u-u_0\right\},5. The paper states that ROT(u)=uu0Lip=infm{Ωmdx:divm=uu0},R_{OT}(u)=\|u-u_0\|_{Lip*} = \inf_m\left\{\int_\Omega |m|\,dx:\operatorname{div}m=u-u_0\right\},6 recovers unregularized OT plus a constant shift, while large ROT(u)=uu0Lip=infm{Ωmdx:divm=uu0},R_{OT}(u)=\|u-u_0\|_{Lip*} = \inf_m\left\{\int_\Omega |m|\,dx:\operatorname{div}m=u-u_0\right\},7 recovers ROT(u)=uu0Lip=infm{Ωmdx:divm=uu0},R_{OT}(u)=\|u-u_0\|_{Lip*} = \inf_m\left\{\int_\Omega |m|\,dx:\operatorname{div}m=u-u_0\right\},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,

ROT(u)=uu0Lip=infm{Ωmdx:divm=uu0},R_{OT}(u)=\|u-u_0\|_{Lip*} = \inf_m\left\{\int_\Omega |m|\,dx:\operatorname{div}m=u-u_0\right\},9

with

β\beta0

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: β\beta1 For entropy, the corresponding adversarial cost satisfies

β\beta2

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

β\beta3

with

β\beta4

The stochastic gradient is

β\beta5

and the proposed DRAG algorithm uses a decreasing schedule β\beta6, projected SGD, and Polyak averaging. The paper states that this yields nearly minimax rates, including β\beta7 mean-square error to the true unregularized potential and β\beta8 error for the OT map, with lower bounds β\beta9 for the potential and μ,ν\mu,\nu0 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 μ,ν\mu,\nu1, μ,ν\mu,\nu2, a projection onto a bounded convex set μ,ν\mu,\nu3, and Polyak averaging, DRAG is stated to achieve an unbiased μ,ν\mu,\nu4 sample and iteration complexity for both the OT cost and the potential estimation, and a μ,ν\mu,\nu5 rate for the OT map. The stated explanation is that early iterations use large μ,ν\mu,\nu6 for strong convexity and low variance, while later iterations use small μ,ν\mu,\nu7 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 μ,ν\mu,\nu8, the dual potential μ,ν\mu,\nu9 is characterized by

ΩR2\Omega\subset\mathbb R^20

with explicit initial condition at ΩR2\Omega\subset\mathbb R^21. The paper states global strong convexity of ΩR2\Omega\subset\mathbb R^22 on the affine subspace ΩR2\Omega\subset\mathbb R^23, 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 ΩR2\Omega\subset\mathbb R^24-transforms by soft ΩR2\Omega\subset\mathbb R^25-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 ΩR2\Omega\subset\mathbb R^26. "Numerical Methods for Large-Scale Optimal Transport" (Tupitsa et al., 2022) states ΩR2\Omega\subset\mathbb R^27 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 ΩR2\Omega\subset\mathbb R^28, proves global convergence using a Lyapunov function ΩR2\Omega\subset\mathbb R^29, and reports a gain in convergence speed by an order of magnitude in certain low-RR00 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,

RR01

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

RR02

and RR03-sparsification drops inactive columns of RR04 while preserving full rank through the RR05 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 RR06, and reports that with RR07–RR08 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 RR09–RR10 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 RR11 and unique transcript embeddings RR12, with cost

RR13

The OTReg loss is

RR14

and the total objective is RR15. In the reported English ASR results, Base + OTReg with RR16 gives RR17 WER on CoVoST-2 and RR18 on FLEURS, compared with RR19 and RR20 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 RR21, 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 RR22–RR23, 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 RR24, compared with RR25 for OT-l1l2 and RR26 for Sinkhorn (Rahbar et al., 2019). "Optimal Transport with Adaptive Regularisation" (Assel et al., 2023) reports that EOTARI-d reaches RR27 on MNIST→USPS versus RR28 for EOT, while QOTARI-t reaches RR29 versus RR30 for QOT (Assel et al., 2023).

Robustness-oriented OTReg has been evaluated on contaminated data. For RR31-potential regularization, the reported toy example shows that entropic-OT jumps from approximately RR32 to approximately RR33 under a few outliers, whereas RR34-OT stays at approximately RR35, and outlier detection via zero column mass achieves RR36 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 RR37, with experiments on graphs up to RR38M edges and empirical scaling RR39 versus Lemon’s RR40 (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; RR41-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.

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

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 Optimal Transport Regularization (OTReg).