New techniques for exact and approximate dynamic closest-point problems

  • Authors:
  • Sanjiv Kapoor;Michiel Smid

  • Affiliations:
  • -;-

  • Venue:
  • SCG '94 Proceedings of the tenth annual symposium on Computational geometry
  • Year:
  • 1994

Quantified Score

Hi-index 0.00

Visualization

Abstract

Let S be a set of n points in RD . It is shown that a range tree can be used to find an L∞ -nearest neighbor in S of any query point, in O((logn)D−1 loglogn) time. This data structure has size O(n(logn)D−1) and an amortized update time of O((logn)D−1 loglogn). This result is used to solve the (1+ &egr;)-approximate L2-nearest neighbor problem within the same bounds. In this problem, for any query point p, a point ∈ is computed such that the euclidean distance between p and q is at most (1+&egr;) times the euclidean distance between p and its true nearest neighbor. This is the first dynamic data structure for this problem having close to linear size and polylogarithmic query and update times.New dynamic data structures are given that maintain a closest pair of S. For D ≥ 3, a structure of size O(n) is presented with amortized update time O((logn)D− loglogn). For D = 2 and any non-negative integer constant k, structures of size O(nlogn/(loglogn)k) (resp. O(n)) are presented having an amortized update time of O(lognloglogn) (resp. O((logn)2/(loglogn)k)). Previously, no deterministic linear size data structure having polylogarithmic update time was known for this problem.