Bringing Order to Special Cases of Klee's Measure Problem


Abstract

Klee's Measure Problem (KMP) asks for the volume of the union of n axis-aligned boxes in W. Omitting logarithmic factors, the best algorithm has runtime 0* (n(d/2)) [Overmars,Yap'91]. There are faster algorithms known for several special cases: CuBE-KMP (where all boxes are cubes), UNfrcuBE-KMP (where all boxes are cubes of equal side length), HYPERVOLUME (where all boxes share a vertex), and kGROUNDED (where the projection onto the first k dimensions is a HYPERVOLUME instance).
In this paper we bring some order to these special cases by providing reductions among them. In addition to the trivial inclusions, we establish HYPERVOLUME as the easiest of these special cases, and show that the runtimes of UNfrcuBE-KMP and CUBE-KMP are polynomially related. More importantly, we show that any algorithm for one of the special cases with runtime T (n, d) implies an algorithm for the general case with runtime T(n, 2d), yielding the first non-trivial relation between KMP and its special cases. This allows to transfer W[1]-hardness of KMP to all special cases, proving that no n,"(d) algorithm exists for any of the special cases assuming the Exponential Time Hypothesis. Furthermore, assuming that there is no improved algorithm for the general case of KMP (no algorithm with runtime O(n(d/2-epsilon)) this reduction shows that E there is no algorithm with runtime O(Ld/2i/2-n) for any of the special cases. Under the same assumption we show a tight lower bound for a recent algorithm for 2-GROUNDED [Y11d1Z,Suri'12].