Tight Space Bounds for Two-Dimensional Approximate Range Counting

Zhewei Wei,Ke Yi
DOI: https://doi.org/10.1145/3205454
IF: 1.113
2018-01-01
ACM Transactions on Algorithms
Abstract:We study the problem of two-dimensional orthogonal range counting with additive error. Given a set P of n points drawn from an n × n grid and an error parameter ε, the goal is to build a data structure, such that for any orthogonal range R , it can return the number of points in P ∩ R with additive error ε n . A well-known solution for this problem is obtained by using ε-approximation , which is a subset A ⊆ P that can estimate the number of points in P ∩ R with the number of points in A ∩ R . It is known that an ε-approximation of size O (1/ε log 2.5 1/ε) exists for any P with respect to orthogonal ranges, and the best lower bound is Ω(1/ε log 1/ε). 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 this article, we explore what can be achieved without any restriction on the data structure. We first describe a simple data structure that uses O (1/ε(log 2 1/ε + log n )) bits and answers queries with error ε n . We then prove a lower bound that any data structure that answers queries with error ε n will have to use Ω(1/ε (log 2 1/ε + log n )) bits. Our lower bound is information-theoretic: We show that there is a collection of 2 Ω ( n log n ) point sets with large union combinatorial discrepancy and thus are hard to distinguish unless we use Ω( n log n ) bits.
What problem does this paper attempt to address?