Hypergraph $k$-cut for fixed $k$ in deterministic polynomial time
Karthekeyan Chandrasekaran, Chandra Chekuri

TL;DR
This paper introduces the first deterministic polynomial-time algorithms for Hypergraph-$k$-cut with fixed $k$, using divide and conquer strategies and new structural insights, advancing the understanding of hypergraph partitioning.
Contribution
It presents two novel deterministic algorithms for Hypergraph-$k$-cut for fixed $k$, improving upon previous randomized methods and providing new structural results.
Findings
First deterministic polynomial-time algorithms for Hypergraph-$k$-cut
Algorithms run in $n^{O(k)}$ and $n^{O(k^2)}$ time
New structural insights for hypergraph partitioning
Abstract
We consider the Hypergraph--cut problem. The input consists of a hypergraph with non-negative hyperedge-costs and a positive integer . The objective is to find a least-cost subset such that the number of connected components in is at least . An alternative formulation of the objective is to find a partition of into non-empty sets so as to minimize the cost of the hyperedges that cross the partition. Graph--cut, the special case of Hypergraph--cut obtained by restricting to graph inputs, has received considerable attention. Several different approaches lead to a polynomial-time algorithm for Graph--cut when is fixed, starting with the work of Goldschmidt and Hochbaum (1988). In contrast, it is only recently that a randomized polynomial time algorithm for Hypergraph--cut was…
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 · Advanced Graph Theory Research · Optimization and Search Problems
