Submitted Successfully!
To reward your contribution, here is a gift for you: A free trial for our video production service.
Thank you for your contribution! You can also upload a video entry or images related to this topic.
Version Summary Created by Modification Content Size Created at Operation
1 + 1413 word(s) 1413 2021-04-26 09:52:04 |
2 format correct -21 word(s) 1392 2021-05-07 11:30:44 | |
3 keyword + 1 word(s) 1393 2021-05-07 13:15:29 | |
4 Typos correction Meta information modification 1393 2021-05-29 11:42:29 |

Video Upload Options

Do you have a full video?

Confirm

Are you sure to Delete?
Cite
If you have any further questions, please contact Encyclopedia Editorial Office.
Payedimarri, A.B.; Concina, D.; Panella, M. AI in SARS-CoV-2 outbreak. Encyclopedia. Available online: https://encyclopedia.pub/entry/9377 (accessed on 25 April 2024).
Payedimarri AB, Concina D, Panella M. AI in SARS-CoV-2 outbreak. Encyclopedia. Available at: https://encyclopedia.pub/entry/9377. Accessed April 25, 2024.
Payedimarri, Anil Babu, Diego Concina, Massimiliano Panella. "AI in SARS-CoV-2 outbreak" Encyclopedia, https://encyclopedia.pub/entry/9377 (accessed April 25, 2024).
Payedimarri, A.B., Concina, D., & Panella, M. (2021, May 07). AI in SARS-CoV-2 outbreak. In Encyclopedia. https://encyclopedia.pub/entry/9377
Payedimarri, Anil Babu, et al. "AI in SARS-CoV-2 outbreak." Encyclopedia. Web. 07 May, 2021.
AI in SARS-CoV-2 outbreak
Edit

Artificial Intelligence (AI) and Machine Learning (ML) have expanded their utilization in different fields of medicine. During the SARS-CoV-2 outbreak, AI and ML were also applied for the evaluation and/or implementation of public health interventions aimed to flatten the epidemiological curve. 

artificial intelligence machine learning COVID-19 public health interventions prediction models epidemic pandemic severe acute respiratory syndrome coronavirus-2 SARS-CoV-2

1. Introduction

During the last five years, the use of Artificial Intelligence (AI) and Machine Learning (ML) rapidly increased its applications in various areas of medicine [1][2]. In particular, during the SARS-CoV-2 outbreak, AI and ML were shown to be effective in improving diagnostic and prognostic processes of COVID-19, although there were limitations due to potential biases relating to the quality of reporting [3]. AI and ML were also applied to public health issues related to COVID-19. This included the identification of clinical and social factors associated with the risk of COVID-19 infections and deaths [4][5][6], the development of spatial risk maps [5], the prediction of the trends and peak of the epidemic [7][8], and finally, the development of vaccination strategies [9]. For optimizing protection and preventing the spread of COVID-19, several activities need to be implemented, such as the identification of suspicious events, large-scale screening, tracking, associations with experimental treatments, pneumonia screening, data and knowledge collection and integration using the Internet of Intelligent Things (IIoT), resource distribution, robotics for medical quarantine, forecasts, and modeling and simulation [10][11].

In the actual phase of the epidemic, governments are using public health measures such as lockdown, social distancing, and school closures, etc., to contain the spread of the virus. The effectiveness of such strategies is mainly based on theoretical assumptions [12]. Moreover, epidemiological models such as Susceptible–Exposed–Infectious–Recovery (SEIR), stochastic transmission models, etc., that have traditionally been used to study and predict dynamics and possible contagion scenarios [13][14][15] also had limited application to public health interventions for the COVID-19 pandemic.

2. Control the Spread of COVID-19

Based on our findings, quarantine emerged as the most effective intervention to control the spread of COVID-19 [16][17][18]. China implemented a combination of interventions based on quarantine that also included the implementation of cordon sanitary measures and traffic restrictions from 23 January 2020 to 16 February 2020. Before the implementation, the Rt was above 3.0. After the application of the quarantine, on 6 February 2020 the Rt decreased to below 1.0, and on 1 March 2020 the Rt decreased to less than 0.3 [19]. The data of 190 countries worldwide that implemented the quarantine measures (from 23 January 2020 to 13 April 2020) showed how they were associated with a reduction in Rt when compared with countries that did not adopt this measure (Rt = −11.40%, 95% CI (−9.07–−13.66%)) [20].

AI and ML were also applied in the use of lockdown [17]. The results of eleven European countries that implemented a lockdown between 3 February 2020 and 4 May 2020 showed a reduction in Rt below 1 and a large effect on reducing transmission [21]. A recent study that ranked the effectiveness of worldwide COVID-19 public health interventions that were implemented in 79 territories showed that curfews, cancellations of small gatherings and closures of schools, shop and restaurants were among the effective public health policies [22]. All these results were consistent with the outputs of the quarantine and lockdown-based AI and ML models [16][17][23][18].

AI and ML also simulated the adoption of continuously redefining the modification of lockdown measures according to the spatial (area) risk of the spread of the disease in one area (low, moderate, and high) [24]. This intervention was mainly used by Western European countries. Additionally, India implemented the same approach during lockdown phase 3 (from 4 May 2020 to 17 May 2020). After the application of this measure, the Rt decreased from 2.78 to 1.38. In brief, even though this approach reduced the spread of COVID-19 epidemic progression, it was unable to halt and eventually eradicate the COVID-19 epidemic [25].

Social distancing was the last strategy that was evaluated with AI and ML. AI and ML suggested that social distancing could be effective only in combination with the closure of schools/commercial activities and the limitation of public transportation [26]. Additionally, from real life data the application of social distancing as a single intervention was not very successful because case resurgence was likely to occur once it was removed and it did not help to reduce the excess mortality [27][28].

The models used in our study are quite diverse and a few considerations about their characteristics are worthwhile. The main models considered are the following: SIR/SEIR (Susceptible–Exposed–Infected–Recovered), Linear Regression, TOPSIS, Neural Networks, Agent-based Simulation.

These models are from very different families of methods, ranging from differential equation models (SIR/SEIR), to statistical machine learning models (linear regression and neural nets), geometric models (TOPSIS), and, finally, simulation models (agent-based simulation). A direct comparison is then hard, and the choice of one method with respect to another one may depend upon several factors, such as the kind of collected data, the availability of analytical tools, and the contextual situation under which the model can actually be applied. For instance, the SIR family of models, as any model in system theory (i.e., differential equations), assumes that the modeled system abstracts to some specific behavior. In particular, in standard SIR, a homogeneous mixing of the infected I and susceptible S populations is assumed, meaning that a person’s contacts are randomly distributed among all others in the population. However, in real situations, the mixing in a population is heterogeneous and contacts are usually not random; for example, people of different ages may have very different kinds of relationships.

Machine learning models do not assume such a kind of abstract behavior, since they try to predict specific patterns of prediction from data; in other words, they tend to learn the abstract behavior of the system from observations, and they use what has been learnt to make predictions. However, in this case specific modeling assumptions are also present. Standard linear regression is a model with very high bias, since it assumes a linear relationship between observed data and the target; however, the bias can be reduced by adjusting the model to polynomial regression with the introduction of additional non-linear (Quadratic, Cubic, etc.) parameters. It is well-known that this bias reduction will increase the variance of the model, leading to the problem of overfitting (the inability of the model to generalize to unobserved data, while being really accurate on observed data). Regularization techniques (lasso or L2 regularization) can be adopted to reduce overfitting [29]. Neural networks are more general, since the non-linearity can be captured in the activation functions of the artificial neurons (usually sigmoid functions such as logistic or hyperbolic tangent, as well as Rectified Linear Unit widely adopted in deep neural net modes), and overfitting can be mitigated by both suitable architectural choices as well as regularization. However, the choice of the right set of hyper-parameters of the net (number of neurons, number of hidden layers, activation functions) and of the learning algorithm (learning rate, momentum, parameter initialization) may have a great impact on the final model’s performance and must be made by intensive cross-validation procedures.

Geometric models such as TOPSIS more directly address a decision-making process and are quite interesting in a setting like the one discussed in the present paper, i.e., the evaluation of specific countermeasures to contain the spread of COVID-19. In particular, TOPSIS belongs to the class of Multiple Attribute Decision Making (MADM) approaches, where some courses of action are chosen in the presence of multiple, usually conflicting, features. An interesting observation is that similar approaches have also been investigated in the Machine Learning community with the use of Probabilistic Graphical Models, such as Decision Networks or Influence Diagrams [30], but with the possibility of learning both the structural relationship among the attributes and their quantification in terms of uncertainty (probability) and utility.

Finally, agent-based simulation is a completely different alternative, where no specific modeling is assumed, but the results are obtained by looking at the interactions among the involved agents. The crucial point is to determine the right set of simulation parameters, such as the number of agents, the rate of interaction, the probability of infection given by contacts, etc.

In summary, all the approaches investigated in the different studies have their motivations, as well as their strengths and limitations, and no one can be, in general, considered better or worse than another one. However, the finding suggesting that quarantine is a good and efficient strategy for containing COVID-19 is an important result which is strengthened by the convergence of such different models.

References

  1. Handelman, G.S.; Kok, H.K.; Chandra, R.V.; Razavi, A.H.; Lee, M.J.; Asadi, H. eDoctor: Machine learning and the future of medicine. J. Intern. Med. 2018, 284, 603–619.
  2. Sidey-Gibbons, J.A.M.; Sidey-Gibbons, C.J. Machine learning in medicine: A practical introduction. BMC Med. Res. Methodol. 2019, 19, 1–18.
  3. Wynants, L.; Van Calster, B.; Collins, G.S.; Riley, R.D.; Heinze, G.; Schuit, E.; Bonten, M.M.J.; Dahly, D.L.; A Damen, J.; A Debray, T.P.; et al. Prediction models for diagnosis and prognosis of covid-19: Systematic review and critical appraisal. BMJ 2020, 369, m1328.
  4. Riley, P.; Riley, A.; Turtle, J.; Ben-Nun, M. COVID-19 deaths: Which explanatory variables matter the most? medRxiv 2020, 1–21.
  5. Mollalo, A.; Rivera, K.M.; Vahedi, B. Artificial Neural Network Modeling of Novel Coronavirus (COVID-19) Incidence Rates across the Continental United States. Int. J. Environ. Res. Public Health 2020, 17, 4204.
  6. Li, M.; Zhang, Z.; Cao, W.; Liu, Y.; Du, B.; Chen, C.; Liu, Q.; Uddin, N.; Jiang, S.; Chen, C.; et al. Identifying novel factors associated with COVID-19 transmission and fatality using the machine learning approach. Sci. Total Environ. 2021, 764, 142810.
  7. Alsayed, A.; Sadir, H.; Kamil, R.; Sari, H. Prediction of Epidemic Peak and Infected Cases for COVID-19 Disease in Malaysia, 2020. Int. J. Environ. Res. Public Health 2020, 17, 4076.
  8. Aguiar, M.; Ortuondo, E.M.; Van-Dierdonck, J.B.; Mar, J.; Stollenwerk, N. Modelling COVID 19 in the Basque Country from introduction to control measure response. Sci. Rep. 2020, 10, 1–16.
  9. Kannan, S.; Subbaram, K.; Ali, S.; Kannan, H. The Role of Artificial Intelligence and Machine Learning Techniques: Race for COVID-19 Vaccine. Arch. Clin. Infect. Dis. 2020, 15, e103232.
  10. Mohamed, S.; Giabbanelli, P.; Alvarez-Lopez, F.; Adly, A.S.; Adly, A.S.; Adly, M.S. Approaches Based on Artificial Intelligence and the Internet of Intelligent Things to Prevent the Spread of COVID-19: Scoping Review. J. Med. Internet Res. 2020, 22, e19104.
  11. Lalmuanawma, S.; Hussain, J.; Chhakchhuak, L. Applications of machine learning and artificial intelligence for Covid-19 (SARS-CoV-2) pandemic: A review. Chaos Solitons Fractals 2020, 139, 110059.
  12. WHO. Non-Pharmaceutical Public Health Measures for Mitigating the Risk and Impact of Epidemic and Pandemic Influenza. A Checklist for Pandemic Influenza Risk and Impact Management: Building Capacity for Pandemic Response. 2019. Available online: (accessed on 1 July 2020).
  13. Porgo, T.V.; Norris, S.L.; Salanti, G.; Johnson, L.F.; Simpson, J.A.; Low, N.; Egger, M.; Althaus, C.L. The use of mathematical modeling studies for evidence synthesis and guideline development: A glossary. Res. Synth. Methods 2019, 10, 125–133.
  14. Godio, A.; Pace, F.; Vergnano, A. SEIR Modeling of the Italian Epidemic of SARS-CoV-2 Using Computational Swarm Intelligence. Int. J. Environ. Res. Public Health 2020, 17, 3535.
  15. Parham, P.E.; Michael, E. Outbreak properties of epidemic models: The roles of temporal forcing and stochasticity on pathogen invasion dynamics. J. Theor. Biol. 2011, 271, 1–9.
  16. Shao, P.; Shan, Y. Beware of asymptomatic transmission: Study on 2019-nCoV prevention and control measures based on extended SEIR model. bioRxiv 2020, 16, 224.
  17. Qiu, Y.; Chen, X.; Shi, W. Impacts of social and economic factors on the transmission of coronavirus disease 2019 (COVID-19) in China. J. Popul. Econ. 2020, 33, 1127–1172.
  18. Dandekar, R.; Barbastathis, G. Quantifying the effect of quarantine control in Covid-19 infectious spread using machine learning. medRxiv 2020, 2020, 1–13.
  19. Pan, A.; Liu, L.; Wang, C.; Guo, H.; Hao, X.; Wang, Q.; Huang, J.; He, N.; Yu, H.; Lin, X.; et al. Association of Public Health Interventions With the Epidemiology of the COVID-19 Outbreak in Wuhan, China. JAMA 2020, 323, 1915.
  20. Bo, Y.; Guo, C.; Lin, C.; Zeng, Y.; Li, H.B.; Zhang, Y.; Hossain, S.; Chan, J.W.; Yeung, D.W.; Kwok, K.O.; et al. Effectiveness of non-pharmaceutical interventions on COVID-19 transmission in 190 countries from 23 January to 13 April 2020. Int. J. Infect. Dis. 2021, 102, 247–253.
  21. Flaxman, S.; Mishra, S.; Gandy, A.; Unwin, H.J.T.; Mellan, T.A.; Coupland, H.; Whittaker, C.; Zhu, H.; Berah, T.; Eaton, J.W.; et al. Estimating the effects of non-pharmaceutical interventions on COVID-19 in Europe. Nature 2020, 584, 257–261.
  22. Haug, N.; Geyrhofer, L.; Londei, A.; Dervic, E.; Desvars-Larrive, A.; Loreto, V.; Pinior, B.; Thurner, S.; Klimek, P. Ranking the effectiveness of worldwide COVID-19 government interventions. Nat. Hum. Behav. 2020, 4, 1303–1312.
  23. Wang, S.; Ramkrishna, D. On the spread of coronavirus infection. A mechanistic model to rate strategies for disease management. medRxiv 2020, 1–15.
  24. Kumar, A.; Khan, F.M.; Gupta, R.; Puppala, H. Preparedness and Mitigation by projecting the risk against COVID-19 transmission using Machine Learning Techniques. medRxiv 2020. published online first.
  25. Singh, B.B.; Lowerison, M.; Lewinson, R.T.; Vallerand, I.A.; Deardon, R.; Gill, J.P.S.; Singh, B.; Barkema, H.W. Public health interventions slowed but did not halt the spread of COVID-19 in India. Transbound. Emerg. Dis. 2020, 2, 1–17.
  26. Marini, M.; Chokani, N.; Abhari, R.S. COVID-19 Epidemic in Switzerland: Growth Prediction and Containment Strategy Using Artificial Intelligence and Big Data. medRxiv 2020, 1–10.
  27. Kissler, S.; Tedijanto, C.; Lipsitch, M.; Grad, Y. Social distancing strategies for curbing the COVID-19 epidemic. medRxiv 2020. prepr published online first.
  28. Ludvigsson, J.F. The first eight months of Sweden’s COVID-19 strategy and the key actions and actors that were involved. Acta Paediatr. 2020, 109, 2459–2471.
  29. Friedman, J.H.; Tibshirani, R.; Hastie, T. The Elements of Statistical Learning; Springer: Berlin/Heidelberg, Germany, 2001; Available online: (accessed on 8 April 2021).
  30. Nielsen, T.; Jensen, F. Bayesian Networks and Decision Graphs; Springer: Berlin/Heidelberg, Germany, 2007; Available online: (accessed on 8 April 2021).
More
Information
Contributors MDPI registered users' name will be linked to their SciProfiles pages. To register with us, please refer to https://encyclopedia.pub/register : , ,
View Times: 684
Revisions: 4 times (View History)
Update Date: 29 May 2021
1000/1000