Constrained Bipartite Vertex Cover: The Easy Kernel is Essentially Tight Bart M. P. Jansen June 4th, WORKER 2015, Nordfjordeid, Norway.

Slides:



Advertisements
Similar presentations
1 Bart Jansen Polynomial Kernels for Hard Problems on Disk Graphs Accepted for presentation at SWAT 2010.
Advertisements

CS 336 March 19, 2012 Tandy Warnow.
NP-Hard Nattee Niparnan.
Approximate List- Decoding and Hardness Amplification Valentine Kabanets (SFU) joint work with Russell Impagliazzo and Ragesh Jaiswal (UCSD)
From Approximative Kernelization to High Fidelity Reductions joint with Michael Fellows Ariel Kulik Frances Rosamond Technion Charles Darwin Univ. Hadas.
Bart Jansen 1.  Problem definition  Instance: Connected graph G, positive integer k  Question: Is there a spanning tree for G with at least k leaves?
Introduction to Kernel Lower Bounds Daniel Lokshtanov.
Generalization and Specialization of Kernelization Daniel Lokshtanov.
Bart Jansen, Utrecht University. 2  Max Leaf  Instance: Connected graph G, positive integer k  Question: Is there a spanning tree for G with at least.
Approximative Kernelization: On the Trade-off between Fidelity and Kernel Size joint with Michael Fellows and Frances Rosamond Charles Darwin University.
Bart Jansen, Utrecht University. 2  Max Leaf  Instance: Connected graph G, positive integer k  Question: Is there a spanning tree for G with at least.
Fast FAST By Noga Alon, Daniel Lokshtanov And Saket Saurabh Presentation by Gil Einziger.
Steiner trees Algorithms and Networks. Steiner Trees2 Today Steiner trees: what and why? NP-completeness Approximation algorithms Preprocessing.
Linear Programming and Parameterized Algorithms. Linear Programming n real-valued variables, x 1, x 2, …, x n. Linear objective function. Linear (in)equality.
1 Refined Search Tree Technique for Dominating Set on Planar Graphs Jochen Alber, Hongbing Fan, Michael R. Fellows, Henning Fernau, Rolf Niedermeier, Fran.
Hardness Results for Problems
Data reduction lower bounds: Problems without polynomial kernels Hans L. Bodlaender Joint work with Downey, Fellows, Hermelin, Thomasse, Yeo.
Fixed Parameter Complexity Algorithms and Networks.
Nattee Niparnan. Easy & Hard Problem What is “difficulty” of problem? Difficult for computer scientist to derive algorithm for the problem? Difficult.
Kernel Bounds for Structural Parameterizations of Pathwidth Bart M. P. Jansen Joint work with Hans L. Bodlaender & Stefan Kratsch July 6th 2012, SWAT 2012,
1 Introduction to Approximation Algorithms. 2 NP-completeness Do your best then.
1 Bart Jansen Vertex Cover Kernelization Revisited: Upper and Lower Bounds for a Refined Parameter STACS 2011, Dortmund March 10 th, 2011 Joint work with.
1 Bart Jansen Independent Set Kernelization for a Refined Parameter: Upper and Lower bounds TACO Day, Utrecht January 12 th, 2011 Joint work with Hans.
Edge-disjoint induced subgraphs with given minimum degree Raphael Yuster 2012.
Week 10Complexity of Algorithms1 Hard Computational Problems Some computational problems are hard Despite a numerous attempts we do not know any efficient.
Private Approximation of Search Problems Amos Beimel Paz Carmi Kobbi Nissim Enav Weinreb (Technion)
1 Bart Jansen Independent Set Kernelization for a Refined Parameter: Upper and Lower bounds ALGORITMe Staff Colloquium, Utrecht September 10 th, 2010 Joint.
CSCI 3160 Design and Analysis of Algorithms Tutorial 10 Chengyu Lin.
The Dominating Set and its Parametric Dual  the Dominated Set  Lan Lin prepared for theory group meeting on June 11, 2003.
CPS Computational problems, algorithms, runtime, hardness (a ridiculously brief introduction to theoretical computer science) Vincent Conitzer.
Data Reduction for Graph Coloring Problems Bart M. P. Jansen Joint work with Stefan Kratsch August 22 nd 2011, Oslo.
Kernel Bounds for Path and Cycle Problems Bart M. P. Jansen Joint work with Hans L. Bodlaender & Stefan Kratsch September 8 th 2011, Saarbrucken.
TU/e Algorithms (2IL15) – Lecture 11 1 Approximation Algorithms.
The NP class. NP-completeness
More NP-Complete and NP-hard Problems
Steiner trees: Approximation Algorithms
P & NP.
Kernelization: The basics
Lap Chi Lau we will only use slides 4 to 19
Computational problems, algorithms, runtime, hardness
Joint work with Hans Bodlaender
Richard Anderson Lecture 26 NP-Completeness
Topics in Algorithms Lap Chi Lau.
Polynomial-Time Reduction
Computability and Complexity
Lecture 22 Complexity and Reductions
Chapter 5. Optimal Matchings
Joint work with Avishay Tal (IAS) and Jiapeng Zhang (UCSD)
Intro to Theory of Computation
Computability and Complexity
CSE 421: Introduction to Algorithms
Complexity 6-1 The Class P Complexity Andrei Bulatov.
Intro to NP Completeness
Parameterised Complexity
Bart M. P. Jansen June 3rd 2016, Algorithms for Optimization Problems
Bart Jansen Polynomial Kernels for Hard Problems on Disk Graphs
Constrained Bipartite Vertex Cover: The Easy Kernel is Essentially Tight Bart M. P. Jansen February 18th, STACS 2016, Orléans, France.
The Power of Preprocessing: Gems in Kernelization
Bart Jansen Polynomial Kernels for Hard Problems on Disk Graphs
Exponential Time Paradigms Through the Polynomial Time Lens
REDUCESEARCH Polynomial Kernels for Hitting Forbidden Minors under Structural Parameterizations Bart M. P. Jansen Astrid Pieterse ESA 2018 August.
Linear Programming Duality, Reductions, and Bipartite Matching
Bart M. P. Jansen Jesper Nederlof
CPS 173 Computational problems, algorithms, runtime, hardness
5.4 T-joins and Postman Problems
Hamiltonicity below Dirac’s condition
The Complexity of Approximation
Parameterized Complexity of Conflict-free Graph Coloring
Lecture 23 NP-Hard Problems
Presentation transcript:

Constrained Bipartite Vertex Cover: The Easy Kernel is Essentially Tight Bart M. P. Jansen June 4th, WORKER 2015, Nordfjordeid, Norway

The Constrained Bipartite Vertex Cover problem Input: Bipartite graph 𝐺=(𝐴∪𝐵, 𝐸) and 𝑘 𝐴 , 𝑘 𝐵 ∈ℕ Question: Does 𝐺 have a vertex cover 𝑆 such that 𝑆∩𝐴 ≤ 𝑘 𝐴 , 𝑆∩𝐵 ≤ 𝑘 𝐵 ? NP-complete, applications in reconfigurable VLSI Differs from Constrained Minimum Bipartite Vertex Cover: Is there a minimum vertex cover 𝑆 in 𝐺 for which 𝑆∩𝐴 ≤ 𝑘 𝐴 and 𝑆∩𝐵 ≤ 𝑘 𝐵 ? 𝑘 𝐴 =3 𝑘 𝐵 =4

The easy kernel 𝑘 𝐴 =2 𝑘 𝐵 =4 𝑘 𝐴 =3 𝑘 𝐵 =4 If there is a vertex 𝑎∈𝐴 with deg 𝑎 > 𝑘 𝐵 : If 𝑎 is not in the cover, then all 𝑎’s neighbors must be We cannot afford that, since there are more than 𝑘 𝐵 Any solution contains 𝑎: delete 𝑎 and decrease 𝑘 𝐴 by 1 Similarly, if there is a vertex 𝑏∈𝐵 with deg 𝑏 > 𝑘 𝐴 : Delete 𝑏, decrease 𝑘 𝐵 by one 𝑘 𝐴 =2 𝑘 𝐵 =4 𝑘 𝐴 =3 𝑘 𝐵 =4

Analysis of the easy kernel If (𝐺= 𝐴,𝐵,𝐸 , 𝑘 𝐴 , 𝑘 𝐵 ) is exhaustively reduced: The 𝑘 𝐴 vertices from 𝐴 cover at most 𝑘 𝐵 edges each The 𝑘 𝐵 vertices from 𝐵 cover at most 𝑘 𝐴 edges each A yes-instance has at most 2 𝑘 𝐴 ⋅ 𝑘 𝐵 edges Therefore at most 4( 𝑘 𝐴 ⋅ 𝑘 𝐵 ) vertices This easy kernel was first given by Evans (1981) Also helps to get fast FPT algorithms 𝑂( 1.4 𝑘 𝐴 + 𝑘 𝐵 + 𝑘 𝐴 + 𝑘 𝐵 ⋅𝑛)) by Fernau and Niedermeier Implemented and re-engineered by Bai and Fernau Can the kernel size be improved?

Our results (I) Both the number of vertices and edges of the easy kernel is essentially tight If 𝑁𝑃 is not in 𝑐𝑜𝑁𝑃/𝑝𝑜𝑙𝑦, there is no polynomial-time algorithm that reduces an instance (𝐺= 𝐴,𝐵,𝐸 , 𝑘 𝐴 , 𝑘 𝐵 ) of Con. B. V. Cover to an instance ( 𝐺 ′ = 𝐴 ′ , 𝐵 ′ , 𝐸 ′ , 𝑘 𝐴 ′ , 𝑘 𝐵 ′ ) such that the instances are equivalent, 𝑘 𝐴 ′ ≤ 𝑘 𝐴 𝑂 1 , 𝑘 𝐵 ′ ≤ 𝑘 𝐵 𝑂 1 , and 𝑉 𝐺 ′ ∈𝑂( 𝑘 𝐴 ⋅ 𝑘 𝐵 1−𝜖 ) for some 𝜖>0

Our results (II) Both the number of vertices and edges of the easy kernel is essentially tight If 𝑁𝑃 is not in 𝑐𝑜𝑁𝑃/𝑝𝑜𝑙𝑦, there is no polynomial-time algorithm that reduces an instance (𝐺= 𝐴,𝐵,𝐸 , 𝑘 𝐴 , 𝑘 𝐵 ) of Con. B. V. Cover to an instance ( 𝐺 ′ = 𝐴 ′ , 𝐵 ′ , 𝐸 ′ , 𝑘 𝐴 ′ , 𝑘 𝐵 ′ ) such that the instances are equivalent, and 𝐸 𝐺 ′ ∈𝑂( 𝑘 𝐴 ⋅ 𝑘 𝐵 1−𝜖 ) for some 𝜖>0 Follows from a more general result: There is no poly-time algorithm compressing 𝑛-vertex instances of Con. B. V. Cover to instances of size 𝑂 𝑛 2−𝜖 of an arbitrary problem, unless 𝑁𝑃⊆𝑐𝑜𝑁𝑃/𝑝𝑜𝑙𝑦

Vertex lower bound

False twins simulate weights Suppose vertices 𝑢 and 𝑣 have the same (open) neighborhood A minimal vertex cover contains both 𝑢 and 𝑣, or neither So we can merge 𝑢 and 𝑣 into one vertex of weight two The construction uses vertices of polynomial weight These can be replaced by repeated copies in the end

NP-Completeness proof Reduction from a Clique instance (𝐺,𝑘) [Kuo and Fuchs’87] Build 𝐺 ′ by subdividing each edge by a new vertex Let 𝐴′ be the original vertices of 𝐺 and 𝐵’ the subdividers Put 𝑘′ 𝐴 ≔𝑘 and 𝑘′ 𝐵 ≔ 𝐸 𝐺 − 𝑘 2 𝑘=4 𝑘′ 𝐴 =4 𝑘 𝐵 ′ =7

A canonical instance 𝒢 6 Define the following bipartite graph 𝒢 𝑛 𝐴 ≔{ 𝑎 𝑖 ∣𝑖∈ 𝑛 }, 𝐵≔ 𝑏 𝑖,𝑗 𝑖,𝑗 ∈ 𝑛 2 } For each 𝑖,𝑗 ∈ 𝑛 2 make 𝑏 𝑖,𝑗 adjacent to 𝑎 𝑖 and 𝑎 𝑗 The graph 𝒢 𝑛 is canonical in the following way: For each 𝑛-vertex Clique instance (𝐺,𝑘), the graph 𝐺’ produced by the NP-completeness reduction is an induced subgraph of 𝒢 𝑛 𝒢 6

Key construction (I) There is an algorithm with the following specifications Input: A list of 𝑡 graphs 𝐺 1 , …, 𝐺 𝑡 with exactly 𝑛 vertices each, where 𝑛 is even and 𝑡 is a power of two Output: A bipartite graph 𝐺 ′ = 𝐴 ′ ∪ 𝐵 ′ , 𝐸 ′ along with integers 𝑘 𝐴 ′ , 𝑘 𝐵 ′ such that: ∃𝑖∈ 𝑡 such that 𝐺 𝑖 contains a clique of size 𝑛/2 ⇔ ∃vertex cover 𝑆 of 𝐺’ with 𝑆∩ 𝐴 ′ ≤ 𝑘 𝐴 ′ , 𝑆∩ 𝐵 ′ ≤ 𝑘 𝐵 ′ 𝑘 𝐴 ′ ∈𝑂( 𝑛 2 log 𝑡) 𝑘 𝐵 ′ ∈𝑂(𝑛⋅𝑡) The running time is polynomial in 𝑡 and 𝑛

Key construction (II) 𝒢 𝑛 Input: A list of 𝑡 graphs 𝐺 1 , …, 𝐺 𝑡 with exactly 𝑛 vertices each, where 𝑛 is even and 𝑡 is a power of two. Output: Adjacencies 𝐵 𝑖 ⇔ 𝐴 0,1 ,[ log 𝑡] follow binary expansion of 𝑖 Adjacencies 𝐵 𝑖 ⇔ 𝐴 𝑐 follow edges in input 𝐺 𝑖 𝑎 𝑝,𝑞 adjacent to 𝐵 𝑖 if 𝑝,𝑞 ∉𝐸 𝐺 𝑖 ∀𝑖∈[𝑡]: 𝐺 ′ (𝐴 𝑐 ∪ 𝐵 𝑐 − 𝑁 𝐺 ′ ( 𝐵 𝑖 )] is the graph that the NP-completeness proof produces for 𝐺 𝑖 Set 𝑘 𝐴 ≔ 𝑛 2 − 𝑛/2 2 + 𝑛 2 log 𝑡 , set 𝑘 𝐵 ≔ 𝑛 2 + 𝑡−1 𝑛 𝑘 𝐴 is linear in log 𝑡 instead of 𝑡 Weight 𝑛 2 per block, 2log 𝑡 blocks Weight 𝑛 per block, 𝑡 blocks 𝒢 𝑛

Key construction (III) Set 𝑘 𝐴 ≔ 𝑛 2 − 𝑛/2 2 + 𝑛 2 log 𝑡 , set 𝑘 𝐵 ≔ 𝑛 2 + 𝑡−1 𝑛 Weight 𝑛 2 per block, 2log 𝑡 blocks Weight 𝑛 per block, 𝑡 blocks If graph 𝐺 𝑖 has a clique of size 𝑛/2: Form cover 𝑆 by corresponding solution in 𝒢 𝑛 together with 𝐵 𝑗 for 𝑗≠𝑖 and sets 𝐴 0,1 ,𝑗 based on 𝑗-th bit of nr. 𝑖

Key construction (IV) Set 𝑘 𝐴 ≔ 𝑛 2 − 𝑛/2 2 + 𝑛 2 log 𝑡 , set 𝑘 𝐵 ≔ 𝑛 2 + 𝑡−1 𝑛 Weight 𝑛 2 per block, 2log 𝑡 blocks Weight 𝑛 per block, 𝑡 blocks If graph 𝐺′ has a constrained vertex cover 𝑆: 𝑆 contains exactly one vertex for each bit position, thereby encoding an integer 𝑖 through selected bits 𝑆 contains 𝐵 𝑗 for all 𝑗≠𝑖, but does not contain 𝐵 𝑖 𝑆 avoids 𝑛/2 2 vertices from 𝐴 𝑐 , which represent edges of 𝐺 𝑖 The represented edges span 𝑛 2 vertices in 𝑆∩ 𝐵 𝑐 , a clique in 𝐺 𝑖 Summary. We embed 𝑡 instances of Clique into one instance of Constrained Bipartite Vertex Cover with 𝑘 𝐴 ∈𝑂( 𝑛 2 log 𝑡) and 𝑘 𝐵 ∈𝑂(𝑡⋅𝑛) that is yes if and only if a Clique-input is yes

Complementary witness lemma Transforms efficient instance compression into efficient proof procedures for non-membership (Dell & van Melkebeek) Needed to leverage the construction into a lowerbound Lemma (simplified version). Let 𝐿, 𝐿’⊆ Σ ∗ be languages If there is a constant 𝑐 and a polynomial-time algorithm as follows: Input: list of 𝑡≔ 𝑛 𝑐 strings 𝑥 1 ,…, 𝑥 𝑡 , each of length at most 𝑛, Output: string 𝑥 ∗ such that 𝑥 ∗ ∈ 𝐿 ′ ⇔∃𝑖∈ 𝑡 : 𝑥 𝑖 ∈𝐿, and 𝑥 ∗ ∈𝑂 𝑡 log 𝑡 =𝑂( 𝑛 𝑐 log 𝑛 ), then 𝐿∈𝑐𝑜𝑁𝑃/𝑝𝑜𝑙𝑦 If L is NP-hard, then 𝑁𝑃⊆𝑐𝑜𝑁𝑃/𝑝𝑜𝑙𝑦 By the pigeon-hole principle, there is an input from which only 𝑂( log 𝑛) bits remain

Simplified vertex lower bound If 𝑁𝑃 is not in 𝑐𝑜𝑁𝑃/𝑝𝑜𝑙𝑦, there is no polynomial-time algorithm that reduces an instance (𝐺= 𝐴,𝐵,𝐸 , 𝑘 𝐴 , 𝑘 𝐵 ) of Con. B. V. Cover to an instance ( 𝐺 ′ = 𝐴 ′ , 𝐵 ′ , 𝐸 ′ , 𝑘 𝐴 ′ , 𝑘 𝐵 ′ ) such that the instances are equivalent, 𝑘 𝐴 ′ ≤ 𝑘 𝐴 , 𝑘 𝐵 ′ ≤ 𝑘 𝐵 , and 𝑉 𝐺 ′ ∈𝑂( 𝑘 𝐴 ⋅ 𝑘 𝐵 0.9 ) Proof. Assume such a kernelization algorithm 𝒦 exists Using 𝒦, the key construction, and the easy kernel, we build a compression algorithm for Clique instances 𝑁𝑃∈𝑐𝑜𝑁𝑃/𝑝𝑜𝑙𝑦 by complementary witness lemma

Compression algorithm for Clique instances 𝐺 1 𝐺 2 𝐺 𝑛 100 𝑘 𝐴 ∈𝑂( 𝑛 2 log 𝑡) 𝑘 𝐵 ∈𝑂 𝑛⋅𝑡 =𝑂( 𝑛 100+1 ) In: OR … Sufficient to compress Clique inputs having exactly 𝑛 vertices that ask for a clique of size 𝑛 2 (simple padding arguments) Reduce |V| to 𝑂 𝑘 𝐴 ⋅ 𝑘 𝐵 0.9 ≤ 𝑂 (𝑛 103 log 𝑛 100 0.9 ) 𝒦 deg 𝑏∈ 𝐵 ∗ ≤ 𝑘 𝐴 ′ ∈𝑂( 𝑛 2 log 𝑛) 𝐴’ 𝐵′ ≤|𝑉|∈𝑂( 𝑛 93 ) Out: Evans 𝐸 ∗ ≤ 𝐵 ∗ ⋅ deg 𝑏∈ 𝐵 ∗ 𝐸 ∗ ≤ 𝐵 ′ ⋅ 𝑘 𝐴 𝐸 ∗ ∈𝑂( 𝑛 93 ⋅ 𝑛 2 log 𝑛) ∈𝑂 𝑛 96 𝑘 𝐴 ′ ≤ 𝑘 𝐴 ∈𝑂( 𝑛 2 log 𝑛)

General vertex lower bound The given proof contains all the ideas of the general proof We can rule out kernelization algorithms that reduce to 𝑂 𝑘 𝐴 ⋅ 𝑘 𝐵 1 −𝜖 vertices and have 𝑘 𝐴 ′ ≤ 𝑘 𝐴 and 𝑘 𝐵 ′ ≤ 𝑘 𝐵 Works for all 𝜖>0 by choosing 𝑐 large enough Can even rule out 𝑘 𝐴 ′ ∈ 𝑘 𝐴 𝑂 1 and 𝑘 𝐵 ′ ∈ 𝑘 𝐵 𝑂 1 Relies on 𝑁𝑃 not in 𝑐𝑜𝑁𝑃/𝑝𝑜𝑙𝑦

Edge lower bound

Brief outline of the edge lowerbound Bound on the number of edges uses traditional methods By giving a degree-2 or-cross-composition for the parameterization by the number of vertices, we rule out compressions of size 𝑂( 𝑛 2 −𝜖 ) Construction based on a 2× 𝑡 “table structure” as first used by Dell & Marx Suppose that a kernel with 𝑂 𝑘 𝐴 ⋅ 𝑘 𝐵 1−𝜖 edges exists If 𝑘 𝐴 ≥ 𝐴 or 𝑘 𝐵 ≥|𝐵|, the answer is yes Otherwise, 𝑂 𝑘 𝐴 ⋅ 𝑘 𝐵 1−𝜖 ⊆𝑂 𝑛 2 1−𝜖 =𝑂 𝑛 2−2𝜖 Hence kernel leads to subquadratic compression

Conclusion The easy kernel for Constrained Bipartite Vertex Cover is essentially tight Both in terms of number of vertices and number of edges Our problem is harder than Constrained Minimum Bipartite Vertex Cover That has a kernel with 2 𝑘 𝐴 + 𝑘 𝐵 vertices (Chen and Kanj, 2001) Compare to the classic Vertex Cover case: The easy kernel (Buss’ rule) gives tight bounds on the number of edges The number of vertices in the easy kernel can be improved to 2𝑘 Open problems: Does Feedback Vertex Set admit a kernel with 𝑂( 𝑘 2−𝜖 ) vertices? Are there kernels for Constrained Bipartite Vertex Cover with 𝑂 (𝑘 𝐴 ⋅ 𝑘 𝐵 1−𝜖 ) vertices that transfer budget from one side to the other? THANK YOU!