SILGJun 21, 2020

Finding Patient Zero: Learning Contagion Source with Graph Neural Networks

arXiv:2006.11913v254 citations
Originality Incremental advance
AI Analysis

This addresses the critical need for efficient epidemic source identification, which can aid in transmission analysis and resource allocation, though it is incremental by applying GNNs to an existing problem.

The paper tackles the problem of locating the source of an epidemic (patient zero) using graph neural networks (GNNs), achieving accuracy close to a theoretical bound and being over 100 times faster than classic methods.

Locating the source of an epidemic, or patient zero (P0), can provide critical insights into the infection's transmission course and allow efficient resource allocation. Existing methods use graph-theoretic centrality measures and expensive message-passing algorithms, requiring knowledge of the underlying dynamics and its parameters. In this paper, we revisit this problem using graph neural networks (GNNs) to learn P0. We establish a theoretical limit for the identification of P0 in a class of epidemic models. We evaluate our method against different epidemic models on both synthetic and a real-world contact network considering a disease with history and characteristics of COVID-19. % We observe that GNNs can identify P0 close to the theoretical bound on accuracy, without explicit input of dynamics or its parameters. In addition, GNN is over 100 times faster than classic methods for inference on arbitrary graph topologies. Our theoretical bound also shows that the epidemic is like a ticking clock, emphasizing the importance of early contact-tracing. We find a maximum time after which accurate recovery of the source becomes impossible, regardless of the algorithm used.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes