SlideShare a Scribd company logo
1 of 109
Download to read offline
Connected Dominating Set and
        Short Cycles
Connected Dominating Set and
        Short Cycles
   Joint work with Geevarghese Philip, Venkatesh Raman
                    and Saket Saurabh


          The Institute of Mathematical Sciences, Chennai
Polynomial Kernels
   No Polynomial Kernels, but FPT
              W-hard


e impact of excluding short cycles.




     Talk Outline
Polynomial Kernels
   No Polynomial Kernels, but FPT
              W-hard


e impact of excluding short cycles.




     Talk Outline
Polynomial Kernels
No Polynomial Kernels, but FPT
           W-hard


      Girth: at least seven




  Talk Outline
Polynomial Kernels ( 7)
No Polynomial Kernels, but FPT
          W-hard


        Girth: five or six




  Talk Outline
Polynomial Kernels ( 7)
No Polynomial Kernels, but FPT (5, 6)
              W-hard


          Girth: at most four




     Talk Outline
Polynomial Kernels ( 7)
No Polynomial Kernels, but FPT (5, 6)
          W-hard ( 4)


           Girth: at least seven




     Talk Outline
Polynomial Kernels ( 7)
                No Polynomial Kernels, but FPT (5, 6)
                          W-hard ( 4)


e longer the cycles we exclude, the easier the problem becomes to solve.




                      Talk Outline
Polynomial Kernels ( 7)
                No Polynomial Kernels, but FPT (5, 6)
                          W-hard ( 4)


e longer the cycles we exclude, the easier the problem becomes to solve.




                      Talk Outline
Part 1

    Why Its Useful
to not have short cycles
Consider the problem of domination:
Consider the problem of domination:


Find a subset of at most k vertices S such that every v ∈ V is either in S or
has a neighbor in S.
Consider the problem of domination:


Find a subset of at most k vertices S such that every v ∈ V is either in S or
has a neighbor in S.


Let us consider graphs of girth at least five.
Consider the problem of domination:


Find a subset of at most k vertices S such that every v ∈ V is either in S or
has a neighbor in S.


Let us consider graphs of girth at least five.
We begin by examining vertices of degree more than k.
Does there exist a dominating set of size at most k that does not include
                            the red vertex?
Who dominates the neighbors of the red vertex?
Does there exist a dominating set of size at most k that does not include
                            the red vertex?
Who dominates the neighbors of the red vertex?
Clearly, it is not the case that each one dominates itself.
Who dominates the neighbors of the red vertex?
Clearly, it is not the case that each one dominates itself.
Either a vertex from within the neighborhood dominates at least two of
                               vertices...
or a vertex from “outside” the neighborhood dominates at least two of the
                                 vertices...
High Degree Vertices


                 On graphs that have girth at least five:

Any vertex of degree more than k belongs to any dominating set of size at
                                most k.
Notice that the number of reds is at most k and the number of blues is at
                                most k2 .
Greens in the neighborhood of a blue vertex cannot have a common red
                             neighbor.
us, for every blue vertex, there are at most k green vertices.
vertices that have been dominated that have
      no edges into blue are irrelevant.
So now all is bounded, and we have a happy ending: a kernel on at most

                           O(k + k2 + k3 )

vertices.
Part 2

   FPT Algorithms
and Polynomial Kernels
In the connected dominating set situation, we have to backtrack a small
way in the story so far to see what fails, and how badly.
High Degree Vertices


                 On graphs that have girth at least five:


Any vertex of degree more than k belongs to any dominating set of size at
                                most k.
High Degree Vertices


                 On graphs that have girth at least five:

                                        connected
Any vertex of degree more than k belongs to any dominating set of size at
                                most k.
Notice that the number of reds is at most k and the number of blues is
                         again at most k2 .
Greens in the neighborhood of a blue vertex cannot have a common red
                             neighbor.
us, for every blue vertex, there are at most k green vertices.
vertices that have been dominated that have
      no edges into blue are irrelevant.
vertices that have been dominated that have
      no edges into blue are irrelevant.



            Not any more...
any connected dom set contains a minimal dom set
  that resides in the bounded part of the graph.
Now we know what to do:
Now we know what to do:


Guess the minimal dominating set.
Now we know what to do:


Guess the minimal dominating set.


Extend it to a connected dominating set by an application of a Steiner
Tree algorithm.
Now we know what to do:


Guess the minimal dominating set.


Extend it to a connected dominating set by an application of a Steiner
Tree algorithm.


is is evidently FPT.
Now we know what to do:


Guess the minimal dominating set.


Extend it to a connected dominating set by an application of a Steiner
Tree algorithm.


is is evidently FPT. What about kernels?
It turns out that if G did not admit cycles of length six and less, then the
number of green vertices can be bounded.
It turns out that if G did not admit cycles of length six and less, then the
number of green vertices can be bounded.


And we will show (later) that on graphs of girth five, connected
dominating set is unlikely to admit polynomial kernels.
Low Degree Vertices


If there is blue pendant vertex, make its neighbor red.

  If there is a green vertex that is pendant, delete it.

   If there is a blue vertex that is isolated, say no.
no pair 'sees' more than one vertex.
So now the green vertices are bounded:
  • At most O(k3 ) with at least one neighbor in the blues,
  • At most O(k2 ) with only red neighbors,
  • At most O(k2 ) with no blue neighbors and at least one white
     neighbor.
So now the green vertices are bounded:
   • At most O(k3 ) with at least one neighbor in the blues,
   • At most O(k2 ) with only red neighbors,
   • At most O(k2 ) with no blue neighbors and at least one white
     neighbor.


is gives us a O(k3 ) vertex kernel.
The Hard Part

Infeasibility of Polynomial Kernelization
             and W-hardness
Introducing...
Introducing...


F C C
Introducing...


F C C


NP-complete      FPT   Compositional
Introducing...


F C C


NP-complete      FPT   Compositional


Ready for reduction!
Promise: Every vertex has degree at most one into
any color class, and every color class is independent.

     Question: Does there exist a colorful tree?
Add global vertices (with guards) to each of the color classes. subdivide
                              the edges,
   add a global vertex for the newly added vertices (with guards).
Between a pair of color classes:
Between a pair of color classes:
• subdivide the edges,
Between a pair of color classes:
• subdivide the edges,
• add a global vertex for the newly added vertices
Between a pair of color classes:
• subdivide the edges,
• add a global vertex for the newly added vertices (with guards).
For vertices that don’t look inside the neighboring color class, add a path of
 length two to the global vertex. add a global vertex for the newly added
                            vertices (with guards).
Here is (1/k2 )th of the full picture. subdivide the edges,
add a global vertex for the newly added vertices (with guards).
Notice that we have ended up with a bipartite graph... subdivide the edges,
     add a global vertex for the newly added vertices (with guards).
....with a cycle of length six. subdivide the edges,
add a global vertex for the newly added vertices (with guards).
Suppose we have a colorful tree in the source instance.
Consider the same subset.
(along with the subdivided vertices along the edges of the tree)
is is a connected subset, but not dominating.
To fix this, add all the global vertices to this set.
(k)
ere are k +    2    such vertices.
Now we have a dominating set, but it’s not connected any more!
Let’s look more closely.
e vertices global to color classes are connected to the tree.
Some of the other vertices are connected too!
Each of the rest corresponds to a non-edge in the tree,
for which we add the path of length two to the picture.
e size of the connected dominating set thus obtained is:
e size of the connected dominating set thus obtained is:


                                  (k)
                              2    2    + 2k
e size of the connected dominating set thus obtained is:


                                    (k)
                                2    2    + 2k

        Two vertices for every pair of original vertices in the tree.
                   (A global vertex, and a neighbor.)
e size of the connected dominating set thus obtained is:


                                   (k)
                               2    2    + 2k

            Two vertices for every original vertex in the tree:
              itself, and the corresponding global vertex.
And that works out to...


                               (k)
                           2    2    + 2k

                           = k2 + k
Let S be a connected dominating set of size at most:
                        ( ) ( )
                          k        k
                              +        +k+k
                          2        2
Let S be a connected dominating set of size at most:
                        ( ) ( )
                          k        k
                              +        +k+k
                          2        2
Of course, global vertices are forced in S, because of the guard vertices.
Let S be a connected dominating set of size at most:
                        ( ) ( )
                          k        k
                              +        +k+k
                          2        2
   Since S is a connected subset, each of these vertices have at least one
                              neighbor in S.
Let S be a connected dominating set of size at most:
                        ( ) ( )
                          k        k
                              +        +k+k
                          2        2
   Since S is a connected subset, each of these vertices have at least one
                              neighbor in S.


                Because of the budget, each of them have...
Let S be a connected dominating set of size at most:
                        ( ) ( )
                          k        k
                              +        +k+k
                          2        2
   Since S is a connected subset, each of these vertices have exactly one
                              neighbor in S.


                Because of the budget, each of them have...
us, the dominating set picks exactly one vertex from each color class.
us, the dominating set picks exactly one vertex from each color class.

 • Neglect the global vertices and “subdivision vertices” of degree one, to
   be left with a connected subtree with subdivided edges.
us, the dominating set picks exactly one vertex from each color class.

 • Neglect the global vertices and “subdivision vertices” of degree one, to
   be left with a connected subtree with subdivided edges.
 • is can be easily pulled back to a colorful tree of the original graph.
e W-hardness result.
A dominating set
        instance



G
We begin by
    making a copy of the graph.



G
G   G
en, for every edge in G,
we stretch it across the copies.
en, for every edge in G,
we stretch it across the copies.
Finally, add a new vertex to each copy,
with one of them global to the other copy.
Any old dominating set + new global vertex
    = new connected dominating set.
Any new dominating set contains the newly added
           global vertex WLOG.
Consider now the vertices of the
new connected dominating set.
Observe that they form a
 dominating set of G.
Takk

More Related Content

Viewers also liked

Dominating set of fixed size in degenerated graph
Dominating set of fixed size in degenerated graphDominating set of fixed size in degenerated graph
Dominating set of fixed size in degenerated graphAbner Chih Yi Huang
 
Steiner Tree Parameterized by Treewidth
Steiner Tree Parameterized by TreewidthSteiner Tree Parameterized by Treewidth
Steiner Tree Parameterized by TreewidthASPAK2014
 
Steiner Minimal Trees
Steiner Minimal TreesSteiner Minimal Trees
Steiner Minimal Treestbadri
 
Connected Total Dominating Sets and Connected Total Domination Polynomials of...
Connected Total Dominating Sets and Connected Total Domination Polynomials of...Connected Total Dominating Sets and Connected Total Domination Polynomials of...
Connected Total Dominating Sets and Connected Total Domination Polynomials of...iosrjce
 
Dynamic Parameterized Problems - Algorithms and Complexity
Dynamic Parameterized Problems - Algorithms and ComplexityDynamic Parameterized Problems - Algorithms and Complexity
Dynamic Parameterized Problems - Algorithms and Complexitycseiitgn
 
Connected Dominating Set Construction Algorithm for Wireless Sensor Networks ...
Connected Dominating Set Construction Algorithm for Wireless Sensor Networks ...Connected Dominating Set Construction Algorithm for Wireless Sensor Networks ...
Connected Dominating Set Construction Algorithm for Wireless Sensor Networks ...ijsrd.com
 
Internet of Things
Internet of ThingsInternet of Things
Internet of Thingspandey97
 
Rapport d'expose (supply chain management)
Rapport d'expose (supply chain management)Rapport d'expose (supply chain management)
Rapport d'expose (supply chain management)youness jabbar
 
Short version of Dominating Sets, Multiple Egocentric Networks and Modularity...
Short version of Dominating Sets, Multiple Egocentric Networks and Modularity...Short version of Dominating Sets, Multiple Egocentric Networks and Modularity...
Short version of Dominating Sets, Multiple Egocentric Networks and Modularity...Moses Boudourides
 
Traçabilité, son rôle dans logistique inverse
Traçabilité, son rôle dans logistique inverseTraçabilité, son rôle dans logistique inverse
Traçabilité, son rôle dans logistique inverseAyoub Elotmani
 

Viewers also liked (13)

Dominating set of fixed size in degenerated graph
Dominating set of fixed size in degenerated graphDominating set of fixed size in degenerated graph
Dominating set of fixed size in degenerated graph
 
Steiner Tree Parameterized by Treewidth
Steiner Tree Parameterized by TreewidthSteiner Tree Parameterized by Treewidth
Steiner Tree Parameterized by Treewidth
 
Steiner Minimal Trees
Steiner Minimal TreesSteiner Minimal Trees
Steiner Minimal Trees
 
Connected Total Dominating Sets and Connected Total Domination Polynomials of...
Connected Total Dominating Sets and Connected Total Domination Polynomials of...Connected Total Dominating Sets and Connected Total Domination Polynomials of...
Connected Total Dominating Sets and Connected Total Domination Polynomials of...
 
Dynamic Parameterized Problems - Algorithms and Complexity
Dynamic Parameterized Problems - Algorithms and ComplexityDynamic Parameterized Problems - Algorithms and Complexity
Dynamic Parameterized Problems - Algorithms and Complexity
 
Connected Dominating Set Construction Algorithm for Wireless Sensor Networks ...
Connected Dominating Set Construction Algorithm for Wireless Sensor Networks ...Connected Dominating Set Construction Algorithm for Wireless Sensor Networks ...
Connected Dominating Set Construction Algorithm for Wireless Sensor Networks ...
 
Internet of Things
Internet of ThingsInternet of Things
Internet of Things
 
Exact Algorithms for Minimum Edge Dominating Set and Lowest Edge Dominating Set
Exact Algorithms for Minimum Edge Dominating Set and Lowest Edge Dominating SetExact Algorithms for Minimum Edge Dominating Set and Lowest Edge Dominating Set
Exact Algorithms for Minimum Edge Dominating Set and Lowest Edge Dominating Set
 
Rapport d'expose (supply chain management)
Rapport d'expose (supply chain management)Rapport d'expose (supply chain management)
Rapport d'expose (supply chain management)
 
Short version of Dominating Sets, Multiple Egocentric Networks and Modularity...
Short version of Dominating Sets, Multiple Egocentric Networks and Modularity...Short version of Dominating Sets, Multiple Egocentric Networks and Modularity...
Short version of Dominating Sets, Multiple Egocentric Networks and Modularity...
 
La logistique et le transport
La logistique et le transportLa logistique et le transport
La logistique et le transport
 
Traçabilité, son rôle dans logistique inverse
Traçabilité, son rôle dans logistique inverseTraçabilité, son rôle dans logistique inverse
Traçabilité, son rôle dans logistique inverse
 
Diagnostic performances
Diagnostic performancesDiagnostic performances
Diagnostic performances
 

Similar to Connected Dominating Set and Short Cycles

Cheat Sheets for Hard Problems
Cheat Sheets for Hard ProblemsCheat Sheets for Hard Problems
Cheat Sheets for Hard ProblemsNeeldhara Misra
 
Algorithm chapter 9
Algorithm chapter 9Algorithm chapter 9
Algorithm chapter 9chidabdu
 
Polynomial Kernel for Interval Vertex Deletion
Polynomial Kernel for Interval Vertex DeletionPolynomial Kernel for Interval Vertex Deletion
Polynomial Kernel for Interval Vertex DeletionAkankshaAgrawal55
 
Kernel for Chordal Vertex Deletion
Kernel for Chordal Vertex DeletionKernel for Chordal Vertex Deletion
Kernel for Chordal Vertex DeletionAkankshaAgrawal55
 
B.TECH Math project
B.TECH Math projectB.TECH Math project
B.TECH Math projectarunsarkar9
 
Community Detection
Community DetectionCommunity Detection
Community DetectionIlio Catallo
 
Algorithm chapter 11
Algorithm chapter 11Algorithm chapter 11
Algorithm chapter 11chidabdu
 
An FPT Algorithm for Maximum Edge Coloring
An FPT Algorithm for Maximum Edge ColoringAn FPT Algorithm for Maximum Edge Coloring
An FPT Algorithm for Maximum Edge ColoringNeeldhara Misra
 
MinFill_Presentation
MinFill_PresentationMinFill_Presentation
MinFill_PresentationAnna Lasota
 
Skiena algorithm 2007 lecture20 satisfiability
Skiena algorithm 2007 lecture20 satisfiabilitySkiena algorithm 2007 lecture20 satisfiability
Skiena algorithm 2007 lecture20 satisfiabilityzukun
 
CS-102 BT_24_3_14 Binary Tree Lectures.pdf
CS-102 BT_24_3_14 Binary Tree Lectures.pdfCS-102 BT_24_3_14 Binary Tree Lectures.pdf
CS-102 BT_24_3_14 Binary Tree Lectures.pdfssuser034ce1
 
Expansions for Reductions
Expansions for ReductionsExpansions for Reductions
Expansions for ReductionsNeeldhara Misra
 

Similar to Connected Dominating Set and Short Cycles (20)

Cheat Sheets for Hard Problems
Cheat Sheets for Hard ProblemsCheat Sheets for Hard Problems
Cheat Sheets for Hard Problems
 
Algorithm chapter 9
Algorithm chapter 9Algorithm chapter 9
Algorithm chapter 9
 
Approx
ApproxApprox
Approx
 
Polynomial Kernel for Interval Vertex Deletion
Polynomial Kernel for Interval Vertex DeletionPolynomial Kernel for Interval Vertex Deletion
Polynomial Kernel for Interval Vertex Deletion
 
Kernel for Chordal Vertex Deletion
Kernel for Chordal Vertex DeletionKernel for Chordal Vertex Deletion
Kernel for Chordal Vertex Deletion
 
B.TECH Math project
B.TECH Math projectB.TECH Math project
B.TECH Math project
 
G374044.pdf
G374044.pdfG374044.pdf
G374044.pdf
 
G374044.pdf
G374044.pdfG374044.pdf
G374044.pdf
 
33 spanning-trees
33 spanning-trees33 spanning-trees
33 spanning-trees
 
Community Detection
Community DetectionCommunity Detection
Community Detection
 
From FVS to F-Deletion
From FVS to F-DeletionFrom FVS to F-Deletion
From FVS to F-Deletion
 
Algorithm chapter 11
Algorithm chapter 11Algorithm chapter 11
Algorithm chapter 11
 
An FPT Algorithm for Maximum Edge Coloring
An FPT Algorithm for Maximum Edge ColoringAn FPT Algorithm for Maximum Edge Coloring
An FPT Algorithm for Maximum Edge Coloring
 
A superglue for string comparison
A superglue for string comparisonA superglue for string comparison
A superglue for string comparison
 
MinFill_Presentation
MinFill_PresentationMinFill_Presentation
MinFill_Presentation
 
SPLIT BLOCK SUBDIVISION DOMINATION IN GRAPHS
SPLIT BLOCK SUBDIVISION DOMINATION IN GRAPHSSPLIT BLOCK SUBDIVISION DOMINATION IN GRAPHS
SPLIT BLOCK SUBDIVISION DOMINATION IN GRAPHS
 
Skiena algorithm 2007 lecture20 satisfiability
Skiena algorithm 2007 lecture20 satisfiabilitySkiena algorithm 2007 lecture20 satisfiability
Skiena algorithm 2007 lecture20 satisfiability
 
CS-102 BT_24_3_14 Binary Tree Lectures.pdf
CS-102 BT_24_3_14 Binary Tree Lectures.pdfCS-102 BT_24_3_14 Binary Tree Lectures.pdf
CS-102 BT_24_3_14 Binary Tree Lectures.pdf
 
Spanning trees
Spanning treesSpanning trees
Spanning trees
 
Expansions for Reductions
Expansions for ReductionsExpansions for Reductions
Expansions for Reductions
 

More from Neeldhara Misra

Efficient algorithms for hard problems on structured electorates
Efficient algorithms for hard problems on structured electoratesEfficient algorithms for hard problems on structured electorates
Efficient algorithms for hard problems on structured electoratesNeeldhara Misra
 
On the Parameterized Complexity of Party Nominations
On the Parameterized Complexity of Party NominationsOn the Parameterized Complexity of Party Nominations
On the Parameterized Complexity of Party NominationsNeeldhara Misra
 
Graph Modification Problems: A Modern Perspective
Graph Modification Problems: A Modern PerspectiveGraph Modification Problems: A Modern Perspective
Graph Modification Problems: A Modern PerspectiveNeeldhara Misra
 
Deleting to Structured Trees
Deleting to Structured TreesDeleting to Structured Trees
Deleting to Structured TreesNeeldhara Misra
 
Elicitation for Preferences Single Peaked on Trees
Elicitation for Preferences Single Peaked on Trees Elicitation for Preferences Single Peaked on Trees
Elicitation for Preferences Single Peaked on Trees Neeldhara Misra
 
Graph Modification Algorithms
Graph Modification AlgorithmsGraph Modification Algorithms
Graph Modification AlgorithmsNeeldhara Misra
 
Separators with Non-Hereditary Properties
Separators with Non-Hereditary PropertiesSeparators with Non-Hereditary Properties
Separators with Non-Hereditary PropertiesNeeldhara Misra
 
A Kernel for Planar F-deletion: The Connected Case
A Kernel for Planar F-deletion: The Connected CaseA Kernel for Planar F-deletion: The Connected Case
A Kernel for Planar F-deletion: The Connected CaseNeeldhara Misra
 
Kernels for Planar F-Deletion (Restricted Variants)
Kernels for Planar F-Deletion (Restricted Variants)Kernels for Planar F-Deletion (Restricted Variants)
Kernels for Planar F-Deletion (Restricted Variants)Neeldhara Misra
 
Efficient Simplification: The (im)possibilities
Efficient Simplification: The (im)possibilitiesEfficient Simplification: The (im)possibilities
Efficient Simplification: The (im)possibilitiesNeeldhara Misra
 
Kernelization Complexity of Colorful Motifs
Kernelization Complexity of Colorful MotifsKernelization Complexity of Colorful Motifs
Kernelization Complexity of Colorful MotifsNeeldhara Misra
 
Lower Bounds In Kernelization
Lower Bounds In KernelizationLower Bounds In Kernelization
Lower Bounds In KernelizationNeeldhara Misra
 

More from Neeldhara Misra (15)

Efficient algorithms for hard problems on structured electorates
Efficient algorithms for hard problems on structured electoratesEfficient algorithms for hard problems on structured electorates
Efficient algorithms for hard problems on structured electorates
 
On the Parameterized Complexity of Party Nominations
On the Parameterized Complexity of Party NominationsOn the Parameterized Complexity of Party Nominations
On the Parameterized Complexity of Party Nominations
 
Graph Modification Problems: A Modern Perspective
Graph Modification Problems: A Modern PerspectiveGraph Modification Problems: A Modern Perspective
Graph Modification Problems: A Modern Perspective
 
Deleting to Structured Trees
Deleting to Structured TreesDeleting to Structured Trees
Deleting to Structured Trees
 
Elicitation for Preferences Single Peaked on Trees
Elicitation for Preferences Single Peaked on Trees Elicitation for Preferences Single Peaked on Trees
Elicitation for Preferences Single Peaked on Trees
 
Graph Modification Algorithms
Graph Modification AlgorithmsGraph Modification Algorithms
Graph Modification Algorithms
 
Wg qcolorable
Wg qcolorableWg qcolorable
Wg qcolorable
 
Research in CS
Research in CSResearch in CS
Research in CS
 
EKR for Matchings
EKR for MatchingsEKR for Matchings
EKR for Matchings
 
Separators with Non-Hereditary Properties
Separators with Non-Hereditary PropertiesSeparators with Non-Hereditary Properties
Separators with Non-Hereditary Properties
 
A Kernel for Planar F-deletion: The Connected Case
A Kernel for Planar F-deletion: The Connected CaseA Kernel for Planar F-deletion: The Connected Case
A Kernel for Planar F-deletion: The Connected Case
 
Kernels for Planar F-Deletion (Restricted Variants)
Kernels for Planar F-Deletion (Restricted Variants)Kernels for Planar F-Deletion (Restricted Variants)
Kernels for Planar F-Deletion (Restricted Variants)
 
Efficient Simplification: The (im)possibilities
Efficient Simplification: The (im)possibilitiesEfficient Simplification: The (im)possibilities
Efficient Simplification: The (im)possibilities
 
Kernelization Complexity of Colorful Motifs
Kernelization Complexity of Colorful MotifsKernelization Complexity of Colorful Motifs
Kernelization Complexity of Colorful Motifs
 
Lower Bounds In Kernelization
Lower Bounds In KernelizationLower Bounds In Kernelization
Lower Bounds In Kernelization
 

Recently uploaded

Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for BeginnersSabitha Banu
 
Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Seán Kennedy
 
Karra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptxKarra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptxAshokKarra1
 
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...Postal Advocate Inc.
 
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfGrade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfJemuel Francisco
 
4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptxmary850239
 
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptxAUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptxiammrhaywood
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management systemChristalin Nelson
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPCeline George
 
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptx
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptxMusic 9 - 4th quarter - Vocal Music of the Romantic Period.pptx
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptxleah joy valeriano
 
Active Learning Strategies (in short ALS).pdf
Active Learning Strategies (in short ALS).pdfActive Learning Strategies (in short ALS).pdf
Active Learning Strategies (in short ALS).pdfPatidar M
 
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...JojoEDelaCruz
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...Nguyen Thanh Tu Collection
 
4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptxmary850239
 
Integumentary System SMP B. Pharm Sem I.ppt
Integumentary System SMP B. Pharm Sem I.pptIntegumentary System SMP B. Pharm Sem I.ppt
Integumentary System SMP B. Pharm Sem I.pptshraddhaparab530
 
ICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdfICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdfVanessa Camilleri
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designMIPLM
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)lakshayb543
 
Activity 2-unit 2-update 2024. English translation
Activity 2-unit 2-update 2024. English translationActivity 2-unit 2-update 2024. English translation
Activity 2-unit 2-update 2024. English translationRosabel UA
 

Recently uploaded (20)

Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for Beginners
 
Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...
 
Karra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptxKarra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptx
 
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
 
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfGrade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
 
4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx
 
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptxAUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management system
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERP
 
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptx
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptxMusic 9 - 4th quarter - Vocal Music of the Romantic Period.pptx
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptx
 
Active Learning Strategies (in short ALS).pdf
Active Learning Strategies (in short ALS).pdfActive Learning Strategies (in short ALS).pdf
Active Learning Strategies (in short ALS).pdf
 
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
 
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptxLEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
 
4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx
 
Integumentary System SMP B. Pharm Sem I.ppt
Integumentary System SMP B. Pharm Sem I.pptIntegumentary System SMP B. Pharm Sem I.ppt
Integumentary System SMP B. Pharm Sem I.ppt
 
ICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdfICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdf
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-design
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
 
Activity 2-unit 2-update 2024. English translation
Activity 2-unit 2-update 2024. English translationActivity 2-unit 2-update 2024. English translation
Activity 2-unit 2-update 2024. English translation
 

Connected Dominating Set and Short Cycles

  • 1. Connected Dominating Set and Short Cycles
  • 2. Connected Dominating Set and Short Cycles Joint work with Geevarghese Philip, Venkatesh Raman and Saket Saurabh The Institute of Mathematical Sciences, Chennai
  • 3. Polynomial Kernels No Polynomial Kernels, but FPT W-hard e impact of excluding short cycles. Talk Outline
  • 4. Polynomial Kernels No Polynomial Kernels, but FPT W-hard e impact of excluding short cycles. Talk Outline
  • 5. Polynomial Kernels No Polynomial Kernels, but FPT W-hard Girth: at least seven Talk Outline
  • 6. Polynomial Kernels ( 7) No Polynomial Kernels, but FPT W-hard Girth: five or six Talk Outline
  • 7. Polynomial Kernels ( 7) No Polynomial Kernels, but FPT (5, 6) W-hard Girth: at most four Talk Outline
  • 8. Polynomial Kernels ( 7) No Polynomial Kernels, but FPT (5, 6) W-hard ( 4) Girth: at least seven Talk Outline
  • 9. Polynomial Kernels ( 7) No Polynomial Kernels, but FPT (5, 6) W-hard ( 4) e longer the cycles we exclude, the easier the problem becomes to solve. Talk Outline
  • 10. Polynomial Kernels ( 7) No Polynomial Kernels, but FPT (5, 6) W-hard ( 4) e longer the cycles we exclude, the easier the problem becomes to solve. Talk Outline
  • 11. Part 1 Why Its Useful to not have short cycles
  • 12. Consider the problem of domination:
  • 13. Consider the problem of domination: Find a subset of at most k vertices S such that every v ∈ V is either in S or has a neighbor in S.
  • 14. Consider the problem of domination: Find a subset of at most k vertices S such that every v ∈ V is either in S or has a neighbor in S. Let us consider graphs of girth at least five.
  • 15. Consider the problem of domination: Find a subset of at most k vertices S such that every v ∈ V is either in S or has a neighbor in S. Let us consider graphs of girth at least five. We begin by examining vertices of degree more than k.
  • 16. Does there exist a dominating set of size at most k that does not include the red vertex?
  • 17. Who dominates the neighbors of the red vertex? Does there exist a dominating set of size at most k that does not include the red vertex?
  • 18. Who dominates the neighbors of the red vertex? Clearly, it is not the case that each one dominates itself.
  • 19. Who dominates the neighbors of the red vertex? Clearly, it is not the case that each one dominates itself.
  • 20. Either a vertex from within the neighborhood dominates at least two of vertices...
  • 21.
  • 22.
  • 23. or a vertex from “outside” the neighborhood dominates at least two of the vertices...
  • 24.
  • 25.
  • 26. High Degree Vertices On graphs that have girth at least five: Any vertex of degree more than k belongs to any dominating set of size at most k.
  • 27. Notice that the number of reds is at most k and the number of blues is at most k2 .
  • 28. Greens in the neighborhood of a blue vertex cannot have a common red neighbor.
  • 29. us, for every blue vertex, there are at most k green vertices.
  • 30. vertices that have been dominated that have no edges into blue are irrelevant.
  • 31. So now all is bounded, and we have a happy ending: a kernel on at most O(k + k2 + k3 ) vertices.
  • 32. Part 2 FPT Algorithms and Polynomial Kernels
  • 33. In the connected dominating set situation, we have to backtrack a small way in the story so far to see what fails, and how badly.
  • 34. High Degree Vertices On graphs that have girth at least five: Any vertex of degree more than k belongs to any dominating set of size at most k.
  • 35. High Degree Vertices On graphs that have girth at least five: connected Any vertex of degree more than k belongs to any dominating set of size at most k.
  • 36. Notice that the number of reds is at most k and the number of blues is again at most k2 .
  • 37. Greens in the neighborhood of a blue vertex cannot have a common red neighbor.
  • 38. us, for every blue vertex, there are at most k green vertices.
  • 39. vertices that have been dominated that have no edges into blue are irrelevant.
  • 40. vertices that have been dominated that have no edges into blue are irrelevant. Not any more...
  • 41. any connected dom set contains a minimal dom set that resides in the bounded part of the graph.
  • 42. Now we know what to do:
  • 43. Now we know what to do: Guess the minimal dominating set.
  • 44. Now we know what to do: Guess the minimal dominating set. Extend it to a connected dominating set by an application of a Steiner Tree algorithm.
  • 45. Now we know what to do: Guess the minimal dominating set. Extend it to a connected dominating set by an application of a Steiner Tree algorithm. is is evidently FPT.
  • 46. Now we know what to do: Guess the minimal dominating set. Extend it to a connected dominating set by an application of a Steiner Tree algorithm. is is evidently FPT. What about kernels?
  • 47. It turns out that if G did not admit cycles of length six and less, then the number of green vertices can be bounded.
  • 48. It turns out that if G did not admit cycles of length six and less, then the number of green vertices can be bounded. And we will show (later) that on graphs of girth five, connected dominating set is unlikely to admit polynomial kernels.
  • 49. Low Degree Vertices If there is blue pendant vertex, make its neighbor red. If there is a green vertex that is pendant, delete it. If there is a blue vertex that is isolated, say no.
  • 50.
  • 51.
  • 52.
  • 53. no pair 'sees' more than one vertex.
  • 54.
  • 55.
  • 56. So now the green vertices are bounded: • At most O(k3 ) with at least one neighbor in the blues, • At most O(k2 ) with only red neighbors, • At most O(k2 ) with no blue neighbors and at least one white neighbor.
  • 57. So now the green vertices are bounded: • At most O(k3 ) with at least one neighbor in the blues, • At most O(k2 ) with only red neighbors, • At most O(k2 ) with no blue neighbors and at least one white neighbor. is gives us a O(k3 ) vertex kernel.
  • 58. The Hard Part Infeasibility of Polynomial Kernelization and W-hardness
  • 63. Promise: Every vertex has degree at most one into any color class, and every color class is independent. Question: Does there exist a colorful tree?
  • 64. Add global vertices (with guards) to each of the color classes. subdivide the edges, add a global vertex for the newly added vertices (with guards).
  • 65. Between a pair of color classes:
  • 66. Between a pair of color classes: • subdivide the edges,
  • 67. Between a pair of color classes: • subdivide the edges, • add a global vertex for the newly added vertices
  • 68. Between a pair of color classes: • subdivide the edges, • add a global vertex for the newly added vertices (with guards).
  • 69. For vertices that don’t look inside the neighboring color class, add a path of length two to the global vertex. add a global vertex for the newly added vertices (with guards).
  • 70. Here is (1/k2 )th of the full picture. subdivide the edges, add a global vertex for the newly added vertices (with guards).
  • 71. Notice that we have ended up with a bipartite graph... subdivide the edges, add a global vertex for the newly added vertices (with guards).
  • 72. ....with a cycle of length six. subdivide the edges, add a global vertex for the newly added vertices (with guards).
  • 73. Suppose we have a colorful tree in the source instance.
  • 74. Consider the same subset.
  • 75. (along with the subdivided vertices along the edges of the tree)
  • 76. is is a connected subset, but not dominating.
  • 77. To fix this, add all the global vertices to this set.
  • 78. (k) ere are k + 2 such vertices.
  • 79. Now we have a dominating set, but it’s not connected any more!
  • 80. Let’s look more closely.
  • 81. e vertices global to color classes are connected to the tree.
  • 82. Some of the other vertices are connected too!
  • 83. Each of the rest corresponds to a non-edge in the tree,
  • 84. for which we add the path of length two to the picture.
  • 85. e size of the connected dominating set thus obtained is:
  • 86. e size of the connected dominating set thus obtained is: (k) 2 2 + 2k
  • 87. e size of the connected dominating set thus obtained is: (k) 2 2 + 2k Two vertices for every pair of original vertices in the tree. (A global vertex, and a neighbor.)
  • 88. e size of the connected dominating set thus obtained is: (k) 2 2 + 2k Two vertices for every original vertex in the tree: itself, and the corresponding global vertex.
  • 89. And that works out to... (k) 2 2 + 2k = k2 + k
  • 90. Let S be a connected dominating set of size at most: ( ) ( ) k k + +k+k 2 2
  • 91. Let S be a connected dominating set of size at most: ( ) ( ) k k + +k+k 2 2 Of course, global vertices are forced in S, because of the guard vertices.
  • 92. Let S be a connected dominating set of size at most: ( ) ( ) k k + +k+k 2 2 Since S is a connected subset, each of these vertices have at least one neighbor in S.
  • 93. Let S be a connected dominating set of size at most: ( ) ( ) k k + +k+k 2 2 Since S is a connected subset, each of these vertices have at least one neighbor in S. Because of the budget, each of them have...
  • 94. Let S be a connected dominating set of size at most: ( ) ( ) k k + +k+k 2 2 Since S is a connected subset, each of these vertices have exactly one neighbor in S. Because of the budget, each of them have...
  • 95. us, the dominating set picks exactly one vertex from each color class.
  • 96. us, the dominating set picks exactly one vertex from each color class. • Neglect the global vertices and “subdivision vertices” of degree one, to be left with a connected subtree with subdivided edges.
  • 97. us, the dominating set picks exactly one vertex from each color class. • Neglect the global vertices and “subdivision vertices” of degree one, to be left with a connected subtree with subdivided edges. • is can be easily pulled back to a colorful tree of the original graph.
  • 99. A dominating set instance G
  • 100. We begin by making a copy of the graph. G
  • 101. G G
  • 102. en, for every edge in G, we stretch it across the copies.
  • 103. en, for every edge in G, we stretch it across the copies.
  • 104. Finally, add a new vertex to each copy, with one of them global to the other copy.
  • 105. Any old dominating set + new global vertex = new connected dominating set.
  • 106. Any new dominating set contains the newly added global vertex WLOG.
  • 107. Consider now the vertices of the new connected dominating set.
  • 108. Observe that they form a dominating set of G.
  • 109. Takk