Robust Cascade Reconstruction by Steiner Tree Sampling
Han Xiao, Cigdem Aslay, Aristides Gionis

TL;DR
This paper introduces a robust method for reconstructing infection cascades in networks by sampling Steiner trees, which improves accuracy over existing approaches and requires fewer assumptions about the infection model.
Contribution
The paper develops two novel algorithms for sampling Steiner trees with guarantees, enabling more robust cascade reconstruction without strong model assumptions.
Findings
Outperforms baseline strategies on real-world graphs
Requires fewer parameters than existing methods
Provides provable guarantees for Steiner tree sampling
Abstract
We consider a network where an infection cascade has taken place and a subset of infected nodes has been partially observed. Our goal is to reconstruct the underlying cascade that is likely to have generated these observations. We reduce this cascade-reconstruction problem to computing the marginal probability that a node is infected given the partial observations, which is a #P-hard problem. To circumvent this issue, we resort to estimating infection probabilities by generating a sample of probable cascades, which span the nodes that have already been observed to be infected, and avoid the nodes that have been observed to be uninfected. The sampling problem corresponds to sampling directed Steiner trees with a given set of terminals, which is a problem of independent interest and has received limited attention in the literature. For the latter problem we propose two novel algorithms…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopological and Geometric Data Analysis · Markov Chains and Monte Carlo Methods · Complex Network Analysis Techniques
