APMF < APSP? Gomory-Hu Tree for Unweighted Graphs in Almost-Quadratic Time
Amir Abboud, Robert Krauthgamer, Ohad Trabelsi

TL;DR
This paper presents an almost-quadratic time algorithm for constructing Gomory-Hu trees in unweighted graphs, significantly improving the complexity of All-Pairs Max-Flow and surpassing All-Pairs Shortest Paths in efficiency.
Contribution
It introduces a nearly optimal algorithm for Gomory-Hu trees, derandomizes the process, and establishes new complexity bounds for related max-flow problems.
Findings
Achieves $n^{2+o(1)}$-time for Gomory-Hu tree construction.
First subcubic deterministic algorithm for Gomory-Hu trees in simple graphs.
Shows that faster algorithms require breakthroughs in multigraph max-flow algorithms.
Abstract
We design an -time algorithm that constructs a cut-equivalent (Gomory-Hu) tree of a simple graph on nodes. This bound is almost-optimal in terms of , and it improves on the recent bound by the authors (STOC 2021), which was the first to break the cubic barrier. Consequently, the All-Pairs Maximum-Flow (APMF) problem has time complexity , and for the first time in history, this problem can be solved faster than All-Pairs Shortest Paths (APSP). We further observe that an almost-linear time algorithm (in terms of the number of edges ) is not possible without first obtaining a subcubic algorithm for multigraphs. Finally, we derandomize our algorithm, obtaining the first subcubic deterministic algorithm for Gomory-Hu Tree in simple graphs, showing that randomness is not necessary for beating the times max-flow bound from 1961.…
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 · Algorithms and Data Compression · Advanced Graph Theory Research
