Range Reporting for Moving Points on a Grid
Marek Karpinski, J. Ian Munro, Yakov Nekrich

TL;DR
This paper introduces a new data structure for efficient orthogonal range reporting on moving points on a grid, significantly improving query times compared to previous models.
Contribution
It presents a novel data structure that leverages grid constraints to reduce query time for moving points, surpassing existing kinetic model bounds.
Findings
Query time is $O(\sqrt{rac{\log U}{\log \log U}} + k)$, improving over the $\Omega(\log n)$ lower bound.
The data structure is efficient for points moving along linear trajectories on a $U imes U$ grid.
Methods may be of independent interest for related computational geometry problems.
Abstract
In this paper we describe a new data structure that supports orthogonal range reporting queries on a set of points that move along linear trajectories on a grid. The assumption that points lie on a grid enables us to significantly decrease the query time in comparison to the standard kinetic model. Our data structure answers queries in time, where denotes the number of points in the answer. The above improves over the lower bound that is valid in the infinite-precision kinetic model. The methods used in this paper could be also of independent interest.
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 · Robotics and Sensor-Based Localization
