English

Approximating Convex Hulls via Range Queries

Computational Geometry 2026-03-24 v1

Abstract

Recently, motivated by the rapid increase of the data size in various applications, Monemizadeh [APPROX'23] and Driemel, Monemizadeh, Oh, Staals, and Woodruff [SoCG'25] studied geometric problems in the setting where the only access to the input point set is via querying a range-search oracle. Algorithms in this setting are evaluated on two criteria: (i) the number of queries to the oracle and (ii) the error of the output. In this paper, we continue this line of research and investigate one of the most fundamental geometric problems in the oracle setting, i.e., the convex hull problem. Let PP be an unknown set of points in [0,1]d[0,1]^d equipped with a range-emptiness oracle. Via querying the oracle, the algorithm is supposed to output a convex polygon C[0,1]dC \subseteq [0,1]^d as an estimation of the convex hull CH(P)CH(P) of PP. The error of the output is defined as the volume of the symmetric difference CCH(P)=(C\CH(P))(CH(P)\C)C \oplus CH(P) = (C \backslash CH(P)) \cup (CH(P) \backslash C). We prove tight and near-tight tradeoffs between the number of queries and the error of the output for different variants of the problem, depending on the type of the range-emptiness queries and whether the queries are non-adaptive or adaptive. - Orthogonal emptiness queries in dd-dimensional space: We show that the minimum error a deterministic algorithm can achieve with qq queries is Θ(q1/d)\Theta(q^{-1/d}) if the queries are non-adaptive, and Θ(q1/(d1))\Theta(q^{-1/(d-1)}) if the queries are adaptive. In particular, in 2D, the bounds are Θ(1/q)\Theta(1/\sqrt{q}) and Θ(1/q)\Theta(1/q) for non-adaptive and adaptive queries, respectively. - Halfplane emptiness queries in 2D: We show that the minimum error a deterministic algorithm can achieve with qq queries is Θ(1/q)\Theta(1/\sqrt{q}) if the queries are non-adaptive, and Θ~(1/q2)\widetilde{\Theta}(1/q^2) if the queries are adaptive. Here Θ~()\widetilde{\Theta}(\cdot) hides logarithmic factors.

Keywords

Cite

@article{arxiv.2603.20943,
  title  = {Approximating Convex Hulls via Range Queries},
  author = {T. Schibler and J. Xue and J. Zhu},
  journal= {arXiv preprint arXiv:2603.20943},
  year   = {2026}
}

Comments

To appear in SoCG 2026

R2 v1 2026-07-01T11:31:41.827Z