English

Improved Compression of the Okamura-Seymour Metric

Data Structures and Algorithms 2022-02-11 v1

Abstract

Let G=(V,E)G=(V,E) be an undirected unweighted planar graph. Consider a vector storing the distances from an arbitrary vertex vv to all vertices S={s1,s2,,sk}S = \{ s_1 , s_2 , \ldots , s_k \} of a single face in their cyclic order. The pattern of vv is obtained by taking the difference between every pair of consecutive values of this vector. In STOC'19, Li and Parter used a VC-dimension argument to show that in planar graphs, the number of distinct patterns, denoted xx, is only O(k3)O(k^3). This resulted in a simple compression scheme requiring O~(min{k4+T,kT})\tilde O(\min \{ k^4+|T|, k\cdot |T|\}) space to encode the distances between SS and a subset of terminal vertices TVT \subseteq V. This is known as the Okamura-Seymour metric compression problem. We give an alternative proof of the x=O(k3)x=O(k^3) bound that exploits planarity beyond the VC-dimension argument. Namely, our proof relies on cut-cycle duality, as well as on the fact that distances among vertices of SS are bounded by kk. Our method implies the following: (1) An O~(x+k+T)\tilde{O}(x+k+|T|) space compression of the Okamura-Seymour metric, thus improving the compression of Li and Parter to O~(min{k3+T,kT})\tilde O(\min \{k^3+|T|,k \cdot |T| \}). (2) An optimal O~(k+T)\tilde{O}(k+|T|) space compression of the Okamura-Seymour metric, in the case where the vertices of TT induce a connected component in GG. (3) A tight bound of x=Θ(k2)x = \Theta(k^2) for the family of Halin graphs, whereas the VC-dimension argument is limited to showing x=O(k3)x=O(k^3).

Keywords

Cite

@article{arxiv.2202.05127,
  title  = {Improved Compression of the Okamura-Seymour Metric},
  author = {Shay Mozes and Nathan Wallheimer and Oren Weimann},
  journal= {arXiv preprint arXiv:2202.05127},
  year   = {2022}
}