Fine-Grained Complexity of Earth Mover's Distance under Translation
Karl Bringmann, Frank Staals, Karol Węgrzycki, Geert van Wordragen
TL;DR
This work initiates a fine-grained complexity study of the Earth Mover's Distance under Translation (EMDuT). It delivers a near-optimal 1D algorithm with time $\tilde{O}(n^2)$ for EMDuT in $\mathbb{R}^1$ and a matching OVH-based lower bound, while extending to higher dimensions with $\tilde{O}(m^d n^{d+2}\log^{d+2} n)$ algorithms for $L_1$ and $L_\infty$. It further establishes ETH-based lower bounds ruling out $n^{o(d)}$-time approximations in higher dimensions and presents conditional reductions from $k$-Clique to show inherent hardness in the symmetric cases. By combining a sweep-line approach, a refined data-structure (Overmars–van Leeuwen) extension, and arrangement-based techniques, the paper clarifies the complexity landscape of EMDuT, separates exact/approximation barriers, and lays a foundation for future work on the $L_2$ case. Collectively, these results bridge exact algorithm design and strong conditional hardness for translation-invariant geometric transport problems.
Abstract
The Earth Mover's Distance is a popular similarity measure in several branches of computer science. It measures the minimum total edge length of a perfect matching between two point sets. The Earth Mover's Distance under Translation ($\mathrm{EMDuT}$) is a translation-invariant version thereof. It minimizes the Earth Mover's Distance over all translations of one point set. For $\mathrm{EMDuT}$ in $\mathbb{R}^1$, we present an $\tilde{\mathcal{O}}(n^2)$-time algorithm. We also show that this algorithm is nearly optimal by presenting a matching conditional lower bound based on the Orthogonal Vectors Hypothesis. For $\mathrm{EMDuT}$ in $\mathbb{R}^d$, we present an $\tilde{\mathcal{O}}(n^{2d+2})$-time algorithm for the $L_1$ and $L_\infty$ metric. We show that this dependence on $d$ is asymptotically tight, as an $n^{o(d)}$-time algorithm for $L_1$ or $L_\infty$ would contradict the Exponential Time Hypothesis (ETH). Prior to our work, only approximation algorithms were known for these problems.
