Low-Complexity Data-Parallel Earth Mover's Distance Approximations
Kubilay Atasu, Thomas Mittelholzer

TL;DR
This paper introduces novel, data-parallel approximation algorithms for Earth Mover's Distance that are highly efficient, scalable, and effective even in high-overlap scenarios, leveraging GPU computing.
Contribution
The paper presents new linear-time approximation algorithms for EMD that overcome previous limitations and are optimized for GPU parallel processing.
Findings
Algorithms are four orders of magnitude faster than CPU implementations.
Achieve comparable or better accuracy than existing methods.
Effective on large datasets like 20 Newsgroups and MNIST.
Abstract
The Earth Mover's Distance (EMD) is a state-of-the art metric for comparing discrete probability distributions, but its high distinguishability comes at a high cost in computational complexity. Even though linear-complexity approximation algorithms have been proposed to improve its scalability, these algorithms are either limited to vector spaces with only a few dimensions or they become ineffective when the degree of overlap between the probability distributions is high. We propose novel approximation algorithms that overcome both of these limitations, yet still achieve linear time complexity. All our algorithms are data parallel, and thus, we take advantage of massively parallel computing engines, such as Graphics Processing Units (GPUs). On the popular text-based 20 Newsgroups dataset, the new algorithms are four orders of magnitude faster than a multi-threaded CPU implementation 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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsComputer Graphics and Visualization Techniques · Parallel Computing and Optimization Techniques · Computational Physics and Python Applications
