Deleting edges to restrict the size of an epidemic
Jessica Enright, Kitty Meeks

TL;DR
This paper presents algorithms for deleting edges in small-treewidth graphs to prevent large connected components, thereby limiting epidemic spread, with practical testing on cattle movement data.
Contribution
It introduces fixed-parameter algorithms for edge deletion problems in small-treewidth graphs to control epidemic sizes, including improvements for specific cases.
Findings
Algorithms run efficiently on small-treewidth graphs
Implemented methods tested on real cattle movement data
Effective in preventing large epidemic components
Abstract
Motivated by applications in network epidemiology, we consider the problem of determining whether it is possible to delete at most edges from a given input graph (of small treewidth) so that the resulting graph avoids a set of forbidden subgraphs; of particular interest is the problem of determining whether it is possible to delete at most edges so that the resulting graph has no connected component of more than vertices, as this bounds the worst-case size of an epidemic. While even this special case of the problem is NP-complete in general (even when ), we provide evidence that many of the real-world networks of interest are likely to have small treewidth, and we describe an algorithm which solves the general problem in time \genruntime ~on an input graph having vertices and whose treewidth is bounded by a fixed constant , if each of the subgraphs…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsComplex Network Analysis Techniques · HIV, Drug Use, Sexual Risk
