Peeling Rotten Potatoes for a Faster Approximation of Convex Cover
Omrit Filtser, Tzalik Maimon, Ofir Yomtovyan

TL;DR
This paper introduces a faster approximation algorithm for the minimum convex cover problem by discretizing it into a set cover formulation and solving a novel 'rotten potato peeling' subproblem efficiently.
Contribution
It presents a new approach that maintains the $O( ext{log} n)$ approximation guarantee while significantly reducing the algorithm's running time.
Findings
Achieves a substantial speedup over previous algorithms.
Introduces the 'rotten potato peeling' problem as a key subroutine.
Provides techniques potentially useful for other geometric covering problems.
Abstract
The minimum convex cover problem seeks to cover a polygon with the fewest convex polygons that lie within . This problem is -complete, and the best previously known algorithm, due to Eidenbenz and Widmayer (2001), achieves an -approximation in time, where is the complexity of . In this work we present a novel approach that preserves the approximation guarantee while significantly reducing the running time. By discretizing the problem and formulating it as a set cover problem, we focus on efficiently finding a convex polygon that covers the largest number of uncovered regions, in each iteration of the greedy algorithm. This core subproblem, which we call the rotten potato peeling problem, is a variant of the classic potato peeling problem. We solve it by finding maximum weighted paths in Directed Acyclic Graphs…
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.
