A Recurrent Neural Network and Differential Equation based
Spatiotemporal Infectious Disease Model with Application to COVID-19
Zhijian Li
1
, Yunling Zheng
1
Jack Xin
1
and Guofa Zhou
2
1
Department of Mathematics, University of California, Irvine, U.S.A.
2
College of Health Science, University of California, Irvine, U.S.A.
Keywords:
COVID-19, Recurrent Neural Network, Discrete Epidemic Model, Spatiotemporal Deep Learning.
Abstract:
The outbreaks of Coronavirus Disease 2019 (COVID-19) have impacted the world significantly. Modeling the
trend of infection and real-time forecasting of cases can help decision making and control of the disease spread.
However, data-driven methods such as recurrent neural networks (RNN) can perform poorly due to limited
daily samples in time. In this work, we develop an integrated spatiotemporal model based on the epidemic
differential equations (SIR) and RNN. The former after simplification and discretization is a compact model
of temporal infection trend of a region while the latter models the effect of nearest neighboring regions. The
latter captures latent spatial information. We trained and tested our model on COVID-19 data in Italy, and
show that it out-performs existing temporal models (fully connected NN, SIR, ARIMA) in 1-day, 3-day, and
1-week ahead forecasting especially in the regime of limited training data.
1 INTRODUCTION
Susceptible-Infected-Removed (SIR) is a classical
differential equation model of infectious diseases
(Anderson and May, 1992). It divides the total popu-
lation into three compartments and models their evo-
lution by the system of equations
dS
dt
= −β I S
dI
dt
= β I S − γI
dR
dt
= γ I
where β and γ are two positive parameters. SIR is
a simple and efficient model of temporal data for a
given region, see also (Hethcote, 2000) for related
compartment models with social structures.
Yet the infectious disease data are often spatio-
temporal as in the case of COVID-19, see (Italian re-
gion, 2020). A natural question is how to extend SIR
to a space time model of suitable complexity so that it
can be quickly trained from the available public data
sets and applied in real-time forecasts. See (Roosa
et al., 2020) for temporal model real-time forecasts
on cumulative cases of China in Feb 2020.
In this paper, we explore spatial infectious dis-
ease information to model the latent effect due to
the in-flow of the infected people from the geograph-
ical neighbors. The in-flow data is not observed.
To this end, machine learning tools such as regres-
sion and neural network models are more convenient.
Auto-regressive model (AR) and its variants are lin-
ear statistical models to forecast time-series data. The
Long Short Term Memory (LSTM) neural networks,
originally designed for natural language processing
(Hochreiter and Schmidhuber, 1997), have more rep-
resentation power and can be applied to disease time-
series data as well. With spatial structures added, the
graph-structured LSTM models can achieve state-of-
the-art performance on spatiotemporal influenza data
(Li et al., 2019), crime and traffic data (Wang et al.,
2019; Wang et al., 2018). However, they require a
large enough supply of training data. For COVID-19,
we only have limited daily data since the outbreaks
began in early 2020. Applying space-time LSTM
models (Li et al., 2019; Wang et al., 2018) directly
to COVID-19 turns out to produce poor results.
In view of the limited COVID-19 data, we shall
propose a hybrid SIR-LSTM model where a discrete
time equation for the I-component of SIR model will
be derived and coupled to time dependent features of
neighboring regions through LSTMs.
Li, Z., Zheng, Y., Xin, J. and Zhou, G.
A Recurrent Neural Network and Differential Equation based Spatiotemporal Infectious Disease Model with Application to COVID-19.
DOI: 10.5220/0010130000930103
In Proceedings of the 12th International Joint Conference on Knowledge Discovery, Knowledge Engineering and Knowledge Management (IC3K 2020) - Volume 1: KDIR, pages 93-103
ISBN: 978-989-758-474-9
Copyright
c
2020 by SCITEPRESS – Science and Technology Publications, Lda. All rights reserved
93