paper-with-me

Papers

On Unbalanced Optimal Transport: An Analysis of Sinkhorn Algorithm

2020-02-09 · ICML 2020 1 · Khiem Pham, Khang Le, Nhat Ho, Tung Pham, Hung Bui

We provide a computational complexity analysis for the Sinkhorn algorithm that solves the entropic regularized Unbalanced Optimal Transport (UOT) problem between two measures of possibly different masses with at most $n$ components. We show that the complexity of the Sinkhorn algorithm for finding an $\varepsilon$-approximate solution to the UOT problem is of order $\widetilde{\mathcal{O}}(n^2/ \varepsilon)$, which is near-linear time. To the best of our knowledge, this complexity is better than the complexity of the Sinkhorn algorithm for solving the Optimal Transport (OT) problem, which is of order $\widetilde{\mathcal{O}}(n^2/\varepsilon^2)$. Our proof technique is based on the geometric convergence of the Sinkhorn updates to the optimal dual solution of the entropic regularized UOT problem and some properties of the primal solution. It is also different from the proof for the complexity of the Sinkhorn algorithm for approximating the OT problem since the UOT solution does not have to meet the marginal constraints.

📄 PDF Abstract BibTeX arXiv:2002.03293

Code (1)

lntk/uot

Similar Papers 제목 키워드 기반

Sinkhorn Divergences for Unbalanced Optimal Transport

2019-10-28 · Thibault Séjourné, Jean Feydy, François-Xavier Vialard, Alain Trouvé 외

Optimal transport induces the Earth Mover's (Wasserstein) distance between probability distributions, a geometric divergence that is relevant to a wide range of problems. Over the last decade, two relaxations of optimal …

Sinkhorn-CPD: Robust point cloud registration via unbalanced entropic optimal transport

2026-06-15 · Jin Zhang, Mingyang Zhao, Bing Liu, Xin Jiang arxiv

Coherent Point Drift (CPD) is widely used for rigid point cloud registration because of its soft correspondences and closed-form parameter updates. However, CPD's target-side marginal constraint forces every observation,…

Point Cloud Registration

Entropic Optimal Transport between Unbalanced Gaussian Measures has a Closed Form

2020-12-01 · NeurIPS 2020 12 · Hicham Janati, Boris Muzellec, Gabriel Peyré, Marco Cuturi

Although optimal transport (OT) problems admit closed form solutions in a very few notable cases, e.g. in 1D or between Gaussians, these closed forms have proved extremely fecund for practitioners to define tools inspire…

Form

Faster Unbalanced Optimal Transport: Translation invariant Sinkhorn and 1-D Frank-Wolfe

2022-01-03 · Thibault Séjourné, François-Xavier Vialard, Gabriel Peyré

Unbalanced optimal transport (UOT) extends optimal transport (OT) to take into account mass variations to compare distributions. This is crucial to make OT successful in ML applications, making it robust to data normaliz…

Translation

Sample complexity of unbalanced entropic OT

2026-06-23 · Francisco Andrade, Gabriel Peyré, Clarice Poon arxiv

Optimal transport (OT) has become a central language for comparing probability measures, but exact balanced OT is often both too rigid for data with missing, created, or destroyed mass and subject to unfavorable high-dim…