O(1)-Distortion Planar Emulators for String Graphs
Hsien-Chih Chang, Jonathan Conroy, Zihan Tan, Da Wei Zheng
TL;DR
The paper proves that every unweighted string graph $G$ admits an $O(1)$-distortion planar emulator $H$, with $V(G)\subseteq V(H)$ and for all pairs $u,v$, $\delta_G(u,v) \le \delta_H(u,v) \le c\cdot\delta_G(u,v)$ for a universal constant $c$. The construction leverages region contact graphs on a planar base, builds a hierarchical clustering with bounded diameter and scattering properties, and contracts clusters to obtain planarity while preserving distances up to a constant factor; Steiner-point removal can further yield an emulator on the original vertex set with polynomial-time computability from the representation. The approach adapts the planar shortcut-partition framework to the more complex interactions of string graphs, via SelectPaths to handle outer regions and ClusterOuter to expand and partition while maintaining connectivity and distortion guarantees. A parallel independent result shows quasi-isometry between string graphs and planar graphs, reinforcing the central claim that string-graph metrics can be embedded into planar-like metrics with constant distortion, with implications for distance sketches and related geometric algorithms on string graphs.
Abstract
We show that every unweighted string graph $G$ has an $O(1)$-distortion planar emulator: that is, there exists an (edge-weighted) planar graph $H$ with $V(H) = V(G)$, such that every pair of vertices $(u,v)$ satisfies $δ_G(u,v) \le δ_H(u,v) \le O(1) \cdot δ_G(u,v).$
