CoveringLSH: Locality-sensitive Hashing without False Negatives
Rasmus Pagh

TL;DR
CoveringLSH introduces a new locality-sensitive hashing method for Hamming space that guarantees collisions for all pairs within a radius, effectively eliminating false negatives with minimal efficiency loss.
Contribution
The paper presents a covering LSH construction that guarantees no false negatives while maintaining near-optimal efficiency compared to classic LSH methods.
Findings
Guarantees collision for all pairs within radius r
Achieves efficiency close to the best known LSH bounds
Eliminates false negatives in Hamming space search
Abstract
We consider a new construction of locality-sensitive hash functions for Hamming space that is \emph{covering} in the sense that is it guaranteed to produce a collision for every pair of vectors within a given radius . The construction is \emph{efficient} in the sense that the expected number of hash collisions between vectors at distance~, for a given , comes close to that of the best possible data independent LSH without the covering guarantee, namely, the seminal LSH construction of Indyk and Motwani (STOC '98). The efficiency of the new construction essentially \emph{matches} their bound when the search radius is not too large --- e.g., when , where is the number of points in the data set, and when where is an integer constant. In general, it differs by at most a factor in the exponent of the time bounds. As a…
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
TopicsAdvanced Image and Video Retrieval Techniques · Robotics and Sensor-Based Localization · Advanced Neural Network Applications
