The Space Complexity of 2-Dimensional Approximate Range Counting
Zhewei Wei, Ke Yi

TL;DR
This paper investigates the space complexity of approximate 2D orthogonal range counting, providing both a simple data structure and a matching lower bound, thus characterizing the optimal space usage for this problem.
Contribution
It introduces a space-efficient data structure for approximate range counting and proves a matching lower bound, establishing optimal space complexity without restrictions on data structure design.
Findings
Proposed a data structure using O(1/ε (log^2(1/ε) + log n)) bits.
Proved a lower bound of Ω(1/ε (log^2(1/ε) + log n)) bits for any data structure.
Identified a collection of point sets with large union discrepancy that are hard to distinguish.
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…
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 · Digital Image Processing Techniques · Algorithms and Data Compression
