English

Adaptive Computation of the Klee's Measure in High Dimensions

Data Structures and Algorithms 2015-10-05 v2

Abstract

The KLEE'S MESURE of nn axis-parallel boxes in Rd\mathbb{R}^d is the volume of their union. It can be computed in time within O(nd/2)O(n^{d/2}) in the worst case. We describe three techniques to boost its computation: one based on some type of "degeneracy'' of the input, and two ones on the inherent "easiness'' of the structure of the input. The first technique benefits from instances where the MAXIMA of the input is of small size hh, and yields a solution running in time within O(nlog2d2h+hd/2)O(nd/2O(n\log^{2d-2}{h}+ h^{d/2}) \subseteq O(n^{d/2}). The second technique takes advantage of instances where no dd-dimensional axis-aligned hyperplane intersects more than kk boxes in some dimension, and yields a solution running in time within O(nlogn+nk(d2)/2)O(nd/2)O(n \log n + n k^{(d-2)/2}) \subseteq O(n^{d/2}). The third technique takes advantage of instances where the \emph{intersection graph} of the input has small treewidth ω\omega. It yields an algorithm running in time within O(n4ωlogω+n(ωlogω)d/2)O(n^4\omega \log \omega + n (\omega \log \omega)^{d/2}) in general, and in time within O(nlogn+nωd/2)O(n \log n + n \omega ^{d/2}) if an optimal tree decomposition of the intersection graph is given. We show how to combine these techniques in an algorithm which takes advantage of all three configurations.

Keywords

Cite

@article{arxiv.1505.02855,
  title  = {Adaptive Computation of the Klee's Measure in High Dimensions},
  author = {Jérémy Barbay and Pablo Pérez-Lantero and Javiel Rojas-Ledesma},
  journal= {arXiv preprint arXiv:1505.02855},
  year   = {2015}
}