← Search

Sharath Raghvendra

12 accepted papers

2026

A Scalable Constant-Factor Approximation Algorithm for $W_p$ Optimal Transport

ICLR 2026poster

Let $(X,d)$ be a metric space and let $\mu,\nu$ be discrete distributions supported on finite point sets $A,B \subseteq X$. For any $p \in [1,\infty]$, the $W_p$-distance between $\mu$ and $\nu$, $W_p(\mu, \nu)$, is defined as the $p$-th root of the minimum cost of transporting the mass from $\mu$ t…

Cited by 0SourceScholar
2026

Efficient algorithms for Incremental Metric Bipartite Matching

ICLR 2026poster

The minimum-cost bipartite matching between two sets of points $R$ and $S$ in a metric space has a wide range of applications in machine learning, computer vision, and logistics. For instance, it can be used to estimate the $1$-Wasserstein distance between continuous probability distributions and fo…

Cited by 0SourceScholar
2025

Efficient Algorithms for Robust and Partial Semi-Discrete Optimal Transport

NeurIPS 2025poster

The sensitivity of optimal transport (OT) to noise has motivated the study of robust variants. In this paper, we study two such formulations of semi-discrete OT in $\mathbb{R}^d$: (i) the $\alpha$-optimal partial transport, which minimizes the cost of transporting a mass of $\alpha$; and (ii) the $\…

Cited by 0SourceScholar
2025

Scalable Approximation Algorithms for $p$-Wasserstein Distance and Its Variants

ICML 2025poster

The $p$-Wasserstein distance measures the cost of optimally transporting one distribution to another, where the cost of moving a unit mass from $a$ to $b$ is the $p^{th}$ power of the ground distance $\mathrm{d}(a,b)$ between them. Despite its strong theoretical properties, its use in practice --…

Cited by 0SourcePDFScholar
2024

A Combinatorial Algorithm for the Semi-Discrete Optimal Transport Problem

NeurIPS 2024poster

Optimal Transport (OT, also known as the Wasserstein distance) is a popular metric for comparing probability distributions and has been successfully used in many machine-learning applications. In the semi-discrete $2$-Wasserstein problem, we wish to compute the cheapest way to transport all the mass…

Cited by 1SourcePDFScholar
2024

A New Robust Partial p-Wasserstein-Based Metric for Comparing Distributions

ICML 2024poster

The $2$-Wasserstein distance is sensitive to minor geometric differences between distributions, making it a very powerful dissimilarity metric. However, due to this sensitivity, a small outlier mass can also cause a significant increase in the $2$-Wasserstein distance between two similar distributio…

Cited by 11SourcePDFScholar
2023

A Combinatorial Algorithm for Approximating the Optimal Transport in the Parallel and MPC Settings

NeurIPS 2023poster

Optimal Transport is a popular distance metric for measuring similarity between distributions. Exact and approximate combinatorial algorithms for computing the optimal transport distance are hard to parallelize. This has motivated the development of numerical solvers (e.g. Sinkhorn method) that can…

2023

A Higher Precision Algorithm for Computing the $1$-Wasserstein Distance

ICLR 2023top-25%

We consider the problem of computing the $1$-Wasserstein distance $\mathcal{W}(\mu,\nu)$ between two $d$-dimensional discrete distributions $\mu$ and $\nu$ whose support lie within the unit hypercube. There are several algorithms that estimate $\mathcal{W}(\mu,\nu)$ within an additive error of $\var…

Cited by 5SourcePDFScholar
2023

A Robust Exact Algorithm for the Euclidean Bipartite Matching Problem

NeurIPS 2023poster

Algorithms for the minimum-cost bipartite matching can be used to estimate Wasserstein distance between two distributions. Given two sets $A$ and $B$ of $n$ points in a $2$-dimensional Euclidean space, one can use a fast implementation of the Hungarian method to compute a minimum-cost bipartite matc…

Cited by 5SourcePDFScholar
2023

Computing all Optimal Partial Transports

ICLR 2023poster

We consider the classical version of the optimal partial transport problem. Let $\mu$ (with a mass of $U$) and $\nu$ (with a mass of $S$) be two discrete mass distributions with $S \le U$ and let $n$ be the total number of points in the supports of $\mu$ and $\nu$. For a parameter $\alpha \in [0,S]$…

Cited by 18SourcePDFScholar
2021

A Faster Maximum Cardinality Matching Algorithm with Applications in Machine Learning

NeurIPS 2021poster

Maximum cardinality bipartite matching is an important graph optimization problem with several applications. For instance, maximum cardinality matching in a $\delta$-disc graph can be used in the computation of the bottleneck matching as well as the $\infty$-Wasserstein and the Lévy-Prokhorov distan…

Cited by 5SourcePDFScholar
2019

A Graph Theoretic Additive Approximation of Optimal Transport

NeurIPS 2019poster

Transportation cost is an attractive similarity measure between probability distributions due to its many useful theoretical properties. However, solving optimal transport exactly can be prohibitively expensive. Therefore, there has been significant effort towards the design of scalable approximati…