Querying Probabilistic Neighborhoods in Spatial Data Sets Efficiently
Moritz von Looz, Henning Meyerhenke

TL;DR
This paper introduces an efficient quadtree-based algorithm for probabilistic neighborhood queries in spatial datasets, significantly reducing query times in planar cases and enabling applications like hyperbolic graph generation.
Contribution
The paper presents a novel sublinear time algorithm for probabilistic neighborhood queries using augmented quadtrees, improving over naive methods and applicable to hyperbolic and Euclidean spaces.
Findings
Query algorithm runs in O((|N(q,f)| + √n) log n) time for certain distributions.
Algorithm outperforms naive probing by at least an order of magnitude in practical scenarios.
First subquadratic generator for random hyperbolic graphs with arbitrary temperatures.
Abstract
In this paper we define the notion of a probabilistic neighborhood in spatial data: Let a set of points in , a query point , a distance metric , and a monotonically decreasing function be given. Then a point belongs to the probabilistic neighborhood of with respect to with probability . We envision applications in facility location, sensor networks, and other scenarios where a connection between two entities becomes less likely with increasing distance. A straightforward query algorithm would determine a probabilistic neighborhood in time by probing each point in . To answer the query in sublinear time for the planar case, we augment a quadtree suitably and design a corresponding query…
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.
