Spanner for the $0/1/\infty$ weighted region problem
Joachim Gudmundsson, Zijin Huang, Andr\'e van Renssen, Sampson Wong

TL;DR
This paper introduces a data structure for efficiently approximating shortest paths in a plane with regions of zero, infinite, or unit weights, improving computation times for complex weighted subdivision problems.
Contribution
The authors present a novel data structure that efficiently approximates shortest paths in weighted regions with weights in {0, 1, ∞}, including a $(1 + ext{ε})$-spanner for polygonal regions.
Findings
Expected construction time is $O(N + (n/ε^3)( ext{log}(n/ε) + ext{log} N))$.
Approximate shortest path can be computed in $O(N + n/ε^3 + (n/ε^2) ext{log}(n/ε) + ( ext{log} N)/ε)$ time.
Contains a $(1 + ε)$-spanner for polygonal regions, enabling efficient path approximation.
Abstract
We consider the problem of computing an approximate weighted shortest path in a weighted subdivision, with weights assigned from the set . We present a data structure , which stores a set of convex, non-overlapping regions. These include zero-cost regions (0-regions) with a weight of and obstacles with a weight of , all embedded in a plane with a weight of . The data structure can be constructed in expected time , where is the total number of regions, represents the total complexity of the regions, and is the approximation factor, for any . Using , one can compute an approximate weighted shortest path from any point to any point in time. In 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.
