The Unweighted and Weighted Reverse Shortest Path Problem for Disk Graphs
Haim Kaplan, Matthew J. Katz, Rachel Saban, Micha Sharir

TL;DR
This paper presents algorithms for the reverse shortest path problem in disk graphs, improving computational efficiency and extending to weighted variants, with applications in proximity graph analysis.
Contribution
Introduces a novel algorithm for the reverse shortest path problem in disk graphs with improved runtime, and extends techniques to weighted and other variants.
Findings
Algorithm runs in O*(n^{5/4}) expected time for general disk graphs.
Runtime improves to O*(n^{6/5}) for unit disk graphs.
Technique is adaptable to various problem variants and parameters.
Abstract
We study the reverse shortest path problem on disk graphs in the plane. In this problem we consider the proximity graph of a set of disks in the plane of arbitrary radii: In this graph two disks are connected if the distance between them is at most some threshold parameter . The case of intersection graphs is a special case with . We give an algorithm that, given a target length , computes the smallest value of for which there is a path of length at most between some given pair of disks in the proximity graph. Our algorithm runs in randomized expected time, which improves to for unit disk graphs, where all the disks have the same radius. Our technique is robust and can be applied to many variants of the problem. One significant variant is the case of weighted proximity graphs, where edges are assigned real weights equal to the…
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 · Wildlife-Road Interactions and Conservation
