Opaque sets
Adrian Dumitrescu, Minghui Jiang, J\'anos Pach

TL;DR
This paper studies the problem of finding the shortest barrier that intersects all lines crossing a convex polygon, providing approximation algorithms with specific ratios and efficient algorithms for restricted cases.
Contribution
It introduces approximation algorithms with provable ratios for the shortest barrier problem for convex polygons and offers efficient algorithms for restricted barrier types.
Findings
Approximation ratio of 1.5867% for general barriers.
Approximation ratio of 1.5716% for connected barriers.
Quadratic-time exact algorithm for barriers restricted to the polygon interior and boundary.
Abstract
The problem of finding "small" sets that meet every straight-line which intersects a given convex region was initiated by Mazurkiewicz in 1916. We call such a set an {\em opaque set} or a {\em barrier} for that region. We consider the problem of computing the shortest barrier for a given convex polygon with vertices. No exact algorithm is currently known even for the simplest instances such as a square or an equilateral triangle. For general barriers, we present an approximation algorithm with ratio . For connected barriers we achieve the approximation ratio 1.5716, while for single-arc barriers we achieve the approximation ratio . All three algorithms run in O(n) time. We also show that if the barrier is restricted to the (interior and the boundary of the) input polygon, then the problem admits a fully…
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 · Digital Image Processing Techniques · Constraint Satisfaction and Optimization
