conclusions.tex 9.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147
  1. % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  2. % Author: Phillip Rothenbeck
  3. % Title: Your Thesis
  4. % File: conclusions/conclusions.tex
  5. % Part: conclusions
  6. % Description:
  7. % summary of the content in this chapter
  8. % Version: 01.09.2024
  9. % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  10. \chapter{Conclusions}
  11. \label{chap:conclusions}
  12. The severe COVID-19 pandemic~\cite{WHO} infected millions of people, while hundreds of thousands
  13. succumbed to it in Germany alone~\cite{SRD}. Across three years the pandemic
  14. changed through the influence of various mitigation policies and numerous
  15. emerging variant. In order to get a hold of the complex situation the necessity
  16. for analysis arises. Therefore, the objective of this thesis is to measure the
  17. COVID-19 pandemic in Germany and its 16 federal states by identifying several
  18. epidemiological parameters that describe the spread of the disease. \\
  19. We use the SIR model~\cite{1927}
  20. to describe the dynamics of the disease over time, offering an approximation of
  21. reality. In this model, the transmission rate $\beta$ and recovery rate $\alpha$
  22. describe the infectiousness and development of the disease that the respective
  23. population experience. These rates serve as global evaluation measures
  24. throughout the entire duration of the pandemic. Meanwhile, the time-dependent
  25. reproduction number indicates the number of individuals infected by a single infectious
  26. individual. The relation between parameters and values is defined in the system
  27. of differential equations which governs the the SIR model. In order to obtain these values
  28. for Germany, it is necessary to solve the system of ordinary differential equations (ODEs)
  29. for real-world pandemic data which was recorded in each state and in Germany as a whole.
  30. The data-driven approach of \emph{Physics-Informed Neural Networks} (PINN)~\cite{Raissi2019}
  31. to solve systems of differential equations has gained attention in the last
  32. years. These integrate the knowledge in form of physical
  33. models, while they learn the solution by fitting data points. We adapt previous
  34. epidemiological PINN approaches~\cite{Shaier2021,Millevoi2023} to solve the
  35. ODE's. The data on which we train is collected by the Robert Koch Institute and
  36. made publicly available on GitHub~\cite{GHInf,GHDead}. After a
  37. preprocessing, we solve the inverse problem posed by the SIR model utilizing
  38. PINNs in order to find the epidemiological parameters and the reproduction number
  39. for the given data. Using this we conduct experiments on synthetic data and on
  40. the data for the federal states and Germany itself. The results for the
  41. synthetic data demonstrate the efficacy of our approach on small datasets.\\
  42. We divide our analysis of the real-world data into two groups. First we have
  43. the time-constant epidemiological parameters $\alpha$ and $\beta$, which
  44. provide insight into the overall trajectory of the pandemic in a given region.
  45. Given the assumed constant recovery period (see~\Cref{sec:preprocessing:rq}),
  46. there is a dependency between the two parameters. Therefore, we focus our analysis on the
  47. transmission rate $\beta$. The states with the highest estimated transmission rate values
  48. are Thuringia, Saxony-Anhalt and Mecklenburg-Vorpommern which means that on
  49. average these states had a high number of infections during the pandemic.
  50. Furthermore, it is evident the six eastern states exhibit a higher transmission
  51. rate than the overall German rate(see~\Cref{fig:alpha_beta_mean_std}).
  52. Our results align with similarly observed differences in vaccination rates~\cite{FMH}
  53. and highlight perceived discrepancies between the eastern and western federal
  54. states~\cite{FMH,Desson2022}. We further substantiate this observation by
  55. calculating the correlation coefficient between the vaccination
  56. ratios $\nu$ of each state and our findings of $\beta$, which yields a strong
  57. negative correlation. In other words, a lower vaccination rate is an indicator
  58. for higher infection rates. The results from our second experiments,
  59. underscore these findings. Here, we approximate the time-independent reproduction number $\Rt$
  60. from the data. When $\Rt>1$, the disease spreads rapidly through the population.
  61. Our results indicate a tendency for states with a high $\beta$ to experience
  62. longer periods with $\Rt>1$. Furthermore, we can identify the time point on
  63. which the most impactful events happened during the pandemic in Germany such as
  64. the peak of the omicron variant~\cite{COVIDChronik} at around 700 days after
  65. the start of data collection on March 9. 2020.\\
  66. In conclusion, our approach has proven effective in yielding meaningful results
  67. for the epidemiological parameters of $\alpha$ and $\beta$, as well as the
  68. reproduction number $\Rt$ for Germany and its federal states. Despite some
  69. limitations during training, there is a clear connection between the results
  70. and real-world data and events are evident. We hope that this work will prove
  71. useful in the analysis of the events of the COVID-19 pandemic in Germany.
  72. % -------------------------------------------------------------------
  73. \section{Further Work}
  74. \label{sec:furtherWork}
  75. Our findings demonstrate that with our methods enable the quantification of the
  76. course of the COVID-19 pandemic in Germany using the data provided by the
  77. Robert Koch Institute~\cite{GHDead,GHInf}. Here we present some limitations of
  78. our work and propose future directions to remedy these point. First we find
  79. that our model does not reconstruct the input data as precisely as possible.
  80. To address this, we propose a comprehensive hyperparameter search to find the
  81. best configuration. Furthermore, the SIR model is subject to numerous
  82. limitations. For instance, it does not account for individuals, who may be
  83. immune due to the vaccination status or those who are not infectious due to
  84. quarantine. In this section, we explore epidemiological models that illustrate
  85. these dynamics observed in real-world pandemics and recommend further
  86. investigation for Germany.
  87. % -------------------------------------------------------------------
  88. \subsection{Further Compartmental Models}
  89. As our results demonstrate, the SIR model is capable of approximating the
  90. dynamics of real-world pandemics. However, the model is not without
  91. limitations. The SIR model assumes that recovered
  92. individuals remain immune and does not account for the reduction of exposure of
  93. susceptible individuals through the introduction of non-pharmaceutical
  94. mitigation policies, such as social distancing policies. These shortcomings can
  95. be addressed by incorporating additional compartments and transmission rates
  96. into the model. For example, the SEIRD model~\cite{Korolev2021} incorporates an \emph{Exposed}
  97. group and subdivides the \emph{Removed} group into \emph{Dead} and
  98. \emph{Recovered} compartments. Furthermore, this adds four additional rates to
  99. the model: the contact rate, the manifestation index, the incubation rate, and
  100. the infection fatality rate. As Doerre and Doblhammer~\cite{Doerre2022} show
  101. for Germany using a numerical approximation method, for a SIERD model that they
  102. specialize to be age- and gender-specific, that it shows the impact of
  103. non-pharmaceutical mitigation policies.\\
  104. In their work, Cooke and van den Driessche~\cite{Cooke1996}
  105. propose the SEIRS model with two delays. This is model is capable of
  106. approximating diseases, that have an immune period, after which the recovered
  107. individual becomes susceptible again. These are just a few examples of
  108. the numerous modifications of the basic SIR model that can display the dynamics
  109. of the real world in a higher degree of detail and may be used to approximate
  110. and consequently quantify a pandemic.
  111. % -------------------------------------------------------------------
  112. \subsection{Agent based models}
  113. While compartmental models, such as the SIR model, look at the population as a
  114. divided group, with each group representing a specific characterization that
  115. all inhabitants of that group share, an \emph{Agent-Based Model} (ABM) sets its
  116. focus on the individual. Each individual, or agent, has specific attributes
  117. that determine its behavior and interactions with other agents during the
  118. simulation. As Gilbert~\cite{Gilbert2010} states, ABMs simulate the behavior of
  119. large groups, with each individual following simple rules. Kerr
  120. \etal~\cite{Kerr2021} put forth a simulation tool, \emph{Covasim}, which they
  121. base on an ABM. The ABM employs local data, including demographic data, disease
  122. incidence data from the region, and contact data for household, schools and
  123. workplaces, to define its simulation for a specific region. In their work,
  124. Maziarz and Zach~\cite{Maziarz2020} address the criticism levied against ABMs
  125. for simplifying the dynamics and lacking the empirical support for the
  126. assumptions it they make. The authors utilize an ABM and the data specific to
  127. Australia to demonstrate the efficacy of ABMs in portraying the dynamics of the
  128. COVID-19 pandemic. They further state that ABMs can serve as serve as a tool
  129. for assessing the impact of non-pharmaceutical mitigation policies. This
  130. illustrates that ABMs play a distinct role in analyzing the COVID-19 pandemic.
  131. As the data situation has evolved, it is imperative to investigate the
  132. potential of utilizing ABMs as a tool to assess the pandemic's course for
  133. Germany.
  134. % -------------------------------------------------------------------