Fast and Deterministic Approximations for k-Cut

07/18/2018
by   Kent Quanrud, et al.
0

In an undirected graph, a k-cut is a set of edges whose removal breaks the graph into at least k connected components. The minimum weight k-cut can be computed in O(n^2(k-1)) randomized time [Karger and Stein 1996] and O(n^2k + O(1)) deterministic time [Thorup 2008], but when k is treated as part of the input, computing the minimum weight k-cut is NP-Hard [Holdschmidt and Hochbaum 1994]. For poly(m,n,k)-time algorithms, the best possible approximation factor is essentially 2 under the small set expansion hypothesis [Manurangsi 2017]. Saran and Vazirani [1995] showed that a (2 - 2/k)-approximately minimum weight k-cut can be computed by O(k) minimum cuts, which implies an Õ(mk) randomized running time and a Õ(k m n) deterministic running time. These results prompt two basic questions. First, is there a deterministic algorithm for 2-approximate k-cuts in Õ(mk) time? Second, can 2-approximate k-cuts be computed as fast as the (exact) minimum cut - in Õ(m) randomized time or Õ(mn) deterministic time? We make progress on both of these questions with a deterministic approximation algorithm that computes (2 + ϵ)-minimum k-cuts in O(m ^3(n) / ϵ^2) time, via a (1 + ϵ)-approximate for an LP relaxation of k-cut.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
07/21/2018

Faster Exact and Approximate Algorithms for k-Cut

In the k-cut problem, we are given an edge-weighted graph G and an integ...
research
04/30/2020

A Parameterized Approximation Scheme for Min k-Cut

In the Min k-Cut problem, input is an edge weighted graph G and an integ...
research
06/02/2019

The Number of Minimum k-Cuts: Improving the Karger-Stein Bound

Given an edge-weighted graph, how many minimum k-cuts can it have? This ...
research
02/05/2018

Fast Approximations for Metric-TSP via Linear Programming

We develop faster approximation algorithms for Metric-TSP building on re...
research
08/16/2018

Shared-memory Exact Minimum Cuts

The minimum cut problem for an undirected edge-weighted graph asks us to...
research
11/03/2021

Deterministic Min-cut in Poly-logarithmic Max-flows

We give a deterministic algorithm for finding the minimum (weight) cut o...
research
02/20/2020

On quasipolynomial multicut-mimicking networks and kernelization of multiway cut problems

We show the existence of an exact mimicking network of k^O(log k) edges ...

Please sign up or login with your details

Forgot password? Click here to reset