Faster Sinkhorn's Algorithm with Small Treewidth
Zhao Song, Tianyi Zhou

TL;DR
This paper introduces a faster Sinkhorn's Algorithm for approximating optimal transport distances when the cost matrix has a specific structure, reducing computational complexity based on the matrix's treewidth.
Contribution
The paper presents a novel Sinkhorn's Algorithm that leverages small treewidth in the cost matrix to significantly improve approximation speed.
Findings
Reduces computational complexity from O(^{-2} n^2) to O(^{-2} n au) for matrices with small treewidth.
Provides a more efficient approximation method for OT distances in structured cost matrices.
Enhances scalability of OT computations in machine learning applications.
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 . Given the cost matrix where , we proposed a faster Sinkhorn's Algorithm to approximate the OT distance when matrix has treewidth . To approximate the OT distance, our algorithm improves the state-of-the-art results [Dvurechensky, Gasnikov, and Kroshnin ICML 2018] from time to time.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsData Management and Algorithms · Complexity and Algorithms in Graphs · Graph Theory and Algorithms
