Skip to content

From the onset of 2020, Coronavirus disease (COVID-19) has rapidly accelerated worldwide into a stage of a severe pandemic. COVID-19 has infected more than 29 million people and caused more than 900 thousand deaths. Being highly contagious, it causes community transmission explosively. Thus, health care delivery has been disrupted and compromise…

License

Notifications You must be signed in to change notification settings

arpita739/COVID-19-Detection-from-Lung-CT-Scan-Images-using-Transfer-Learning-Approach

Repository files navigation

COVID-19 Detection from Lung CT-Scan Images using Transfer Learning Approach


Python NumPy Pandas Jupyter TensorFlow OpenCV Keras

Abstract

From the onset of 2020, Coronavirus disease (COVID-19) has rapidly accelerated worldwide into a stage of a severe pandemic. COVID-19 has infected more than 29 million people and caused more than 900 thousand deaths. Being highly contagious, it causes community transmission explosively. Thus, health care delivery has been disrupted and compromised by lack of testing kits. The COVID-19 infected patient shows severe acute respiratory syndrome. Meanwhile, the scientific community has been on a roll implementing Deep Learning techniques to diagnose COVID- 19 based on lung CT-scans, as computed tomography (CT) is a pertinent screening tool due to its higher sensitivity for recognizing early pneumonic changes. However, large dataset of CT-scan images are not publicly available due to privacy concerns and obtaining very accurate model becomes difficult. Thus to overcome this drawback, transfer learning pre-trained models are used to classify COVID-19 (+ve) and COVID-19 (-ve) patient in the proposed methodology. Including pre-trained models (DenseNet201, VGG16, ResNet50V2, MobileNet) as backbone, a deep learning framework is developed and named as KarNet. For extensive testing analysis of the framework, each model is trained on original (i.e., non-augmented) and manipulated (i.e., augmented) dataset. Among the four pre-trained models of KarNet, the one with DenseNet201 illustrated excellent diagnostic ability with an AUC score of 1.00 and 0.99 for models trained on non-augmented and augmented data set respectively. Even after considerable distortion of images (i.e., augmented dataset) DenseNet201 gained an accuracy of 97% on the testing set, followed by ResNet50V2, MobileNet, VGG16 (96%, 95% and 94% respectively).

Dataset

Architecture

Citation

Please cite my research paper as:

ARPITA HALDER et al 2021 Mach. Learn.: Sci. Technol. https://doi.org/10.1088/2632-2153/abf22c

*** Code will be uploaded soon ***

About

From the onset of 2020, Coronavirus disease (COVID-19) has rapidly accelerated worldwide into a stage of a severe pandemic. COVID-19 has infected more than 29 million people and caused more than 900 thousand deaths. Being highly contagious, it causes community transmission explosively. Thus, health care delivery has been disrupted and compromise…

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published