Optimal Bounds for the $k$-cut Problem
Anupam Gupta, David G. Harris, Euiwoong Lee, Jason Li

TL;DR
This paper establishes tight bounds and efficient algorithms for the $k$-cut problem, showing the probability of finding fixed $k$-cuts and bounding their number, advancing understanding of graph partitioning complexity.
Contribution
It provides tight bounds on the number of minimum $k$-cuts and an algorithm to compute the $k$-cut value with near-optimal runtime, using novel extremal and probabilistic analysis.
Findings
Probability of finding any fixed $k$-cut is $oldsymbol{ ext{Omega}_k(n^{- ext{alpha}k})}$.
Number of minimum $k$-cuts is $oldsymbol{O_k(n^k)}$, tight up to lower-order factors.
Algorithm computes $oldsymbol{ ext{lambda}_k}$ in roughly $oldsymbol{n^k ext{polylog}(n)}$ time.
Abstract
In the -cut problem, we want to find the lowest-weight set of edges whose deletion breaks a given (multi)graph into connected components. Algorithms of Karger \& Stein can solve this in roughly time. On the other hand, lower bounds from conjectures about the -clique problem imply that time is likely needed. Recent results of Gupta, Lee \& Li have given new algorithms for general -cut in time, as well as specialized algorithms with better performance for certain classes of graphs (e.g., for small integer edge weights). In this work, we resolve the problem for general graphs. We show that the Contraction Algorithm of Karger outputs any fixed -cut of weight with probability , where denotes the minimum -cut weight. This also gives an extremal bound of…
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
