浏览代码

add introduction

Phillip Rothenbeck 9 月之前
父节点
当前提交
d9dad52cff
共有 4 个文件被更改,包括 135 次插入2 次删除
  1. 89 2
      chapters/chap01-introduction/chap01-introduction.tex
  2. 19 0
      thesis.bbl
  3. 27 0
      thesis.bib
  4. 二进制
      thesis.pdf

+ 89 - 2
chapters/chap01-introduction/chap01-introduction.tex

@@ -11,6 +11,77 @@
 \chapter{Introduction   5}
 \label{chap:introduction}
 
+In the early months of 2020, Germany, like many other countries, was struck by the novel
+\emph{Coronavirus Disease} (COVID-19). The pandemic, which originates in
+Wuhan, China, had a profound impact on the global community, paralyzing it for
+over two years. In response to the pandemic, the German government employed a
+multifaceted approach, encompassing the introduction of vaccines and
+non-pharmaceutical mitigation policies such as lockdowns. Between mitigation
+policies and varying strains of COVID-19, which have exhibited varying degrees
+of infectiousness and lethality, Germany had recorded over 38,400,000 infection
+cases and 174,000 deaths, as of the end of June in 2023. In light of these
+figures the need for an analysis arises.\\
+
+The dynamics of the spread of disease transmission in the real-world are
+complex. A multitude of factors influence the course of a disease, and it is
+challenging to gain a comprehensive understanding of these factors and develop a
+tool that allows for the comparison of disease courses across different diseases
+and time points. The common approach in epidemiology to address this is the
+utilization of epidemiological models that approximate the dynamics by focusing
+on specific factors and modeling these using differential equations and other
+mathematical tools for modeling. These models provide transition rates and
+parameters that determine the behavior of a disease within the boundaries of the
+model. A fundamental epidemiological model, is the \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 population into three distinct
+compartments. The first compartment is the \emph{susceptible} compartment, $S$,
+which contains all individuals of the population who are susceptible to
+infection. The second group, is the \emph{infectious} compartment, $I$, which
+comprises all individuals currently infected and capable of infecting
+susceptible individuals. Lastly, the \emph{removed} compartment, $R$, contains
+all individuals, who have succumbed to the disease or recovered from it and are
+therefore no longer susceptible to infection. The model is characterized by two
+transition rates: the transmission rate $\beta$, which controls the rate of
+individuals becoming infected and consequently transitioning from $S$ to $I$;
+and the recovery rate $\alpha$, which determines the rate at which individuals
+either recover or succumb to the disease, thereby transitioning from $I$ to $R$.
+In the context of the SIR model, the values of $\beta$ and $\alpha$ serve to
+quantify and determine the course of a pandemic.\\
+
+The transition rates of $\beta$ and $\alpha$ serve to quantify a pandemic across
+its entire duration. However, it is important to recognize that a pandemic is
+not a static entity; rather, it evolves, and the infectiousness, deadliness and
+time to recovery associated with it change with each of its numerous variants.
+To address this issue, Liu and Stechlinski, and Setianto and Hidayat~\cite{Liu2012, Setianto2023},
+propose an SIR model with time-dependent transition rates $\beta(t)$ and
+$\alpha(t)$. From these rates, they derive the time-dependent reproductive
+number $\Rt$, which represents the average number of individuals, that are
+infected by one infectious person. A high value for $\Rt$ indicates a rapid
+spread of the disease, while a low value either suggests either an outbreak or
+the disease is declining. This qualifies the time-dependent reproduction number
+$\Rt$ as an indicator of the pandemic's progression.\\
+
+The SIR model 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
+solving the set of differential systems. Recently, the data-driven approach of
+\emph{physics-informed neural networks} (PINN) has gained attention due to its
+capability of finding solutions to differential equations by fitting its
+predictions to both given data and the governing system of differential
+equations. By employing this methodology, Shaier \etal~\cite{Shaier2021} were
+able to find the transition rate on synthetic data. Additionally, 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
+reduced version of the SIR model.\\
+
+The Robert Koch Institute has collected incident and death case data from the
+beginning of the outbreak in Germany to the present. This data will be utilitzed
+in this bachelor thesis to investigate the transition rates and reproduction
+number for each German state and the country as a whole, employing the
+methodologies proposed by Shaier \etal and Millevoi \etal. Additionally, the
+findings will be contextualized and correlated with the events of the real
+world.\\
+
 % -------------------------------------------------------------------
 
 \section{Related work   2}
@@ -85,8 +156,24 @@ approach on five synthetic and two real-world scenarios from the early stages of
 the COVID-19 pandemic in Italy. This method yields an increase in both accuracy
 and training speed.
 
+% -------------------------------------------------------------------
 
+\section{Overview}
 
+This thesis is comprised of four chapters. \Cref{chap:background}
+presents with the theoretical overview of mathematical modeling in epidemiology,
+with a particular focus on the SIR model. Subsequently, it shifts its focus to
+neural networks, specifically on the background of physics-informed neural
+networks (PINN) and their use in solving ordinary differential equations.
+In~\Cref{chap:methods} outlines the methodology employed in this thesis. First
+we present the data, that was collected by the Robert Koch Institute (RKI). Then
+we present the PINN approaches, which are inspired by the work of Shaier \etal
+and Millevoi \etal~\cite{Shaier2021,Millevoi2023}.~\Cref{chap:evaluation}
+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
+results concerning the transition rates of $\beta$ and $\alpha$. The subsequent
+section presents the results concerning the reproduction value $\Rt$. Finally,
+in \Cref{chap:conclusions}, we connect our results with the events of the
+real-world and give an overview of potential further work.
 
-
-% -------------------------------------------------------------------
+% -------------------------------------------------------------------

+ 19 - 0
thesis.bbl

@@ -117,6 +117,16 @@
 \newblock \url{http://dx.doi.org/10.48550/ARXIV.PHYSICS/9705023}. --
 \newblock DOI 10.48550/ARXIV.PHYSICS/9705023
 
+\bibitem[LS12]{Liu2012}
+\textsc{Liu}, Xinzhi ; \textsc{Stechlinski}, Peter:
+\newblock Infectious disease models with time-varying parameters and general
+  nonlinear incidence rate.
+\newblock {In: }\emph{Applied Mathematical Modelling} 36 (2012), Mai, Nr. 5, S.
+  1974--1994.
+\newblock \url{http://dx.doi.org/10.1016/j.apm.2011.08.019}. --
+\newblock DOI 10.1016/j.apm.2011.08.019. --
+\newblock ISSN 0307--904X
+
 \bibitem[Mat84]{Matsumoto1984}
 \textsc{Matsumoto}, T.:
 \newblock A chaotic attractor from Chua’s circuit.
@@ -220,6 +230,15 @@
 \newblock DOI 10.1007/s11538--017--0284--3. --
 \newblock ISSN 1522--9602
 
+\bibitem[SH23]{Setianto2023}
+\textsc{Setianto}, Setianto ; \textsc{Hidayat}, Darmawan:
+\newblock Modeling the time-dependent transmission rate using gaussian pulses
+  for analyzing the COVID-19 outbreaks in the world.
+\newblock {In: }\emph{Scientific Reports} 13 (2023), M{\^^b a}rz, Nr. 1.
+\newblock \url{http://dx.doi.org/10.1038/s41598-023-31714-5}. --
+\newblock DOI 10.1038/s41598--023--31714--5. --
+\newblock ISSN 2045--2322
+
 \bibitem[SRS21]{Shaier2021}
 \textsc{Shaier}, Sagi ; \textsc{Raissi}, Maziar  ; \textsc{Seshaiyer},
   Padmanabhan:

+ 27 - 0
thesis.bib

@@ -366,4 +366,31 @@
   publisher = {Wiley},
 }
 
+@Article{Setianto2023,
+  author    = {Setianto, Setianto and Hidayat, Darmawan},
+  journal   = {Scientific Reports},
+  title     = {Modeling the time-dependent transmission rate using gaussian pulses for analyzing the COVID-19 outbreaks in the world},
+  year      = {2023},
+  issn      = {2045-2322},
+  month     = mar,
+  number    = {1},
+  volume    = {13},
+  doi       = {10.1038/s41598-023-31714-5},
+  publisher = {Springer Science and Business Media LLC},
+}
+
+@Article{Liu2012,
+  author    = {Liu, Xinzhi and Stechlinski, Peter},
+  journal   = {Applied Mathematical Modelling},
+  title     = {Infectious disease models with time-varying parameters and general nonlinear incidence rate},
+  year      = {2012},
+  issn      = {0307-904X},
+  month     = may,
+  number    = {5},
+  pages     = {1974--1994},
+  volume    = {36},
+  doi       = {10.1016/j.apm.2011.08.019},
+  publisher = {Elsevier BV},
+}
+
 @Comment{jabref-meta: databaseType:bibtex;}

二进制
thesis.pdf