Literature DB >> 34063302

A State-of-the-Art Survey on Artificial Intelligence to Fight COVID-19.

Md Mohaimenul Islam1,2,3, Tahmina Nasrin Poly1,2,3, Belal Alsinglawi4, Ming Chin Lin1,5,6, Min-Huei Hsu7, Yu-Chuan Jack Li1,2,3,8,9.   

Abstract

Artificial intelligence (AI) has shown immense potential to fight COVID-19 in many ways. This paper focuses primarily on AI's role in managing COVID-19 using digital images, clinical and laboratory data analysis, and a summary of the most recent articles published last year. We surveyed the use of AI for COVID-19 detection, screening, diagnosis, the progression of severity, mortality, drug repurposing, and other tasks. We started with the technical overview of all models used to fight the COVID-19 pandemic and ended with a brief statement of the current state-of-the-art, limitations, and challenges.

Entities:  

Keywords:  COVID-19; artificial intelligence; coronavirus; deep learning; machine learning

Year:  2021        PMID: 34063302      PMCID: PMC8124542          DOI: 10.3390/jcm10091961

Source DB:  PubMed          Journal:  J Clin Med        ISSN: 2077-0383            Impact factor:   4.241


1. Introduction

Coronaviruses are positive-sense single-stranded RNA viruses; they belong to the Coronavirdiae family, and mainly infect birds, mammals, and humans [1]. The Coronavirdiae family consists of two subfamilies (Letovirinae and Orthocoronavirinae), and five genera, such as Alphaletovirus, Alphacoronavirus, Betacoronavirus, Gammacoronavirus, and Deltacoronavirus [2]. The coronavirus disease 2019 (COVID-19) is caused by a severe acute respiratory syndrome coronavirus 2 (SARS-CoV-2), which was first introduced in Wuhan, China [3]. The severe acute respiratory syndrome coronavirus (SARS-CoV) and Middle East respiratory syndrome coronavirus (MERS-CoV) are a genus of Betacoronavirus and have infected more than 120 million people worldwide [4]. As of 11 February 2021, 107 million confirmed cases have been reported in 212 countries and the mortality rate is 2.19% (https://www.worldometers (accessed on 11 Febuary 2020). There are no specific treatments available for COVID-19 so far, and most of the clinical therapies mainly focus on coping with the symptoms. However, several antiviral drugs, such as remdesivir, were tested and approved for treating severe COVID-19 patients [5,6]. Hhydroxychloroquine, antirheumatic, and angiotensin inhibitors were also used for the management of patients, especially those at high risk [7,8]. Researchers around the world are developing potential vaccines to treat patients that will directly target the virus or block viral entry. Indeed, this pandemic has created a global challenge in many ways, such as increasing demand for medical personnel’s (doctor, nurse, and pharmacists), hospital beds, and medications [9]. The reverse transcriptase–polymerase chain reaction (RT-PCR) is considered as a gold standard tool to identify COVID-19 patients, but the number of RT-PCR is not sufficient, and the diagnostic accuracy is less than eighty percent [10,11]. The availability of standard diagnostic tools for COVID-19 is currently in shortage in the developing countries. This contributes to increased infection rates and delays critical preventive measures. Artificial intelligence (AI) algorithms have shown great potential to predict, diagnose, image classification, and epidemiological trends of diseases. Thus, the application of AI can immediately be applied to combat COVID-19. However, tackling COVID-19 depends on many variables, including rapid diagnosis, screening, accurate stratification of severe patients, and proper treatments. This review shows the contribution of AI models to combat COVID-19 (Figure 1).
Figure 1

Application of AI to fight COVID-19.

2. Overview of Artificial Intelligence

The main objective of this section is to provide a formal idea and definition of the artificial intelligence (AI) concepts, techniques and architectures that we found in the COVID-19 related papers surveyed in this study.

2.1. Machine Learning

2.1.1. Random Forest (RF)

Random forest (RF) is a simple, diverse, and high performing algorithm introduced by Tin Kam Ho [12]. It is preferred by machine learning practitioners [13]. This algorithm generates multiple decision trees and averages them together to make an accurate prediction [14]. The RF algorithm’s working process is almost similar to boosting; it is easy to train and tune. The main advantage of the RF model is to use both classification and regression tasks. The RF model always utilizes to make correct decision trees and reduce the overfitting problem [15]. Although the RF gives higher performance than decision trees, accuracy cannot outperform gradient boosted trees. In general, bootstrap aggregating or bagging techniques are applied in the RF algorithm to train the model. For example, begging repeatedly (N times) and select a random sample with a replacement from the training dataset, with regarding the outcome . For, (a) Random sample, with replacement, n train data of X, Y; express in (b) train a classification and regression tree on . The RF model can be presented in: with , if is one of the point in the same leaf as , 0 otherwise.

2.1.2. Support Vector Machine (SVM)

A support vector machine (SVM) is a widely used supervised machine-learning algorithm utilized in classification and regression problems. The SVM algorithm’s main objective is to make a perfect decision boundary or line that can separate n-dimensional space into the various correct category [16]. The most appropriate boundary line with fewer errors is called a hyperplane. The equation for hyperplane can be examined as follows: Let us assume the outcome y (outcomes) is either 1 (yes) or −1 (no). All of these three lines bellows are considered as separating hyperplanes. They are used to separate the outcome y (yes or no) and this property can be presented mathematically as follow:

2.1.3. Logistic Regression (LR)

Logistic regression (LR) is a popular algorithm used to measure the relationship between the dependent variable, such as mortality of patients with COVID-19, and one or more independent variables or predictors (e.g., age, gender, lymphocytes, albumin, LDH, hypersensitive C—reactive protein (hs-CRP)) by calculating probabilities using a logistic function. LR includes a particular group of models named a generalized linear model. It can be explained simply by the following equation: where is an error distributed by the standard logistic distribution. A logistic function is a sigmoid function, which receives any independent variable/predictor (p) and gives an outcome value (yes or no); a value between 0 and 1. The standard logistic function is presented as bellows: Suppose, is a linear function of one independent variable/predictor . Then can be presented as follows: And the general logistic function is now expressed as: If there are multiple predictor variables for mortality predictions, the expression can be revised to where are the mortality risk prediction model parameters, m is the number of predictor variables, and are predictor variables in a given COVID-19 patient.

2.1.4. XGBoost

XGBoost is an ensemble algorithm that has recently been widely applied to machine learning prediction models because of its speed and performance. This method’s main principle is to boost weak learners to make them strong learners using gradient descent architecture. It helps to minimize a regularized objective function and reduce model complexity. It also trains the dataset iteratively, adding new trees that predict the residuals or errors of prior trees. Lastly, it combines all predictive values of previous trees to make a final prediction.

2.2. Deep Learning

2.2.1. Artificial Neural Networks (ANNs)

ANNs are one of the main tools used in AI. ANNs are inspired by the neurons of a biological brain that is intended to mimic how humans learn. ANN consists of input, hidden, and output layers. The input layer is the first layer that receives information in numbers, documents, texts, images, and audio files. The middle layer is called the hidden layer, and a single layer neural network is called a perceptron. However, it can be multiple layers and gives single or multiple outcomes. In Figure 2,   , and represents four inputs (independent variables) to the network. Each of the four inputs is multiplied by a random weight. The weights are represented as , , , Weight represents the strength of each node and b is called bias. A bias value lets the activation function go up and down. The following output is generated in the activation function:
Figure 2

The basic structure of ANN.

The activation function determines whether a neuron would be activated or not by the sum of weight and further adding bias to it. The primary objective is to introduce non-linearity into the output of each neuron. There are various activation functions used in the neural network, such as:

2.2.2. Convolutional Neural Network (CNN)

A CNN consists of several network layers such as input, convolutional, max pooling, average pooling, and output layers. The total number of layers can be increased or decreased based on how many inputs are used to train the model. However, the deeper network will perform better in a large dataset. The advantage of using CNN is that it does not need any feature extraction. In the CNN model, the features are automatically extracted hierarchically from the input, and it is further classified by using a fully connected layer. Figure 3 shows the architecture of the CNN model.
Figure 3

A schematic view of the CNN model.

Convolutional layer: A convolutional function is applied in the convolutional layer to use given input variables. A filter moves over the input variables with a stride (describes how many pixels per filter will be translated horizontally and vertically). The providers usually determine the size of the stride. It generates feature maps and is used as an input of the subsequent layer. Activation function: Different types of activation function are applied in the convolutional layers. It helps to create a non-linear relationship between the data and the output class. Layer is a non-linearity layer and it takes the feature volume from a convolutional layer and generates the activation volume . There are several types of activation function, such as tanh, sigmoid, and ReLu, used to classify output variables. However, ReLu is a widely used activation function because of its capability to reduce the exploding/vanishing gradient problem. Max pooling: A max pooling layer is used to reduce the size of the feature. The value of stride is selected according to the maximum value/average value (Figure 4). The maximum/average value is taken by stride and a matrix is made. However, the output size of the layer is smaller than the previous layer.
Figure 4

Max pooling in CNN.

Fully connected layer: The neuron of the previous layer i.e., max pooling layer will be connected to each and every neuron in this layer. The output layer of the MLP will have outputs. In the output neurons, denotes the number of layers in the MLP (Figure 5).
Figure 5

Fully connected layer in CNN.

If is a fully connected layer;

2.2.3. Neural Recurrent Network (RNN)

RNN is a generalization of a feedforward neural network that uses information sequentially. Traditionally, all inputs (and outputs) of the neural network are considered independent of each other. The RNN performs the same task for every input of data, and the output always depends on the previous computations. Every time the output is made, it is then copied and sent back to the recurrent network. To make the final output, it takes the current input and the output that it has already learned from the previous input of data. Unlike feedforward neural networks, RNNs have an internal state (memory) that can process sequences of inputs and capture input and output information about what has been calculated. This ability makes RNN applicable to real-time clinical decision-making tasks. In Figure 6, it shows that RNN takes input from the sequence of data and makes an output (), which then combines with another input for the next step. Therefore, the next input is a combination of the output of the previous input and second input . Similarly, the next input will be a combination of output and input , and so on. In this process, RNN continues to remember the information while training.
Figure 6

The architecture of RNN.

The mathematical equation for the current state and activation function is given below: where is weight, is the single hidden vector and is the weight at a previous hidden state, is the weight at the current input state, is the activation function that converts input to range (–1,1), and output state is produced by where is the weight at the output state.

2.2.4. Long Short Term Memory (LSTM)

LSTM is a modified version of RNN, which can easily collect data information in the memory cell. LSTM is applied to overcome the vanishing gradient problems through a gating mechanism and is more applicable to classify processes and predict real-time clinical problems given time lags of unknown duration. The primary tool of LSTM’s is the cell state (memory) and its’ various gates. The cell state of LSTM transfers valuable information to the whole sequence. Adding useful information from previous time steps can make its way to later time steps, minimizing the impact of short-term memory. Since the cell state proceeds forward, potential information is added or deleted to the cell state via gates. The gate decides what information is allowed on the cell state, and the cell state determines what information is valuable to retain or delete during the training process. LSTM consists of input, forget, and output gate (Figure 7).
Figure 7

A basic structure of LSTM.

(a) Input gate: The input gate used to update the cell state; it helps to pass the previous hidden state and current input into a sigmoid function. The sigmoid activation function transforms the values between 0 and 1. The value closer to 0 means unimportant, and closer to 1 means important. The input gate also passes the same hidden state and current input into a tanh function to convert values between −1 and 1. Finally, the output from the sigmoid function would multiply with output from the tanh function; however, the sigmoid output makes a decision on what information could be retained from the tanh output. (b) Forget gate: the forget gate decides which information can be retained or deleted. Values from the previous hidden state and current input go through the sigmoid function and convert them between 0 and 1. The value closer to 0 omits, and closer to 1 retains. (c) Output gate: The output gate makes a decision on what the next hidden state would be and the hidden state stores all valuable information on previous inputs, which are eventually used to predict. In this process, the previous hidden state and the current input goes through a sigmoid function (convert value 0 and 1), and the newly modified cell state goes through the tanh function (convert value −1 and 1). Storing valuable information in the hidden state is decided by multiplying the tanh output with the sigmoid output. The new cell state () and the new hidden state () is then transferred over the next step.

3. Review of State-of-the-Art

AI has been applied to many areas of COVID-19, including screening, diagnosis, severity stratification, mortality prediction, and epidemiology controls. A review of the related recent state-of-the-art is shown below:

3.1. COVID-19 Screening Using Digital Images

3.1.1. Potentiality

The prevalence of COVID-19 has been increasing, and the healthcare industry is facing a lack of healthcare providers to handle this unprecedented situation. Digital images, such as X-ray and CT scan, have been used to check abnormalities and stratify COVID-19 patients. Recently, deep learning shows its’ capabilities to detect disease accurately using digital images. Therefore, developing AI systems could help physicians to screen COVID-19 patients efficiently and lessen the burden on hospitals dealing with outbreaks. Kumar et al. [17] developed a machine learning-based classification model using a deep feature for COVID-19 patient’s prediction. The XGBoost model showed higher classification performance (AUROC: 0.99, accuracy: 0.97, sensitivity: 0.97, and specificity (0.98)) than other models. Minaee et al. [18] trained 2000 X-ray images using convolutional neural networks, including ResNet18, ResNet50, SqueezeNet, and DenseNet-121 to stratify early COVID-19 patients and achieved a sensitivity of 98%. Moreover, Karim et al. [19] developed an explainable deep learning prediction model using 15,959 chest radiography images from three categories of patients (COVID-19, normal and pneumonia). While evaluating their model, they achieved precision, recall, and an F1 score of 0.904, 0.905, and 0.905, respectively. Table 1 shows several deep learning-based prediction models for COVID-19 patients’ classification.
Table 1

The performance of AI model for COVID-19 detection.

AuthorModelAlgorithmsApplicationsModalityF-1 ScoreAUROC/Accuracy
Hemdan [20]CNNDenseNetClassification of COVID-19 and normalX-ray0.91-
Civit-Masot [21]CNNVGG16Classification of COVID-19, Pneumonia, and healthyX-ray0.91>90
Elaziz [22]CNNFrMEMsClassification of COVID-19 and healthyX-ray---/96 and 98
Wang [23]CNNXception + SVMClassification of COVID-19 and normalX-ray-99.33/99.32
Das [24]CNNVGG-16Classification of COVID-19, Pneumonia and normalX-ray0.96--/97.67
Kassani [25]CNNDesnseNet121+BaggingClassification of COVID-19 and normalX-ray and CT scan0.96--/99
Ardakani [26]CNNResNet-101Classification of COVID-19 and normalCT scan1.099.4/99.5
Jain [27]CNNResNet101Classification of COVID-19 and viral pneumoniaX-ray0.98--/98.15
Singh [28]CNNMODE-based CNNClassification of COVID-19 and normalCT scan----/93.3
Ahuja [29]CNNResNet 18Classification of COVID-19 and normalCT scan0.9999.65/99.4

Note: CNN: Convolutional Neural Network.

3.1.2. Limitations

The primary objective of the AI model is to stratify COVID-19 patients from healthy patients. CNN model showed an efficient performance to be considered in the real-world clinical setting. However, there are several potential limitations. First, all of the studies were poorly reported and had a high risk of bias, therefore, considering their findings in the real-world clinical setting would be optimistic. Second, all of the studies had a lack of external evaluation and most of the studies used similar datasets, which raised potential bias. Third, no study mentioned where to deploy and how to interpret their findings; therefore, there is a lack of applicability information. Fourth, only a few studies reported a positive and negative predictive value, but these metrics are important to make a clinical decision using the findings in the hospital settings.

3.2. Artificial Intelligence for COVID-19 Severity

3.2.1. Potentiality

A large number of patients being hospitalized due to COVID-19, and mortality risk is also high. Previous studies reported that approximately 30 percent of patients go to the ICU among hospitalized patients, and 12–33 percent of patients need mechanical ventilation supports [30,31,32]. Identifying predictors for disease severity would help the physician make a crucial decision on which patients’ group needs to be prioritised or treated sooner (Table 2). Cai et al. [32] used CT images of COVID-19 patients to develop a prediction model that stratifies disease severity into groups (moderate, severe and critical). Lassau et al. [33] developed an AI-based scoring system to predict disease severity using just five clinical and biological variables. The performance of their model slightly increased while adding radiology variables. Moreover, Yip et al. [34] used 107 radiomic features of 1110 COVID-19 patients for developing a prediction model. Their model successfully stratified severe patients from mild patients with an AUROC of 0.85. Some symptoms (e.g., dyspnea, respiratory rate, heart rate and comorbidities (e.g., cardiovascular disease, hypertension, and diabetes)) significantly differed between mild and severe patient. A combination of clinical variables and radiological variables provided better performance. For example, a radiological feature such as ground-glass opacity significantly impacted severity prediction [35]. Quiroz et al. [36] aimed to develop an AI-based prediction model using clinical and imaging data from 346 patients. Different modern machine learning techniques, including, XGBoost, were used and several essential features also identified. The logistic regression model outperforms other models and accurately differentiates mild and severe patients (AUC 0.950; sensitivity 0.764; specificity 0.919).
Table 2

The performance of AI model to predict disease severity of patients with COVID-19.

AuthorMethodsApplicationVariable TypesPrecision/RecallAUROC/Accuracy
Akbar [37]GBMSeverity of COVID-19Blood0.91/0.8889/89
Feng [38]RNNSeverityCT scan--/0.8190/94
Xiao [39]CNNSeverityCT scan--/--89/81.9
Wu [40]LRSeverityCT and laboratory0.66~0.95/0.75~0.9684~93/74.4~87.5
Li [41]CNNSeverityCT and laboratory0.82/0.7993/88
Kang [42]ANNSeverityCT, clinical and laboratory--/--95/--
Ho [43]CNNSeverityCT0.78/0.8091/93

Note: CNN: Convolutional Neural Network; RNN: Recurrent Neural Network; ANN: Artificial Neural Network; GBM: Gradient Boosting Method; CT: Computed Tomography.

3.2.2. Limitations

AI models showed potentially significant performance in accurately predict the prognosis of the COVID-19 disease after hospitalization. However, these studies had several limitations. First, they had a small sample size, therefore the interpretation of results could be varied. Second, all of the studies collected data retrospectively and their results could be different while using their findings prospectively in the real-world clinical setting. Third, the range of missing data varied among studies; therefore, some potential information might be missed during the severity prediction. Finally, it is unclear what the optimal number of variables to be used is, and what kinds of variables (only laboratory and CT or a combination of both etc.) should be used to predict the disease progression during admission.

3.3. Artificial Intelligence for COVID-19 Mortality

3.3.1. Potentiality

COVID-19 has already shown its’ fatality, and the number has been increasing each day. Healthcare providers are struggling to make effective decisions for severe patients. This is because the pattern of the disease is complex. However, AI is an effective tool to predict the mortality of COVID-19 using a large number of clinical, laboratory, and image data. Timely grouping of the high-risk patients can help the physician make valuable medical decisions on who needs to receive more attention [44]. Several studies attempted to make an effective personalized mortality risk scoring system and evaluated their model with a new dataset [45,46] (Table 3). Booth et al. [47] demonstrated that serum biomarkers such as C—reactive protein (CRP), blood urea nitrogen (BUN), serum calcium, serum albumin, and lactic acid are significantly associated with an increased risk of mortality. Similarly, Zhou et al. [48] identified several risk factors (serum ferritin, procalcitonin, and CRP) that are directly associated with increased risk of severity and mortality. Moreover, epidemiological and clinical variables were significantly different between the survival and mortality group [49]. For example, the mortality rate was higher in patients with older age, obesity, and cardiac diseases [50,51].
Table 3

The performance of AI model to predict mortality of COVID-19.

AuthorMethodsApplicationVariableSensitivity/SpecificityAUROC/Accuracy
Abdulaal [52]ANNMortality riskDemographic, comorbidities, smoking history, and symptom0.87/0.85-/86.25
An [53]SVMMortality riskDemographics, symptom, comorbidities, and medications0.92/0.9196.3/-
Gao [54]Ensemble modelMortality riskDemographics, comorbidity and vital sign0.32~0.45/0.97~0.9992~97/93.0~95.6
Hu [55]LRMortality riskDemographic and laboratory0.83/0.7988/-
Li [56]ANNMortality riskDemographics, symptoms and laboratory0.75/0.8784/85
Yan [57]XGBoostMortality riskDemographic, symptom, and laboratory1/-92.2~95.05/
Rechtman [58]XGBoostMortality riskDemographics, symptoms, comorbidities-86/-
Ryan [59]XGBoostMortality riskDemographic, comorbidity, vital sign, and laboratory0.82/0.8491.0/80
Vaid [60]XGBoostMortality riskDemographic, comorbidity, vital sign, and laboratory-68~98/
Yadaw [61]XGBoostMortality riskDemographics, comorbidity, smoking--/91

Note: LR: Logistic Regression; SVM: Support Vector Machine; ANN: Artificial Neural Network.

3.3.2. Limitations

Although, the overall performance of the AI model to predict COVID-19 mortality was satisfactory in terms of sensitivity and specificity. However, there were several potential limitations, namely generalizability (it had limited external validation), single-site study, and a small minority of cohort. The majority of the studies did not include important variables such as hematological, biochemical, radiological, and microbiological variables. Moreover, different studies used different feature selection models; therefore, the number of variables to predict COVID-19 mortality is fixed, such as conventional scoring systems. Finally, most of the study failed to show the effect of drugs on mortality risk prediction. Some studies used drug history as input variables, but they did not mention how long the patients had taken the medications, and there was no information about the dose.

3.4. Artificial Intelligence for COVID-19 Drug Repurposing

3.4.1. Potentiality

There is no specific treatment available to fight COVID-19, and the development of new drugs needs 10–15 years [62]. A previous study demonstrated that approximately 30–40% of total drugs were used for a new purpose; although, drug repurposing is sometimes performed accidentally or in a limited way [63]. A recent technological advancement has opened opportunities for the systemic evaluation of any drug indication against new diseases. Drug repurposing not only saves time and costs, but it ensures patient safety because potential adverse effects have already tested. Text mining and bioinformatics tools are used to screen biological and chemical data to find known drugs against an array of COVID-19 target. The drug-repurposing strategy was used previously to combat several life-threatening diseases; therefore, finding its role to tackle the COVID-19 pandemic could be a great option. Cantürk et al. [64] utilized a neural network model to discover the underlying associations between viral proteins and antiviral therapeutics, which can be used to treat COVID-19 patients. AI researchers are very enthusiastic about drug repurposing to fight COVID-19 and have already proposed AI methods for searching existing drugs that have antiviral activity against COVID-19 (Table 4).
Table 4

Application of AI for COVID-19 drug repurposing.

AuthorApplicationModelDataResults
Beck-2020 [4]Identifying available drugs that could act on viral proteins of SARS-CoV-2 using Molecule Transformer-Drug Target Interaction (MT-DTI)Transfer learning and molecular dockingDrug Target Common (DTC) database and BindingDBantiviral drugs such as lopinavir/ritonavir had been identified by the MT-DTI model should be considered
Choi-2020 [65]Finding approved drugs that can inhibit COVID-19 by using g a deep learning-based drug-target interaction model called Molecule Transformer-Drug Target Interaction (MT-DTI)Transfer learning and molecular dockingDrugBank and ZINCIdentified 30 drugs that have strong inhibitory potencies to the angiotensin converting Enzyme 2 (ACE2) receptor and the transmembrane protease serine 2 (TMPRSS2).
Esmail-2020 [66]Identifying antiviral therapeutic targets for drug repurposing by using the DeepNEU stem cell-based platform and validated computer simulations of artificial lung cells.Hybrid deep-machinelearning system with elements of fully connected RNNs, CMs, and evolutionary systems (GA)DeepNEU database plus important information upgrades in the form of a new gene, protein, and phenotypic relationship data.To improve preparedness for and response to future viral outbreaks.
Gusarov-2020 [67]Identifying potential drugs for SARS-CoV-2 using machine learning algorithmsMachine learning algorithmsN/AShort for conductor-like screening model for real solvents might assist to accelerate drug discovery for the treatment of COVID-19
Hooshmand-2020 [68]Finding potential drugs that can inhibit COVID-19 using the Multimodal Restricted Boltzmann Machine approach (MM-RBM)Multimodal Restricted Boltzmann Machine approach (MM-RBM)Harmonizome and Literacy Information and Communication System (LINCS)MM-RBM has immense potential to identify the highly promising medications for COVID-19 with minimum side effects.
N. Ioannidis-2020 [69]Identifying COVID-19 drugs for repurposing using deep graph learningRGCN and state-of-the-art KGEIMDB, DBLP and drug-repurposing knowledge-graph (DRKG)Their model showed promise to identify possible drug candidates.
Ke-2020 [70]Identifying the marketed drugs with potential for treating COVID-19 using artificial intelligence methodDeep Neural Network (DNN)DrugBank,Identified 80 potential drugs that have the ability to fight coronavirus.
Kowalewski-2020 [71]Searching several drug candidates for COVID-19 using machine learning algorithms.Support vector machineZINC, ChEMBL 25, DrugBank, EPI Suite, Therapeutic targets databases, Hazardous substances data BankSuggested several drugs for repurposed that suited for short-term approval, and long-term approval need follow-up
Loucera-2020 [72]Aimed at using machine learning models to identify appropriate drugs fight against SARS-CoV-2 infectionMachine learningDrugBankIt shows promising results and found several drugs that can be considered only a subset of the potential drug candidates for repurposing.
Mohapatra-2020 [73]Developed a machine-learning model to find drugs already available in the market; can be used for inhibiting SARS-CoV-2 infection.Classification models such as Naïve Bayes, molecular dockingPubChem Bioassay, DrugBankThe findings suggested that machine-learning algorithms can be identified and tested the therapeutic agents for COVID-19 treatment.
Pham-2020 [74]Identifying strong associations among biological features, and outputs to predict gene expression profiles given a new chemical compound.DeepCE based on linear models, vanilla neural network, k-nearest neighbor, and tensor-train weight optimization models.L1000 gene expression gene, STRING, DrugBank, Gene Expression OmnibusDeepCE helps to acceleratecompound screening against a single target.
Verma-2020 [75]To evaluate potential response of existing antiviral drug candidates against SARS-CoV-2 target proteins that help viral entry and replication into the host body.Bayesian machine learningPubChem, ZINC, DrugBank,Their model identified 45 drugs that can inhibit SARS-CoV-2. Those drugs work on the major target proteins such as spike protein (S) and main proteases.
Zeng-2020 [76]To develop a network-based deep-learning method of identifying drugs to work as repurpose drugs for COVID-19DGL-KE developed by AWS AIPubMed, DrugBankTheir model identified 41 repurpose drugs that may accelerate therapeutic response against COVID-19

3.4.2. Limitation

All of the studies showed a promising performance to find several drug candidates that might help to fight agonist COVID-19. However, their findings were not tested experimentally and clinically, which is the most potential limitation. Moreover, their studies are based on the previous knowledge that all of the potential candidates had a strong inhibitory effect on MERS and SARS-CoV; it was not guaranteed that these candidates could strongly fight against SARS-CoV-2. We know that there are lots of variants of SARS-CoV-2; therefore, it is uncertain whether they will be effective against all variants of SARS-CoV-2.

3.5. Artificial Intelligence for Epidemic Trends

Since the COVID-19 infection rate was increasing rapidly, it was critically important to predict the development and spread of the epidemic. Wang et al. [77] developed a forecasting model using LSTM, a deep learning algorithm, which was able to predict the rising trend of infection rate in the next 30 days. Their model successfully shows the epidemic trend of COVID-19 infection for Russia, Peru and Iran.

4. Overall Challenges to Deploy AI Model in the Clinical Settings

Over the last decade, AI techniques have been showing their ability to predict various diseases. However, the applications of AI in the healthcare industry is now contributing in multiple ways, including decision supports. Although the performance of AI to fight against COVID-19 is promising, there are still many challenges ahead while considering how to deploy these AI models in real-world clinical settings. Several challenges of AI have given bellows: The number of participants used to train the AI models to predict disease progression, mortality risk was not sufficient to deploy in real-world clinical settings. It is a great challenge to train the model using a large number of patients from multiple sites or countries and make the AI model more generable and trustworthy; As all of the studies used different types (laboratory, symptoms, biochemical, CT/X-ray) and a various number of variables to predict the risk of severity and mortality; therefore, it is challenging to establish what kinds of variables should be used, and what the optimal number to be utilized is while admitting COVID-19 patient to the hospital. The traditional scoring systems for stratifying patients have a fixed number of variables, but deciding the fixed number of variables from those studies may be difficult; Making strong evidence and the simplicity of prediction models is also challenging to fight against COVID-19. All of the included studies used different data sets, and the ethnicity was also different. Moreover, they reported a different time frame while predicting disease progression and mortality risk. All of the studies should provide a standard time frame, such as 24 h, 3 days, and 7 days to predict patient’s situation; Generalizability is another potential challenge to deploy the AI model in the real-world clinical setting to tackle COVID-19. The findings of one study might be different while testing it using other datasets from different countries; Reducing bias, such as patient selection, reference standard, and methodology, would be challenging. However, all of the upcoming studies should follow standard guidelines (e.g., TRIPOD) while reporting their findings; Resolving the “black-box” issue would be more challenging; however, all of the studies should provide a clear explanation of predictors and how these predictors influence the performance. They should report univariate and multivariate analysis while showing the performance metrics. Moreover, they should categorize the variables (e.g., symptoms, laboratory, and radiology) and present the model performance for each category; Others (Recommendation from organizations, establishing trust among healthcare providers, decreasing false positive and negative results, and ethical issues).

5. Conclusions

The application of AI in pandemic control has shown great potential in various ways, including predicting epidemic trend, patient tracking, stratifying asymptomatic patients, and finding potential repurpose drugs. All of the studies had a lack of sample size, and external validation and inappropriate model evaluation; therefore, using these findings would be an optimistic decision. The finding of our study does not suggest using these prediction models for diagnosis, disease progression, and mortality risk. However, future research with a large sample size and proper interpretation could be evaluated using multiple datasets before considering these in the real-world clinical setting. Moreover, repurposed drug candidates can also be assessed by clinical experiments. Additionally, studies are needed to assess the actual effectiveness of AI models and calculate the cost-effectiveness in clinical practice. To get the real taste of AI to fight COVID-19, it is essential to reduce the false positive and negative rate as well as to disclose the ‘black-box’ nature of AI.
  58 in total

1.  Estimating the cost of new drug development: is it really 802 million dollars?

Authors:  Christopher P Adams; Van V Brantner
Journal:  Health Aff (Millwood)       Date:  2006 Mar-Apr       Impact factor: 6.301

2.  Development and Validation of a Deep Learning-Based Model Using Computed Tomography Imaging for Predicting Disease Severity of Coronavirus Disease 2019.

Authors:  Lu-Shan Xiao; Pu Li; Fenglong Sun; Yanpei Zhang; Chenghai Xu; Hongbo Zhu; Feng-Qin Cai; Yu-Lin He; Wen-Feng Zhang; Si-Cong Ma; Chenyi Hu; Mengchun Gong; Li Liu; Wenzhao Shi; Hong Zhu
Journal:  Front Bioeng Biotechnol       Date:  2020-07-31

3.  Coronavirus genomics and bioinformatics analysis.

Authors:  Patrick C Y Woo; Yi Huang; Susanna K P Lau; Kwok-Yung Yuen
Journal:  Viruses       Date:  2010-08-24       Impact factor: 5.818

4.  Development of a clinical decision support system for severity risk prediction and triage of COVID-19 patients at hospital admission: an international multicentre study.

Authors:  Guangyao Wu; Pei Yang; Yuanliang Xie; Henry C Woodruff; Xiangang Rao; Julien Guiot; Anne-Noelle Frix; Renaud Louis; Michel Moutschen; Jiawei Li; Jing Li; Chenggong Yan; Dan Du; Shengchao Zhao; Yi Ding; Bin Liu; Wenwu Sun; Fabrizio Albarello; Alessandra D'Abramo; Vincenzo Schininà; Emanuele Nicastri; Mariaelena Occhipinti; Giovanni Barisione; Emanuela Barisione; Iva Halilaj; Pierre Lovinfosse; Xiang Wang; Jianlin Wu; Philippe Lambin
Journal:  Eur Respir J       Date:  2020-08-20       Impact factor: 16.671

Review 5.  Interactions of coronaviruses with ACE2, angiotensin II, and RAS inhibitors-lessons from available evidence and insights into COVID-19.

Authors:  Hisashi Kai; Mamiko Kai
Journal:  Hypertens Res       Date:  2020-04-27       Impact factor: 3.872

6.  Obesity and Mortality Among Patients Diagnosed With COVID-19: A Systematic Review and Meta-Analysis.

Authors:  Tahmina Nasrin Poly; Md Mohaimenul Islam; Hsuan Chia Yang; Ming Chin Lin; Wen-Shan Jian; Min-Huei Hsu; Yu-Chuan Jack Li
Journal:  Front Med (Lausanne)       Date:  2021-02-05

Review 7.  Coronavirus disease 2019: What we know?

Authors:  Feng He; Yu Deng; Weina Li
Journal:  J Med Virol       Date:  2020-03-28       Impact factor: 20.693

8.  An efficient mixture of deep and machine learning models for COVID-19 diagnosis in chest X-ray images.

Authors:  Dingding Wang; Jiaqing Mo; Gang Zhou; Liang Xu; Yajun Liu
Journal:  PLoS One       Date:  2020-11-17       Impact factor: 3.240

9.  Machine Learning to Predict Mortality and Critical Events in a Cohort of Patients With COVID-19 in New York City: Model Development and Validation.

Authors:  Sulaiman Somani; Adam J Russak; Akhil Vaid; Jessica K De Freitas; Fayzan F Chaudhry; Ishan Paranjpe; Kipp W Johnson; Samuel J Lee; Riccardo Miotto; Felix Richter; Shan Zhao; Noam D Beckmann; Nidhi Naik; Arash Kia; Prem Timsina; Anuradha Lala; Manish Paranjpe; Eddye Golden; Matteo Danieletto; Manbir Singh; Dara Meyer; Paul F O'Reilly; Laura Huckins; Patricia Kovatch; Joseph Finkelstein; Robert M Freeman; Edgar Argulian; Andrew Kasarskis; Bethany Percha; Judith A Aberg; Emilia Bagiella; Carol R Horowitz; Barbara Murphy; Eric J Nestler; Eric E Schadt; Judy H Cho; Carlos Cordon-Cardo; Valentin Fuster; Dennis S Charney; David L Reich; Erwin P Bottinger; Matthew A Levin; Jagat Narula; Zahi A Fayad; Allan C Just; Alexander W Charney; Girish N Nadkarni; Benjamin S Glicksberg
Journal:  J Med Internet Res       Date:  2020-11-06       Impact factor: 5.428

10.  Target-Centered Drug Repurposing Predictions of Human Angiotensin-Converting Enzyme 2 (ACE2) and Transmembrane Protease Serine Subtype 2 (TMPRSS2) Interacting Approved Drugs for Coronavirus Disease 2019 (COVID-19) Treatment through a Drug-Target Interaction Deep Learning Model.

Authors:  Yoonjung Choi; Bonggun Shin; Keunsoo Kang; Sungsoo Park; Bo Ram Beck
Journal:  Viruses       Date:  2020-11-18       Impact factor: 5.048

View more
  3 in total

Review 1.  The potential applications of artificial intelligence in drug discovery and development.

Authors:  H Farghali; N Kutinová Canová; M Arora
Journal:  Physiol Res       Date:  2021-12-30       Impact factor: 2.139

2.  Individual Factors Associated With COVID-19 Infection: A Machine Learning Study.

Authors:  Tania Ramírez-Del Real; Mireya Martínez-García; Manlio F Márquez; Laura López-Trejo; Guadalupe Gutiérrez-Esparza; Enrique Hernández-Lemus
Journal:  Front Public Health       Date:  2022-06-30

Review 3.  Recent advances in artificial intelligence for pancreatic ductal adenocarcinoma.

Authors:  Hiromitsu Hayashi; Norio Uemura; Kazuki Matsumura; Liu Zhao; Hiroki Sato; Yuta Shiraishi; Yo-Ichi Yamashita; Hideo Baba
Journal:  World J Gastroenterol       Date:  2021-11-21       Impact factor: 5.742

  3 in total

北京卡尤迪生物科技股份有限公司 © 2022-2023.