Cloning Voronoi Diagrams via Retroactive Data Structures
Matthew T. Dickerson, David Eppstein, Michael T. Goodrich

TL;DR
This paper explores how to replicate Voronoi diagrams using proximity queries, demonstrating exact cloning with certain query types and approximate cloning with others, while also applying retroactive data structures.
Contribution
It introduces algorithms for exact and approximate cloning of Voronoi diagrams using different query types and applies retroactive data structures to geometric problems.
Findings
Exact cloning with Type 1 and 2 queries in O(n) queries and O(n log^2 n) time
Type 3 queries cannot exactly clone V(S)
Approximate cloning achievable with O(n log(1/ε)) queries
Abstract
We address the problem of replicating a Voronoi diagram of a planar point set by making proximity queries, which are of three possible (in decreasing order of information content): 1. the exact location of the nearest site(s) in ; 2. the distance to and label(s) of the nearest site(s) in ; 3. a unique label for every nearest site in . We provide algorithms showing how queries of Type 1 and Type 2 allow an exact cloning of with queries and processing time. We also prove that queries of Type 3 can never exactly clone , but we show that with queries we can construct an -approximate cloning of . In addition to showing the limits of nearest-neighbor database security, our methods also provide one of the first natural algorithmic applications of retroactive data structures.
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
TopicsData Management and Algorithms · Advanced Database Systems and Queries · Computational Geometry and Mesh Generation
