fixed parameter and integer programming approaches for
play

Fixed-Parameter and Integer Programming Approaches for Clustering - PowerPoint PPT Presentation

Colorful Components Highly-Connected Deletion Conclusions Fixed-Parameter and Integer Programming Approaches for Clustering Problems Falk Hffner joint work with Sharon Bruckner 1 Christian Komusiewicz 2 Adrian Liebtrau 3 Rolf Niedermeier 2


  1. Colorful Components Highly-Connected Deletion Conclusions Fixed-Parameter and Integer Programming Approaches for Clustering Problems Falk Hüffner joint work with Sharon Bruckner 1 Christian Komusiewicz 2 Adrian Liebtrau 3 Rolf Niedermeier 2 Sven Thiel 3 Johannes Uhlmann 2 1 Institut für Mathematik, Freie Universität Berlin 2 Institut für Softwaretechnik und Theoretische Informatik, TU Berlin 3 Institut für Informatik, Friedrich-Schiller-Universität Jena 27 September 2013 F. Hüffner et al. (TU Berlin) Fixed-Parameter and Integer Programming Approaches for Clustering Problems 1/28

  2. Colorful Components Highly-Connected Deletion Conclusions Wikipedia interlanguage links F. Hüffner et al. (TU Berlin) Fixed-Parameter and Integer Programming Approaches for Clustering Problems 2/28

  3. Colorful Components Highly-Connected Deletion Conclusions Wikipedia interlanguage links F. Hüffner et al. (TU Berlin) Fixed-Parameter and Integer Programming Approaches for Clustering Problems 2/28

  4. Colorful Components Highly-Connected Deletion Conclusions Wikipedia interlanguage link graph example Prosciutto Окорок Prosciutto crudo Schinken Prosciutto Прошутто Jamón שינקן פרושוטו Jambon Ham 火腿 Prosciutto di Parma Ветчина Пршут Parmaschinken Jamón de Parma Jambon de Parme Пармская ветчина F. Hüffner et al. (TU Berlin) Fixed-Parameter and Integer Programming Approaches for Clustering Problems 3/28

  5. Colorful Components Highly-Connected Deletion Conclusions Model C OLORFUL C OMPONENTS Instance: An undirected graph G = ( V , E ) and a coloring of the vertices χ : V → { 1 , . . . , c } . Task: Delete a minimum number of edges such that all connected components are colorful , that is, they do not contain two vertices of the same color. F. Hüffner et al. (TU Berlin) Fixed-Parameter and Integer Programming Approaches for Clustering Problems 4/28

  6. Colorful Components Highly-Connected Deletion Conclusions Complexity of Colorful Components C OLORFUL C OMPONENTS with two colors can be solved in O ( √ nm ) time by matching techniques. F. Hüffner et al. (TU Berlin) Fixed-Parameter and Integer Programming Approaches for Clustering Problems 5/28

  7. Colorful Components Highly-Connected Deletion Conclusions Complexity of Colorful Components C OLORFUL C OMPONENTS with two colors can be solved in O ( √ nm ) time by matching techniques. C OLORFUL C OMPONENTS is NP-hard already with three colors. F. Hüffner et al. (TU Berlin) Fixed-Parameter and Integer Programming Approaches for Clustering Problems 5/28

  8. Colorful Components Highly-Connected Deletion Conclusions Complexity of Colorful Components C OLORFUL C OMPONENTS with two colors can be solved in O ( √ nm ) time by matching techniques. C OLORFUL C OMPONENTS is NP-hard already with three colors. C OLORFUL C OMPONENTS can be approximated by a factor of 4 ln ( c + 1 ) . F. Hüffner et al. (TU Berlin) Fixed-Parameter and Integer Programming Approaches for Clustering Problems 5/28

  9. Colorful Components Highly-Connected Deletion Conclusions Fixed-parameter algorithm Observation C OLORFUL C OMPONENTS can be seen as the problem of destroying by edge deletions all bad paths, that is, simple paths between equally colored vertices. F. Hüffner et al. (TU Berlin) Fixed-Parameter and Integer Programming Approaches for Clustering Problems 6/28

  10. Colorful Components Highly-Connected Deletion Conclusions Fixed-parameter algorithm Observation C OLORFUL C OMPONENTS can be seen as the problem of destroying by edge deletions all bad paths, that is, simple paths between equally colored vertices. Observation Unless the graph is already colorful, we can always find a bad path with at most c edges, where c is the number of colors. F. Hüffner et al. (TU Berlin) Fixed-Parameter and Integer Programming Approaches for Clustering Problems 6/28

  11. Colorful Components Highly-Connected Deletion Conclusions Fixed-parameter algorithm Observation C OLORFUL C OMPONENTS can be seen as the problem of destroying by edge deletions all bad paths, that is, simple paths between equally colored vertices. Observation Unless the graph is already colorful, we can always find a bad path with at most c edges, where c is the number of colors. Theorem C OLORFUL C OMPONENTS can be solved in O ( c k · m ) time, where k is the number of edge deletions. F. Hüffner et al. (TU Berlin) Fixed-Parameter and Integer Programming Approaches for Clustering Problems 6/28

  12. Colorful Components Highly-Connected Deletion Conclusions Limits of fixed-parameter algorithms Exponential Time Hypothesis (ETH) 3-SAT cannot be solved within a running time of 2 o ( n ) or 2 o ( m ) . F. Hüffner et al. (TU Berlin) Fixed-Parameter and Integer Programming Approaches for Clustering Problems 7/28

  13. Colorful Components Highly-Connected Deletion Conclusions Limits of fixed-parameter algorithms Exponential Time Hypothesis (ETH) 3-SAT cannot be solved within a running time of 2 o ( n ) or 2 o ( m ) . Theorem C OLORFUL C OMPONENTS with three colors cannot be solved in 2 o ( k ) · n O ( 1 ) unless the ETH is false. F. Hüffner et al. (TU Berlin) Fixed-Parameter and Integer Programming Approaches for Clustering Problems 7/28

  14. Colorful Components Highly-Connected Deletion Conclusions Data reduction Data reduction Let V ′ ⊆ V be a colorful subgraph. If the cut between V ′ and V \ V ′ is at least as large as the connectivity of V ′ , then merge V ′ into a single vertex. F. Hüffner et al. (TU Berlin) Fixed-Parameter and Integer Programming Approaches for Clustering Problems 8/28

  15. Colorful Components Highly-Connected Deletion Conclusions Method 1: Implicit Hitting Set H ITTING S ET Instance: A ground set U and a set of circuits S 1 , . . . , S n with S i ⊆ U for 1 � i � n . Task: Find a minimum-size hitting set , that is, a set H ⊆ U with H ∩ S i � = ∅ for all 1 � i � n . F. Hüffner et al. (TU Berlin) Fixed-Parameter and Integer Programming Approaches for Clustering Problems 9/28

  16. Colorful Components Highly-Connected Deletion Conclusions Method 1: Implicit Hitting Set H ITTING S ET Instance: A ground set U and a set of circuits S 1 , . . . , S n with S i ⊆ U for 1 � i � n . Task: Find a minimum-size hitting set , that is, a set H ⊆ U with H ∩ S i � = ∅ for all 1 � i � n . Observation We can reduce C OLORFUL C OMPONENTS to H ITTING S ET : The ground set U is the set of edges, and the circuits to be hit are the paths between identically-colored vertices. F. Hüffner et al. (TU Berlin) Fixed-Parameter and Integer Programming Approaches for Clustering Problems 9/28

  17. Colorful Components Highly-Connected Deletion Conclusions Method 1: Implicit Hitting Set H ITTING S ET Instance: A ground set U and a set of circuits S 1 , . . . , S n with S i ⊆ U for 1 � i � n . Task: Find a minimum-size hitting set , that is, a set H ⊆ U with H ∩ S i � = ∅ for all 1 � i � n . Observation We can reduce C OLORFUL C OMPONENTS to H ITTING S ET : The ground set U is the set of edges, and the circuits to be hit are the paths between identically-colored vertices. Problem Exponentially many circuits! F. Hüffner et al. (TU Berlin) Fixed-Parameter and Integer Programming Approaches for Clustering Problems 9/28

  18. Colorful Components Highly-Connected Deletion Conclusions Method 1: Implicit Hitting Set In an implicit hitting set problem, the circuits have an implicit description, and a polynomial-time oracle is available that, given a putative hitting set H , either confirms that H is a hitting set or produces a circuit that is not hit by H . F. Hüffner et al. (TU Berlin) Fixed-Parameter and Integer Programming Approaches for Clustering Problems 10/28

  19. Colorful Components Highly-Connected Deletion Conclusions Method 1: Implicit Hitting Set In an implicit hitting set problem, the circuits have an implicit description, and a polynomial-time oracle is available that, given a putative hitting set H , either confirms that H is a hitting set or produces a circuit that is not hit by H . Several approaches to solving implicit hitting set problems are known, which use an ILP solver as a black box for the H ITTING S ET subproblems. F. Hüffner et al. (TU Berlin) Fixed-Parameter and Integer Programming Approaches for Clustering Problems 10/28

  20. Colorful Components Highly-Connected Deletion Conclusions Method 2: Row generation Idea Instead of using the ILP solver as a black box, we can use row generation (“ lazy constraints” ) to add constraints inside the solver. F. Hüffner et al. (TU Berlin) Fixed-Parameter and Integer Programming Approaches for Clustering Problems 11/28

  21. Colorful Components Highly-Connected Deletion Conclusions Method 3: Clique Partitioning ILP formulation 0/1 variables for each vertex pair indicates whether it is contained in a cluster Constraints ensure consistency F. Hüffner et al. (TU Berlin) Fixed-Parameter and Integer Programming Approaches for Clustering Problems 12/28

  22. Colorful Components Highly-Connected Deletion Conclusions Cutting Planes Definition A cutting plane is a valid constraint that cuts off fractional solutions. F. Hüffner et al. (TU Berlin) Fixed-Parameter and Integer Programming Approaches for Clustering Problems 13/28

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend