Approximate nearest neighbors search without false negatives for $l_2$ for $c>\sqrt{\log\log{n}}$
Piotr Sankowski, Piotr Wygocki

TL;DR
This paper introduces new data structures for approximate nearest neighbor search in high-dimensional Euclidean space that operate without false negatives for larger approximation factors, improving previous algorithms.
Contribution
It presents novel data structures for false-negative-free approximate nearest neighbor search in Euclidean space applicable for larger c values, with efficient query and preprocessing times.
Findings
Works for c = ω(√log log n)
Poly-logarithmic query time
Polynomial preprocessing time
Abstract
In this paper, we report progress on answering the open problem presented by Pagh~[14], who considered the nearest neighbor search without false negatives for the Hamming distance. We show new data structures for solving the -approximate nearest neighbors problem without false negatives for Euclidean high dimensional space . These data structures work for any , where is the number of points in the input set, with poly-logarithmic query time and polynomial preprocessing time. This improves over the known algorithms, which require to be . This improvement is obtained by applying a sequence of reductions, which are interesting on their own. First, we reduce the problem to instances of dimension logarithmic in . Next, these instances are reduced to a number of -approximate nearest neighbor search…
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
TopicsOptimization and Search Problems · Robotics and Sensor-Based Localization · Machine Learning and Algorithms
