Deep Convolutional Neural Networks to Diagnose COVID-19 and other Pneumonia Diseases from Posteroanterior Chest X-Rays
Pierre G. B. Moutounet-Cartan

TL;DR
This study evaluates various deep convolutional neural networks for diagnosing COVID-19 and pneumonia from chest X-rays, finding VGG16 to be the most accurate with over 93% internal accuracy, aiding faster diagnosis in healthcare.
Contribution
The paper compares multiple CNN architectures for COVID-19 detection from X-rays and identifies VGG16 as the most effective model with detailed performance metrics.
Findings
VGG16 achieved 93.9% internal accuracy.
External validation accuracy was 84.1%.
High sensitivity for No Finding at 96.8%.
Abstract
The article explores different deep convolutional neural network architectures trained and tested on posteroanterior chest X-rays of 327 patients who are healthy (152 patients), diagnosed with COVID-19 (125), and other types of pneumonia (48). In particular, this paper looks at the deep convolutional neural networks VGG16 and VGG19, InceptionResNetV2 and InceptionV3, as well as Xception, all followed by a flat multi-layer perceptron and a final 30% drop-out. The paper has found that the best performing network is VGG16 with a final % drop-out trained over 3 classes (COVID-19, No Finding, Other Pneumonia). It has an internal cross-validated accuracy of %, a COVID-19 sensitivity of %, and a No Finding sensitivity of %. The respective external cross-validated values are %, %, and %. The model…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsCOVID-19 diagnosis using AI · Anomaly Detection Techniques and Applications · Machine Learning in Healthcare
MethodsDepthwise Convolution · Pointwise Convolution · Residual Connection · Convolution · Average Pooling · Global Average Pooling · Depthwise Separable Convolution · Max Pooling · Softmax · 1x1 Convolution
