Forecasting COVID-19 Transmission using Graph Neural Networks

Tuesday 11 March 2025


The COVID-19 pandemic has brought about unprecedented challenges for epidemiologists, researchers, and policymakers alike. As the virus continues to spread globally, understanding its transmission patterns and predicting future outbreaks have become crucial tasks. A recent study published in Applied Soft Computing used graph neural networks (GNNs) to forecast time series of COVID-19 cases at a node level, exploring regression and classification of trends.


The researchers used mobility data from Brazil and China to train their GNN models, which are particularly effective for analyzing complex relationships between nodes. In this case, the nodes represented cities connected by flows of vehicles or people. By leveraging this data, the study aimed to predict future values of COVID-19 cases in these countries.


One key innovation was the introduction of a sliding window approach, where the model is trained on a fixed-size window of past data and then used to forecast the next few time steps. This technique allowed the researchers to capture the nuances of mobility patterns and transmission dynamics. Additionally, they extracted the backbone of the mobility network, retaining only the most significant connections between cities. This step greatly improved the predictive stability of their models.


The study found that both GNN architectures – Graph Convolutional Recurrent Network (GCRN) and Graph Convolutional Long Short-Term Memory (GCLSTM) – were effective for forecasting time series of COVID-19 cases. However, they exhibited different strengths: while GCRN performed well in regression tasks, GCLSTM showed better results in classification. These findings highlight the importance of considering both the magnitude and direction of mobility flows when predicting transmission patterns.


The researchers also explored the interplay between window size and prediction horizon, discovering that smaller horizons (i.e., shorter time periods) and larger windows (i.e., more historical data) generally produced better results for classification tasks. This insight has significant implications for policymakers and public health officials, who must balance the need to act quickly with the need to consider long-term trends.


The study’s findings have important implications for our understanding of COVID-19 transmission and our ability to mitigate its spread. By leveraging graph neural networks and mobility data, researchers can develop more accurate forecasting models that account for complex relationships between cities and populations. This knowledge can inform targeted public health interventions, helping to contain outbreaks and ultimately save lives.


The authors’ approach offers a promising direction for future research in epidemiology, highlighting the potential of graph-based machine learning methods for analyzing and predicting disease transmission patterns.


Cite this article: “Forecasting COVID-19 Transmission using Graph Neural Networks”, The Science Archive, 2025.


Covid-19, Epidemiology, Graph Neural Networks, Gnns, Mobility Data, Brazil, China, Machine Learning, Forecasting, Public Health


Reference: Fernando H. O. Duarte, Gladston J. P. Moreira, Eduardo J. S. Luz, Leonardo B. L. Santos, Vander L. S. Freitas, “Leveraging graph neural networks and mobility data for COVID-19 forecasting” (2025).


Leave a Reply