Minimum Enclosing Polytope in High Dimensions
Abstract
We study the problem of covering a given set of points in a high, -dimensional space by the minimum enclosing polytope of a given arbitrary shape. We present algorithms that work for a large family of shapes, provided either only translations and no rotations are allowed, or only rotation about a fixed point is allowed; that is, one is allowed to only scale and translate a given shape, or scale and rotate the shape around a fixed point. Our algorithms start with a polytope guessed to be of optimal size and iteratively moves it based on a greedy principle: simply move the current polytope directly towards any outside point till it touches the surface. For computing the minimum enclosing ball, this gives a simple greedy algorithm with running time producing a ball of radius times the optimal. This simple principle generalizes to arbitrary convex shape when only translations are allowed, requiring at most iterations. Our algorithm implies that {\em core-sets} of size exist not only for minimum enclosing ball but also for any convex shape with a fixed orientation. A {\em Core-Set} is a small subset of points whose minimum enclosing polytope is almost as large as that of the original points. Although we are unable to combine our techniques for translations and rotations for general shapes, for the min-cylinder problem, we give an algorithm similar to the one in \cite{HV03}, but with an improved running time of .
Cite
@article{arxiv.cs/0407020,
title = {Minimum Enclosing Polytope in High Dimensions},
author = {Rina Panigrahy},
journal= {arXiv preprint arXiv:cs/0407020},
year = {2007}
}
Comments
Submitted to SODA05