English

Approximate Convex Hull of Data Streams

Computational Geometry 2017-12-15 v2

Abstract

Given a finite set of points PRdP \subseteq \mathbb{R}^d, we would like to find a small subset SPS \subseteq P such that the convex hull of SS approximately contains PP. More formally, every point in PP is within distance ϵ\epsilon from the convex hull of SS. Such a subset SS is called an ϵ\epsilon-hull. Computing an ϵ\epsilon-hull is an important problem in computational geometry, machine learning, and approximation algorithms. In many real world applications, the set PP is too large to fit in memory. We consider the streaming model where the algorithm receives the points of PP sequentially and strives to use a minimal amount of memory. Existing streaming algorithms for computing an ϵ\epsilon-hull require O(ϵ(d1)/2)O(\epsilon^{-(d-1)/2}) space, which is optimal for a worst-case input. However, this ignores the structure of the data. The minimal size of an ϵ\epsilon-hull of PP, which we denote by OPT\text{OPT}, can be much smaller. A natural question is whether a streaming algorithm can compute an ϵ\epsilon-hull using only O(OPT)O(\text{OPT}) space. We begin with lower bounds that show that it is not possible to have a single-pass streaming algorithm that computes an ϵ\epsilon-hull with O(OPT)O(\text{OPT}) space. We instead propose three relaxations of the problem for which we can compute ϵ\epsilon-hulls using space near-linear to the optimal size. Our first algorithm for points in R2\mathbb{R}^2 that arrive in random-order uses O(lognOPT)O(\log n\cdot \text{OPT}) space. Our second algorithm for points in R2\mathbb{R}^2 makes O(log(1ϵ))O(\log(\frac{1}{\epsilon})) passes before outputting the ϵ\epsilon-hull and requires O(OPT)O(\text{OPT}) space. Our third algorithm for points in Rd\mathbb{R}^d for any fixed dimension dd outputs an ϵ\epsilon-hull for all but δ\delta-fraction of directions and requires O(OPTlogOPT)O(\text{OPT} \cdot \log \text{OPT}) space.

Keywords

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}
}
R2 v1 2026-06-22T23:16:21.482Z