DartMinHash: Fast Sketching for Weighted Sets
Abstract
Weighted minwise hashing is a standard dimensionality reduction technique with applications to similarity search and large-scale kernel machines. We introduce a simple algorithm that takes a weighted set and computes independent minhashes in expected time , improving upon the state-of-the-art BagMinHash algorithm (KDD '18) and representing the fastest weighted minhash algorithm for sparse data. Our experiments show running times that scale better with and compared to ICWS (ICDM '10) and BagMinhash, obtaining x speedups in common use cases. Our approach also gives rise to a technique for computing fully independent locality-sensitive hash values for -parameterized approximate near neighbor search under weighted Jaccard similarity in optimal expected time , improving on prior work even in the case of unweighted sets.
Cite
@article{arxiv.2005.11547,
title = {DartMinHash: Fast Sketching for Weighted Sets},
author = {Tobias Christiani},
journal= {arXiv preprint arXiv:2005.11547},
year = {2020}
}
Comments
See https://github.com/tobc/dartminhash for the code accompanying the experiments