Fast and Deterministic Approximations for $k$-Cut
Kent Quanrud

TL;DR
This paper introduces a fast, deterministic algorithm that approximates the minimum $k$-cut problem within a factor of $(2 + ext{small epsilon})$ in near-linear time, improving the efficiency and determinism of previous methods.
Contribution
The authors develop a deterministic algorithm achieving a $(2 + ext{epsilon})$ approximation for $k$-cut in near-linear time, utilizing a novel LP relaxation approach.
Findings
Achieves $(2 + ext{epsilon})$-approximation in $O(m rac{ ext{log}^3 n}{ ext{epsilon}^2})$ time.
Provides a deterministic alternative matching the speed of randomized algorithms.
Uses LP relaxation to improve approximation and runtime.
Abstract
In an undirected graph, a -cut is a set of edges whose removal breaks the graph into at least connected components. The minimum weight -cut can be computed in time, but when is treated as part of the input, computing the minimum weight -cut is NP-Hard [Holdschmidt and Hochbaum 1994]. For -time algorithms, the best possible approximation factor is essentially 2 under the small set expansion hypothesis [Manurangsi 2017]. Saran and Vazirani [1995] showed that a -approximately minimum weight -cut can be computed by minimum cuts, which implies an randomized running time via the nearly linear time randomized min-cut algorithm of Karger [2000]. Nagamochi and Kamidoi [2007] showed that the minimum weight -cut can be computed deterministically in time. These results prompt two…
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.
