Faster All-Pairs Minimum Cut: Bypassing Exact Max-Flow
Yotam Kenneth-Mordoch, Robert Krauthgamer

TL;DR
This paper introduces a new sparsifier that preserves all minimum s,t-cuts in unweighted graphs, enabling faster algorithms for All-Pairs Minimum Cut across various computational models without relying on exact max-flow computations.
Contribution
The authors develop a sparsifier constructed via approximate max-flow computations, leading to improved algorithms for APMC in multiple models.
Findings
Achieved a randomized cut-query algorithm with O(n^{3/2}) queries.
Designed a deterministic fully-dynamic algorithm with n^{3/2+o(1)} worst-case update time.
Created a two-pass streaming algorithm with O(n^{3/2}) space.
Abstract
All-Pairs Minimum Cut (APMC) is a fundamental graph problem that asks to find a minimum -cut for every pair of vertices . A recent line of work on fast algorithms for APMC has culminated with a reduction of APMC to -many max-flow computations. But unfortunately, no fast algorithms are currently known for exact max-flow in several standard models of computation, such as the cut-query model and the fully-dynamic model. Our main technical contribution is a sparsifier that preserves all minimum -cuts in an unweighted graph, and can be constructed using only approximate max-flow computations. We then use this sparsifier to devise new algorithms for APMC in unweighted graphs in several computational models: (i) a randomized algorithm that makes cut queries to the input graph; (ii) a deterministic fully-dynamic algorithm with…
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.
