English

Sublinear Average-Case Shortest Paths in Weighted Unit-Disk Graphs

Computational Geometry 2021-03-18 v1

Abstract

We consider the problem of computing shortest paths in weighted unit-disk graphs in constant dimension dd. Although the single-source and all-pairs variants of this problem are well-studied in the plane case, no non-trivial exact distance oracles for unit-disk graphs have been known to date, even for d=2d=2. The classical result of Sedgewick and Vitter [Algorithmica '86] shows that for weighted unit-disk graphs in the plane the AA^* search has average-case performance superior to that of a standard shortest path algorithm, e.g., Dijkstra's algorithm. Specifically, if the nn corresponding points of a weighted unit-disk graph GG are picked from a unit square uniformly at random, and the connectivity radius is r(0,1)r\in (0,1), AA^* finds a shortest path in GG in O(n)O(n) expected time when r=Ω(logn/n)r=\Omega(\sqrt{\log n/n}), even though GG has Θ((nr)2)\Theta((nr)^2) edges in expectation. In other words, the work done by the algorithm is in expectation proportional to the number of vertices and not the number of edges. In this paper, we break this natural barrier and show even stronger sublinear time results. We propose a new heuristic approach to computing point-to-point exact shortest paths in unit-disk graphs. We analyze the average-case behavior of our heuristic using the same random graph model as used by Sedgewick and Vitter and prove it superior to AA^*. Specifically, we show that, if we are able to report the set of all kk points of GG from an arbitrary rectangular region of the plane in O(k+t(n))O(k + t(n)) time, then a shortest path between arbitrary two points of such a random graph on the plane can be found in O(1/r2+t(n))O(1/r^2 + t(n)) expected time. In particular, the state-of-the-art range reporting data structures imply a sublinear expected bound for all r=Ω(logn/n)r=\Omega(\sqrt{\log n/n}) and O(n)O(\sqrt{n}) expected bound for r=Ω(n1/4)r=\Omega(n^{-1/4}) after only near-linear preprocessing of the point set.

Keywords

Cite

@article{arxiv.2103.09684,
  title  = {Sublinear Average-Case Shortest Paths in Weighted Unit-Disk Graphs},
  author = {Adam Karczmarz and Jakub Pawlewicz and Piotr Sankowski},
  journal= {arXiv preprint arXiv:2103.09684},
  year   = {2021}
}

Comments

Full version of a SoCG'21 paper. Abstract truncated to meet arxiv requirements

R2 v1 2026-06-24T00:16:36.372Z