Space-Efficient Approximate Spherical Range Counting in High Dimensions
Andreas Kalavas, Ioannis Psarros

TL;DR
This paper introduces a space-efficient approximate spherical range counting data structure for high-dimensional Euclidean spaces, achieving near-linear space and sublinear query time, addressing the curse of dimensionality.
Contribution
It presents the first data structure with near-linear space and sublinear query time for approximate range counting in high dimensions.
Findings
Achieves near-linear space usage for approximate range counting.
Provides sublinear query time depending on the number of points in the ambiguity zone.
Includes a query-driven preprocessing algorithm for better adaptation to query distribution.
Abstract
We study the following range searching problem in high-dimensional Euclidean spaces: given a finite set , where each is assigned a weight , and radius , we need to preprocess into a data structure such that when a new query point arrives, the data structure reports the cumulative weight of points of within Euclidean distance from . Solving the problem exactly seems to require space usage that is exponential to the dimension, a phenomenon known as the curse of dimensionality. Thus, we focus on approximate solutions where points up to away from may be taken into account, where is an input parameter known during preprocessing. We build a data structure with near-linear space usage, and query time in $n^{1-\Theta(\varepsilon^4/\log(1/\varepsilon))}+t_q^{\varrho}\cdot…
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 · Facility Location and Emergency Management · Complexity and Algorithms in Graphs
