Stochastic closest-pair problem and most-likely nearest-neighbor search in tree spaces
Jie Xue, Yuan Li

TL;DR
This paper introduces algorithms for stochastic closest-pair and nearest-neighbor problems in tree spaces, providing efficient computation of probabilities, expectations, and data structures for approximate nearest-neighbor queries.
Contribution
It presents the first algorithms for computing threshold probabilities and expected distances in stochastic tree spaces, and develops a $k$-most-likely Voronoi diagram for efficient nearest-neighbor search.
Findings
First algorithm for $ ext{l}$-threshold probability in $O(t+n ext{log}n+ ext{min}\{tn,n^2 ight)$ time.
Efficient approximation of expected closest-pair distance within $O(t+ ext{epsilon}^{-1} ext{min}\{tn^2,n^3 ight)$ time.
Data structures for $k$-LNN queries with $O( ext{log}n+k)$ query time and $O(t+k^2n)$ average-case space.
Abstract
Let be a tree space (or tree network) represented by a weighted tree with vertices, and be a set of stochastic points in , each of which has a fixed location with an independent existence probability. We investigate two fundamental problems under such a stochastic setting, the closest-pair problem and the nearest-neighbor search. For the former, we study the computation of the -threshold probability and the expectation of the closest-pair distance of a realization of . We propose the first algorithm to compute the -threshold probability in time for any given threshold , which immediately results in an -time algorithm for computing the expected closest-pair distance. Based on this, we further show that one can compute a -approximation for the expected closest-pair distance in…
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 · Data Management and Algorithms · Geographic Information Systems Studies
