LGSOC-PHOct 25, 2023

Learning COVID-19 Regional Transmission Using Universal Differential Equations in a SIR model

arXiv:2310.16804v26 citationsh-index: 4
Originality Incremental advance
AI Analysis

This work addresses the challenge of accurately predicting regional disease transmission for public health planning, but it is incremental as it builds on existing SIR and UDE methods.

The authors tackled the problem of modeling COVID-19 spread across interconnected regions by proposing a combined SIR+UDE model, which improved prediction accuracy compared to single-region SIR and fully data-driven models, though performance decayed in later outbreak stages.

Highly-interconnected societies difficult to model the spread of infectious diseases such as COVID-19. Single-region SIR models fail to account for incoming forces of infection and expanding them to a large number of interacting regions involves many assumptions that do not hold in the real world. We propose using Universal Differential Equations (UDEs) to capture the influence of neighboring regions and improve the model's predictions in a combined SIR+UDE model. UDEs are differential equations totally or partially defined by a deep neural network (DNN). We include an additive term to the SIR equations composed by a DNN that learns the incoming force of infection from the other regions. The learning is performed using automatic differentiation and gradient descent to approach the change in the target system caused by the state of the neighboring regions. We compared the proposed model using a simulated COVID-19 outbreak against a single-region SIR and a fully data-driven model composed only of a DNN. The proposed UDE+SIR model generates predictions that capture the outbreak dynamic more accurately, but a decay in performance is observed at the last stages of the outbreak. The single-area SIR and the fully data-driven approach do not capture the proper dynamics accurately. Once the predictions were obtained, we employed the SINDy algorithm to substitute the DNN with a regression, removing the black box element of the model with no considerable increase in the error levels.

Code Implementations1 repo
Foundations

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

Your Notes