Finding Pairwise Intersections of Rectangles in a Query Rectangle
Eunjin Oh, Hee-Kap Ahn

TL;DR
This paper develops efficient data structures for finding pairs of intersecting axis-parallel boxes within a query box in multi-dimensional space, improving query times for 2D and extending solutions to higher dimensions.
Contribution
It introduces a new data structure for 2D with faster query time and generalizes the approach to higher dimensions with sublinear query time complexities.
Findings
2D query time improved to O(log n + k)
Higher dimensions achieve sublinear query times
Data structure size is polynomial in n for fixed dimensions
Abstract
We consider the following problem: Preprocess a set of axis-parallel boxes in so that given a query of an axis-parallel box in , the pairs of boxes of whose intersection intersects the query box can be reported efficiently. For the case that , we present a data structure of size supporting query time, where is the size of the output. This improves the previously best known result by de Berg et al. which requires query time using space. There has been no result known for this problem for higher dimensions, except that for , the best known data structure supports query time using space. For a constant , we present a data structure supporting query…
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.
