English

On the Efficiency of Entropic Regularized Algorithms for Optimal Transport

Data Structures and Algorithms 2022-05-19 v9 Computational Complexity Machine Learning Computation Machine Learning

Abstract

We present several new complexity results for the entropic regularized algorithms that approximately solve the optimal transport (OT) problem between two discrete probability measures with at most nn atoms. First, we improve the complexity bound of a greedy variant of Sinkhorn, known as \textit{Greenkhorn}, from O~(n2ε3)\widetilde{O}(n^2\varepsilon^{-3}) to O~(n2ε2)\widetilde{O}(n^2\varepsilon^{-2}). Notably, our result can match the best known complexity bound of Sinkhorn and help clarify why Greenkhorn significantly outperforms Sinkhorn in practice in terms of row/column updates as observed by~\citet{Altschuler-2017-Near}. Second, we propose a new algorithm, which we refer to as \textit{APDAMD} and which generalizes an adaptive primal-dual accelerated gradient descent (APDAGD) algorithm~\citep{Dvurechensky-2018-Computational} with a prespecified mirror mapping ϕ\phi. We prove that APDAMD achieves the complexity bound of O~(n2δε1)\widetilde{O}(n^2\sqrt{\delta}\varepsilon^{-1}) in which δ>0\delta>0 stands for the regularity of ϕ\phi. In addition, we show by a counterexample that the complexity bound of O~(min{n9/4ε1,n2ε2})\widetilde{O}(\min\{n^{9/4}\varepsilon^{-1}, n^2\varepsilon^{-2}\}) proved for APDAGD before is invalid and give a refined complexity bound of O~(n5/2ε1)\widetilde{O}(n^{5/2}\varepsilon^{-1}). Further, we develop a \textit{deterministic} accelerated variant of Sinkhorn via appeal to estimated sequence and prove the complexity bound of O~(n7/3ε4/3)\widetilde{O}(n^{7/3}\varepsilon^{-4/3}). As such, we see that accelerated variant of Sinkhorn outperforms Sinkhorn and Greenkhorn in terms of 1/ε1/\varepsilon and APDAGD and accelerated alternating minimization (AAM)~\citep{Guminov-2021-Combination} in terms of nn. Finally, we conduct the experiments on synthetic and real data and the numerical results show the efficiency of Greenkhorn, APDAMD and accelerated Sinkhorn in practice.

Keywords

Cite

@article{arxiv.1906.01437,
  title  = {On the Efficiency of Entropic Regularized Algorithms for Optimal Transport},
  author = {Tianyi Lin and Nhat Ho and Michael I. Jordan},
  journal= {arXiv preprint arXiv:1906.01437},
  year   = {2022}
}

Comments

Accepted by Journal of Machine Learning Research; A preliminary version [arXiv:1901.06482] of this paper, with a subset of the results that are presented here, was presented at ICML 2019; 39 pages, 21 figures

R2 v1 2026-06-23T09:41:16.324Z