Approximating the Maximum Independent Set of Convex Polygons with a Bounded Number of Directions
Fabrizio Grandoni, Edin Husić, Mathieu Mari, Antoine Tinguely
TL;DR
This work addresses the Maximum Independent Set of Convex Polygons when edges lie on at most $d$ fixed directions ($d$-MISP) and achieves an $8d/3$-approximation in time $O((nd)^{O(d4^d)})$. The authors develop a grid-based dynamic-programming framework over structured containers, generalizing constant-factor MISR techniques to the $d$-direction setting. The analysis hinges on a recursive partition argument aided by a charging scheme that guarantees a $3/(8d)$-fraction of the optimum can be captured by the partition, supported by a maximal extension construction and fences to control interactions. This advances the state of the art by extending MISR-style constant-factor guarantees to a broader class of polygons while maintaining tractable complexity for constant $d$, linking to prior $n^{\varepsilon}$/$OPT^{\varepsilon}$-approximations and PTAS results in related settings.
Abstract
In the maximum independent set of convex polygons problem, we are given a set of $n$ convex polygons in the plane with the objective of selecting a maximum cardinality subset of non-overlapping polygons. Here we study a special case of the problem where the edges of the polygons can take at most $d$ fixed directions. We present an $8d/3$-approximation algorithm for this problem running in time $O((nd)^{O(d4^d)})$. The previous-best polynomial-time approximation (for constant $d$) was a classical $n^\varepsilon$ approximation by Fox and Pach [SODA'11] that has recently been improved to a $OPT^{\varepsilon}$-approximation algorithm by Cslovjecsek, Pilipczuk and Węgrzycki [SODA '24], which also extends to an arbitrary set of convex polygons. Our result builds on, and generalizes the recent constant factor approximation algorithms for the maximum independent set of axis-parallel rectangles problem (which is a special case of our problem with $d=2$) by Mitchell [FOCS'21] and Gálvez, Khan, Mari, Mömke, Reddy, and Wiese [SODA'22].
