TL;DR
This paper introduces a transfer graph neural network approach for COVID-19 forecasting that leverages human mobility data and meta-learning to improve prediction accuracy across different countries.
Contribution
It presents a novel combination of graph neural networks and model-agnostic meta-learning for pandemic forecasting, addressing data scarcity and cross-country transferability.
Findings
GNNs outperform traditional forecasting methods in COVID-19 case prediction.
Transfer learning significantly improves model accuracy for secondary waves.
The approach effectively captures mobility-driven diffusion patterns.
Abstract
The recent outbreak of COVID-19 has affected millions of individuals around the world and has posed a significant challenge to global healthcare. From the early days of the pandemic, it became clear that it is highly contagious and that human mobility contributes significantly to its spread. In this paper, we study the impact of population movement on the spread of COVID-19, and we capitalize on recent advances in the field of representation learning on graphs to capture the underlying dynamics. Specifically, we create a graph where nodes correspond to a country's regions and the edge weights denote human mobility from one region to another. Then, we employ graph neural networks to predict the number of future cases, encoding the underlying diffusion patterns that govern the spread into our learning model. Furthermore, to account for the limited amount of training data, we capitalize on…
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
Taxonomy
MethodsDiffusion
