Fast and Exact Convex Hull Simplification

10/01/2021
by   Georgiy Klimenko, et al.
0

Given a point set P in the plane, we seek a subset Q⊆ 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 𝒞ℋ(Q) and 𝒞ℋ(P). Then given a value ε>0 we seek the smallest subset Q⊆ P such that cost(Q,P)≤ε. We also consider the dual version, where given an integer k, we seek the subset Q⊆ P which minimizes cost(Q,P), such that |Q|≤ k. For these problems, when P is in convex position, we respectively give an O(nlog^2 n) time algorithm and an O(nlog^3 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(n^2.5302) time algorithm when minimizing k and an O(min{n^2.5302, kn^2.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.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
06/03/2023

On the Budgeted Hausdorff Distance Problem

Given a set P of n points in the plane, and a parameter k, we present...
research
05/04/2022

Max-Min k-Dispersion on a Convex Polygon

In this paper, we consider the following k-dispersion problem. Given a s...
research
10/22/2018

On the Minimum Consistent Subset Problem

Let P be a set of n colored points in the plane. Introduced by Hart (196...
research
07/01/2023

Maximum Overlap Area of Several Convex Polygons Under Translations

Let k ≥ 2 be a constant. Given any k convex polygons in the plane with a...
research
07/30/2018

A Simple Near-Linear Pseudopolynomial Time Randomized Algorithm for Subset Sum

Given a multiset of n positive integers and a target integer t, the Subs...
research
03/12/2023

New Approximation Algorithms for Touring Regions

We analyze the touring regions problem: find a (1+ϵ)-approximate Euclide...
research
07/20/2019

The Generalized Trust Region Subproblem: solution complexity and convex hull results

We consider the Generalized Trust Region Subproblem (GTRS) of minimizing...

Please sign up or login with your details

Forgot password? Click here to reset