Literature DB >> 32589673

New machine learning method for image-based diagnosis of COVID-19.

Mohamed Abd Elaziz1,2, Khalid M Hosny3, Ahmad Salah3, Mohamed M Darwish4, Songfeng Lu2, Ahmed T Sahlol5.   

Abstract

COVID-19 is a worldwide epidemic, as announced by the World Health Organization (WHO) in March 2020. Machine learning (ML) methods can play vital roles in identifying COVID-19 patients by visually analyzing their chest x-ray images. In this paper, a new ML-method proposed to classify the chest x-ray images into two classes, COVID-19 patient or non-COVID-19 person. The features extracted from the chest x-ray images using new Fractional Multichannel Exponent Moments (FrMEMs). A parallel multi-core computational framework utilized to accelerate the computational process. Then, a modified Manta-Ray Foraging Optimization based on differential evolution used to select the most significant features. The proposed method evaluated using two COVID-19 x-ray datasets. The proposed method achieved accuracy rates of 96.09% and 98.09% for the first and second datasets, respectively.

Entities:  

Mesh:

Year:  2020        PMID: 32589673      PMCID: PMC7319603          DOI: 10.1371/journal.pone.0235187

Source DB:  PubMed          Journal:  PLoS One        ISSN: 1932-6203            Impact factor:   3.240


1. Introduction

COVID-19 is a global challenge that should be addressed by all scientific means. Medical image analysis is a well-known approach that could be beneficial in the diagnosis of COVID-19. Severe Acute Respiratory Syndrome (SARS) and COVID-19 belong to the same family of Coronaviruses, where the detection of SARS cases using chest images proposed by several methods [1-3] and for pneumonia detection in general [4]. ML has demonstrated high performance for several image processing applications such as image analysis [5, 6], image classification [7], and image segmentation [8]. Image classification achieved by extracting the import features from the images by a descriptor (e.g., SIFT [9] and image moment [10]), and then these features can be used in the classification task using classifiers such as SVM [11]. In contrast to handcrafted features, deep neural network-based methods [12] provides high performance in classifying the images according to the extracted features. According to the characteristics of ML, several efforts utilized machine learning-based methods to classify the chest x-ray images into COVID-19 patient class or normal case class. All of these efforts utilized deep learning-based approaches. For instance, the authors proposed a CNN model for the automatic diagnosis of COVID-19 from chest x-ray images [13]. Their reported classification accuracy is 96.78% using MobileNet architecture [13]. Similarly, the conducted research in [14] utilized the transfer learning approach. The reported accuracy rate is 97% and 87% accuracy for InceptionV3 and 87% for Inception-ResNetV2, respectively. Recently, orthogonal moments and their variants are powerful tools used in many image processing and pattern recognition applications. Feature extraction using the image moments successfully reported for several applications [15] and [16]. For instance, combining orthogonal quaternion Polar Harmonic Transform moments with optimization algorithms for image representation and feature selection has been successfully reported in color galaxies images classification [17]. The motivation of this research is to propose an accurate classification method for COVID-19 chest x-ray image depends on combining the strength of two techniques. First, a new image descriptor, FrMEMs. Second, a modified feature selection technique based on Manta-Ray Foraging Optimization and differential evolution (MRFODE). In this work, we proposed a method of COVID-19 chest x-ray image classification. The proposed method extracts the features from chest x-ray images using FrMEMs moment. Then the extracted features are divided into testing and training sets. Followed by using the MRFODE algorithm to reduce these features an d remove the redundant and irrelevant features. This process achieved by generating a set of solutions and computing the fitness value for each of them using the KNN classifier based on a training set with determining the best of them. Then applying the operators of MRFO in the exploration phase; however, in the exploitation phase, the probability of each solution is computed using its fitness value. According to specified criteria, the solution updated either using DE or the operators of MRFO. The process of updating solutions stopped when reached to terminal conditions. The best solution used to remove the irrelevant features from the testing set and compute the label of the COVID-19 image dataset. The main contributions of this study are: Proposed a COVID-19 classification method depends on the properties of orthogonal moment features and feature selection techniques. Deriving a new set of descriptors, FrMEMs, to extract the features from the COVID-19 images. Developed a new feature selection method based on improving the behavior of Manta Ray Foraging Optimization (MRFO) using Differential evolution (DE). Evaluate the performance of the proposed model using two COVID-19 x-ray datasets. Compare the results with other feature selection methods and DNN techniques. The organization of this paper is as follows. In Section 2, the proposed model utilized FrMEMs and the bio-inspired optimization algorithm represented. The experimental results of the proposed model discussed in Section 3. Finally, the paper concluded in Section 4.

2. Proposed image-based classification method

Image moments defined as projections of image functions onto a polynomial basis where the image moments used to extract global and local features from these images [18]. Generally, projection of digital images using orthogonal polynomials with fractional orders results in orthogonal moments of fractional orders which able to extract both coarse and fine features from the input digital images. In this paper, new orthogonal Exponent moments of fractional-orders derived. Then, these moments utilized to extract high accurate 961 features from each COVID-19 input image. The intrinsic properties of the new image moments are: These orthogonal moments are successfully able to represent digital images for low and high orders. The orthogonal moments are invariants to geometric transformations, which is an essential property for classification and recognition applications. The orthogonal moments are robust to noise. Fast and inexpensive computation requirements make them favorable for real-time applications.

2.1. Feature extraction

A few years ago, Hu et al. [19] defined the orthogonal exponent moments as: where the order, p, and the repetition, q, are 0,±1,±2,±3,… ….; refers to the complex conjugate process; E(r,θ) refers to the exponent basis functions which defined as: with We generalized E(r,θ) of integer orders in the domain [0,1]×[0,2π] and converted to the fractional-order form, , with a real-values parameter in the same domain as follows: where The basis functions of fractional-order, , are orthogonal where: In this paper, the authors utilized the multi-channel approach [20, 21] in which the input color images processed using the RGB color model where the R−, G− & B−channels are expressed using f(r,θ),f(r,θ) & f(r,θ) respectively. The multi-channel orthogonal fractional-order exponent moments are: Assume the rotation of the original image, f(r,θ), with an angle β, then the rotated image, , is: Let , then and , then using the Eq (8) in (7) yields: Based on the properties of Euler function, |eiqβ| = 1, So, equation (E10) is simplified as: This equation proves that the magnitude values of FrMEMs are unchanged with any rotation in the input image. Wang et al. [22] showed that circular orthogonal moments achieved the scaling invariance when the input color images mapped into the unit circle. In this work, the input images interpolated to fit the unit-circle domain. Thus, the computed FrMEMs are scaling invariants. The central FrMEMs, are derived in a similar way to [23]. The FrMEMs calculated with high accuracy using the kernel-based approach [24, 25].

2.2. Parallel implementation

The parallel implementation is a recent trend used to accelerate the intensive computing of image moments, especially for large-sized images and high moment orders. The emergence of new parallel architectures enriches the efforts toward this goal. Qin et al. [26] proposed a parallel recurrence method to accelerate the implementation of the Zernike moment. In this context, Deng et al. [27] extended the work of Qin and his colleague. They implemented a parallel-friendly method for moment computation and image reconstruction based on Zernike moment. Recently, Salah et al. [28] proposed a parallel computational method to accelerate the computational process of the polar harmonic transforms of integer-orders. In the same direction, we proposed a parallel implementation of the FrMEMs on multi-core CPU architecture. This parallel implementation provided to cope with the increasing size of the chest x-ray dataset. The FrMEMs consists of (pmax+1)×(qmax+1) moment component. These moment components computations are independent. Each moment component has a unique combination of p and q values. For instance, for a fractional moment order of 5, there are 36 separate moment components. In Fig 1, the proposed parallel implementation of FrMEMs moment depicted. The multi-core CPU has four cores; each core computes a portion of the moment components.
Fig 1

Parallel implementation of FrMEMs moment on 4-cores CPU.

2.3. Feature selection

In this part, we introduced the modified Manta-Ray Foraging Optimization (MRFO) based on Differential Evolution (DE) as a feature selection method. However, the basics of MRFO and DE discussed firstly.

2.3.1. Manta Ray Foraging Optimization (MRFO)

In general, the MRFO simulates the behaviors of three foragings, including cyclone foraging, Chain foraging, and somersault foraging [29]. The details of each foraging given in the following subsections. Chain foraging. In the MRFO, the foraging chain formed by using the manta rays' line up head-to-tail. Besides, the movement of each agent, except the first one, is in the direction of the food and the agent in front of it which means the current agent (x(t),i = 1,2…,N) at iteration (t) is updated depends on the position of best agent and the agent in front of it. This process formulated as in the following equation: where r∈[0,1] refers to random vector and represents the best agent (in MRFO refers to the plankton with high concentration) at d-th dimension. α is a weight coefficient, and defined as: Cyclone foragin. In this foraging, the manta rays will construct a long chain foraging, and they are swimming towards the source of the food in a spiral movement. This process means that each agent will follow the front agent, and its movement is in the direction of the best solution along the spiral. Therefore, the updating process of the current agent formulated as: where r1∈[0,1] is a random number, T is the total number of generations. Followed [29], the agents forced to find a new position far from by using a random number as reference to them in the search space instead of the best agent. This can be formulated as: where is a random agent generated in the search space using the following equation: Somersault foraging. In this foraging, each agent swims to and around the position of the food (is called pivot). Thus, the agents update their positions using the following equation: where and r3 are random numbers belong to [0,1].

2.3.2. Differential evolution

In this section, the mathematical modeling of Differential evolution (DE) introduced one of the most popular [30]. The DE, similar to other MHs, begins by setting the initial value for a set of agents X, then calculate the fitness value for each agent. Thereafter, mutation operator is applied to X and it is formulated as. In Eq (18), r1,r2, and r3 refer to random indices, but they are different from i. F represents the mutation scaling factor. The next step is to apply the crossover operator to generate a new agent, and defined as: In Eq (19), C is the probability of the crossover, and r∈[0,1] is a random value. The next process is to compute the fitness value of V and compared it with f(X) to update the value of the current agent X as in the following equation:

2.3.3. Enhanced MRFO based on DE as feature selection

In this section, the developed COVID-19 x-ray image classification model based on the extracted features using the FrMEMs and implemented an enhanced version from the MRFO based on DE, which called MRFODE presented. The developed method begins by extracting the features from the input images, either COVID-19 or Non-COVID-19, using FrMEMs. Then MRFODE generates a set of N agents; each of them is a solution for the FS problem (i.e., a subset of selected features). After that, the fitness value for each agent is computed, which indicates the quality of the selected features corresponding to the ones in the Boolean version of each agent. The best agent that has the best fitness value is determined and used in updating the position of agents using the operators of the traditional MRFO. Then, the terminal condition (if they reached) checked. Finally, they stop updating or repeat the process. The main steps of the proposed COVID-19 image classification contain three phases where the details of each stage discussed in a separate subsection. In the first phase, the input x-ray images received then FrMEMs applied to extract a set of features (D) from these images. The extracted features split into two, training and testing sets, which represent 80% and 20% respectively from the total number of images. The second phase begins by setting a random value for a set of N agents using Eq (21). Each agent is converted to binary using the following equation: This sigmoid function is applied since it provides high-quality performance than the traditional Boolean approach. According to the definition modeled in Eq (22). The values of ones in binary solution represent the features that should be selected features while removed those that corresponding to zero values. Algorithm 1. Proposed MRFODE feature selection method. 1. Input: Extracted features from COVID-19 x-ray images 2. Set the initial value for the parameters of MRFODE. 3. Split features into two training and testing sets 4. Generate a set of N agents (X). 5. Using Eq () to compute the fitness function of x based on the training set. 6. Find the best solution x. 7. While (terminal condition not reached). 8. Using Eq () to convert each x to binary. 9. Using Eq () to compute the fitness function of each x 10.     Find the best solution x 11.         For i = 1:N 12.         If rand<0.5 13.             If t/T 14.                 Using Eq () to update x 15.             Else 16.               Using Eq () to update x 17.               END IF Cyclone foraging 18.             Else 19.                 Using Eq () to update x 20. END IF 21.       END-FOR 22.         For i = 1:N 23.         Compute the probability using Eq () 24.         If Pr<0.5 25.         Update x using MRFO. 26.     ELSE 27.         Update x using DE. 28.     END-FOR 29.         t = t+1 30.     End While 31.     Reduce the testing set according to x, and using KNN to predict the target. 32.     Evaluate the quality of the model. To illustrate this concept, consider the value of the current agent in binary form is x = [1,0,0,1,1], so this indicates that the second and the third features will remove while others selected as relevant features. The process of converting the real solution to Boolean is followed by computing the quality of the selected features using the following equation: In Eq (23), γ refers to the classification error by using the KNN classifier. The N represents the number of features selected by the current agent. The β∈[0,1] is a random value applied to provides a balance between γ and the selected features. Then the best agent (x) found in our study, which has the smallest. Then the agents are updated according to the operators of MRFO algorithm or DE, as discussed in Sections C .1 and C. 2, respectively. This process performed by computing the probability (Pr) of each agent in Somersault foraging as in Eq 24. In the case of Pr<0.5 then the operators of MRFO are used to update x; otherwise, the operators of DE used. After reaching the terminal conditions the best agent (x) is a return from this second phase. In the third phase, the testing set applied to assess the selected features from the second phase, which performed by removing the irrelevant features—followed by evaluating the performance of classification using a variant set of metrics.

2.4. The proposed model summary

Fig 2 depicts the flowchart of the proposed classification method of chest x-ray images which summarizes the entire model components. The input to the classifier is a set of images of two classes, COVID-19, and normal cases. The parallel FrMEMs is executed on multi-core CPUs to extract the image features. Then, an optimization algorithm used for the purposed of feature extraction. Finally, a KNN classifier trained and evaluated.
Fig 2

Flowchart of the proposed method.

3. Experiments

3.1. Datasets

We used two different datasets for this study. The first dataset collected by Joseph Paul Cohen and Paul Morrison and Lan Dao in GitHub [31] and images extracted from 43 different publications. References of each image provided in the metadata. Normal and Viral pneumonia images adopted from the chest x-ray Images (pneumonia) database [32]. It contains 216 COVID-19 positive images (some collected from the Twitter account of Italian Cardiothoracic radiologist), 1,675 negative COVID-19 images. The data was collected mainly from retrospective cohorts of pediatric patients of one to five years old from Guangzhou Women and Children's medical center. We refer to this dataset as dataset-1. While the other dataset collected by a team of researchers from Qatar University, Doha, Qatar, and the University of Dhaka, Bangladesh, along with their collaborators from Pakistan and Malaysia in collaboration with medical doctors [33]. In addition to [31] and [32], they have added images from the Italian Society of Medical and Interventional Radiology (SIRM) COVID-19 DATABASE [34]. This dataset consists of 219 COVID-19 positive images and 1,341 negative COVID-19 images. We refer to this dataset as dataset-2. Both datasets shared many characteristics regarding the collecting source. For both datasets, the COVID-19 images collected from a patient with an age range from 40 to 84 from both genders. The data contains 216 COVID-19 positive images and 1,675 COVID-19 negative images. Sample images of both datasets shown in Fig 3.
Fig 3

(A) Sample images of dataset-1 (B) Sample images of dataset-2.

(A) Sample images of dataset-1 (B) Sample images of dataset-2.

3.2. Evaluation of the proposed model

In this study, the results of the proposed COVID-19 x-ray classification image-based method compared with other popular MH techniques that applied as FS. These techniques include sine cosine algorithm (SCA), grey wolf optimization (GWO), Henry Gas Solubility optimization (HGSO), whale optimization algorithm (WOA), and Harris Hawks optimizer (HHO). These algorithms are used in this comparison since they established their performance in different applications such as global optimization and feature selection methods [35-39]. The quality of each FS algorithm assessed by using three measures: Accuracy, the ratio of the selected features, and the fitness value where the accuracy (Acc) defined as:

3.3. Results and discussion

In this subsection, we described the performed experiments and discussed the obtained results. Table 1 lists the run-time in seconds and the obtained speedup of the moment computation, i.e., feature extraction phase, at moment order equals and 30 to extract 961 features from each image. The obtained speedup is close to the theoretical limits (2x, 4x & 8x for 2-, 4- and 8-multi-core), which prove the efficiency of the utilized parallel approach. The results of Table 1 show that the proposed parallel implementation of the moment computation accelerating the feature extraction phase by a factor related to the number of used CPU cores.
Table 1

The running time in seconds required to extract 961 features from one image.

1 core (sequential)2 cores4 cores8 cores
Run-time21311855.4727.1
speedup--1.80×3.83×7.84×
The proposed algorithm depends on extracting the features using FrMEMs and using a modified MRFO based on DE as a feature selection method. To find the smallest subset of relevant features that leads to increase the classification performance. Besides, the MRFODE compared with other MH methods that used as feature selection models, including such as MRFO, HGSO, HHO, GWO, SCA, and WOA. These FS methods are used the extracted features from FrMEMs as input and aimed to select the most relevant features. The Comparison results according to accuracy, several selected features, and fitness value given in Tables 2 and 3.
Table 2

Comparison results of MRFODE and other MH methods in terms of accuracy.

FnMeasureMRFOMRFODEHHOHGSOWOASCAGWO
Dataset-1Mean0.94990.96090.94140.94560.95410.95360.9551
STD0.00810.01060.01360.00760.00480.00480.0079
NSel15.6162016.82297.2105.2
RSF0.0150.01660.020.0170.0220.10.109
Dataset-2Mean0.96880.98090.92740.94520.94900.96180.9637
STD0.00970.01350.03280.01220.01640.00600.0094
NSel25.618.831.620.12191.4107.4
RSF0.02660.0190.0320.02080.0220.0940.0111
Table 3

Results of fitness value for MRFODE and other methods.

MRFOMRFODEHHOHGSOWOASCAGWO
Dataset-1Mean0.03320.02780.03550.03590.03440.17340.1292
STD0.00300.00720.00710.00700.00340.06480.0046
Best0.02990.01890.02840.02660.03050.12910.1252
Worst0.03650.03860.04370.04260.03800.35160.1362
Dataset-2Mean0.02890.02570.04230.03620.03640.16150.1261
STD0.00450.00260.01560.00660.00800.06420.0064
Best0.02310.02150.02960.03110.02540.11640.1184
Worst0.03370.02800.05940.04700.04600.33630.1342
It observed from Table 2 that the MRFODE provides better accuracy than other MH methods based on the Best and mean of the accuracy among the two datasets. Since it achieves the first rank in both terms, followed by GWO that has the second rank. Meanwhile, the SCA algorithm is ranked #1 in terms of STD followed by HGSO and GWO at dataset-1 and dataset-2, respectively. As well as, the accuracy of using the extracted features without the feature selection method is the proposed model 0.901 and 0.9309 for Dataset-1 and Dataset-2, respectively. These results indicate the high effect of proposed MRFODE on the quality of classification the COVID-19 x-ray images. In terms of the fitness value, it is seen from Table 3 that the proposed MRFODE has the smallest fitness value overall the mean, STD, Best, and Worst values at Qatar dataset. However, at the data1, it provides better results according to the mean and the Best value, which is ranked 1#, while, the traditional MRFO achieves the better at STD, and Worst. These results indicate that the proposed algorithm has a high ability to balance between the error of classification through selected the most relevant features, as well as, and, selecting the smallest number of features. Moreover, Table 2 lists the average of MRFODE and other MH methods in terms of several selected features. It noticed that the proposed MRFODE picks the smallest number of features at the two datasets. Fig 4 depicts the average of MRFODE and other MH methods overall the two datasets according to the accuracy, number of selected features, and fitness value. The results shown in Fig 4 provides evidence for the superiority of the proposed MRFODE since it has a high value at accuracy. Also, the smallest number of selected features and fitness value. However, the CPU time(s) of it is the third rank, and this the main limitation of it.
Fig 4

Average of comparison results between algorithm over (a) accuracy, (b) a number of selected features, and (c) fitness value.

Average of comparison results between algorithm over (a) accuracy, (b) a number of selected features, and (c) fitness value. Fig 5 depicts the confusion matrix for the two datasets using the predicted output from MRFODE. From Fig 5, it can notice the high ability of the proposed model to distinguish the COVID-19 from non-COVID x-ray images.
Fig 5

Confusion matrix using MRFODE for (A) dataset-1 and (B) dataset-2.

Confusion matrix using MRFODE for (A) dataset-1 and (B) dataset-2. The further analysis presented to evaluate the performance of the proposed model by using a non-parametric test named Friedman test, which ranks the methods. For the accuracy measure, the best algorithm is that it has the highest rank, while for the other measures, the lowest rank preferred. Table 4 lists the mean rank of each algorithm obtained using the Friedman test. From these results, it noticed that the developed MRFODE has the best rank at the accuracy, selected features, and fitness value. Since it has a higher rank at accuracy and the smallest mean rank at the other two measures. This indicates the high ability of MRFODE to select the optimal subset of features that leads to an increase in the classification accuracy for the two tested datasets.
Table 4

Mean rank obtained using Friedman test for each method.

MRFOMRFODEHHOHGSOWOASCAGWO
Accuracy5.37506.62501.12501.87503.62503.87505.5000
Fitness21.87504.62503.87503.37506.87505.3750
Attribute2.50001.50004.50002.5000467

3.4. Comparison with deep neural networks

In this subsection, the performance of the proposed approach compared to other convolutional neural networks. In [12], the proposed convolutional neural network (CNN) model for image classification surpasses the reported human-level performance. While CNN achieves the best results on large data sets, they require a lot of data and computational resources to train. In many cases, the dataset is limited and may not be sufficient to train a CNN from scratch. In such a scenario, to leverage the power of CNNs and, at the same time, reduce the computational costs, transfer learning can be used [40, 41]. In this approach, the network trained using a large and diverse generic image data set and then applied to a specific task [42]. There are several pre-trained neural networks have won international competitions like VGGNet [12], Resnet [43], Nasnet [44], Mobilenet [45], Inception (GoogLeNet) [46] and Xception [47]. In this paper, we compare our model with MobileNet due to resource limitations. Table 4 presents a comparison with Mobilenet and related works on both datasets. In Table 5, the proposed approach achieved high accuracy among other deep neural networks (DNN) and compared it to the only available published paper in this dataset. It turns out that the proposed approach, which has only 16 and 18 features for both dataset-1 and dataset-2, respectively, achieves better results in most classification criteria than one of the most popular DNN structures with a feature set which has about 50K features. The proposed approach achieves both high performances with the least number of features, which implies better resource consumption and time-saving.
Table 5

Comparison with MobileNet and related works.

ModelNumber of featuresPerformanceDataset
AccuracyRecallPrecision
Apostolopoulos [13]--0.96780.98660.9646Dataset 1
MobileNet501760.96030.96650.9884
Proposed160.96090.98750.9875
MobileNet501760.99670.99920.9970Dataset 2
Chowdhury [30]--98.310096.7
Proposed18.80.98090.98910.9891

4. Conclusion

In this study, we proposed a method for the visual diagnosis of COVID-19 cases on chest x-ray images. The proposed utilized a fractional moment (i.e., FrMEMs) to extract features of the COVID-19 x-ray images. Then, a modified version from Manta Ray Foraging Optimization (MRFO) applied as a feature selection method, which modified using DE to improve the ability of MRFO to find the relevant features from those extracted features. In the proposed MRFODE feature selection method, the KNN classifier utilized to decide whether a given chest x-ray image as a COVID-19 or normal case. The proposed method evaluated on two different datasets. Comparing to a successful CNN architecture, the MobileNet model, the proposed method achieved comparable performance on the accuracy, recall, and precision evaluation metrics with the least number of features. The proposed approach achieved both high performances as well as resource consumption by selecting the most significant features. Our future work might include other applications from the medical and other relevant fields.

Table of abbreviations.

(DOCX) Click here for additional data file.
  3 in total

1.  Deep Convolutional Neural Networks for Image Classification: A Comprehensive Review.

Authors:  Waseem Rawat; Zenghui Wang
Journal:  Neural Comput       Date:  2017-06-09       Impact factor: 2.026

2.  Review of Medical Image Classification using the Adaptive Neuro-Fuzzy Inference System.

Authors:  Monireh Sheikh Hosseini; Maryam Zekri
Journal:  J Med Signals Sens       Date:  2012-01

3.  Covid-19: automatic detection from X-ray images utilizing transfer learning with convolutional neural networks.

Authors:  Ioannis D Apostolopoulos; Tzani A Mpesiana
Journal:  Phys Eng Sci Med       Date:  2020-04-03
  3 in total
  67 in total

1.  Simpson's Paradox in COVID-19 Case Fatality Rates: A Mediation Analysis of Age-Related Causal Effects.

Authors:  Julius von Kugelgen; Luigi Gresele; Bernhard Scholkopf
Journal:  IEEE Trans Artif Intell       Date:  2021-04-14

2.  Novel Feature Selection and Voting Classifier Algorithms for COVID-19 Classification in CT Images.

Authors:  El-Sayed M El-Kenawy; Abdelhameed Ibrahim; Seyedali Mirjalili; Marwa Metwally Eid; Sherif E Hussein
Journal:  IEEE Access       Date:  2020-09-30       Impact factor: 3.367

3.  Applying Different Machine Learning Techniques for Prediction of COVID-19 Severity.

Authors:  Safynaz Abdel-Fattah Sayed; Abeer Mohamed Elkorany; Sabah Sayed Mohammad
Journal:  IEEE Access       Date:  2021-09-28       Impact factor: 3.367

Review 4.  Applications of artificial intelligence in battling against covid-19: A literature review.

Authors:  Mohammad-H Tayarani N
Journal:  Chaos Solitons Fractals       Date:  2020-10-03       Impact factor: 5.944

5.  Data science in unveiling COVID-19 pathogenesis and diagnosis: evolutionary origin to drug repurposing.

Authors:  Jayanta Kumar Das; Giuseppe Tradigo; Pierangelo Veltri; Pietro H Guzzi; Swarup Roy
Journal:  Brief Bioinform       Date:  2021-03-22       Impact factor: 11.622

6.  COVID-19 diagnosis from CT scans and chest X-ray images using low-cost Raspberry Pi.

Authors:  Khalid M Hosny; Mohamed M Darwish; Kenli Li; Ahmad Salah
Journal:  PLoS One       Date:  2021-05-11       Impact factor: 3.240

7.  Overview of current state of research on the application of artificial intelligence techniques for COVID-19.

Authors:  Vijay Kumar; Dilbag Singh; Manjit Kaur; Robertas Damaševičius
Journal:  PeerJ Comput Sci       Date:  2021-05-26

8.  NSGA-II as feature selection technique and AdaBoost classifier for COVID-19 prediction using patient's symptoms.

Authors:  Makram Soui; Nesrine Mansouri; Raed Alhamad; Marouane Kessentini; Khaled Ghedira
Journal:  Nonlinear Dyn       Date:  2021-05-18       Impact factor: 5.022

9.  xViTCOS: Explainable Vision Transformer Based COVID-19 Screening Using Radiography.

Authors:  Arnab Kumar Mondal; Arnab Bhattacharjee; Parag Singla; A P Prathosh
Journal:  IEEE J Transl Eng Health Med       Date:  2021-12-08       Impact factor: 3.316

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

Authors:  Md Mohaimenul Islam; Tahmina Nasrin Poly; Belal Alsinglawi; Ming Chin Lin; Min-Huei Hsu; Yu-Chuan Jack Li
Journal:  J Clin Med       Date:  2021-05-02       Impact factor: 4.241

View more

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