English

Faster Sinkhorn's Algorithm with Small Treewidth

Data Structures and Algorithms 2023-01-18 v1

Abstract

Computing optimal transport (OT) distances such as the earth mover's distance is a fundamental problem in machine learning, statistics, and computer vision. In this paper, we study the problem of approximating the general OT distance between two discrete distributions of size nn. Given the cost matrix C=AAC=AA^\top where ARn×dA \in \mathbb{R}^{n \times d}, we proposed a faster Sinkhorn's Algorithm to approximate the OT distance when matrix AA has treewidth τ\tau. To approximate the OT distance, our algorithm improves the state-of-the-art results [Dvurechensky, Gasnikov, and Kroshnin ICML 2018] from O~(ϵ2n2)\widetilde{O}(\epsilon^{-2} n^2) time to O~(ϵ2nτ)\widetilde{O}(\epsilon^{-2} n \tau) time.

Keywords

Cite

@article{arxiv.2301.06741,
  title  = {Faster Sinkhorn's Algorithm with Small Treewidth},
  author = {Zhao Song and Tianyi Zhou},
  journal= {arXiv preprint arXiv:2301.06741},
  year   = {2023}
}
R2 v1 2026-06-28T08:13:12.677Z