English

A Parameterized Approximation Scheme for Min $k$-Cut

Data Structures and Algorithms 2020-09-15 v3

Abstract

In the Min kk-Cut problem, input is an edge weighted graph GG and an integer kk, and the task is to partition the vertex set into kk non-empty sets, such that the total weight of the edges with endpoints in different parts is minimized. When kk is part of the input, the problem is NP-complete and hard to approximate within any factor less than 22. Recently, the problem has received significant attention from the perspective of parameterized approximation. Gupta et al.~[SODA 2018] initiated the study of FPT-approximation for the Min kk-Cut problem and gave an 1.99971.9997-approximation algorithm running in time 2O(k6)nO(1)2^{\mathcal{O}(k^6)}n^{\mathcal{O}(1)}. Later, the same set of authors~[FOCS 2018] designed an (1+ϵ)(1 +\epsilon)-approximation algorithm that runs in time (k/ϵ)O(k)nk+O(1)(k/\epsilon)^{\mathcal{O}(k)}n^{k+\mathcal{O}(1)}, and a 1.811.81-approximation algorithm running in time 2O(k2)nO(1)2^{\mathcal{O}(k^2)}n^{\mathcal{O}(1)}. More, recently, Kawarabayashi and Lin~[SODA 2020] gave a (5/3+ϵ)(5/3 + \epsilon)-approximation for Min kk-Cut running in time 2O(k2logk)nO(1)2^{\mathcal{O}(k^2 \log k)}n^{\mathcal{O}(1)}. In this paper we give a parameterized approximation algorithm with best possible approximation guarantee, and best possible running time dependence on said guarantee (up to Exponential Time Hypothesis (ETH) and constants in the exponent). In particular, for every ϵ>0\epsilon > 0, the algorithm obtains a (1+ϵ)(1 +\epsilon)-approximate solution in time (k/ϵ)O(k)nO(1)(k/\epsilon)^{\mathcal{O}(k)}n^{\mathcal{O}(1)}. The main ingredients of our algorithm are: a simple sparsification procedure, a new polynomial time algorithm for decomposing a graph into highly connected parts, and a new exact algorithm with running time sO(k)nO(1)s^{\mathcal{O}(k)}n^{\mathcal{O}(1)} on unweighted (multi-) graphs. Here, ss denotes the number of edges in a minimum kk-cut. The latter two are of independent interest.

Keywords

Cite

@article{arxiv.2005.00134,
  title  = {A Parameterized Approximation Scheme for Min $k$-Cut},
  author = {Daniel Lokshtanov and Saket Saurabh and Vaishali Surianarayanan},
  journal= {arXiv preprint arXiv:2005.00134},
  year   = {2020}
}

Comments

32 pages, 5 figures, to appear in FOCS '20. Typos from previous version fixed

R2 v1 2026-06-23T15:13:46.637Z