|
@@ -29,7 +29,7 @@ tools that allows for the comparison of disease courses across different disease
|
|
and time points. The common approach in epidemiology to address this is the
|
|
and time points. The common approach in epidemiology to address this is the
|
|
utilization of epidemiological models that approximate the dynamics by focusing
|
|
utilization of epidemiological models that approximate the dynamics by focusing
|
|
on specific factors and modeling these using mathematical tools. These models
|
|
on specific factors and modeling these using mathematical tools. These models
|
|
-provide transition rates and parameters that determine the behavior of a disease
|
|
|
|
|
|
+provide epidemiological parameters that determine the behavior of a disease
|
|
within the boundaries of the model. A seminal epidemiological model, is the
|
|
within the boundaries of the model. A seminal epidemiological model, is the
|
|
\emph{SIR model}, which was first proposed by Kermack and McKendrick~\cite{1927}
|
|
\emph{SIR model}, which was first proposed by Kermack and McKendrick~\cite{1927}
|
|
in 1927. The SIR model is a compartmentalized model that divides the entire
|
|
in 1927. The SIR model is a compartmentalized model that divides the entire
|
|
@@ -39,21 +39,21 @@ In the context of the SIR model, the constant parameters of the transmission
|
|
rate $\beta$ and the recovery rate $\alpha$ serve to quantify and determine the
|
|
rate $\beta$ and the recovery rate $\alpha$ serve to quantify and determine the
|
|
course of a pandemic. However, pandemic is not a static entity, therefor, Liu
|
|
course of a pandemic. However, pandemic is not a static entity, therefor, Liu
|
|
and Stechlinski~\cite{Liu2012}, and Setianto and Hidayat~\cite{Setianto2023},
|
|
and Stechlinski~\cite{Liu2012}, and Setianto and Hidayat~\cite{Setianto2023},
|
|
-propose an SIR model with time-dependent transition rates and reproduction number $\Rt$. The SIR model
|
|
|
|
|
|
+propose an SIR model with time-dependent epidemiological parameters and reproduction number $\Rt$. The SIR model
|
|
is defined by a system of differential equations, that incorporate
|
|
is defined by a system of differential equations, that incorporate
|
|
-the transition rates, thereby depicting the fluctuation between the three
|
|
|
|
-compartments. For a given set of data, the transition rate can be identified by
|
|
|
|
|
|
+the parameters $\alpha$ and $\beta$, thereby depicting the fluctuation between the three
|
|
|
|
+compartments. For a given set of data, the epidemiological parameters can be identified by
|
|
solving the set of differential systems. Recently, the data-driven approach of
|
|
solving the set of differential systems. Recently, the data-driven approach of
|
|
\emph{physics-informed neural networks} (PINN) has gained attention due to its
|
|
\emph{physics-informed neural networks} (PINN) has gained attention due to its
|
|
capability of finding solutions to differential equations by fitting its
|
|
capability of finding solutions to differential equations by fitting its
|
|
predictions to both given data and the governing system of differential
|
|
predictions to both given data and the governing system of differential
|
|
equations. By employing this methodology, Shaier \etal~\cite{Shaier2021} were
|
|
equations. By employing this methodology, Shaier \etal~\cite{Shaier2021} were
|
|
-able to find the transition rate on data for different diseases. Additionally,
|
|
|
|
|
|
+able to find the epidemiological parameters on data for different diseases. Additionally,
|
|
Millevoi \etal~\cite{Millevoi2023} were able to identify the reproduction number
|
|
Millevoi \etal~\cite{Millevoi2023} were able to identify the reproduction number
|
|
$\Rt$ for both synthetic and Italian COVID-19 data using an approach based on a
|
|
$\Rt$ for both synthetic and Italian COVID-19 data using an approach based on a
|
|
reduced version of the SIR model.\\
|
|
reduced version of the SIR model.\\
|
|
|
|
|
|
-The objective of this thesis is to identify the transition rates $\beta$ and
|
|
|
|
|
|
+The objective of this thesis is to identify the epidemiological parameters $\beta$ and
|
|
$alpha$, as well as the reproduction number $\Rt$ of COVID-19 over the first
|
|
$alpha$, as well as the reproduction number $\Rt$ of COVID-19 over the first
|
|
1200 days of recorded data in Germany and its federal states. The Robert Koch
|
|
1200 days of recorded data in Germany and its federal states. The Robert Koch
|
|
Institute (RKI) has compiled data on both reported cases and associated
|
|
Institute (RKI) has compiled data on both reported cases and associated
|
|
@@ -61,10 +61,10 @@ moralities from the beginning of the outbreak in Germany to the present. We
|
|
utilize and preprocess this data according to the required format of our
|
|
utilize and preprocess this data according to the required format of our
|
|
approaches. As the raw data lacks information on recovery incidence, we
|
|
approaches. As the raw data lacks information on recovery incidence, we
|
|
introduce the recovery queue that simulates a recovery period. To estimate the
|
|
introduce the recovery queue that simulates a recovery period. To estimate the
|
|
-transition rates we adopt the approach of Shaier \etal~\cite{Shaier2021}, which
|
|
|
|
|
|
+epidemiological parameters we adopt the approach of Shaier \etal~\cite{Shaier2021}, which
|
|
utilizes a physics-informed neural network learning the data, which consists of
|
|
utilizes a physics-informed neural network learning the data, which consists of
|
|
time point with their respective sizes of the $S, I$ and $R$ compartments, to
|
|
time point with their respective sizes of the $S, I$ and $R$ compartments, to
|
|
-predict the transition rates based on the data and the governing system of
|
|
|
|
|
|
+predict the epidemiological parameters based on the data and the governing system of
|
|
differential equations. Moreover, we utilize the methodology proposed by
|
|
differential equations. Moreover, we utilize the methodology proposed by
|
|
Millevoi \etal~\cite{Millevoi2023} that estimates the reproduction number for
|
|
Millevoi \etal~\cite{Millevoi2023} that estimates the reproduction number for
|
|
each day across the 1200-day span for each German state and Germany as a whole,
|
|
each day across the 1200-day span for each German state and Germany as a whole,
|
|
@@ -95,7 +95,7 @@ to ascertain the most reliable method for forecasting with limited data. Their
|
|
findings indicate that modified TSVD provides the most stable forecasts on
|
|
findings indicate that modified TSVD provides the most stable forecasts on
|
|
limited data, as demonstrated on both simulated data and real-world data from
|
|
limited data, as demonstrated on both simulated data and real-world data from
|
|
the 1918 influenza pandemic and the Ebola epidemic. In contrast, we
|
|
the 1918 influenza pandemic and the Ebola epidemic. In contrast, we
|
|
-utilize physics-informed neural networks (PINN) to find the constant transition rates
|
|
|
|
|
|
+utilize physics-informed neural networks (PINN) to find the constant epidemiological parameters
|
|
and the reproduction number for Germany and its states\\
|
|
and the reproduction number for Germany and its states\\
|
|
|
|
|
|
Some related works similarly to us apply PINN approaches to COVID-19 and other
|
|
Some related works similarly to us apply PINN approaches to COVID-19 and other
|
|
@@ -156,7 +156,7 @@ we present the PINN approaches, which are inspired by the work of Shaier \etal~\
|
|
and Millevoi \etal~\cite{Millevoi2023}.~\Cref{chap:evaluation}
|
|
and Millevoi \etal~\cite{Millevoi2023}.~\Cref{chap:evaluation}
|
|
presents the setups and results of the experiments that we conduct. This chapter
|
|
presents the setups and results of the experiments that we conduct. This chapter
|
|
is divided into two sections. The first section presents and discusses the
|
|
is divided into two sections. The first section presents and discusses the
|
|
-results concerning the transition rates of $\beta$ and $\alpha$. The subsequent
|
|
|
|
|
|
+results concerning the epidemiological parameters of $\beta$ and $\alpha$. The subsequent
|
|
section presents the results concerning the reproduction value $\Rt$. Finally,
|
|
section presents the results concerning the reproduction value $\Rt$. Finally,
|
|
in \Cref{chap:conclusions}, we connect our results with the events of the
|
|
in \Cref{chap:conclusions}, we connect our results with the events of the
|
|
real-world and give an overview of potential further work.
|
|
real-world and give an overview of potential further work.
|