Improved approximate near neighbor search without false negatives for $l_2$
Piotr Wygocki

TL;DR
This paper introduces a new algorithm for approximate near neighbor search in high-dimensional Euclidean space that avoids false negatives, improves efficiency, and offers flexible trade-offs between query and pre-processing times.
Contribution
The paper enhances dimension reduction techniques for $l_2$ space, providing a tunable algorithm with improved query and pre-processing times, including batch query variants.
Findings
Achieves false-negative free approximate nearest neighbor search for $l_2^d$.
Offers two algorithm variants with different efficiency trade-offs.
Introduces batch query algorithms with reduced amortized query time.
Abstract
We present a new algorithm for the --approximate nearest neighbor search without false negatives for . We enhance the dimension reduction method presented in \cite{wygos_red} and combine it with the standard results of Indyk and Motwani~\cite{motwani}. We present an efficient algorithm with Las Vegas guaranties for any . This improves over the previous results, which require \cite{wygos_red}, where is the number of the input points. Moreover, we improve both the query time and the pre-processing time. Our algorithm is tunable, which allows for different compromises between the query and the pre-processing times. In order to illustrate this flexibility, we present two variants of the algorithm. The "efficient query" variant involves the query time of and the polynomial pre-processing time. The "efficient pre-processing" variant…
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
TopicsMachine Learning and Algorithms · Advanced Image and Video Retrieval Techniques · Computational Geometry and Mesh Generation
