Adaptive Planar Point Location
Siu-Wing Cheng, Man-Kit Lau

TL;DR
This paper introduces self-adjusting data structures for efficient point location queries in convex and connected subdivisions, achieving near-optimal query times with linear space and adaptive processing based on query sequences.
Contribution
It presents novel self-adjusting data structures that adapt to query sequences, providing near-optimal query times for convex and connected subdivisions with linear space.
Findings
Achieves $O( ext{OPT} + n)$ query time for convex subdivisions.
Achieves $O( ext{OPT} + n + |\sigma| ext{log}( ext{log}^* n))$ for connected subdivisions.
Uses $O(n)$ space and includes $O(n)$ preprocessing time.
Abstract
We present self-adjusting data structures for answering point location queries in convex and connected subdivisions. Let be the number of vertices in a convex or connected subdivision. Our structures use space. For any convex subdivision , our method processes any online query sequence in time, where is the minimum time required by any linear decision tree for answering point location queries in to process . For connected subdivisions, the processing time is . In both cases, the time bound includes the preprocessing time.
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 · Robotics and Sensor-Based Localization · Advanced Image and Video Retrieval Techniques
