An FPT Algorithm Beating 2-Approximation for $k$-Cut
Anupam Gupta, Euiwoong Lee, Jason Li

TL;DR
This paper presents the first fixed-parameter tractable algorithm parameterized by $k$ that achieves a better than 2-approximation for the $k$-Cut problem, improving upon prior approximation ratios within FPT time.
Contribution
It introduces a novel FPT algorithm parameterized solely by $k$ that guarantees a $(2 - ext{constant})$-approximation for $k$-Cut, surpassing the longstanding 2-approximation barrier.
Findings
Achieves a $(2 - ext{constant})$-approximation in $2^{O(k^6)} ilde{O}(n^4)$ time.
First FPT algorithm parameterized by $k$ to improve upon the 2-approximation.
Demonstrates that better approximations are possible within fixed-parameter tractability.
Abstract
In the -Cut problem, we are given an edge-weighted graph and an integer , and have to remove a set of edges with minimum total weight so that has at least connected components. Prior work on this problem gives, for all , a -approximation algorithm for -cut that runs in time . Hence to get a -approximation algorithm for some absolute constant , the best runtime using prior techniques is . Moreover, it was recently shown that getting a -approximation for general is NP-hard, assuming the Small Set Expansion Hypothesis. If we use the size of the cut as the parameter, an FPT algorithm to find the exact -Cut is known, but solving the -Cut problem exactly is -hard if we parameterize only by the natural parameter of . An immediate question is:…
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 · Optimization and Packing Problems · Optimization and Search Problems
