Fast Locality-Sensitive Hashing Frameworks for Approximate Near Neighbor Search
Tobias Christiani

TL;DR
This paper presents a simplified and improved framework for locality-sensitive hashing that reduces the number of hash functions and computational operations needed for approximate near neighbor search, enhancing practical efficiency.
Contribution
It provides a simpler analysis of recent LSH reductions and introduces a framework that minimizes hash functions and word-RAM operations for faster approximate nearest neighbor queries.
Findings
Number of hash functions reduced to O(log^2 n)
Query time dominated by O(n^ρ) distance computations
Additional word-RAM operations reduced to O(n^ρ)
Abstract
The Indyk-Motwani Locality-Sensitive Hashing (LSH) framework (STOC 1998) is a general technique for constructing a data structure to answer approximate near neighbor queries by using a distribution over locality-sensitive hash functions that partition space. For a collection of points, after preprocessing, the query time is dominated by evaluations of hash functions from and hash table lookups and distance computations where is determined by the locality-sensitivity properties of . It follows from a recent result by Dahlgaard et al. (FOCS 2017) that the number of locality-sensitive hash functions can be reduced to , leaving the query time to be dominated by distance computations and additional word-RAM operations. We state this result 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.
