English

Scalability and Total Recall with Fast CoveringLSH

Databases 2016-08-22 v2 Data Structures and Algorithms Information Retrieval

Abstract

Locality-sensitive hashing (LSH) has emerged as the dominant algorithmic technique for similarity search with strong performance guarantees in high-dimensional spaces. A drawback of traditional LSH schemes is that they may have \emph{false negatives}, i.e., the recall is less than 100\%. This limits the applicability of LSH in settings requiring precise performance guarantees. Building on the recent theoretical "CoveringLSH" construction that eliminates false negatives, we propose a fast and practical covering LSH scheme for Hamming space called \emph{Fast CoveringLSH (fcLSH)}. Inheriting the design benefits of CoveringLSH our method avoids false negatives and always reports all near neighbors. Compared to CoveringLSH we achieve an asymptotic improvement to the hash function computation time from O(dL)\mathcal{O}(dL) to O(d+LlogL)\mathcal{O}(d + L\log{L}), where dd is the dimensionality of data and LL is the number of hash tables. Our experiments on synthetic and real-world data sets demonstrate that \emph{fcLSH} is comparable (and often superior) to traditional hashing-based approaches for search radius up to 20 in high-dimensional Hamming space.

Keywords

Cite

@article{arxiv.1602.02620,
  title  = {Scalability and Total Recall with Fast CoveringLSH},
  author = {Ninh Pham and Rasmus Pagh},
  journal= {arXiv preprint arXiv:1602.02620},
  year   = {2016}
}

Comments

Short version appears in Proceedings of CIKM 2016