Deep Learning For Classification Of Chest X-Ray Images (Covid 19)

Benbakreti Samir,Said Mwanahija,Benbakreti Soumia,Umut Özkaya
DOI: https://doi.org/10.48550/arXiv.2301.02468
2023-01-06
Abstract:In medical practice, the contribution of information technology can be considerable. Most of these practices include the images that medical assistance uses to identify different pathologies of the human body. One of them is X-ray images which cover much of our work in this paper. Chest x-rays have played an important role in Covid 19 identification and diagnosis. The Covid 19 virus has been declared a global pandemic since 2020 after the first case found in Wuhan China in December 2019. Our goal in this project is to be able to classify different chest X-ray images containing Covid 19, viral pneumonia, lung opacity and normal images. We used CNN architecture and different pre-trained models. The best result is obtained by the use of the ResNet 18 architecture with 94.1% accuracy. We also note that The GPU execution time is optimal in the case of AlexNet but what requires our attention is that the pretrained models converge much faster than the CNN. The time saving is very considerable. With these results not only will solve the diagnosis time for patients, but will provide an interesting tool for practitioners, thus helping them in times of strong pandemic in particular.
Image and Video Processing,Computer Vision and Pattern Recognition
What problem does this paper attempt to address?
This paper aims to solve the problem of classifying chest X - ray images of COVID - 19, viral pneumonia, pulmonary opacity (non - COVID lung infections) and normal cases. The author constructs a convolutional neural network (CNN) model and uses different pre - trained models to improve the accuracy and efficiency of diagnosis, so as to reduce the workload of medical workers during the epidemic, especially during the peak of the epidemic. Specifically, the paper explores the application of different deep - learning techniques in chest X - ray image classification, especially the performance of CNN architectures and several pre - trained models (such as AlexNet, ResNet18 and GoogleNet), and compares the differences in accuracy and GPU execution time among these models. Eventually, the ResNet18 model achieved 94.1% in accuracy, showing the best performance.