English

Deterministic Graph Cuts in Subquadratic Time: Sparse, Balanced, and k-Vertex

Data Structures and Algorithms 2019-10-21 v2

Abstract

We study deterministic algorithms for computing graph cuts, with focus on two fundamental problems: balanced sparse cut and kk-vertex connectivity for small kk (k=O(\polylogn)k=O(\polylog n)). Both problems can be solved in near-linear time with randomized algorithms, but their previous deterministic counterparts take at least quadratic time. In this paper, we break this bound for both problems. Interestingly, achieving this for one problem crucially relies on doing so for the other. In particular, via a divide-and-conquer argument, a variant of the cut-matching game by [Khandekar et al.`07], and the local vertex connectivity algorithm of [Nanongkai et al. STOC'19], we give a subquadratic time algorithm for kk-vertex connectivity using a subquadratic time algorithm for computing balanced sparse cuts on sparse graphs. To achieve the latter, we improve the previously best mnmn bound for approximating balanced sparse cut for the whole range of mm. This starts from (1) breaking the n3n^3 barrier on dense graphs to nω+o(1)n^{\omega + o(1)} (where ω<2.372\omega < 2.372) using the the PageRank matrix, but without explicitly sweeping to find sparse cuts; to (2) getting the O~(m1.58)\tilde O(m^{1.58}) bound by combining the JJ-trees by [Madry FOCS `10] with the nω+o(1)n^{\omega + o(1)} bound above, and finally; to (3) getting the m1.5+o(1)m^{1.5 + o(1)} bound by recursively invoking the second bound in conjunction with expander-based graph sparsification. Interestingly, our final m1.5+o(1)m^{1.5 + o(1)} bound lands at a natural stopping point in the sense that polynomially breaking it would lead to a breakthrough for the dynamic connectivity problem.

Keywords

Cite

@article{arxiv.1910.07950,
  title  = {Deterministic Graph Cuts in Subquadratic Time: Sparse, Balanced, and k-Vertex},
  author = {Yu Gao and Jason Li and Danupon Nanongkai and Richard Peng and Thatchaphol Saranurak and Sorrachai Yingchareonthawornchai},
  journal= {arXiv preprint arXiv:1910.07950},
  year   = {2019}
}

Comments

This manuscript is the merge of several results. Parts of it were submitted to FOCS'19 and SODA'20. Part of it has since been subsumed by a new result involving a subset of the authors, arXiv:1910.08025. It's uploaded in its current form due to its significant technical overlap with the improved result. We expect to upload splitted, more up to date, versions of this in the near future

R2 v1 2026-06-23T11:46:48.976Z