The Space Complexity of 2-Dimensional Approximate Range Counting
Abstract
We study the problem of -dimensional orthogonal range counting with additive error. Given a set of points drawn from an grid and an error parameter , the goal is to build a data structure, such that for any orthogonal range , it can return the number of points in with additive error . A well-known solution for this problem is the {\em -approximation}, which is a subset that can estimate the number of points in with the number of points in . It is known that an -approximation of size exists for any with respect to orthogonal ranges, and the best lower bound is . The -approximation is a rather restricted data structure, as we are not allowed to store any information other than the coordinates of the points in . In this paper, we explore what can be achieved without any restriction on the data structure. We first describe a simple data structure that uses bits and answers queries with error . We then prove a lower bound that any data structure that answers queries with error must use bits. Our lower bound is information-theoretic: We show that there is a collection of point sets with large {\em union combinatorial discrepancy}, and thus are hard to distinguish unless we use bits.
Cite
@article{arxiv.1207.4382,
title = {The Space Complexity of 2-Dimensional Approximate Range Counting},
author = {Zhewei Wei and Ke Yi},
journal= {arXiv preprint arXiv:1207.4382},
year = {2016}
}
Comments
19 pages, 5 figures