| Literature DB >> 32462314 |
Shashank Vaid1, Reza Kalantar2, Mohit Bhandari3.
Abstract
BACKGROUND: Detection of COVID-19 cases' accuracy is posing a conundrum for scientists, physicians, and policy-makers. As of April 23, 2020, 2.7 million cases have been confirmed, over 190,000 people are dead, and about 750,000 people are reported recovered. Yet, there is no publicly available data on tests that could be missing infections. Complicating matters and furthering anxiety are specific instances of false-negative tests.Entities:
Keywords: Artificial intelligence; COVID-19; Deep learning; Detection bias
Mesh:
Year: 2020 PMID: 32462314 PMCID: PMC7251557 DOI: 10.1007/s00264-020-04609-7
Source DB: PubMed Journal: Int Orthop ISSN: 0341-2695 Impact factor: 3.075
Fig. 1Model architecture based on pre-trained weights of VGG-19 classifier model. Trainable fully connected layers (FCN) allow the network to learn the underlying patterns from CXRs with respect to the label of images given in the training dataset
Findings from the test set using predicted by the proposed deep learning model. Precision, true positives/(true positives + false positives); Recall, true positives/(true positives + false negatives); F1-score, combination of precision and recall using the harmonic mean (overall classification accuracy).
| Finding | Precision (%) | Recall (%) | |
|---|---|---|---|
| Normal | 98.6 | 96.0 | 97.3 |
| Covid-19 | 91.7 | 97.1 | 94.3 |
Overall weighted average model accuracy, 96.3%, binary cross-entropy loss 0.151
Fig. 2Confusion matrix of the model predictions from the test scans (healthy (75): Covid-19 (34) cases). Proposed model achieved 105/109 correct classification (3 false positives, 1 false negative)