| Literature DB >> 35465212 |
Mehmet Kalaycı1, Hakan Ayyıldız1, Seda Arslan Tuncer2, Pinar Gundogan Bozdag3, Gulden Eser Karlidag4.
Abstract
In this study, a machine learning-based decision support system that uses routine laboratory parameters has been proposed in order to increase the diagnostic success in COVID-19. The main goal of the proposed method was to reduce the number of misdiagnoses in the RT-PCR and CT scans and to reduce the cost of testing. In this study, we retrospectively reviewed the files of patients who presented to the coronavirus outpatient. The demographic, thoracic CT, and laboratory data of the individuals without any symptoms of the disease, who had negative RT-PCR test and who had positive RT-PCR test were analyzed. CT images were classified using hybrid CNN methods to show the superiority of the decision support system using laboratory parameters. Detection of COVID-19 from CT images achieved an accuracy of 97.56% with the AlexNet-SVM hybrid method, while COVID-19 was classified with an accuracy of 97.86% with the proposed method using laboratory parameters.Entities:
Keywords: COVID‐19; artificial intelligence; laboratory parameters; machine learning
Year: 2022 PMID: 35465212 PMCID: PMC9015244 DOI: 10.1002/ima.22705
Source DB: PubMed Journal: Int J Imaging Syst Technol ISSN: 0899-9457 Impact factor: 2.177
FIGURE 1The proposed system
FIGURE 2Proposed hybrid convolutional neural network (CNN) model
FIGURE 3Proposed model using laboratory parameters
FIGURE 4Confusion matrix and performance parameters
Demographic and biochemical data of the control and patient groups
| Control (n:100) Median (min–max) | COVID‐19 (n:120) Median (min–max) |
| |
|---|---|---|---|
| Sex (female/male) | 50/50 | 58/62 | |
| Age (years) | 36 (22–63) | 42 (18–71) | 0.041 |
| Urea (mg/dl) | 27.25 (15–56) | 28.8 (11–95) | 0.074 |
| Creatinin (mg/dl) | 0.73 (04–1.2) | 0.78 (04–1.66) | 0.076 |
| Protein (g/L) | 72 (66–78) | 72 (60–81) | 0.758 |
| Albumin (g/L) | 44 (37–51) | 41 (26–48) | 0.000 |
| AST (U/L) | 21 (12–47) | 27 (15–107) | 0.000 |
| ALT (U/L) | 17 (10–43) | 23 (9–197) | 0.000 |
| LDH (U/L) | 204 (129–297) | 224 (144–420) | 0.009 |
| CRP (mg/L) | 2.19 (1.0–16) | 8.52 (1.1–261) | 0.000 |
| D‐Dimer (μg/L) | 232.5 (111–733) | 441 (115–3200) | 0.000 |
| White blood cell (109/L) | 8.75 (4.4–12.1) | 5.7 (2.7–20.1) | 0.000 |
| Neutrophil (109/L) | 5.04 (1.89–8.61) | 3.47 (1.75–17.68) | 0.000 |
| Lymphocyte (109/L) | 2.62 (0.7–4.19) | 1.48 (0.48–3.29) | 0.000 |
| NLR | 1.87 (0.91–7.2) | 2.43 (1.01–11.8) | 0.000 |
| Monocyte (109/L) | 0.65 (0.34–1.18) | 0.5 (0.17–1.39) | 0.006 |
| Eosinophil (109/L) | 0.11 (0.01–0.62) | 0.02 (0.01–1.18) | 0.000 |
| Platelet (109/L) | 243.5 (152–412) | 200 (42–458) | 0.000 |
Analysis results obtained with deep learning method using CT data
| Method | Sensitivity (%) | Specificity (%) | Precision (%) | FPR (%) | FNR (%) | Accuracy (%) | F1 score (%) |
|---|---|---|---|---|---|---|---|
| AlexNet‐SVM | 0.9954 | 0.9531 | 0.9600 | 0.0469 | 0.0046 | 0.9756 | 0.9774 |
| AlexNet‐KNN | 0.9865 | 0.9737 | 0.9778 | 0.0263 | 0.0135 | 0.9806 | 0.9821 |
| ResNet50‐KNN | 0.9518 | 0.9568 | 0.9644 | 0.0432 | 0.0482 | 0.9540 | 0.9581 |
| ResNet50‐SVM | 0.9295 | 0.9247 | 0.9378 | 0.0753 | 0.0705 | 0.9274 | 0.9336 |
| GoogleNet‐SVM | 0.8340 | 0.8605 | 0.8933 | 0.1395 | 0.1660 | 0.8450 | 0.8627 |
| GoogleNet‐KNN | 0.8950 | 0.8505 | 0.8711 | 0.1495 | 0.1050 | 0.8741 | 0.8829 |
| Densenet201‐KNN | 0.9115 | 0.8967 | 0.9156 | 0.1033 | 0.0885 | 0.9049 | 0.9135 |
Classification results obtained with the decision support system using laboratory parameters
| Method | Sensitivity | Specificity | Precision | FPR | FNR | Accuracy | F1 score |
|---|---|---|---|---|---|---|---|
| ANN | 0.97362 | 0.97404 | 0.97834 | 0.02596 | 0.02638 | 0.97864 | 0.9759 |
| SVM | 0.8737 | 0.8640 | 0.8300 | 0.1360 | 0.1263 | 0.8682 | 0.8513 |
| KNN | 0.7479 | 0.8911 | 0.8900 | 0.1089 | 0.2521 | 0.8136 | 0.8128 |
| DTL | 0.8515 | 0.8824 | 0.8600 | 0.1176 | 0.1485 | 0.8682 | 0.8557 |
FIGURE 5Values obtained in five‐fold cross validation using ANN