Deterministic Graph Cuts in Subquadratic Time: Sparse, Balanced, and k-Vertex
Yu Gao, Jason Li, Danupon Nanongkai, Richard Peng and, Thatchaphol Saranurak, Sorrachai Yingchareonthawornchai

TL;DR
This paper presents new deterministic algorithms for graph cut problems that operate in subquadratic time, improving upon previous methods and linking the complexity of balanced sparse cuts with k-vertex connectivity.
Contribution
It introduces the first subquadratic deterministic algorithms for balanced sparse cut and k-vertex connectivity, leveraging novel techniques and recursive bounds.
Findings
Achieved subquadratic time for k-vertex connectivity using sparse cut algorithms.
Improved approximation bounds for balanced sparse cut on sparse graphs.
Established a connection between breaking the m^{1.5} barrier and dynamic connectivity complexity.
Abstract
We study deterministic algorithms for computing graph cuts, with focus on two fundamental problems: balanced sparse cut and -vertex connectivity for small (). 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 -vertex connectivity using a subquadratic time algorithm for computing balanced sparse cuts on sparse graphs. To achieve the latter, we improve the previously best bound for…
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.
Taxonomy
TopicsComplexity and Algorithms in Graphs · Optimization and Search Problems · Advanced Graph Theory Research
