Smallest Enclosing Disk Queries Using Farthest-Point Voronoi Diagrams
Kevin Buchin, Mark Joachim Krallmann, Frank Staals

TL;DR
This paper introduces a simpler 2D geometric approach using farthest-point Voronoi diagrams to efficiently answer smallest enclosing disk queries within axis-aligned rectangles, improving query times over previous methods.
Contribution
A novel, simpler 2D geometric method based on farthest-point Voronoi diagrams for rectangle-restricted smallest enclosing disk queries, with improved query times.
Findings
Deterministic query time of O(log^4 n)
Expected randomized query time of O(log^{5/2} n log log n)
Preprocessing time and space remain O(n log^2 n)
Abstract
Let be a set of points in . Our goal is to preprocess to efficiently compute the smallest enclosing disk of the points in that lie inside an axis-aligned query rectangle. Previous data structures for this problem achieve a query time of with preprocessing time and space by lifting the points to 3D, dualizing them into polyhedra, and searching through their intersections. We present a significantly simpler approach, solely based on 2D geometric structures, specifically 2D farthest-point Voronoi diagrams. Our approach achieves a deterministic query time of and, via randomization, an expected query time of with the same preprocessing bounds.
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.
