Affiliation:
1. University of Ilesa
2. Federal Polytechnic Ile oluji
Abstract
Abstract
Quick diagnosis of COVID-19 through chest X-ray images has gained significant attention due to its potential to aid in rapid screening. In this study, we presented a comprehensive approach utilizing convolutional neural networks (CNNs) for feature extraction from chest X-ray images, followed by an ensemble of classifiers including Decision Tree, Support Vector Machine, Random Forest, and AdaBoost for accurate classification. Our CNN architecture, trained on Google Colab with GPU runtime, comprises 20 layers incorporating Conv2D, MaxPooling2D, Dropout, and fully connected layers with ReLU activation function and a dropout threshold of 0.25, achieving an accuracy of 97.10%. By using a dataset that consists of 33,920 chest X-ray (CXR) images including 11,956 COVID-19, 11,263 Non-COVID infections (Viral or Bacterial Pneumonia), 10,701 Normal with Ground-truth lung segmentation masks provided for the entire dataset from the Kaggle COVID-19 Radiography Database. Our final ensemble classifier, employing Soft voting, attained a heightened accuracy of 97.51%. Moreover, to gain insights into the CNN's internal processes, we visualized intermediate layer activations. Subsequently, we deployed the final model using a Flask API for seamless integration into healthcare systems. Our approach promised efficient and accurate diagnosis of COVID-19 from chest X-ray images, facilitating timely patient management.
Publisher
Research Square Platform LLC
Reference21 articles.
1. Role of chest radiography in the management of COVID-19 pneumonia: An overview and correlation with pathophysiologic changes;Kohli A;Indian J. Radiol. Imaging,2021
2. Sarki, R., Ahmed, K., Wang, H., Zhang, Y., Wang, K.: Automated detection of COVID-19 through convolutional neural network using chest x-ray images. PLoS One. 2022;17(1):e0262052. (2022). 10.1371/journal.pone.0262052
3. LeCun, Y., Bengio, Y., Hinton, G.: Deep Learn. Nat. 521, 436–444 (2015). 10.1038/nature14539
4. Zhou, B., Khosla, A., Lapedriza, A., Oliva, A., Torralba: A. Learning Deep Features for Discriminative Localization, IEEE Conference on Computer Vision and Pattern Recognition (CVPR), Las Vegas, NV, USA, pp. 2921–2929, (2016). 10.1109/CVPR.2016.319
5. Dietterich, T.G.: Ensemble Methods in Machine Learning. In: Multiple Classifier Systems. MCS 2000. Lecture Notes in Computer Science, vol. 1857. Springer, Berlin, Heidelberg (2000). https://doi.org/10.1007/3-540-45014-9_1