Efficient and Accurate Optimal Transport with Mirror Descent and Conjugate Gradients
Mete Kemertas, Allan D. Jepson, Amir-massoud Farahmand

TL;DR
This paper introduces MDOT, a high-precision optimal transport solver combining temperature annealing, mirror descent, and conjugate gradients, outperforming existing methods in speed and accuracy on large-scale problems.
Contribution
The paper presents MDOT, a novel optimal transport method unifying annealing and mirror descent with GPU-accelerated conjugate gradients, achieving faster convergence and higher precision than prior algorithms.
Findings
MDOT achieves high-precision solutions faster than existing solvers.
Empirical convergence rates range between O(n^2 ε^{-1/4}) and O(n^2 ε^{-1}).
Runtime scales as O(n^2) for moderate precision, O(n^{5/2}) at high precision.
Abstract
We propose Mirror Descent Optimal Transport (MDOT), a novel method for solving discrete optimal transport (OT) problems with high precision, by unifying temperature annealing in entropic-regularized OT (EOT) with mirror descent techniques. In this framework, temperature annealing produces a sequence of EOT dual problems, whose solution gradually gets closer to the solution of the original OT problem. We solve each problem efficiently using a GPU-parallel nonlinear conjugate gradients algorithm (PNCG) that outperforms traditional Sinkhorn iterations under weak regularization. Moreover, our investigation also reveals that the theoretical convergence rate of Sinkhorn iterations can exceed existing non-asymptotic bounds when its stopping criterion is tuned in a manner analogous to MDOT. Our comprehensive ablation studies of MDOT-PNCG affirm its robustness across a wide range of…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMedical Imaging Techniques and Applications · Advanced MRI Techniques and Applications · Medical Image Segmentation Techniques
