Sub-linear Memory Sketches For Near Neighbor Search On Streaming Data
Coleman Benjamin, Baraniuk Richard G., Shrivastava Anshumali. Arxiv 2019
[Paper]
ARXIV
Independent
LSH
Streaming Data
We present the first sublinear memory sketch that can be queried to find the
nearest neighbors in a dataset. Our online sketching algorithm compresses an N
element dataset to a sketch of size in time, where . This sketch can correctly report the nearest neighbors
of any query that satisfies a stability condition parameterized by . We
achieve sublinear memory performance on stable queries by combining recent
advances in locality sensitive hash (LSH)-based estimators, online kernel
density estimation, and compressed sensing. Our theoretical results shed new
light on the memory-accuracy tradeoff for nearest neighbor search, and our
sketch, which consists entirely of short integer arrays, has a variety of
attractive features in practice. We evaluate the memory-recall tradeoff of our
method on a friend recommendation task in the Google Plus social media network.
We obtain orders of magnitude better compression than the random projection
based alternative while retaining the ability to report the nearest neighbors
of practical queries.
Similar Work