Diagnose like a Radiologist: Attention Guided Convolutional Neural Network for Thorax Disease Classification
Qingji Guan, Yaping Huang, Zhun Zhong, Zhedong Zheng, Liang Zheng and, Yi Yang

TL;DR
This paper introduces an attention-guided CNN that focuses on disease-specific regions in chest X-rays, significantly improving thorax disease classification accuracy over previous methods.
Contribution
It proposes a novel three-branch attention-guided CNN that combines local disease regions with global context for enhanced classification performance.
Findings
Achieved a new state-of-the-art average AUC of 0.871 with DenseNet-121.
Improved classification accuracy by integrating local and global features.
Demonstrated effectiveness on the ChestX-ray14 dataset.
Abstract
This paper considers the task of thorax disease classification on chest X-ray images. Existing methods generally use the global image as input for network learning. Such a strategy is limited in two aspects. 1) A thorax disease usually happens in (small) localized areas which are disease specific. Training CNNs using global image may be affected by the (excessive) irrelevant noisy areas. 2) Due to the poor alignment of some CXR images, the existence of irregular borders hinders the network performance. In this paper, we address the above problems by proposing a three-branch attention guided convolution neural network (AG-CNN). AG-CNN 1) learns from disease-specific regions to avoid noise and improve alignment, 2) also integrates a global branch to compensate the lost discriminative cues by local branch. Specifically, we first learn a global CNN branch using global images. Then, guided…
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 · Radiomics and Machine Learning in Medical Imaging · Lung Cancer Diagnosis and Treatment
