Faster Algorithm for Minimum Ply Covering of Points with Unit Squares
Siddhartha Sarkar

TL;DR
This paper introduces a faster, simple greedy algorithm for the minimum ply cover problem with unit squares, achieving a 27+epsilon approximation and improving computational efficiency over previous methods.
Contribution
It presents a new, faster approximation algorithm using a horizontal slab decomposition, extending the applicability to related geometric covering problems.
Findings
Achieves a (27+epsilon)-approximation for the general problem.
Provides a 2-approximation for squares intersected by a horizontal line.
Runs significantly faster than previous algorithms by Durocher et al.
Abstract
Biedl et al. introduced the minimum ply cover problem in CG 2021 following the seminal work of Erlebach and van Leeuwen in SODA 2008. They showed that determining the minimum ply cover number for a given set of points by a given set of axis-parallel unit squares is NP-hard, and gave a polynomial time -approximation algorithm for instances in which the minimum ply cover number is bounded by a constant. Durocher et al. recently presented a polynomial time -approximation algorithm for the general case when the minimum ply cover number is , for every fixed . They divide the problem into subproblems by using a standard grid decomposition technique. They have designed an involved dynamic programming scheme to solve the subproblem where each subproblem is defined by a unit side length square gridcell. Then they merge the solutions of the subproblems…
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 · 3D Modeling in Geospatial Applications · Remote Sensing and LiDAR Applications
