English

A polynomial-time $\text{OPT}^\epsilon$-approximation algorithm for maximum independent set of connected subgraphs in a planar graph

Computational Geometry 2023-11-01 v1 Data Structures and Algorithms

Abstract

In the Maximum Independent Set of Objects problem, we are given an nn-vertex planar graph GG and a family D\mathcal{D} of NN objects, where each object is a connected subgraph of GG. The task is to find a subfamily FD\mathcal{F} \subseteq \mathcal{D} of maximum cardinality that consists of pairwise disjoint objects. This problem is NP\mathsf{NP}-hard and is equivalent to the problem of finding the maximum number of pairwise disjoint polygons in a given family of polygons in the plane. As shown by Adamaszek et al. (J. ACM '19), the problem admits a \emph{quasi-polynomial time approximation scheme} (QPTAS): a (1ε)(1-\varepsilon)-approximation algorithm whose running time is bounded by 2poly(log(N),1/ϵ)nO(1)2^{\mathrm{poly}(\log(N),1/\epsilon)} \cdot n^{\mathcal{O}(1)}. Nevertheless, to the best of our knowledge, in the polynomial-time regime only the trivial O(N)\mathcal{O}(N)-approximation is known for the problem in full generality. In the restricted setting where the objects are pseudolines in the plane, Fox and Pach (SODA '11) gave an NεN^{\varepsilon}-approximation algorithm with running time N2O~(1/ε)N^{2^{\tilde{\mathcal{O}}(1/\varepsilon)}}, for any ε>0\varepsilon>0. In this work, we present an OPTε\text{OPT}^{\varepsilon}-approximation algorithm for the problem that runs in time NO~(1/ε2)nO(1)N^{\tilde{\mathcal{O}}(1/\varepsilon^2)} n^{\mathcal{O}(1)}, for any ε>0\varepsilon>0, thus improving upon the result of Fox and Pach both in terms of generality and in terms of the running time. Our approach combines the methodology of Voronoi separators, introduced by Marx and Pilipczuk (TALG '22), with a new analysis of the approximation factor.

Keywords

Cite

@article{arxiv.2310.20325,
  title  = {A polynomial-time $\text{OPT}^\epsilon$-approximation algorithm for maximum independent set of connected subgraphs in a planar graph},
  author = {Jana Cslovjecsek and Michał Pilipczuk and Karol Węgrzycki},
  journal= {arXiv preprint arXiv:2310.20325},
  year   = {2023}
}

Comments

20 pages, 2 colored figures, SODA 2024

R2 v1 2026-06-28T13:07:12.503Z