Kernelization by matroids: Odd Cycle Transversal

Similar documents
Kernelization Lower Bounds: A Brief History

Parameterized Algorithms and Kernels for 3-Hitting Set with Parity Constraints

arxiv:cs/ v1 [cs.cc] 7 Sep 2006

Graph coloring, perfect graphs

On the hardness of losing width

Lecture 59 : Instance Compression and Succinct PCP s for NP

The Complexity of Maximum. Matroid-Greedoid Intersection and. Weighted Greedoid Maximization

Lower bounds for polynomial kernelization

Polynomial kernels for constant-factor approximable problems

Complexity Theory VU , SS The Polynomial Hierarchy. Reinhard Pichler

Outline. Complexity Theory EXACT TSP. The Class DP. Definition. Problem EXACT TSP. Complexity of EXACT TSP. Proposition VU 181.

Essential facts about NP-completeness:

NP-COMPLETE PROBLEMS. 1. Characterizing NP. Proof

1 Review of Vertex Cover

On a reduction of the weighted induced bipartite subgraph problem to the weighted independent set problem

The Intractability of Computing the Hamming Distance

On the hardness of losing width

Near-Optimal Algorithms for Maximum Constraint Satisfaction Problems

Copyright 2013 Springer Science+Business Media New York

P P P NP-Hard: L is NP-hard if for all L NP, L L. Thus, if we could solve L in polynomial. Cook's Theorem and Reductions

Advanced Combinatorial Optimization September 22, Lecture 4

Geometric Steiner Trees

arxiv:quant-ph/ v1 15 Apr 2005

i times p(p(... (p( n))...) = n ki.

List H-Coloring a Graph by Removing Few Vertices

A Single-Exponential Fixed-Parameter Algorithm for Distance-Hereditary Vertex Deletion

Tree-width and algorithms

U.C. Berkeley CS278: Computational Complexity Professor Luca Trevisan August 30, Notes for Lecture 1

arxiv: v2 [cs.dm] 12 Jul 2014

MINIMALLY NON-PFAFFIAN GRAPHS

Lecture 14: Random Walks, Local Graph Clustering, Linear Programming

AN ORIENTED VERSION OF THE CONJECTURE

Admin NP-COMPLETE PROBLEMS. Run-time analysis. Tractable vs. intractable problems 5/2/13. What is a tractable problem?

Partial cubes: structures, characterizations, and constructions

Notes for Lecture 2. Statement of the PCP Theorem and Constraint Satisfaction

The Mixed Chinese Postman Problem Parameterized by Pathwidth and Treedepth

A New Lower Bound on the Maximum Number of Satisfied Clauses in Max-SAT and its Algorithmic Applications

Complete problems for classes in PH, The Polynomial-Time Hierarchy (PH) oracle is like a subroutine, or function in

A Cubic-Vertex Kernel for Flip Consensus Tree

1 Matchings in Non-Bipartite Graphs

Approximation algorithms and hardness results for the clique packing problem. October, 2007

Induced Subgraph Isomorphism on proper interval and bipartite permutation graphs

Classical Complexity and Fixed-Parameter Tractability of Simultaneous Consecutive Ones Submatrix & Editing Problems

arxiv: v1 [cs.ds] 2 Oct 2018

A necessary and sufficient condition for the existence of a spanning tree with specified vertices having large degrees

Nash-solvable bidirected cyclic two-person game forms

Strong Computational Lower Bounds via Parameterized Complexity

Testing Equality in Communication Graphs

Lecture 18: PCP Theorem and Hardness of Approximation I

Mathematics for Decision Making: An Introduction. Lecture 13

Two Edge Modification Problems Without Polynomial Kernels

THE COMPLEXITY OF DISSOCIATION SET PROBLEMS IN GRAPHS. 1. Introduction

Dynamic Programming on Trees. Example: Independent Set on T = (V, E) rooted at r V.

Intro to Theory of Computation

On shredders and vertex connectivity augmentation

Out-colourings of Digraphs

Space and Nondeterminism

On a Conjecture of Thomassen

Introduction to Graph Theory

On the oriented chromatic index of oriented graphs

CS5371 Theory of Computation. Lecture 19: Complexity IV (More on NP, NP-Complete)

arxiv: v1 [cs.dm] 29 Oct 2012

Alternating paths revisited II: restricted b-matchings in bipartite graphs

Observation 4.1 G has a proper separation of order 0 if and only if G is disconnected.

Lecture 1 : Probabilistic Method

Discrete Optimization 2010 Lecture 2 Matroids & Shortest Paths

Connections between exponential time and polynomial time problem Lecture Notes for CS294

Infinite Gammoids: Minors and Duality

Advanced topic: Space complexity

Lecture 18: More NP-Complete Problems

Subquadratic Kernels for Implicit 3-Hitting Set and 3-Set Packing Problems

Some Complexity Problems on Single Input Double Output Controllers

Preliminaries. Graphs. E : set of edges (arcs) (Undirected) Graph : (i, j) = (j, i) (edges) V = {1, 2, 3, 4, 5}, E = {(1, 3), (3, 2), (2, 4)}

Partitions and Covers

ON COST MATRICES WITH TWO AND THREE DISTINCT VALUES OF HAMILTONIAN PATHS AND CYCLES

The minimum G c cut problem

Outline. Complexity Theory. Example. Sketch of a log-space TM for palindromes. Log-space computations. Example VU , SS 2018

Approximation algorithms for cycle packing problems

Preprocessing of Min Ones Problems: A Dichotomy

Lecture 4 : Quest for Structure in Counting Problems

Standard Diraphs the (unique) digraph with no vertices or edges. (modulo n) for every 1 i n A digraph whose underlying graph is a complete graph.

Parameterized Complexity Dichotomy for Steiner Multicut

The maximum edge-disjoint paths problem in complete graphs

ACO Comprehensive Exam March 17 and 18, Computability, Complexity and Algorithms

Tight Approximation Ratio of a General Greedy Splitting Algorithm for the Minimum k-way Cut Problem

Lecture Notes 4. Issued 8 March 2018

Hardness of Embedding Metric Spaces of Equal Size

On the Space Complexity of Parameterized Problems

The Spanning Galaxy Problem

Decomposing oriented graphs into transitive tournaments

5 Flows and cuts in digraphs

The Maximum Flow Problem with Disjunctive Constraints

Advanced Combinatorial Optimization September 24, Lecture 5

HW Graph Theory SOLUTIONS (hbovik) - Q

k-distinct In- and Out-Branchings in Digraphs

Independent Transversals in r-partite Graphs

Lecture 6: Oracle TMs, Diagonalization Limits, Space Complexity

NP-completeness. Chapter 34. Sergey Bereg

NP-problems continued

Lecture 7: The Polynomial-Time Hierarchy. 1 Nondeterministic Space is Closed under Complement

Transcription:

Lecture 8 (10.05.2013) Scribe: Tomasz Kociumaka Lecturer: Marek Cygan Kernelization by matroids: Odd Cycle Transversal 1 Introduction The main aim of this lecture is to give a polynomial kernel for the Odd Cycle Transversal problem parameterized by k. Recall the problem formulation: Odd Cycle Transversal Input: A graph G = (V, E), a positive integer k Problem: Does there exist X V of size k such that G \ X is bipartite? Our strategy is going to be different than previously. We shall compress Odd Cycle Transversal to a language L NP. Then, NP -completeness gives a polynomial reduction back to Odd Cycle Transversal. Recall the formal definition of compression. Definition 1. Let L 1 Σ N be a parameterized language and L 2 Σ be a language. A mapping f : Σ N Σ computable in polynomial time (with respect to inputs size) is called a compression if (I, k) L 1 f(i, k) L 2. A compression is polynomial if f(i, k) k O(1). Note that language L 2 in the definition of compression might be arbitrary, possibly undecidable. Kernelization can be viewed as special case of compression, where L 2 is equal to (the non-parameterized variant of) L 1. In the following sections we give a polynomial compression of the Odd Cycle Transversal problem. We present an FPT algorithm, interpret it as a series of f(k) min-cut queries and finally use matroid tools to encode the graph in k O(1) bits so that we can still answer all relevant min-cut queries. 2 FPT algorithm for Odd Cycle Transversal We present an O (3 k ) algorithm using iterative compression. This technique lets us reduce our problem to developing an O (3 Y ) algorithm for the following problem: OCT Compression Input: A graph G = (V, E), a positive integer k and a set Y V such that G\Y is bipartite. Problem: Find a minimum X V such that G \ X is bipartite. Let us recall how iterative compression works. For more details and applications see Lecture 2 of Parameterized and Moderately Exponential Algorithms course http://www.mimuw.edu. pl/~malcin/dydaktyka/2012-13/fpt/fpt_02_minors_iterative_compression.pdf. Let V = {v 1,..., v n } be the vertices of G and let G i = G[{v 1,..., v i }]. The algorithm below solves standard Odd Cycle Transversal using O(n) calls to the subroutine OCTCompression solving the compression variant. Observe that the algorithm is correct, because if X is a solution in G (i.e. G \ X is bipartite), then X {x 1,..., x k } is a solution in G i, and if X i is a solution in G i, then X i {v i+1 } is a solution in G i+1. 1

Algorithm 1: Odd Cycle Tranversal(G = ({v 1,..., v n }, E), k) X 0 = ; for i := 1 to n do Y i := X i 1 {v i }; X i :=OCTCompression(G i, Y i, k); if X i > k then return NO; return YES; 2.1 An O (3 k ) algorithm for OCT Compression Note that any solution X induces a (not necessarily unique) partition of G \ X into two stable sets V L and V R. In particular, Y is divided into T = Y X, L = Y V L and R = Y V R. The algorithm iterates over all partitions of Y into three sets T, L, R. Let us fix a single partition. Observe that Y L and Y R can be assumed to be stable, while Y T can be already removed from the graph. Since G \ Y is bipartite, this gives a graph G with a partition of V (G ) into four stable sets A, B, L, R. Now, it suffices to solve the following problem. Auxiliary problem Input: A graph G = (V, E) with V partitioned into four stable sets A, B, L, R Problem: Find the smallest X A B such that V \ X can be partitioned into stable sets V L, V R with L V L, R V R. We shall see that the auxiliary problem can be solved in polynomial time. First, observe that it is equivalent to finding minimal X, which hits: all odd L to L and R to R walks, all even L to R walks. Note, that if G \ X does not have such walks, then we can set V L as the set of vertices connected (in G \ X) to L by an even walk, or to R by an odd walk or disconnected both from L and R and belonging to A. Simultaneously V R can be defined symmetrically as the set of vertices connected to R with an even walk, or to L an with odd walk or disconnected both from L and R and belonging to B. Let A L = N(L) A and analogously define A R, B L, B R. Observe that if X A B is a solution, then X must hit the following types of walk in G[A B] from A L to B L, from A L to A R, from A R to B R, from B L to B R. For example, in G[A B] any walk from A L to B L is odd. Extending such a walk by elements of L gives an odd walk from L to L. By similar arguments X must hit the remaining types of walks. Observe that sets hitting these walks are exactly S, T -cuts in G[A B] for S = A R B L and T = A L B R. We shall prove that the minimum S, T -cut C is an optimal solution to the auxiliary problem. We have already shown that any solution must be an S, T -cut, so it suffices to prove the following lemma. 2

Lemma 2. If C is an S, T -cut, then C hits each odd walk from L to L, each odd walk from R to R, and each even walk from L to R. Proof. We shall give an inductive proof with respect to walk s length. Let P be a walk for which we need to show that C hits P. Observe, that if P contains an inner vertex from L R, which divides P into P 1 and P 2, then P 1 or P 2 is also a walk C must hit, and by inductive hypothesis it does. Therefore, we may assume that all inner vertices of P lie within A B. In this case, we remove the first and last vertex from P to obtain a walk P in G[A B], which is of one of the following types: odd walk from A L B L to A L B L, odd walk from A R B R to A R B R, even walk from A L B L to A R B R (or vice versa). Since G[A B] is bipartite with color classes A, B, an easy case-analysis shows that each kind of walk is either impossible in G[A B] or joins S with T, and then C hits it by definition. Consequently, to solve the auxiliary problem it suffices to perform a single min-cut computation. Together with the reductions described before, we obtain an FPT algorithm. Theorem 3 ([3]). The Odd Cycle Transversal problem can be solved in O (3 k ) time. 3 Polynomial kernel for Odd Cycle Transversal 3.1 Matroid tools The matroid tools we use are described in Part I and first section of Part II of scribe notes from WorKer s tutorial on matroids. We need Theorems 36 and 38 from these notes: Theorem 4 ([2]). Let G = (V, A) be a digraph and let S, T V. The corresponding gammoid has a representation using O(min( T, S log T ) + log( 1 ε ) + log V )-bit integers. Such a representation can be found in ( n + log( 1 ε) ) O(1) time with error probability ε. Theorem 5. Let G = (V, A) be a digraph and X V be a set of terminals. There exists a gammoid with ground set of size 2 X, which gives maximum S, T -flow values in G \ R for any partition X = S T R U. Moreover, such a gammoid can be constructed in polynomial time. To use Theorem 5 for undirected graphs, we replace each edge with a pair of arcs, one in each direction. 3.2 Reformulation of FPT algorithm Observe that the FPT algorithm we have presented reduces finding OCT to computation of O (3 k ) minimum cuts in induced subgraphs of G. Nevertheless the sizes of the source and sink sets could be large, so Theorem 5 cannot be applied yet. We were looking for the minimum (A R B L ), (A L B R )-cut in G[A B]. Instead, we consider a graph G, whose vertices are A B Y A Y B, where Y A and Y B are copies of Y. Edges within G [A B] are as in G, while for y Y vertex y A is connected to N G (y) A and y B to N G (y) B. For a partition Y = L R T we are going to compute the minimum (R A L B ), (L A R B )-cut in G \ (T A T B ). This is sufficient due to the following lemma: 3

Lemma 6. Let G = (V, G) be a graph and Y V be such that G \ Y is bipartite with color classes A, B. Then, the size of the minimum odd cycle transversal is the minimum over all partitions Y = L R T of the following value: T + mincut G \(T A T B )(R A L B, L A R B ). Proof. First, consider a minimum odd cycle transversal X. Let T = Y X and let V \X = V L V R be the partition color classes of G \ X. As we have seen before, X \ T is a (A R B L ), (A L B R )-cut in G[A B]. It is easy to see that this implies it is also an (R A L B ), (L A R B )-cut in G \(T A T B ). Now, consider the partition Y = L R T minimizing the value we compute. If there are many optimal partitions, let us choose one maximizing T. Observe that in H = G \ (T A T B ) set we have N H (R A L B ) = A R B L and N H (L A R B ) = A L B R. Thus, the minimum cut C either is also an (A R B L ), (A L B R )-cut and it gives an odd cycle transversal as before, or contains an element of y A Y A or y B Y B. In the latter case, if we move y to T, then C \ {y A, y B } would be a cut we consider, so the value would not increase. By maximality of T among optimal partitions, this is impossible. 3.3 Polynomial compression for OCT Compression Note that Theorem 5 to G and Y A Y B shows that the values of all minimum cuts considered in Lemma 6 can be encoded within a gammoid over a ground set of size O( Y ) for a graph with O( V ) vertices. Using Theorem 4, this matroid can be represented in Õ( Y 3 + log V ) bits and such a representation can be computed in polynomial time with high probability. This is does not give a polynomial compression yet, since the size cannot be bounded by a function of Y. Nevertheless, if Y log V, then the O (3 Y )-time algorithm works in time polynomial in V. Thus, in this case we can solve the problem and return a trivial positive or negative instance. Otherwise log V Y, so the representation has Õ( Y 3 ) bits, i.e. we have obtained a polynomial compression. 3.4 Polynomial compression for Odd Cycle Transversal Observe that iterative compression technique does not give a polynomial compression for Odd Cycle Transversal. This is because subsequent calls of the subroutine solving OCT Compression depend on each other. Instead, we shall use an approximation algorithm: Theorem 7 ([1]). The Odd Cycle Transversal problem admits an O(log n) approximation algorithm. Theorem 8 ([2]). The Odd Cycle Transversal problem can be compressed to Õ(k4.5 ) bits. Proof. As before, if k log n, we solve the problem using O (3 k ) algorithm and return trivial instances. Otherwise, we apply the approximation algorithm, which returns a set Y. If Y = ω(k log n), we return a trivial negative instance, since no odd cycle transversal of size k may exist. Otherwise we apply the polynomial compression for OCT Compression. We have Y = O(k log n) = O(k 1.5 ), so the compression outputs an instance of size Õ(k4.5 ). 4

3.5 Polynomial kernel for Odd Cycle Transversal As we have announced in the introduction, the polynomial kernel for Odd Cycle Transversal is relies on NP-completeness of the non-parameterized version of the problem. Theorem 9 ([4]). The Odd Cycle Transversal problem is NP-complete. It suffices to show that the output language of the polynomial compression we have presented is in NP, so that there is a polynomial reduction back to Odd Cycle Transversal. Indeed, it suffices to make a non-deterministic choice of a partition of Y into L R T. Then, T + mincut G \(T A T B )(R A L B, L A R B ) can be computed from the gammoid in polynomial time and depending on whether this value is larger than k, we return the result. Corollary 10. The Odd Cycle Transversal problem parameterized by k admits a polynomial kernel. Note that the kernel is polynomial, but we cannot directly control the degree of the polynomial, since we use the generic reduction of NP problems to SAT. References [1] Amit Agarwal, Moses Charikar, Konstantin Makarychev, and Yury Makarychev. O( log n) approximation algorithms for min UnCut, min 2CNF deletion, and directed cut problems. In Harold N. Gabow and Ronald Fagin, editors, STOC, pages 573 581. ACM, 2005. [2] Stefan Kratsch and Magnus Wahlström. Compression via matroids: a randomized polynomial kernel for odd cycle transversal. In Yuval Rabani, editor, SODA, pages 94 103. SIAM, 2012. [3] Bruce A. Reed, Kaleigh Smith, and Adrian Vetta. Finding odd cycle transversals. Oper. Res. Lett., 32(4):299 301, 2004. [4] Mihalis Yannakakis. Node- and edge-deletion NP-complete problems. In Richard J. Lipton, Walter A. Burkhard, Walter J. Savitch, Emily P. Friedman, and Alfred V. Aho, editors, STOC, pages 253 264. ACM, 1978. 5