graph modification problems in epidemiology
play

Graph modification problems in epidemiology Kitty Meeks University - PowerPoint PPT Presentation

Graph modification problems in epidemiology Kitty Meeks University of Glasgow British Combinatorial Conference, July 2015 Joint work with Jessica Enright (University of Stirling) The animal contact network The animal contact network The


  1. Graph modification problems in epidemiology Kitty Meeks University of Glasgow British Combinatorial Conference, July 2015 Joint work with Jessica Enright (University of Stirling)

  2. The animal contact network

  3. The animal contact network

  4. The animal contact network

  5. The animal contact network MARKET MARKET

  6. The animal contact network MARKET MARKET

  7. Modifying the network Vertex-deletion

  8. Modifying the network Vertex-deletion E.g. vaccinate all animals at a particular animal holding.

  9. Modifying the network Vertex-deletion E.g. vaccinate all animals at a particular animal holding. Edge-deletion

  10. Modifying the network Vertex-deletion E.g. vaccinate all animals at a particular animal holding. Edge-deletion E.g. ◮ Double fence lines

  11. Modifying the network Vertex-deletion E.g. vaccinate all animals at a particular animal holding. Edge-deletion E.g. ◮ Double fence lines ◮ Testing or quarantine for animals on a particular trade route

  12. Modifying the network Vertex-deletion E.g. vaccinate all animals at a particular animal holding. Edge-deletion E.g. ◮ Double fence lines ◮ Testing or quarantine for animals on a particular trade route Cost of modifications The cost of deleting individual vertices/edges may vary; this can be captured with a weight function on vertices and/or edges.

  13. How do we want to change the network?

  14. How do we want to change the network? Desirable properties may include: ◮ Bounded component size

  15. How do we want to change the network? Desirable properties may include: ◮ Bounded component size ◮ Bounded degree

  16. How do we want to change the network? Desirable properties may include: ◮ Bounded component size ◮ Bounded degree ◮ Bounded d -neighbourhood

  17. How do we want to change the network? Desirable properties may include: ◮ Bounded component size ◮ Bounded degree ◮ Bounded d -neighbourhood ◮ Low connectivity

  18. How do we want to change the network? Desirable properties may include: ◮ Bounded component size ◮ Bounded degree ◮ Bounded d -neighbourhood ◮ Low connectivity We may additionally want to: ◮ consider the total number of animals in e.g. a connected component, rather than just the number of animal holdings

  19. How do we want to change the network? Desirable properties may include: ◮ Bounded component size ◮ Bounded degree ◮ Bounded d -neighbourhood ◮ Low connectivity We may additionally want to: ◮ consider the total number of animals in e.g. a connected component, rather than just the number of animal holdings ◮ place more or less strict restrictions on individual animal holdings

  20. Bounding the component size by deleting edges Let C h be the set of all connected graphs on h vertices.

  21. Bounding the component size by deleting edges Let C h be the set of all connected graphs on h vertices. C h - Free Edge Deletion Input: A Graph G = ( V , E ) and an integer k . Question: Does there exist E ′ ⊆ E with | E ′ | = k such that G \ E does not contain any H ∈ C h as an induced subgraph?

  22. Bounding the component size by deleting edges Let C h be the set of all connected graphs on h vertices. C h - Free Edge Deletion Input: A Graph G = ( V , E ) and an integer k . Question: Does there exist E ′ ⊆ E with | E ′ | = k such that G \ E does not contain any H ∈ C h as an induced subgraph? This problem has also been called: ◮ Min-Max Component Size Problem ◮ Minimum Worst Contamination Problem ◮ Component Order Edge Connectivity

  23. Bounding the component size: what is known? ◮ This problem is NP-complete in general, even when h = 3.

  24. Bounding the component size: what is known? ◮ This problem is NP-complete in general, even when h = 3. Theorem (Cai, 1996) C h - Free Edge Deletion can be solved in time O ( h 2 k · n h ) , where n is the number of vertices in the input graph.

  25. Bounding the component size: what is known? ◮ This problem is NP-complete in general, even when h = 3. Theorem (Cai, 1996) C h - Free Edge Deletion can be solved in time O ( h 2 k · n h ) , where n is the number of vertices in the input graph. Theorem (Gross, Heinig, Iswara, Kazmiercaak, Luttrell, Saccoman and Suffel, 2013) C h - Free Edge Deletion can be solved in polynomial time when restricted to trees.

  26. Treewidth of an undirected graph of cattle movements in Scotland over a variety of time windows 18 16 14 12 Treewidth 10 8 6 4 2 0 50 100 150 200 250 300 350 400 Days Included Treewidth is relevant

  27. Treewidth is relevant Treewidth of an undirected graph of cattle movements in Scotland over a variety of time windows 18 16 14 12 Treewidth 10 8 6 4 2 0 50 100 150 200 250 300 350 400 Days Included A plot of the treewidth of the largest component in an undirected version of the cattle movement graph in Scotland in 2009 over a number of different days included: all day sets start on January 1, 2009.

  28. New results Theorem (Enright and M., 2015+) There exists an algorithm to solve C h - Free Edge Deletion in time O (( wh ) 2 w n ) on an input graph with n vertices whose treewidth is at most w.

  29. New results Theorem (Enright and M., 2015+) There exists an algorithm to solve C h - Free Edge Deletion in time O (( wh ) 2 w n ) on an input graph with n vertices whose treewidth is at most w. We recursively compute the minimum number of edges we delete, for each combination of: ◮ a partition of the vertices in the bag, indicating which are allowed to belong to the same component, and ◮ a function from blocks of the partition to [ h ], indicating the maximum number of vertices allowed so far in the component containing the block in question.

  30. New results

  31. New results Theorem (Enright and M., 2015+) Let Π be a monotone graph property defined by the set of forbidden subgraphs F , where max {| F | : F ∈ F} exists and is equal to h. Then Edge Deletion To Π can be solved in time f ( h , w ) · n on an input graph with n vertices whose treewidth is at most w, where f is an explicit computable function.

  32. Future directions ◮ Are our results above the best possible?

  33. Future directions ◮ Are our results above the best possible? ◮ Planar graphs, or powers of planar graphs

  34. Future directions ◮ Are our results above the best possible? ◮ Planar graphs, or powers of planar graphs ◮ Extra structure in directed graphs

  35. Future directions ◮ Are our results above the best possible? ◮ Planar graphs, or powers of planar graphs ◮ Extra structure in directed graphs ◮ New parameters to capture structure of the input

  36. Future directions ◮ Are our results above the best possible? ◮ Planar graphs, or powers of planar graphs ◮ Extra structure in directed graphs ◮ New parameters to capture structure of the input ◮ More complicated or less costly goals

  37. Thank you.

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