paper-with-me

홈 › Papers

Approximating High-Dimensional Earth Mover's Distance as Fast as Closest Pair

2025-08-09 · Lorenzo Beretta, Vincent Cohen-Addad, Rajesh Jayaram, Erik Waingarten arxiv

We give a reduction from $(1+\varepsilon)$-approximate Earth Mover's Distance (EMD) to $(1+\varepsilon)$-approximate Closest Pair (CP). As a consequence, we improve the fastest known approximation algorithm for high-dimensional EMD. Here, given $p\in [1, 2]$ and two sets of $n$ points $X,Y \subseteq (\mathbb R^d,\ell_p)$, their EMD is the minimum cost of a perfect matching between $X$ and $Y$, where the cost of matching two vectors is their $\ell_p$ distance. Further, CP is the basic problem of finding a pair of points realizing $\min_{x \in X, y\in Y} ||x-y||_p$. Our contribution is twofold: we show that if a $(1+\varepsilon)$-approximate CP can be computed in time $n^{2-φ}$, then a $1+O(\varepsilon)$ approximation to EMD can be computed in time $n^{2-Ω(φ)}$; plugging in the fastest known algorithm for CP [Alman, Chan, Williams FOCS'16], we obtain a $(1+\varepsilon)$-approximation algorithm for EMD running in time $n^{2-\tildeΩ(\varepsilon^{1/3})}$ for high-dimensional point sets, which improves over the prior fastest running time of $n^{2-Ω(\varepsilon^2)}$ [Andoni, Zhang FOCS'23]. Our main technical contribution is a sublinear implementation of the Multiplicative Weights Update framework for EMD. Specifically, we demonstrate that the updates can be executed without ever explicitly computing or storing the weights; instead, we exploit the underlying geometric structure to perform the updates implicitly.

📄 PDF Abstract BibTeX arXiv:2508.06774

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

People Mover's Distance: Class level geometry using fast pairwise data adaptive transportation costs

2017-07-03 · Alexander Cloninger, Brita Roy, Carley Riley, Harlan M. Krumholz

We address the problem of defining a network graph on a large collection of classes. Each class is comprised of a collection of data points, sampled in a non i.i.d. way, from some unknown underlying distribution. The app…

Clustering

Earthmover-based manifold learning for analyzing molecular conformation spaces

2019-10-16 · Nathan Zelesko, Amit Moscovich, Joe Kileel, Amit Singer

In this paper, we propose a novel approach for manifold learning that combines the Earthmover's distance (EMD) with the diffusion maps method for dimensionality reduction. We demonstrate the potential benefits of this ap…

Dimensionality Reduction

Earth Mover's Distance Minimization for Unsupervised Bilingual Lexicon Induction

2017-09-01 · EMNLP 2017 9 · Meng Zhang, Yang Liu, Huanbo Luan, Maosong Sun

Cross-lingual natural language processing hinges on the premise that there exists invariance across languages. At the word level, researchers have identified such invariance in the word embedding semantic spaces of diffe…

Bilingual Lexicon InductionCross-Lingual TransferWord Embeddings

Diffusion Earth Mover's Distance and Distribution Embeddings

2021-02-25 · Alexander Tong, Guillaume Huguet, Amine Natik, Kincaid MacDonald 외

We propose a new fast method of measuring distances between large numbers of related high dimensional datasets called the Diffusion Earth Mover's Distance (EMD). We model the datasets as distributions supported on common…

Efficient Tracking of Sparse Signals via an Earth Mover's Distance Dynamics Regularizer

2018-06-12 · Nicholas P. Bertrand, Adam S. Charles, John Lee, Pavel B. Dunn 외

Tracking algorithms such as the Kalman filter aim to improve inference performance by leveraging the temporal dynamics in streaming observations. However, the tracking regularizers are often based on the $\ell_p$-norm wh…