English

Self-improving Algorithms for Coordinate-Wise Maxima and Convex Hulls

Computational Geometry 2014-04-29 v2 Data Structures and Algorithms

Abstract

Finding the coordinate-wise maxima and the convex hull of a planar point set are probably the most classic problems in computational geometry. We consider these problems in the self-improving setting. Here, we have nn distributions D1,,Dn\mathcal{D}_1, \ldots, \mathcal{D}_n of planar points. An input point set (p1,,pn)(p_1, \ldots, p_n) is generated by taking an independent sample pip_i from each Di\mathcal{D}_i, so the input is distributed according to the product D=iDi\mathcal{D} = \prod_i \mathcal{D}_i. A self-improving algorithm repeatedly gets inputs from the distribution D\mathcal{D} (which is a priori unknown), and it tries to optimize its running time for D\mathcal{D}. The algorithm uses the first few inputs to learn salient features of the distribution D\mathcal{D}, before it becomes fine-tuned to D\mathcal{D}. Let OPTMAXD\text{OPTMAX}_\mathcal{D} (resp. OPTCHD\text{OPTCH}_\mathcal{D}) be the expected depth of an \emph{optimal} linear comparison tree computing the maxima (resp. convex hull) for D\mathcal{D}. Our maxima algorithm eventually achieves expected running time O(OPTMAXD+n)O(\text{OPTMAX}_\mathcal{D} + n). Furthermore, we give a self-improving algorithm for convex hulls with expected running time O(OPTCHD+nloglogn)O(\text{OPTCH}_\mathcal{D} + n\log\log n). Our results require new tools for understanding linear comparison trees. In particular, we convert a general linear comparison tree to a restricted version that can then be related to the running time of our algorithms. Another interesting feature is an interleaved search procedure to determine the likeliest point to be extremal with minimal computation. This allows our algorithms to be competitive with the optimal algorithm for D\mathcal{D}.

Keywords

Cite

@article{arxiv.1211.0952,
  title  = {Self-improving Algorithms for Coordinate-Wise Maxima and Convex Hulls},
  author = {Kenneth L. Clarkson and Wolfgang Mulzer and C. Seshadhri},
  journal= {arXiv preprint arXiv:1211.0952},
  year   = {2014}
}

Comments

39 pages, 17 figures; thoroughly revised presentation; preliminary versions appeared at SODA 2010 and SoCG 2012

R2 v1 2026-06-21T22:33:08.985Z