Approximate Polytope Membership Queries
Abstract
In the polytope membership problem, a convex polytope in is given, and the objective is to preprocess into a data structure so that, given any query point , it is possible to determine efficiently whether . We consider this problem in an approximate setting. Given an approximation parameter , the query can be answered either way if the distance from to 's boundary is at most times 's diameter. We assume that the dimension is fixed, and is presented as the intersection of halfspaces. Previous solutions to approximate polytope membership were based on straightforward applications of classic polytope approximation techniques by Dudley (1974) and Bentley et al. (1982). The former is optimal in the worst-case with respect to space, and the latter is optimal with respect to query time. We present four main results. First, we show how to combine the two above techniques to obtain a simple space-time trade-off. Second, we present an algorithm that dramatically improves this trade-off. In particular, for any constant , this data structure achieves query time and space roughly . We do not know whether this space bound is tight, but our third result shows that there is a convex body such that our algorithm achieves a space of at least . Our fourth result shows that it is possible to reduce approximate Euclidean nearest neighbor searching to approximate polytope membership queries. Combined with the above results, this provides significant improvements to the best known space-time trade-offs for approximate nearest neighbor searching in .
Cite
@article{arxiv.1604.01183,
title = {Approximate Polytope Membership Queries},
author = {Sunil Arya and Guilherme D. da Fonseca and David M. Mount},
journal= {arXiv preprint arXiv:1604.01183},
year = {2018}
}
Comments
Preliminary results of this paper appeared in "Approximate Polytope Membership Queries", in Proc. ACM Sympos. Theory Comput. (STOC), 2011, 579-586 and "Polytope Approximation and the Mahler Volume", in Proc. ACM-SIAM Sympos. Discrete Algorithms (SODA), 2012, 29-42