English

Vertex Sparsification for Edge Connectivity

Data Structures and Algorithms 2020-07-16 v1

Abstract

Graph compression or sparsification is a basic information-theoretic and computational question. A major open problem in this research area is whether (1+ϵ)(1+\epsilon)-approximate cut-preserving vertex sparsifiers with size close to the number of terminals exist. As a step towards this goal, we study a thresholded version of the problem: for a given parameter cc, find a smaller graph, which we call connectivity-cc mimicking network, which preserves connectivity among kk terminals exactly up to the value of cc. We show that connectivity-cc mimicking networks with O(kc4)O(kc^4) edges exist and can be found in time m(clogn)O(c)m(c\log n)^{O(c)}. We also give a separate algorithm that constructs such graphs with kO(c)2ck \cdot O(c)^{2c} edges in time mcO(c)logO(1)nmc^{O(c)}\log^{O(1)}n. These results lead to the first data structures for answering fully dynamic offline cc-edge-connectivity queries for c4c \ge 4 in polylogarithmic time per query, as well as more efficient algorithms for survivable network design on bounded treewidth graphs.

Keywords

Cite

@article{arxiv.2007.07862,
  title  = {Vertex Sparsification for Edge Connectivity},
  author = {Parinya Chalermsook and Syamantak Das and Bundit Laekhanukit and Yunbum Kook and Yang P. Liu and Richard Peng and Mark Sellke and Daniel Vaz},
  journal= {arXiv preprint arXiv:2007.07862},
  year   = {2020}
}

Comments

Merged version of arXiv:1910.10359 and arXiv:1910.10665 with improved bounds, 55 pages

R2 v1 2026-06-23T17:08:49.640Z