Minimum Enclosing Polytope in High Dimensions
Rina Panigrahy

TL;DR
This paper introduces greedy algorithms for approximating the minimum enclosing polytope of arbitrary shapes in high-dimensional spaces, providing efficient solutions for shapes with fixed orientation and establishing core-set sizes.
Contribution
It presents a simple greedy approach for minimum enclosing shapes, extends to convex shapes with fixed orientation, and improves algorithms for the minimum enclosing cylinder problem.
Findings
Greedy algorithms achieve near-optimal enclosing shapes with efficient running times.
Core-sets of size O(1/ε^2) exist for convex shapes with fixed orientation.
Improved algorithm for the minimum enclosing cylinder problem with faster running time.
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsComputational Geometry and Mesh Generation · Complexity and Algorithms in Graphs · Advanced Graph Theory Research
