Papers
Topics
Authors
Recent
Gemini 2.5 Flash
Gemini 2.5 Flash
119 tokens/sec
GPT-4o
56 tokens/sec
Gemini 2.5 Pro Pro
43 tokens/sec
o3 Pro
6 tokens/sec
GPT-4.1 Pro
47 tokens/sec
DeepSeek R1 via Azure Pro
28 tokens/sec
2000 character limit reached

A Parameterized Approximation Scheme for Min $k$-Cut (2005.00134v3)

Published 30 Apr 2020 in cs.DS

Abstract: In the Min $k$-Cut problem, input is an edge weighted graph $G$ and an integer $k$, and the task is to partition the vertex set into $k$ non-empty sets, such that the total weight of the edges with endpoints in different parts is minimized. When $k$ is part of the input, the problem is NP-complete and hard to approximate within any factor less than $2$. 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 $k$-Cut problem and gave an $1.9997$-approximation algorithm running in time $2{\mathcal{O}(k6)}n{\mathcal{O}(1)}$. Later, the same set of authors~[FOCS 2018] designed an $(1 +\epsilon)$-approximation algorithm that runs in time $(k/\epsilon){\mathcal{O}(k)}n{k+\mathcal{O}(1)}$, and a $1.81$-approximation algorithm running in time $2{\mathcal{O}(k2)}n{\mathcal{O}(1)}$. More, recently, Kawarabayashi and Lin~[SODA 2020] gave a $(5/3 + \epsilon)$-approximation for Min $k$-Cut running in time $2{\mathcal{O}(k2 \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 $\epsilon > 0$, the algorithm obtains a $(1 +\epsilon)$-approximate solution in time $(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 $s{\mathcal{O}(k)}n{\mathcal{O}(1)}$ on unweighted (multi-) graphs. Here, $s$ denotes the number of edges in a minimum $k$-cut. The latter two are of independent interest.

User Edit Pencil Streamline Icon: https://streamlinehq.com
Authors (3)
  1. Daniel Lokshtanov (135 papers)
  2. Saket Saurabh (171 papers)
  3. Vaishali Surianarayanan (4 papers)
Citations (25)

Summary

We haven't generated a summary for this paper yet.