A Parameterized Approximation Scheme for Min k-Cut

04/30/2020
by   Daniel Lokshtanov, et al.
0

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^O(k^6)n^O(1). Later, the same set of authors [FOCS 2018] designed an (1 +ϵ)-approximation algorithm that runs in time (k/ϵ)^O(k)n^k+O(1), and a 1.81-approximation algorithm running in time 2^O(k^2)n^O(1). More, recently, Kawarabayashi and Lin [SODA 2020] gave a (5/3 + ϵ)-approximation for Min k-Cut running in time 2^O(k^2 log k)n^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, the algorithm obtains a (1 +ϵ)-approximate solution in time (k/ϵ)^O(k)n^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^O(k)n^O(1) on unweighted (multi-) graphs. Here, s denotes the number of edges in a minimum k-cut. The later two are of independent interest.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
07/18/2018

Fast and Deterministic Approximations for k-Cut

In an undirected graph, a k-cut is a set of edges whose removal breaks t...
research
07/15/2022

A tight quasi-polynomial bound for Global Label Min-Cut

We study a generalization of the classic Global Min-Cut problem, called ...
research
07/13/2018

An O(^1.5n n) Approximation Algorithm for Mean Isoperimetry and Robust k-means

Given a weighted graph G=(V,E), and U⊆ V, the normalized cut value for U...
research
07/26/2016

Approximation and Parameterized Complexity of Minimax Approval Voting

We present three results on the complexity of Minimax Approval Voting. F...
research
01/28/2022

Placing Green Bridges Optimally, with Habitats Inducing Cycles

Choosing the placement of wildlife crossings (i.e., green bridges) to re...
research
10/09/2018

A Note on Max k-Vertex Cover: Faster FPT-AS, Smaller Approximate Kernel and Improved Approximation

In Maximum k-Vertex Cover (Max k-VC), the input is an edge-weighted grap...
research
11/06/2020

Fixed Parameter Approximation Scheme for Min-max k-cut

We consider the graph k-partitioning problem under the min-max objective...

Please sign up or login with your details

Forgot password? Click here to reset