English

Maximum Volume Subset Selection for Anchored Boxes

Computational Geometry 2018-03-05 v1 Data Structures and Algorithms

Abstract

Let BB be a set of nn axis-parallel boxes in Rd\mathbb{R}^d such that each box has a corner at the origin and the other corner in the positive quadrant of Rd\mathbb{R}^d, and let kk be a positive integer. We study the problem of selecting kk boxes in BB that maximize the volume of the union of the selected boxes. This research is motivated by applications in skyline queries for databases and in multicriteria optimization, where the problem is known as the hypervolume subset selection problem. It is known that the problem can be solved in polynomial time in the plane, while the best known running time in any dimension d3d \ge 3 is Ω((nk))\Omega\big(\binom{n}{k}\big). We show that: - The problem is NP-hard already in 3 dimensions. - In 3 dimensions, we break the bound Ω((nk))\Omega\big(\binom{n}{k}\big), by providing an nO(k)n^{O(\sqrt{k})} algorithm. - For any constant dimension dd, we present an efficient polynomial-time approximation scheme.

Keywords

Cite

@article{arxiv.1803.00849,
  title  = {Maximum Volume Subset Selection for Anchored Boxes},
  author = {Karl Bringmann and Sergio Cabello and Michael T. M. Emmerich},
  journal= {arXiv preprint arXiv:1803.00849},
  year   = {2018}
}

Comments

Presented at SoCG'17. Full Version. 24 pages

R2 v1 2026-06-23T00:39:23.850Z