Tight Approximation Ratio of a General Greedy Splitting Algorithm for the Minimum k-Way Cut Problem
Mingyu Xiao, Leizhen Cai, Andrew C. Yao

TL;DR
This paper analyzes a general greedy algorithm for the minimum k-way cut problem, establishing its tight approximation ratio and extending understanding beyond previously known bounds for specific cases.
Contribution
It provides a tight approximation ratio for a broad class of greedy algorithms that iteratively increase components by varying sizes, generalizing prior results.
Findings
Approximation ratio is 2 - (sum of binomial coefficients)/binomial(k,2)
Ratio is tight and improves understanding of greedy algorithms for k-way cuts
Special case ratio is 2 - h/k, with exact bounds when k-1 is divisible by h-1
Abstract
For an edge-weighted connected undirected graph, the minimum -way cut problem is to find a subset of edges of minimum total weight whose removal separates the graph into connected components. The problem is NP-hard when is part of the input and W[1]-hard when is taken as a parameter. A simple algorithm for approximating a minimum -way cut is to iteratively increase the number of components of the graph by , where , until the graph has components. The approximation ratio of this algorithm is known for but is open for . In this paper, we consider a general algorithm that iteratively increases the number of components of the graph by , where and . We prove that the approximation ratio of this general algorithm is $2 - (\sum_{i=1}^q {h_i \choose 2})/{k \choose…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsComplexity and Algorithms in Graphs · Computational Geometry and Mesh Generation · Optimization and Packing Problems
