English

An FPT Algorithm Beating 2-Approximation for $k$-Cut

Data Structures and Algorithms 2017-10-25 v1

Abstract

In the kk-Cut problem, we are given an edge-weighted graph GG and an integer kk, and have to remove a set of edges with minimum total weight so that GG has at least kk connected components. Prior work on this problem gives, for all h[2,k]h \in [2,k], a (2h/k)(2-h/k)-approximation algorithm for kk-cut that runs in time nO(h)n^{O(h)}. Hence to get a (2ε)(2 - \varepsilon)-approximation algorithm for some absolute constant ε\varepsilon, the best runtime using prior techniques is nO(kε)n^{O(k\varepsilon)}. Moreover, it was recently shown that getting a (2ε)(2 - \varepsilon)-approximation for general kk 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 kk-Cut is known, but solving the kk-Cut problem exactly is W[1]W[1]-hard if we parameterize only by the natural parameter of kk. An immediate question is: \emph{can we approximate kk-Cut better in FPT-time, using kk as the parameter?} We answer this question positively. We show that for some absolute constant ε>0\varepsilon > 0, there exists a (2ε)(2 - \varepsilon)-approximation algorithm that runs in time 2O(k6)O~(n4)2^{O(k^6)} \cdot \widetilde{O} (n^4). This is the first FPT algorithm that is parameterized only by kk and strictly improves the 22-approximation.

Keywords

Cite

@article{arxiv.1710.08488,
  title  = {An FPT Algorithm Beating 2-Approximation for $k$-Cut},
  author = {Anupam Gupta and Euiwoong Lee and Jason Li},
  journal= {arXiv preprint arXiv:1710.08488},
  year   = {2017}
}

Comments

26 pages, 4 figures, to appear in SODA '18

R2 v1 2026-06-22T22:23:19.545Z