Approximating Convex Hulls via Range Queries
T. Schibler, J. Xue, J. Zhu

TL;DR
This paper investigates the tradeoffs between the number of range-queries and the accuracy of convex hull approximations in high-dimensional spaces, providing tight bounds for different query types and adaptivity settings.
Contribution
It establishes tight bounds on the error versus query complexity for convex hull approximation using range-queries, extending understanding in the oracle query model.
Findings
Deterministic algorithms have bounds of Θ(q^{-1/d}) and Θ(q^{-1/(d-1)}) for non-adaptive and adaptive orthogonal queries.
In 2D, non-adaptive orthogonal queries achieve error Θ(1/√q), adaptive ones Θ(1/q).
Halfplane queries in 2D have error bounds of Θ(1/√q) non-adaptive and ~Θ(1/q^2) adaptive.
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 be an unknown set of points in equipped with a range-emptiness oracle. Via querying the oracle, the algorithm is supposed to output a convex polygon as an estimation of the convex hull of . The error of the output is defined as the volume of the symmetric…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsComputational Geometry and Mesh Generation · Complexity and Algorithms in Graphs · Facility Location and Emergency Management
