Nearest Neighbor Searching, i.e. determining from a set S of n sites in the plane the one that is closest to a given query point q, is a classical problem in computational geometry. Fast theoretical solutions are known, e.g. point location in the Voronoi Diagram of S, or specialized structures such as so-called Delaunay hierarchies. However, practitioners tend to deem these solutions as too complicated or computationally too costly to be actually useful.
Recently in ALENEX 2010 Birn et al. proposed a simple and practical randomized solution. They reported encouraging experimental results and presented a partial performance analysis. They argued that in many cases their method achieves logarithmic expected query time but they also noted that in some cases linear expected query time is incurred. They raised the question whether some variant of their approach can achieve logarithmic expected query time in all cases.
The approach of Birn et al. derives its simplicity mostly from the fact that it applies only one simple type of geometric predicate: which one of two sites in S is closer to the query point q. In this paper we show that any method for planar nearest neighbor searching that relies just on this one type of geometric predicate can be forced to make at least n-1 such predicate evaluations during a worst case query.
[1]
David L. Millman,et al.
Computing planar Voronoi diagrams in double precision: a further example of degree-driven algorithm design
,
2010,
SoCG '10.
[2]
Sunil Arya,et al.
ANN: library for approximate nearest neighbor searching
,
1998
.
[3]
Giuseppe Liotta,et al.
Robust Proximity Queries: An Illustration of Degree-Driven Algorithm Design
,
1998,
SIAM J. Comput..
[4]
G. Ziegler.
Lectures on Polytopes
,
1994
.
[5]
Robert E. Tarjan,et al.
Applications of a planar separator theorem
,
1977,
18th Annual Symposium on Foundations of Computer Science (sfcs 1977).
[6]
Jon Louis Bentley,et al.
Multidimensional binary search trees used for associative searching
,
1975,
CACM.
[7]
Peter Sanders,et al.
Simple and Fast Nearest Neighbor Search
,
2010,
ALENEX.
[8]
Bruce Randall Donald,et al.
A rational rotation method for robust geometric algorithms
,
1991,
SCG '92.
[9]
Michael Ian Shamos,et al.
Geometric complexity
,
1975,
STOC.
[10]
David G. Kirkpatrick,et al.
Optimal Search in Planar Subdivisions
,
1983,
SIAM J. Comput..