Improved bounds and algorithms for graph cuts and network reliability
David G. Harris, Aravind Srinivasan

TL;DR
This paper improves the efficiency of algorithms estimating graph disconnection probabilities by introducing new graph parameters and tighter bounds, reducing runtime from n^{5+o(1)} to n^{3+o(1)}.
Contribution
It introduces a new graph parameter and refined bounds that enable faster algorithms for estimating network reliability and graph cuts.
Findings
Runtime improved to n^{3+o(1)} psilon^{-2}
Tighter bounds on the number of small cuts
Validated experimental observations with rigorous proofs
Abstract
Karger (SIAM Journal on Computing, 1999) developed the first fully-polynomial approximation scheme to estimate the probability that a graph becomes disconnected, given that its edges are removed independently with probability . This algorithm runs in time to obtain an estimate within relative error . We improve this run-time through algorithmic and graph-theoretic advances. First, there is a certain key sub-problem encountered by Karger, for which a generic estimation procedure is employed, we show that this has a special structure for which a much more efficient algorithm can be used. Second, we show better bounds on the number of edge cuts which are likely to fail. Here, Karger's analysis uses a variety of bounds for various graph parameters, we show that these bounds cannot be simultaneously tight. We describe a new graph parameter, which…
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
TopicsReliability and Maintenance Optimization · Complexity and Algorithms in Graphs · Machine Learning and Algorithms
