On Approximating Maximum Independent Set of Rectangles

July 31, 2016 Β· Declared Dead Β· πŸ› IEEE Annual Symposium on Foundations of Computer Science

πŸ‘» CAUSE OF DEATH: Ghosted
No code link whatsoever

"No code URL or promise found in abstract"

Evidence collected by the PWNC Scanner

Authors Julia Chuzhoy, Alina Ene arXiv ID 1608.00271 Category cs.DS: Data Structures & Algorithms Citations 36 Venue IEEE Annual Symposium on Foundations of Computer Science Last Checked 3 months ago
Abstract
We study the Maximum Independent Set of Rectangles (MISR) problem: given a set of $n$ 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(\log \log n)$-approximation factor. In a recent breakthrough, Adamaszek and Wiese provided a quasi-polynomial time approximation scheme: a $(1-Ξ΅)$-approximation algorithm with running time $n^{O(\operatorname{poly}(\log n)/Ξ΅)}$. 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 - Ξ΅)$-approximation in time $n^{O(\operatorname{poly}(\log\log{n} / Ξ΅))}$. We introduce several new technical ideas, that we hope will lead to further progress on this and related problems.
Community shame:
Not yet rated
Community Contributions

Found the code? Know the venue? Think something is wrong? Let us know!

πŸ“œ Similar Papers

In the same crypt β€” Data Structures & Algorithms

Died the same way β€” πŸ‘» Ghosted