
TL;DR
This paper investigates the computational complexity of Minimum Stable Cut, showing its NP-hardness on restricted graphs, developing parameterized algorithms, and establishing tight bounds under ETH, with an FPT approximation scheme for almost-stable solutions.
Contribution
It provides complexity results, algorithms, and lower bounds for Minimum Stable Cut on graphs with bounded treewidth and degree, including an FPT approximation scheme.
Findings
Problem remains NP-hard on trees with low treewidth.
Developed an FPT algorithm parameterized by treewidth and degree.
Proved tight bounds under ETH for algorithms based on pathwidth and degree.
Abstract
A stable or locally-optimal cut of a graph is a cut whose weight cannot be increased by changing the side of a single vertex. In this paper we study Minimum Stable Cut, the problem of finding a stable cut of minimum weight. Since this problem is NP-hard, we study its complexity on graphs of low treewidth, low degree, or both. We begin by showing that the problem remains weakly NP-hard on severely restricted trees, so bounding treewidth alone cannot make it tractable. We match this hardness with a pseudo-polynomial DP algorithm solving the problem in time , where is the treewidth, the maximum degree, and the maximum weight. On the other hand, bounding is also not enough, as the problem is NP-hard for unweighted graphs of bounded degree. We therefore parameterize Minimum Stable Cut by both and and obtain an FPT…
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.
