IVCVLGApr 17, 2020

A modified deep convolutional neural network for detecting COVID-19 and pneumonia from chest X-ray images based on the concatenation of Xception and ResNet50V2

arXiv:2004.08052v20.10120 citationsHas Code
AI Analysis55

This work addresses the need for automated diagnosis of COVID-19 and pneumonia from X-rays, but it is incremental as it builds on existing networks with training techniques for unbalanced data.

The authors tackled the problem of detecting COVID-19 and pneumonia from chest X-ray images using a concatenated network of Xception and ResNet50V2, achieving 99.50% accuracy for COVID-19 detection and 91.4% overall accuracy on a test set of 11,302 images.

In this paper, we have trained several deep convolutional networks with introduced training techniques for classifying X-ray images into three classes: normal, pneumonia, and COVID-19, based on two open-source datasets. Our data contains 180 X-ray images that belong to persons infected with COVID-19, and we attempted to apply methods to achieve the best possible results. In this research, we introduce some training techniques that help the network learn better when we have an unbalanced dataset (fewer cases of COVID-19 along with more cases from other classes). We also propose a neural network that is a concatenation of the Xception and ResNet50V2 networks. This network achieved the best accuracy by utilizing multiple features extracted by two robust networks. For evaluating our network, we have tested it on 11302 images to report the actual accuracy achievable in real circumstances. The average accuracy of the proposed network for detecting COVID-19 cases is 99.50%, and the overall average accuracy for all classes is 91.4%.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes