Faster Minimum k-cut of a Simple Graph
Jason Li

TL;DR
This paper introduces a faster combinatorial algorithm for the minimum k-cut problem on simple graphs, significantly improving runtime and establishing near-optimal complexity bounds under certain hardness assumptions.
Contribution
It presents a new combinatorial algorithm with runtime $n^{(1+o(1))k}$ for the minimum k-cut problem, improving previous algorithms and matching lower bounds under conjectures.
Findings
New algorithm runs in $n^{(1+o(1))k}$ time for fixed k.
Proves $k$-cut complexity is near-optimal assuming hardness conjectures.
Establishes a reduction linking $k$-cut to $(k-1)$-clique problem.
Abstract
We consider the (exact, minimum) -cut problem: given a graph and an integer , delete a minimum-weight set of edges so that the remaining graph has at least connected components. This problem is a natural generalization of the global minimum cut problem, where the goal is to break the graph into pieces. Our main result is a (combinatorial) -cut algorithm on simple graphs that runs in time for any constant , improving upon the previously best time algorithm of Gupta et al.~[FOCS'18] and the previously best time combinatorial algorithm of Gupta et al.~[STOC'19]. For combinatorial algorithms, this algorithm is optimal up to factors assuming recent hardness conjectures: we show by a straightforward reduction that -cut on even a simple graph is as hard as -clique, establishing a lower 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 · Advanced Graph Theory Research · Limits and Structures in Graph Theory
