Approximate Dynamic Nearest Neighbor Searching in a Polygonal Domain
Joost van der Laan, Frank Staals, Lorenzo Theunissen

TL;DR
This paper introduces efficient data structures for approximate nearest neighbor and shortest path queries in polygonal domains, supporting dynamic updates with provable approximation guarantees and optimized query times.
Contribution
It presents novel space-efficient data structures for dynamic approximate nearest neighbor searches in polygonal domains with provable performance bounds.
Findings
Achieves $O(rac{n}{ ext{epsilon}} ext{log} n)$ space for approximate distance queries.
Supports dynamic updates with $O(rac{1}{ ext{epsilon}}^2 ext{log} n)$ amortized time.
Provides $(1+ ext{epsilon})$-approximate nearest neighbor retrieval with efficient query times.
Abstract
We present efficient data structures for approximate nearest neighbor searching and approximate 2-point shortest path queries in a two-dimensional polygonal domain with vertices. Our goal is to store a dynamic set of point sites in so that we can efficiently find a site closest to an arbitrary query point . We will allow both insertions and deletions in the set of sites . However, as even just computing the distance between an arbitrary pair of points requires a substantial amount of space, we allow for approximating the distances. Given a parameter , we build an space data structure that can compute a -approximation of the distance between and in time. Building on this, we then obtain an $O(\frac{n+m}{\varepsilon}\log n +…
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
TopicsComputational Geometry and Mesh Generation · Data Management and Algorithms · Topological and Geometric Data Analysis
