The Space Complexity of 2-Dimensional Approximate Range Counting
Abstract
We study the problem of 2-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 the -approximation, which is a subset A⊂eq 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 2.5 1) exists for any P with respect to orthogonal ranges, and the best lower bound is (1 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 P. 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 O(1(21 + n) ) bits and answers queries with error n. We then prove a lower bound that any data structure that answers queries with error n must use (1(21 + n) ) bits. Our lower bound is information-theoretic: We show that there is a collection of 2(n n) point sets with large union combinatorial discrepancy, and thus are hard to distinguish unless we use (n n) bits.
Turn this paper into a lesson
ArcXiv compiles a structured reading guide from this paper's metadata: plain-English importance, contributions, prerequisite concepts, which sections to read first, flashcards, and a quiz. Grounded in the abstract, never invented.