|
@@ -18,11 +18,11 @@ examine the reproduction number in synthetic and real-world data of Germany.
|
|
|
|
|
|
% -------------------------------------------------------------------
|
|
|
|
|
|
-\section{Identifying the Transition Rates}
|
|
|
+\section{Identifying the Transmission and Recovery Rates}
|
|
|
\label{sec:sir}
|
|
|
In this section, we aim to identify the transmission rate $\beta$ and the
|
|
|
recovery rate $\alpha$ from either synthetic or preprocessed real-world data.
|
|
|
-The methodology that we employ to identify the transition rates is described
|
|
|
+The methodology that we employ to identify the epidemiological parameters is described
|
|
|
in~\Cref{sec:pinn:sir}. Meanwhile, the methods we utilize to preprocess the
|
|
|
real-world data are detailed in~\Cref{sec:preprocessing:rq}. In the first part
|
|
|
we present the setup of our experiments, then we provide the results including a
|
|
@@ -106,15 +106,15 @@ hidden layers with twenty neurons each, and an activation function of ReLU. We
|
|
|
follow the hyperparameter setting in~\cite{Shaier2021} but change the base
|
|
|
learning rate to $\expnumber{1}{-3}$. And employ a polynomial scheduler
|
|
|
implementation from the PyTorch library~\cite{Paszke2019} instead. We train the
|
|
|
-model for 10000 epochs to extract the parameters. For each set of parameters, we
|
|
|
-conduct five iterations to demonstrate stability of the values. For measuring the
|
|
|
-accuracy, we calculate the error $e$, using the 2-Norm. Let $G$ be the set of
|
|
|
+model for 10000 iterations to extract the parameters. For each set of parameters, we
|
|
|
+conduct five runs to demonstrate stability of the values. For measuring the
|
|
|
+accuracy, we calculate the \emph{Relative L2 Error} $e$. Let $G$ be the set of
|
|
|
compartment training data the SIR model with $\boldsymbol{g}\in G$ and $\hat{\boldsymbol{g}}$ be the
|
|
|
corresponding model prediction, then,
|
|
|
\begin{equation}
|
|
|
e_{G} = \frac{1}{|G|}\sum_{g\in G}^{}\frac{\Big\|\hat{\boldsymbol{g}} - \boldsymbol{g}\Big\|_2}{\Big\|\boldsymbol{g}\Big\|_2},
|
|
|
\end{equation}
|
|
|
-is the average error across all three groups.
|
|
|
+is the average error across all three compartments.
|
|
|
|
|
|
% -------------------------------------------------------------------
|
|
|
|
|
@@ -217,7 +217,7 @@ the same states that exhibit a transmission rate exceeding the national value,
|
|
|
have a higher recovery rate than the national standard, with the exception of
|
|
|
Saxony. It is noteworthy that the recovery rates of all states exhibit a
|
|
|
tendency to align with the recovery rate of $\alpha=\nicefrac{1}{14}$, which is
|
|
|
-equivalent to a recovery period of $D=\nicefrac{1}{\alpha}=14$ days. When
|
|
|
+equivalent to a recovery period of 14 days. When
|
|
|
calculating the correlation coefficient between the predicted transmission rate
|
|
|
and the vaccination ratio, we get a value of $-0.5134$. The strong negative
|
|
|
correlation indicates that the transmission rate is high when the vaccination
|
|
@@ -234,7 +234,12 @@ function of the transmission rate $\beta$. This phenomenon occurs because the
|
|
|
transmission rate determines the number of individuals that get infected per
|
|
|
day, and the recovery queue moves a proportional number of people to the
|
|
|
removed compartment. Consequently, a number of people defined by $\beta$ move
|
|
|
-to the $R$ compartment 14 days after they were infected.\\
|
|
|
+to the $R$ compartment 14 days after they were infected. Furthermore,
|
|
|
+in~\Cref{sec:pandemicModel:rsir}, we discussed the reproduction number $\Rt$,
|
|
|
+which describes the number of individuals infected by one infectious individual.
|
|
|
+This can be another reason for the observed correlation, as $\Rt$ depends on
|
|
|
+both $\alpha$ and $\beta$ (see~\Cref{eq:repr_num}), which illustrates that both
|
|
|
+parameters are influenced by changes to the reproductivity of the disease.\\
|
|
|
|
|
|
This issue can be addressed by reducing the SIR model, thereby eliminating the
|
|
|
significance of the $R$ compartment size. In the following section, we present
|
|
@@ -312,7 +317,7 @@ using a base learning rate of $\expnumber{1}{-3}$, with the same scheduler and
|
|
|
optimizer as we describe in~\Cref{sec:sir:setup}. We train the model for the
|
|
|
states 20000 epochs and start the physics training after 10000 epochs, while we
|
|
|
train for Germany for 25000 and start the physics training after 15000 epochs.
|
|
|
-To reduce the standard deviation, each experiment is conducted 15 times. For
|
|
|
+To ensure the reliability of the results, we conduct ten trials of each experiment. For
|
|
|
evaluation, we use the error $e_G$ as we do in the subsequent section.\\
|
|
|
|
|
|
% -------------------------------------------------------------------
|
|
@@ -349,8 +354,8 @@ exhibits an upward trend, while during the final 120 days, the predictions
|
|
|
demonstrate remarkable precision.\\
|
|
|
|
|
|
In~\Cref{fig:state_results}, we present the graphs of $\Rt$ for the state with
|
|
|
-the highest value of $\beta$, namely Thuringia, and for the state with the lowest
|
|
|
-transmission rate $\beta$, namely Bremen. Further visualizations of the results
|
|
|
+the highest value of $\beta$, namely Thuringia, and for the state with the
|
|
|
+$\beta$, namely Bremen. Further visualizations of the results
|
|
|
can be found in~\Cref{chap:appendix}. In all datasets, the graphs with $\alpha =
|
|
|
\nicefrac{1}{5}$ are of a smaller size than those with
|
|
|
$\alpha = \nicefrac{1}{14}$. This is due to the fact that the individuals are
|