English

An Accelerated Stochastic Algorithm for Solving the Optimal Transport Problem

Machine Learning 2023-05-31 v3 Data Structures and Algorithms Optimization and Control

Abstract

A primal-dual accelerated stochastic gradient descent with variance reduction algorithm (PDASGD) is proposed to solve linear-constrained optimization problems. PDASGD could be applied to solve the discrete optimal transport (OT) problem and enjoys the best-known computational complexity -- O~(n2/ϵ)\widetilde{\mathcal{O}}(n^2/\epsilon), where nn is the number of atoms, and ϵ>0\epsilon>0 is the accuracy. In the literature, some primal-dual accelerated first-order algorithms, e.g., APDAGD, have been proposed and have the order of O~(n2.5/ϵ)\widetilde{\mathcal{O}}(n^{2.5}/\epsilon) for solving the OT problem. To understand why our proposed algorithm could improve the rate by a factor of O~(n)\widetilde{\mathcal{O}}(\sqrt{n}), the conditions under which our stochastic algorithm has a lower order of computational complexity for solving linear-constrained optimization problems are discussed. It is demonstrated that the OT problem could satisfy the aforementioned conditions. Numerical experiments demonstrate superior practical performances of the proposed PDASGD algorithm for solving the OT problem.

Keywords

Cite

@article{arxiv.2203.00813,
  title  = {An Accelerated Stochastic Algorithm for Solving the Optimal Transport Problem},
  author = {Yiling Xie and Yiling Luo and Xiaoming Huo},
  journal= {arXiv preprint arXiv:2203.00813},
  year   = {2023}
}

Comments

Compared with previous versions, both theoretical complexity and numerical performances have been improved for solving the OT problem in this version

R2 v1 2026-06-24T09:58:41.342Z