Reconstructing Network Outbreaks under Group Surveillance

· Source: cs.MA updates on arXiv.org · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Data Science & Analytics, Social Network Analysis · Depth: Advanced, extended

Summary

This paper introduces the \probPoolMLE problem, which focuses on reconstructing disease cascades from partial observations under group surveillance, such as wastewater or aerosol monitoring. Unlike previous methods that assume individual testing (pool size one), \probPoolMLE accounts for pooled samples where a positive test indicates at least one infected individual within the group, adding combinatorial complexity. The authors demonstrate that \probPoolMLE is NP-hard under the Independent Cascade (IC) model and propose an approximation algorithm, ApproxCascade, based on a reduction to the Group Steiner Tree problem. They also analyze a one-hop variant, One-HopCascadeMLE, which is also NP-hard, and develop a method, RoundCascade, using linear programming relaxation and rounding. Experimental evaluations on synthetic and real contact networks, including a UVA Hospital ICU network, show that their methods significantly outperform baselines in missing infection recovery and prevalence estimation, especially under low diffusion probabilities.

Key takeaway

For AI Researchers and Public Health Analysts working on epidemic modeling, understanding the \probPoolMLE problem is crucial for accurate outbreak reconstruction from group surveillance data. Your current methods, often assuming individual testing, may be insufficient. Implement approximation algorithms like ApproxCascade or RoundCascade to improve missing infection recovery and prevalence estimation, especially when dealing with low diffusion rates or one-hop spread scenarios, but be mindful of increased pool sizes degrading performance.

Key insights

Reconstructing network outbreaks from pooled surveillance data is NP-hard, requiring approximation algorithms.

Principles

Method

The \probPoolMLE problem is approximated by reducing it to the Group Steiner Tree problem. For One-HopCascadeMLE, a randomized rounding approach on an LP relaxation is used.

In practice

Topics

Best for: AI Researcher, AI Scientist, Research Scientist

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by cs.MA updates on arXiv.org.