Fast and Exact Convex Hull Simplification

Abstract

Given a point set P in the plane, we seek a subset Q⊂eq P, whose convex hull gives a smaller and thus simpler representation of the convex hull of P. Specifically, let cost(Q,P) denote the Hausdorff distance between the convex hulls CH(Q) and CH(P). Then given a value >0 we seek the smallest subset Q⊂eq P such that cost(Q,P)≤ . We also consider the dual version, where given an integer k, we seek the subset Q⊂eq P which minimizes cost(Q,P), such that |Q|≤ k. For these problems, when P is in convex position, we respectively give an O(n2 n) time algorithm and an O(n3 n) time algorithm, where the latter running time holds with high probability. When there is no restriction on P, we show the problem can be reduced to APSP in an unweighted directed graph, yielding an O(n2.5302) time algorithm when minimizing k and an O(\n2.5302, kn2.376\) time algorithm when minimizing , using prior results for APSP. Finally, we show our near linear algorithms for convex position give 2-approximations for the general case.

0

Turn this paper into a full lesson

ArcXiv compiles a staged curriculum from this paper: 8-12 lessons across beginner → advanced, synthesised section guides, visuals, flashcards, a quiz, exercises, and on-demand deep dives per section. Grounded in the abstract, never invented.

Discussion (0)

Sign in to join the discussion.

Loading comments…