A Deterministic Bicriteria Approximation Algorithm for the Art Gallery Problem
Khaled Elbassioni

TL;DR
This paper presents a deterministic bicriteria approximation algorithm for the art gallery problem, which efficiently finds a near-optimal set of points covering most of a polygon's area.
Contribution
It introduces a polynomial-time algorithm that guarantees a near-optimal solution with a provable approximation ratio for polygons with holes.
Findings
The algorithm achieves an approximation factor of O(OPT·log(h+2)·log(OPT·log(h+2)))
It guarantees coverage of at least (1−δ) of the polygon's area
The running time is polynomial in polygon complexity and 1/δ
Abstract
Given a polygon in the plane, the art gallery problem calls for fining the smallest set of points in from which every other point in is seen. We give a deterministic algorithm that, given any polygon with holes, rational veritces of maximum bit-length , and a parameter , is guaranteed to find a set of points in of size that sees at least a -fraction of the area of the polygon. The running time of the algorithm is polynomial in , , and , where is the size of an optimum solution.
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.
