ResearchTrend.AI
  • Papers
  • Communities
  • Events
  • Blog
  • Pricing
Papers
Communities
Social Events
Terms and Conditions
Pricing
Parameter LabParameter LabTwitterGitHubLinkedInBlueskyYoutube

© 2025 ResearchTrend.AI, All rights reserved.

  1. Home
  2. Papers
  3. 1902.06687
17
6

Sub-linear Memory Sketches for Near Neighbor Search on Streaming Data

18 February 2019
Benjamin Coleman
Richard G. Baraniuk
Anshumali Shrivastava
ArXivPDFHTML
Abstract

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 O(Nblog⁡3N)O(N^b \log^3 N)O(Nblog3N) in O(N(b+1)log⁡3N)O(N^{(b+1)} \log^3 N)O(N(b+1)log3N) time, where b<1b < 1b<1. This sketch can correctly report the nearest neighbors of any query that satisfies a stability condition parameterized by bbb. 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.

View on arXiv
Comments on this paper