Approximate Convex Hull of Data Streams
Abstract
Given a finite set of points , we would like to find a small subset such that the convex hull of approximately contains . More formally, every point in is within distance from the convex hull of . Such a subset is called an -hull. Computing an -hull is an important problem in computational geometry, machine learning, and approximation algorithms. In many real world applications, the set is too large to fit in memory. We consider the streaming model where the algorithm receives the points of sequentially and strives to use a minimal amount of memory. Existing streaming algorithms for computing an -hull require space, which is optimal for a worst-case input. However, this ignores the structure of the data. The minimal size of an -hull of , which we denote by , can be much smaller. A natural question is whether a streaming algorithm can compute an -hull using only space. We begin with lower bounds that show that it is not possible to have a single-pass streaming algorithm that computes an -hull with space. We instead propose three relaxations of the problem for which we can compute -hulls using space near-linear to the optimal size. Our first algorithm for points in that arrive in random-order uses space. Our second algorithm for points in makes passes before outputting the -hull and requires space. Our third algorithm for points in for any fixed dimension outputs an -hull for all but -fraction of directions and requires space.
Cite
@article{arxiv.1712.04564,
title = {Approximate Convex Hull of Data Streams},
author = {Avrim Blum and Vladimir Braverman and Ananya Kumar and Harry Lang and Lin F. Yang},
journal= {arXiv preprint arXiv:1712.04564},
year = {2017}
}