English

On Approximating Maximum Independent Set of Rectangles

Data Structures and Algorithms 2016-08-02 v1

Abstract

We study the Maximum Independent Set of Rectangles (MISR) problem: given a set of nn axis-parallel rectangles, find a largest-cardinality subset of the rectangles, such that no two of them overlap. MISR is a basic geometric optimization problem with many applications, that has been studied extensively. Until recently, the best approximation algorithm for it achieved an O(loglogn)O(\log \log n)-approximation factor. In a recent breakthrough, Adamaszek and Wiese provided a quasi-polynomial time approximation scheme: a (1ϵ)(1-\epsilon)-approximation algorithm with running time nO(poly(logn)/ϵ)n^{O(\operatorname{poly}(\log n)/\epsilon)}. Despite this result, obtaining a PTAS or even a polynomial-time constant-factor approximation remains a challenging open problem. In this paper we make progress towards this goal by providing an algorithm for MISR that achieves a (1ϵ)(1 - \epsilon)-approximation in time nO(poly(loglogn/ϵ))n^{O(\operatorname{poly}(\log\log{n} / \epsilon))}. We introduce several new technical ideas, that we hope will lead to further progress on this and related problems.

Keywords

Cite

@article{arxiv.1608.00271,
  title  = {On Approximating Maximum Independent Set of Rectangles},
  author = {Julia Chuzhoy and Alina Ene},
  journal= {arXiv preprint arXiv:1608.00271},
  year   = {2016}
}
R2 v1 2026-06-22T15:08:43.403Z