paper-with-me

Papers

Efficient and Accurate Optimal Transport with Mirror Descent and Conjugate Gradients

2023-07-17 · Mete Kemertas, Allan D. Jepson, Amir-Massoud Farahmand

We design a novel algorithm for optimal transport by drawing from the entropic optimal transport, mirror descent and conjugate gradients literatures. Our scalable and GPU parallelizable algorithm is able to compute the Wasserstein distance with extreme precision, reaching relative error rates of $10^{-8}$ without numerical stability issues. Empirically, the algorithm converges to high precision solutions more quickly in terms of wall-clock time than a variety of algorithms including log-domain stabilized Sinkhorn's Algorithm. We provide careful ablations with respect to algorithm and problem parameters, and present benchmarking over upsampled MNIST images, comparing to various recent algorithms over high-dimensional problems. The results suggest that our algorithm can be a useful addition to the practitioner's optimal transport toolkit.

📄 PDF Abstract BibTeX arXiv:2307.08507

Code (1)

adaptive-agents-lab/mdot-pncg 공식 구현 pytorch

Tasks

BenchmarkingGPU

Similar Papers 제목 키워드 기반

A Riemannian Approach to Low-Rank Optimal Transport

2026-06-10 · Pratik Jawanpuria, Bamdev Mishra arxiv

Low-rank optimal transport (OT) mitigates the quadratic scaling of classical solvers, yet existing approaches rely heavily on first-order mirror-descent updates that require careful hyperparameter tuning and ignore the o…

Mirror Sinkhorn: Fast Online Optimization on Transport Polytopes

2022-11-18 · Marin Ballu, Quentin Berthet

Optimal transport is an important tool in machine learning, allowing to capture geometric properties of the data through a linear program on transport polytopes. We present a single-loop optimization algorithm for minimi…

Point Cloud Registration

Convergence Rates for the MAP of an Exponential Family and Stochastic Mirror Descent -- an Open Problem

2021-11-12 · Rémi Le Priol, Frederik Kunstner, Damien Scieur, Simon Lacoste-Julien

We consider the problem of upper bounding the expected log-likelihood sub-optimality of the maximum likelihood estimate (MLE), or a conjugate maximum a posteriori (MAP) for an exponential family, in a non-asymptotic way.…

Sinkhorn Algorithm as a Special Case of Stochastic Mirror Descent

2019-09-16 · Konstantin Mishchenko

We present a new perspective on the celebrated Sinkhorn algorithm by showing that is a special case of incremental/stochastic mirror descent. In order to see this, one should simply plug Kullback-Leibler divergence in bo…

Mirror Descent with Relative Smoothness in Measure Spaces, with application to Sinkhorn and EM

2022-06-17 · Pierre-Cyril Aubin-Frankowski, Anna Korba, Flavien Léger

Many problems in machine learning can be formulated as optimizing a convex functional over a vector space of measures. This paper studies the convergence of the mirror descent algorithm in this infinite-dimensional setti…