key: cord-0647793-bfu951el authors: Datta, Agniva; Acharyya, Muktish title: Modelling the Spread of an Epidemic in Presence of Vaccination using Cellular Automata date: 2021-04-21 journal: nan DOI: nan sha: f4ded91b0d3952f07edf67fde7c6fa361d7fae4d doc_id: 647793 cord_uid: bfu951el The results of Kermack-McKendrick SIR model are planned to be reproduced by cellular automata (CA) lattice model. The CA algorithms are proposed to study the model of epidemic, systematically. The basic goal is to capture the effects of spreading of infection over a scale of length. This CA model can provide the rate of growth of the infection over the space which was lacking in the mean-field like SIR model. The motion of the circular front of an infected cluster shows a linear behaviour in time. The correlation of a particular site to be infected, with respect to the central site is also studied. The outcomes of CA model are in good agreement with that obtained from SIR model. The results of vaccination have been also incorporated in the CA algorithm with a satisfactory degree of success. The advantage of the present model is that it can shed considerable amount of light to the physical properties of the spread of a typical epidemic in a simple, yet robust way. Computational modelling has become an important area of research in the present prevailing pandemic situation. Particularly, the spreading of an epidemic, is the main focus of such studies. The original model of the spread of an epidemic has been proposed in 1927 by Kermack and McKendrick [1, 2] . The recent studies in the context of COVID-19, the novel coronavirus (COVID- 19) , which causes acute respiratory trouble in the human respiratory tract (which may be fatal) has spread to many countries all over the world and has already been declared as a pandemic by the World Health Organisation [3, 4] . Systematic analyses on the available data of the number of cases and deaths have been attempted recently, and a few data-driven models have also been proposed [5] [6] [7] . The timing of social policies restricting the social movements is suggested in a recent study [8] . The transmission of the disease and spreading by social mixing are studied by computer simulation [9] . A novel fractional time delay dynamic system(FTDD) was proposed to describe the local outbreak of COVID-19 [10] . The evaluation of the outbreak in Wuhan, China has been analysed [11] . A recent study aimed to establish an early screening model to distinguish COVID-19 pneumonia from Influenza-A viral pneumonia and healthy cases with pulmonary CT images using deep learning techniques [12] . The Spatio-temporal growth of the COVID-19 outbreak was recently studied [13] . The reproduction of data and modelling of the spreading of COVID-19 has been studied using SIR model on Euclidean network [14] . An interesting phase transition was reported recently in the Kermack-McKendrick SIR model [15] . The studies mentioned above, are mostly on the models based on differential equations suitable to analyse the temporal evolution of the susceptible, infected and removed population. However, these kinds of models cannot give rise to the spatial growth and correlations among different types of populations. To study the spatial growth (and spreading of disease) one needs the lattice cellular automata CA [16] models. The spatial organization and evolution period of epidemic was studied in CA model [17] . The pandemic has been compared with the problem of percolation recently [18] . The impact of the delay in time has been studied in the CA model of epidemic [19] . The critical behaviours have been studied in the SIR lattice model [20] . The effects of movements of the population and vaccination have been studied in the CA model [21] . Recently, some studies are done on the COVID-19 related pandemic with CA modelling. To understand different temporal patterns of infections the CA model has been used [22] . The sequential genetic algorithm based probabilistic Cellular Automata has been used to study the dynamics of COVID-19 [23] . The impact of social isolation in the spreading of COVID-19 in Brazil, was also studied by using CA model [24] . In the context of reduction of the probability of spreading of infections, it may be mentioned that the limited number of immunization units can considerably suppress the probability of infection [25] . In this article, we propose a realistic cellular automata model (based on discrete automaton and specified rule) of epidemic, which incorporates persistence (after getting infected) of the infected population. Moreover, the removed population (in the SIR model) has been efficiently described here by distinguishing between recovered and dead populations. The effect of immunity through vaccination is also a major development of this model. The paper is organised as follows. The lattice model (both for without vaccination and with vaccination) is described in the next section (section-2). Section-3 is devoted to the numerical/simulational results (here also, both for without vaccination and with vaccination). The paper ends with a few concluding remarks in Section-4. In this model, we consider a two-dimensional lattice arranged in an N × N grid of cells where each cell corresponds to an individual, such that, there are N 2 individuals out of which K random individuals are infected and the rest are susceptible to infection. We treat this mathematically by considering an N × N null matrix A whose all elements are 0 (corresponding to susceptible population) and then randomly set K values to 1 (corresponding to infected population), as shown in FIG: 1 . This corresponds to the lattice at the initial generation of time (t = 0). Now we evolve the lattice and therefore the matrix using two sets of rules, the first one in absence of vaccination and the latter one, in presence of vaccination. In this model, we have considered Von-Neumann neighbourhood (only four nearest neighbours of a particular central cell). One can also consider, Moore neighbourhood (eight neighbours of a central cell) in this kind of study. Considering more neighbours will increase the rate of infection. Here, we just tried to model the facts with minimal interaction. Here, the boundary condition is considered as open, since the model aims to simulate the spread of the epidemic in a region where the border is considered almost sealed (negligible chance of acquiring infection from outside). Here, the periodic boundary condition is meaningless. First, we label the susceptible population with the number 0, the infected population with a range of values from 1 to 2, corresponding to the infection period of the virus in the host, the recovered population with the number 2 and the dead population with the number −1. Now, the rules are: (1) If a particular central cell is infected, each of its susceptible nearest neighbours have a probability p0 of getting infected independently. If one or more neighbouring cells are infected, they remain unaffected by the central cell, as shown in FIG: 2. We treat this computationally using the following algorithm: 0, set r = random (generate a random number between 0 and 1). (2) If a particular cell gets infected, it remains infected for the next t τ generations. After that, it turns into removed population as shown in FIG: 3, i.e., a] It either gets recovered with a probability p1. In that case, it remains mildly susceptible. b] It dies with a probability (1-p1) and remains as it is in the upcoming generations. Computationally, we can implement this as follows: (ii) For any t = t > 0 and for all i, j < N , if A[i, j] = 2 − 1 tτ , set r = random (generate a random number between 0 an 1). Here, we set t τ = 4. (3) If a particular cell is recovered and it lies in the neighbourhood of an infected cell, it has a p2 probability of getting re-infected. The mode of infection is same as that, discussed in Rule (1). We implement this mathematically in the following way: set r = random (generate a random number between 0 and 1). We run the cellular automata simulation following the rules as discussed above for a 100x100 lattice and a 500x500 lattice using the parameters as listed below in Table: In this model, we follow the same three rules as in section 2.1. In addition to that, we introduce a new rule. Owing to the availability and effectiveness of the vaccine, we assign a probability p3 of getting vaccinated, i.e., getting converted to the recovered population, to each susceptible cell as shown in FIG: 6. We execute this computationally as follows: For any t = t and for all i, j < N , If A[i, j] = 0, set r = random (generate a random number between 0 and 1). Here also, we similarly run the simulation following the above rules for both 100x100 lattice and 500x500 lattice using the parameters as listed below in Table: 2. We analyse and discuss the results obtained from the simulations in subsection 2.1, i.e, in the absence of vaccination and subsection 2.2, i.e, in the presence of vaccination separately in the following two subsections. While running simulations 1 and 2 as shown in FIG: 4 and FIG: 5 , we count the number of points having a value equal to 0 (susceptible), the number of points having a value in the range 1-2 (infected) and the total number of points having a value equal to 2 (recovered) and -1 (dead) at each time-step and plot them in both cases, as shown in FIG: 9 . We see that the susceptible population falls and then saturates with time; the infected population rises first to reach a peak and then falls down to zero with time; the removed (recovered and dead) population rises and saturates with time. These trends of the susceptible, infected and removed population for a typical epidemic match with that obtained from the SIR Model of epidemic proposed by Kermack and McKendrick in 1927 [2] . From FIG: 9 , we also see that the fluctuations decrease as the system size increases. It may be noted here that if one considers the Moore neighbourhood of 2D cellular automata, the positions of the peaks of infected populations would have shifted towards the left with a corresponding increase in height of the peaks of FIG: 9. We run a separate simulation using the rules from section 2.1 and the parameters from Table: 1 considering only one infected cell exactly at the centre of a 500x500 lattice as given in Simulation 5: https://youtu.be/Y1BUIA5BABo. FIG: 10 shows the 500x500 lattice at four different generations. We observe that the spread of infection is almost symmetric and hence circular. We plot the radius of the infection bubble R at each time step(t) as shown in FIG: 11 and find, Now, if we obtained R ∼ √ t, we could have inferred that the nature of an epidemic spread is diffusive. But here the linear variation of R with time tells us that the nature of an epidemic spread is essentially superdiffusive. So, we find that the rate of spread of an epidemic is a constant of time. For our chosen parameters and initial condition, the value of the slope of the fitted straight line is 0.4405 ± 0.0008, which may be used to estimate the velocity of spread of different epidemics with proper scaling. We further study the correlation of two independent cells with respect to some initial conditions. Here, one cell is considered as central between the two independent cells. We infect the central site in a background of a number of randomly oriented infected sites as the initial condition and then estimate the probability of a particular site in the lattice to be infected after τ time-steps or generations, by increasing the value of τ , to understand the correlation between two infected sites. We execute this on a 100x100 lattice by infecting the central site in a background of 10 random infected sites. Now we start with τ = 10 and run the simulation a number of times to observe whether a particular site gets infected or not, from where we calculate the probability of infection (p). We repeat this process by increasing the value of τ . We plot the result in FIG: 12, where we fit the obtained data in the functional form: From the fitted data, we estimate the values of the parameters to be A = 0.093 ± 0.002 and B = −2.470 ± 0.076. It is to be noted that the value τ depends on the parameters A and B, which ensures a non-zero value of the probability p, since the value of tanh(Aτ + B) may be negative. It may be noted here that the correlation strongly depends on the choice of initial conditions. For example, if one considers the number of initially infected sites to be more than 10, the mean free space between two infected sites would decrease, as a result of which, the growth of correlation would have been faster. Moreover, as the distance between two chosen cells increases, the probability of infection in such correlation would decrease, leading to slower growth of correlation. This may lead to an interesting and valuable investigation. While running simulations 3 and 4 as shown in FIG: 7 and FIG: 8, we similarly count and respectively plot the number of susceptible, infected and removed population at each time-step for both cases, as shown in FIG: 13 . We observe that the susceptible population falls almost exponentially with time; the infected population rises to reach a peak and then falls down to zero with time; the removed population saturates rapidly with time. These trends of the susceptible, infected and removed population for a typical epidemic match with that obtained from the Dynamical Model proposed by Datta-Acharyya [15] , which was developed as a modification to the original Kermack MCKendrick SIR Model in presence of medicated herd immunity, given by: where, x = the number of susceptible people, y = the number of infected people, z = number of removed (recovered and dead) people, k, l and c are the three parameters which are the rate of infection, rate of removal and rate of vaccination respectively. We can solve Equation (1) In this article, we have developed a lattice model of the spread of epidemic using cellular automata (CA). The CA algorithm has been framed in such a way that it can successfully capture the effects of getting infected even after recovery. The death and survived-recovery have correctly been separated out in the original calculations (which was grossly mentioned in KM model as the removed population). The infection period has also been incorporated in the CA model. The basic target was to get the effects of the spatial evolution of the infection, which was not in Kermack-McKendrick mean-field kind of model. One can use this CA model in the extended system to get a more realistic picture of the spread of epidemic. The basic results, regarding the time dependences of the number of Susceptible, Infected and Removed individuals, in the original KM model, are successfully reproduced in the CA model as a benchmark of the utility of this proposed CA model. The lattice model is used to show the growth of infection over the length space. The growth of the dynamical shape of the infected cluster correctly reflects the symmetry of the algorithm proposed. The multiple infected clusters grow and eventually coalesce to form a giant infected cluster. This giant infected cluster grows further to engulf the whole system. This picture of the growth of infection is observed in reality. How does the infected cluster grow in time?. This interesting question has also been addressed here and studied systematically (Fig-10) . From the symmetry of the algorithm, the infected cluster is nearly circular in shape. The time-dependent radius of the infected cluster has been measured and plotted against time (Fig-11) . Our results, with good statistical analysis, fit in a form R ∼ t. The circular front of the infected cluster moves linearly in time. We further study the correlation of a particular site to be infected, given the central site is infected. Another important aspect of such SIR model is the inclusion of medicated immunity. In the present CA model, the effects of medicated immunity have been incorporated which agree quite well with the previously proposed model of the variant of the KM model. Let us briefly mention the disadvantage of the model proposed in this study. This CA model is described here on a square lattice in two dimensions. Consequently, the number of nearest neighbours are four. This restricts the saturation of the neighbourhood. This is a simplification of the model. If any model can be developed where the number of neighbours can be larger (e.g., in a network), one can employ the chances of infection spreading to the neighbours probabilistically and more efficiently, which would be more realistic as one person can infect more number of individuals due to various social contacts. A pneumonia outbreak associated with a new coronavirus of probable bat origin Abnormal respiratory patterns classifier may contribute to large-scale screening of people infected with COVID-19 in an accurate and unobtrusive manner Data analysis for the COVID-19 early dynamics in Northern Italy A Time-dependent SIR model for COVID-19 Viewing the Progression of the Novel Corona Virus (COVID-19) with NewsStand Predicting the cumulative number of cases for the COVID-19 epidemic in China from early data How many infections of COVID-19 there will be in the "Dia mond Princess-Predicted by a virus transmission model based on the simulation of crowd flow The Reconstruction and Prediction Algorithm of the Fractional TDD for the Local Outbreak of COVID-19 The Outbreak Evaluation of COVID-19 in Wuhan District of China Deep Learning Sys-tem to Screen Coronavirus Disease Space-time dependence of corona virus (COVID-19) outbreak Covid-19 spread: Reproduction of data and prediction using a SIR model on Euclidean network Phase transition in Kermack-McKendrick Model of Epidemic: Effects of Additional Nonlinearity and Introduction of Medicated Immunity Epidemic modelling using cellular automata Spatial organization and evolution period of the epidemic model using cellular automata Percolation and the pandemic Impact of time delay on the dynamics of SEIR epidemic model using cellular automata Critical behavior of the susceptible-infected-recovered model on a square lattice A cellular automaton model for the effects of population movement and vaccination on epidemic propagation Dynamical Theory and Cellular Automata Simulations of Pandemic Spread:Understanding Different Temporal Patterns of Infections A data-driven understanding of COVID-19 dynamics using sequential genetic algorithm based probabilistic cellular automata A model based on cellular automata to estimate the social isolation impact on COVID-19 spreading in Brazil Supressing epidemics with a limited amount of immunization units Acknowledgement AD thanks Presidency University for giving the opportunity to work in an academically engaging scientific environment. MA acknowledges FRPDF grant of Presidency University for financial support. We would like to thank Arunava Chakrabarti for his useful comments and suggestions.