DPN-SENet:A self-attention mechanism neural network for detection and diagnosis of COVID-19 from chest x-ray images
Bo Cheng, Ruhui Xue, Hang Yang, Laili Zhu, and Wei Xiang

TL;DR
This paper introduces DPN-SE, a deep learning model with self-attention and data augmentation for COVID-19 detection from chest X-rays, achieving high accuracy and interpretability to assist clinicians.
Contribution
The study proposes a novel DPN-SE network with self-attention and a data enhancement method, improving COVID-19 diagnosis accuracy from chest X-ray images.
Findings
DPN-SE achieved 93% accuracy and 98% recall in COVID-19 detection.
Data augmentation improved model performance by an average of 1%.
The model provides interpretable features to assist clinical diagnosis.
Abstract
Background and Objective: The new type of coronavirus is also called COVID-19. It began to spread at the end of 2019 and has now spread across the world. Until October 2020, It has infected around 37 million people and claimed about 1 million lives. We propose a deep learning model that can help radiologists and clinicians use chest X-rays to diagnose COVID-19 cases and show the diagnostic features of pneumonia. Methods: The approach in this study is: 1) we propose a data enhancement method to increase the diversity of the data set, thereby improving the generalization performance of the model. 2) Our deep convolution neural network model DPN-SE adds a self-attention mechanism to the DPN network. The addition of a self-attention mechanism has greatly improved the performance of the network. 3) Use the Lime interpretable library to mark the feature regions on the X-ray medical image that…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsCOVID-19 diagnosis using AI · Brain Tumor Detection and Classification
MethodsResidual Connection · Concatenated Skip Connection · Grouped Convolution · 1x1 Convolution · DPN Block · Average Pooling · Global Average Pooling · Max Pooling · Convolution · Dense Connections
