# LSH on the Hypercube Revisited

**Authors:** Sariel Har-Peled, Sepideh Mahabadi

arXiv: 1704.02546 · 2017-04-11

## TL;DR

This paper revisits the application of locality sensitive hashing (LSH) for nearest-neighbor search in high-dimensional binary hypercube spaces, providing a clear presentation inspired by recent work, without introducing new methods.

## Contribution

The paper offers a concise overview of LSH techniques specifically for the hypercube setting, emphasizing clarity over novel contributions.

## Key findings

- Clarifies LSH scheme for hypercube points
- Highlights the simplicity of the approach
- Inspired by recent related work

## Abstract

LSH (locality sensitive hashing) had emerged as a powerful technique in nearest-neighbor search in high dimensions [IM98, HIM12]. Given a point set $P$ in a metric space, and given parameters $r$ and $\varepsilon > 0$, the task is to preprocess the point set, such that given a query point $q$, one can quickly decide if $q$ is in distance at most $\leq r$ or $\geq (1+\varepsilon)r$ from the point set $P$. Once such a near-neighbor data-structure is available, one can reduce the general nearest-neighbor search to logarithmic number of queries in such structures [IM98, Har01, HIM12].   In this note, we revisit the most basic settings, where $P$ is a set of points in the binary hypercube $\{0,1\}^d$, under the $L_1$/Hamming metric, and present a short description of the LSH scheme in this case. We emphasize that there is no new contribution in this note, except (maybe) the presentation itself, which is inspired by the authors recent work [HM17].

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1704.02546/full.md

## References

4 references — full list in the complete paper: https://tomesphere.com/paper/1704.02546/full.md

---
Source: https://tomesphere.com/paper/1704.02546