An optimal algorithm for approximate nearest neighbor searching in fixed dimensions

Citation
S. Arya et al., An optimal algorithm for approximate nearest neighbor searching in fixed dimensions, J ACM, 45(6), 1998, pp. 891-923
Citations number
58
Categorie Soggetti
Computer Science & Engineering
Journal title
Volume
45
Issue
6
Year of publication
1998
Pages
891 - 923
Database
ISI
SICI code
Abstract
Consider a set S of n data points in real d-dimensional space, R-d, where d istances are measured using any Minkowski metric. In nearest neighbor searc hing, we preprocess S into a data structure, so that given any query point q epsilon R-d, is the closest point of S to q can be reported quickly. Give n any positive real epsilon, a data point p is a (1 + epsilon)-approximate nearest neighbor of q if its distance from q is within a factor of (1 + eps ilon) Of the distance to the true nearest neighbor. We show that it is poss ible to preprocess a set of n points in R-d in O(dn log n) time and O(dn) s pace, so that given a query point q epsilon R-d, and epsilon > 0, a (1 + ep silon)-approximate nearest neighbor of q can be computed in O(c(d,epsilon) log n) time, where c(d,epsilon) less than or equal to d [1 + 6d/epsilon](d) is a factor depending only on dimension and epsilon. In general, we show t hat given an integer k greater than or equal to 1 (1 + epsilon)-approximati ons to the k nearest neighbors of q cart be computed in additional O(kd log n) time.