A QPTAS for Maximum Weight Independent Set of Polygons with Polylogarithmically Many Vertices
Anna Adamaszek, Andreas Wiese

TL;DR
This paper introduces a quasi-polynomial time approximation scheme for the Maximum Weight Independent Set of Polygons problem, achieving near-optimal solutions when polygons have polylogarithmic vertices, extending existing geometric approximation frameworks.
Contribution
It extends a geometric approximation framework to handle polygons with arbitrary angles and polylogarithmic vertices, providing a QPTAS for the problem.
Findings
Achieves a (1+epsilon)-approximation with quasi-polynomial time.
Reduces the core problem to triangles for technical simplicity.
Develops a new plane partitioning method handling arbitrary angles.
Abstract
The Maximum Weight Independent Set of Polygons problem is a fundamental problem in computational geometry. Given a set of weighted polygons in the 2-dimensional plane, the goal is to find a set of pairwise non-overlapping polygons with maximum total weight. Due to its wide range of applications, the MWISP problem and its special cases have been extensively studied both in the approximation algorithms and the computational geometry community. Despite a lot of research, its general case is not well-understood. Currently the best known polynomial time algorithm achieves an approximation ratio of n^(epsilon) [Fox and Pach, SODA 2011], and it is not even clear whether the problem is APX-hard. We present a (1+epsilon)-approximation algorithm, assuming that each polygon in the input has at most a polylogarithmic number of vertices. Our algorithm has quasi-polynomial running time. We use a…
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 · Optimization and Packing Problems · Advanced Numerical Analysis Techniques
