The Karger-Stein Algorithm is Optimal for $k$-cut
Anupam Gupta, Euiwoong Lee, Jason Li

TL;DR
This paper proves that the Karger-Stein algorithm is essentially optimal for finding minimum $k$-cuts in graphs, providing tight bounds on success probability, the number of such cuts, and runtime, through detailed analysis and extremal combinatorics.
Contribution
It establishes the optimality of the Karger-Stein algorithm for general graphs and provides tight bounds on success probability, number of minimum $k$-cuts, and runtime.
Findings
Karger-Stein algorithm succeeds with probability at least rac{rac{1}{n^k}}
Number of minimum $k$-cuts is rac{rac{1}{n^k}} in an $n$-vertex graph
Algorithm matches lower bounds up to polylogarithmic factors
Abstract
In the -cut problem, we are given an edge-weighted graph and want to find the least-weight set of edges whose deletion breaks the graph into connected components. Algorithms due to Karger-Stein and Thorup showed how to find such a minimum -cut in time approximately . The best lower bounds come from conjectures about the solvability of the -clique problem and a reduction from -clique to -cut, and show that solving -cut is likely to require time . Our recent results have given special-purpose algorithms that solve the problem in time , and ones that have better performance for special classes of graphs (e.g., for small integer weights). In this work, we resolve the problem for general graphs, by showing that for any fixed , the Karger-Stein algorithm outputs any fixed minimum -cut with probability at least…
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 · Limits and Structures in Graph Theory · Advanced Graph Theory Research
