Point Location in Disconnected Planar Subdivisions
Prosenjit Bose, Luc Devroye, Karim Douieb, Vida Dujmovic, James King,, and Pat Morin

TL;DR
This paper introduces a linear-size data structure for efficient point location in disconnected planar subdivisions, achieving near-optimal expected query times based on information-theoretic lower bounds.
Contribution
It extends previous connected subdivision results to disconnected subdivisions, providing a distribution-sensitive, succinct point location structure with optimal expected query time.
Findings
Expected query time is O(H+1), matching lower bounds.
Data structure size is linear in the number of subdivision elements.
Applicable to disconnected planar subdivisions, broadening previous scope.
Abstract
Let be a (possibly disconnected) planar subdivision and let be a probability measure over . The current paper shows how to preprocess into an O(n) size data structure that can answer planar point location queries over . The expected query time of this data structure, for a query point drawn according to , is , where is a lower bound on the expected query time of any linear decision tree for point location in . This extends the results of Collette et al (2008, 2009) from connected planar subdivisions to disconnected planar subdivisions. A version of this structure, when combined with existing results on succinct point location, provides a succinct distribution-sensitive point location structure.
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 · Machine Learning and Algorithms · Complexity and Algorithms in Graphs
