All-Pairs Minimum Cut using $\tilde{O}(n^{7/4})$ Cut Queries
Yotam Kenneth-Mordoch, Robert Krauthgamer
TL;DR
The paper solves all-pairs minimum cut in the cut-query model by constructing a Gomory–Hu tree with $\tilde{O}(n^{7/4})$ cut queries. It introduces weak isolating cuts and a novel $(\tau,F)$-star contraction to handle unfriendly cuts, and develops a parallel, subproblem–driven single-source min-cut routine that feeds the Gomory–Hu refinement. Central to the approach are two data structures: a friendly cut sparsifier via expander decomposition and a contraction-based reduction that preserves critical minimum cuts. The results close part of the gap between all-pairs and single-pair cut queries, advancing submodular function minimization in the cut-query model and suggesting avenues for weighted graphs and related models. Overall, the work provides a near-optimal subquadratic query framework for recovering the Gomory–Hu representation and hence the entire minimum-cut landscape of the graph.
Abstract
We present the first non-trivial algorithm for the all-pairs minimum cut problem in the cut-query model. Given cut-query access to an unweighted graph $G=(V,E)$ with $n$ vertices, our randomized algorithm constructs a Gomory-Hu tree of $G$, and thus solves the all-pairs minimum cut problem, using $\tilde{O}(n^{7/4})$ cut queries.
