ANN queries: covering Voronoi diagram with hyperboxes
Rajasekhar Inkulu, Sanjiv Kapoor

TL;DR
This paper introduces an algorithm for efficient approximate nearest neighbor queries in high-dimensional Euclidean spaces using Voronoi diagrams and hyperbox coverings, with provable preprocessing and query time bounds.
Contribution
It presents a novel method combining Voronoi diagrams and hyperbox trees for approximate nearest neighbor search with explicit complexity analysis.
Findings
Preprocessing constructs box trees of size depending on dimension and volume.
Query answering operates in logarithmic plus polynomial time in epsilon.
Average size of the approximate neighbor set depends on data distribution and epsilon.
Abstract
Given a set of points in -dimensional Euclidean metric space and a small positive real number , we present an algorithm to preprocess and answer queries that require finding a set of -approximate nearest neighbors (ANNs) to a given query point . The following are the characteristics of points belonging to set : - , a point such that and the nearest neighbor of is , and - a such that is a nearest neighbor of . During the preprocessing phase, from the Voronoi diagram of we construct a set of box trees of size which facilitate in querying ANNs of any input query point in time. Here equals to…
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
TopicsModel-Driven Software Engineering Techniques · Advanced Database Systems and Queries
