DSIRSep 11, 2018

Maximally Consistent Sampling and the Jaccard Index of Probability Distributions

arXiv:1809.04052v233 citations
AI Analysis

This work provides a more useful similarity measure for probability distributions, addressing a domain-specific need in data analysis and hashing techniques.

The paper tackles the problem of efficiently computing a MinHash for probability distributions with algorithms that match state-of-the-art running times for sparse and dense data, introducing a new similarity measure based on collision probability that generalizes the Jaccard index.

We introduce simple, efficient algorithms for computing a MinHash of a probability distribution, suitable for both sparse and dense data, with equivalent running times to the state of the art for both cases. The collision probability of these algorithms is a new measure of the similarity of positive vectors which we investigate in detail. We describe the sense in which this collision probability is optimal for any Locality Sensitive Hash based on sampling. We argue that this similarity measure is more useful for probability distributions than the similarity pursued by other algorithms for weighted MinHash, and is the natural generalization of the Jaccard index.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes