Faster Algorithms for Largest Empty Rectangles and Boxes
Timothy M. Chan

TL;DR
This paper introduces faster algorithms for finding the largest empty axis-aligned box within a bounding box among given points, significantly improving computational efficiency in two and higher dimensions.
Contribution
It presents new algorithms with improved running times for the largest empty box problem in 2D and higher dimensions, extending techniques from Klee's measure problem.
Findings
Faster algorithm for 2D with $O(n2^{O( ext{log}^*n)} ext{log} n)$ time
Improved 3D algorithm with $O(n^{2.5+o(1)})$ time
Generalized approach for higher dimensions with $ ilde{O}(n^{(5d+2)/6})$ time
Abstract
We revisit a classical problem in computational geometry: finding the largest-volume axis-aligned empty box (inside a given bounding box) amidst given points in dimensions. Previously, the best algorithms known have running time for (by Aggarwal and Suri [SoCG'87]) and near for . We describe faster algorithms with running time (i) for , (ii) time for , and (iii) time for any constant . To obtain the higher-dimensional result, we adapt and extend previous techniques for Klee's measure problem to optimize certain objective functions over the complement of a union of orthants.
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 · Advanced Numerical Analysis Techniques · Digital Image Processing Techniques
