A Review of Graph Neural Networks in Epidemic Modeling

Zewen Liu,Guancheng Wan,B. Aditya Prakash,Max S. Y. Lau,Wei Jin
2024-04-22
Abstract:Since the onset of the COVID-19 pandemic, there has been a growing interest in studying epidemiological models. Traditional mechanistic models mathematically describe the transmission mechanisms of infectious diseases. However, they often suffer from limitations of oversimplified or fixed assumptions, which could cause sub-optimal predictive power and inefficiency in capturing complex relation information. Consequently, Graph Neural Networks (GNNs) have emerged as a progressively popular tool in epidemic research. In this paper, we endeavor to furnish a comprehensive review of GNNs in epidemic tasks and highlight potential future directions. To accomplish this objective, we introduce hierarchical taxonomies for both epidemic tasks and methodologies, offering a trajectory of development within this domain. For epidemic tasks, we establish a taxonomy akin to those typically employed within the epidemic domain. For methodology, we categorize existing work into Neural Models and Hybrid Models. Following this, we perform an exhaustive and systematic examination of the methodologies, encompassing both the tasks and their technical details. Furthermore, we discuss the limitations of existing methods from diverse perspectives and systematically propose future research directions. This survey aims to bridge literature gaps and promote the progression of this promising field, with a list of relevant papers at
Machine Learning,Social and Information Networks,Physics and Society,Populations and Evolution
What problem does this paper attempt to address?
The main problem that this paper attempts to solve is the limitations of traditional mechanical models in epidemic modeling. Specifically, traditional mechanical models usually rely on over - simplified or fixed assumptions, which may lead to insufficient predictive ability and difficulty in capturing complex relational information. To address these issues, the author explored the application of Graph Neural Networks (GNNs) in epidemic modeling and provided a comprehensive review. ### Limitations of Traditional Mechanical Models Traditional mechanical models describe the transmission mechanism of infectious diseases through mathematical formulas. For example, the classic SIR model divides the population into three categories: Susceptible ($S$), Infected ($I$), and Recovered ($R$), and uses ordinary differential equations to describe the dynamic changes of these categories: \[ \frac{dS(t)}{dt}=-\beta\frac{S(t)I(t)}{N}, \] \[ \frac{dI(t)}{dt}=\beta\frac{S(t)I(t)}{N}-\gamma I(t), \] \[ \frac{dR(t)}{dt}=\gamma I(t). \] However, these models often rely on overly simplified assumptions, resulting in low prediction accuracy and difficulty in adapting to different situations. ### Advantages of Graph Neural Networks Graph Neural Networks (GNNs) can aggregate diverse information through the message - passing mechanism and are particularly suitable for capturing the relational dynamics in graph structures. Therefore, GNNs can use relational data, such as human movement, geographical connections, and contact tracing, more effectively, thereby improving the accuracy and generalization ability of epidemic modeling. ### Main Contributions of the Paper 1. **Task Classification**: Classified various epidemic modeling tasks in detail, including detection, monitoring, prediction, and projection. 2. **Methodology Classification**: Conducted in - depth classification and systematic review of existing methods, covering neural models and hybrid models. 3. **Future Directions**: Pointed out the limitations of existing methods and proposed future research directions. Through these works, the author hopes to promote the collaborative progress between GNNs and the field of epidemiology and provide valuable resources for researchers.