Near-Optimal Distance Emulator for Planar Graphs
Hsien-Chih Chang, Pawe{\l} Gawrychowski, Shay Mozes, Oren Weimann

TL;DR
This paper introduces a near-optimal method for creating small distance emulators in planar graphs, enabling efficient computation of distances among a subset of vertices with optimal size and time complexity.
Contribution
The authors present a construction of near-optimal size distance emulators for planar graphs, improving efficiency in distance computations among terminal sets.
Findings
Constructed distance emulators of size O( ext{min}(k^2,\u007f ext{sqrt}(k mp; n))) for any terminal set.
Achieved O(n) time complexity for building emulators, which is optimal up to logarithmic factors.
Enabled all-pairs shortest path computations among k terminals in O(n) time for certain k values.
Abstract
Given a graph and a set of terminals , a \emph{distance emulator} of is another graph (not necessarily a subgraph of ) containing , such that all the pairwise distances in between vertices of are preserved in . An important open question is to find the smallest possible distance emulator. We prove that, given any subset of terminals in an -vertex undirected unweighted planar graph, we can construct in time a distance emulator of size . This is optimal up to logarithmic factors. The existence of such distance emulator provides a straightforward framework to solve distance-related problems on planar graphs: Replace the input graph with the distance emulator, and apply whatever algorithm available to the resulting emulator. In particular, our result implies that, on any unweighted undirected planar…
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.
