Solving hard cut problems via flow-augmentation

Abstract

We present a new technique for designing FPT algorithms for graph cut problems in undirected graphs, which we call flow augmentation. Our technique is applicable to problems that can be phrased as a search for an (edge) (s,t)(s,t)-cut of cardinality at most kk in an undirected graph GG with designated terminals ss and tt. More precisely, we consider problems where an (unknown) solution is a set ZāŠ†E(G)Z \subseteq E(G) of size at most kk such that (1) in Gāˆ’ZG-Z, ss and tt are in distinct connected components, (2) every edge of ZZ connects two distinct connected components of Gāˆ’ZG-Z, and (3) if we define the set Zs,tāŠ†ZZ_{s,t} \subseteq Z as these edges eāˆˆZe \in Z for which there exists an (s,t)(s,t)-path PeP_e with E(Pe)āˆ©Z={e}E(P_e) \cap Z = \{e\}, then Zs,tZ_{s,t} separates ss from tt. We prove that in this scenario one can in randomized time kO(1)(āˆ£V(G)āˆ£+āˆ£E(G)āˆ£)k^{O(1)} (|V(G)|+|E(G)|) add a number of edges to the graph so that with 2āˆ’O(klogā”k)2^{-O(k \log k)} probability no added edge connects two components of Gāˆ’ZG-Z and Zs,tZ_{s,t} becomes a minimum cut between ss and tt. We apply our method to obtain a randomized FPT algorithm for a notorious "hard nut" graph cut problem we call Coupled Min-Cut. This problem emerges out of the study of FPT algorithms for Min CSP problems, and was unamenable to other techniques for parameterized algorithms in graph cut problems, such as Randomized Contractions, Treewidth Reduction or Shadow Removal. To demonstrate the power of the approach, we consider more generally Min SAT(Ī“\Gamma), parameterized by the solution cost. We show that every problem Min SAT(Ī“\Gamma) is either (1) FPT, (2) W[1]-hard, or (3) able to express the soft constraint (uā†’v)(u \to v), and thereby also the min-cut problem in directed graphs. All the W[1]-hard cases were known or immediate, and the main new result is an FPT algorithm for a generalization of Coupled Min-Cut

    Similar works