Fast and Exact Convex Hull Simplification
Georgiy Klimenko, Benjamin Raichel

TL;DR
This paper introduces fast algorithms for convex hull simplification that efficiently approximate the hull with fewer points, providing exact solutions in special cases and near-linear approximations generally.
Contribution
It presents new algorithms for convex hull simplification with improved time complexity, including exact solutions for convex position and approximation methods for general point sets.
Findings
Exact algorithms for convex position in O(n log^2 n) and O(n log^3 n) time.
Reduction of the general problem to APSP with sub-quadratic algorithms.
Near-linear algorithms yield 2-approximations for arbitrary point sets.
Abstract
Given a point set in the plane, we seek a subset , whose convex hull gives a smaller and thus simpler representation of the convex hull of . Specifically, let denote the Hausdorff distance between the convex hulls and . Then given a value we seek the smallest subset such that . We also consider the dual version, where given an integer , we seek the subset which minimizes , such that . For these problems, when is in convex position, we respectively give an time algorithm and an time algorithm, where the latter running time holds with high probability. When there is no restriction on , we show the problem can be reduced to APSP in an unweighted directed graph, yielding an …
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.
