English

The Maximum Exposure Problem

Computational Geometry 2021-02-09 v1

Abstract

Given a set of points PP and axis-aligned rectangles R\mathcal{R} in the plane, a point pPp \in P is called \emph{exposed} if it lies outside all rectangles in R\mathcal{R}. In the \emph{max-exposure problem}, given an integer parameter kk, we want to delete kk rectangles from R\mathcal{R} so as to maximize the number of exposed points. We show that the problem is NP-hard and assuming plausible complexity conjectures is also hard to approximate even when rectangles in R\mathcal{R} are translates of two fixed rectangles. However, if R\mathcal{R} only consists of translates of a single rectangle, we present a polynomial-time approximation scheme. For range space defined by general rectangles, we present a simple O(k)O(k) bicriteria approximation algorithm; that is by deleting O(k2)O(k^2) rectangles, we can expose at least Ω(1/k)\Omega(1/k) of the optimal number of points.

Keywords

Cite

@article{arxiv.2102.03455,
  title  = {The Maximum Exposure Problem},
  author = {Neeraj Kumar and Stavros Sintos and Subhash Suri},
  journal= {arXiv preprint arXiv:2102.03455},
  year   = {2021}
}