A Structure-Aware Relation Network for Thoracic Diseases Detection and Segmentation
Jie Lian, Jingyu Liu, Shu Zhang, Kai Gao, Xiaoqing Liu and, Dingwen Zhang, Yizhou Yu

TL;DR
This paper introduces SAR-Net, a structure-aware relation network that leverages anatomical and disease relations for improved detection and segmentation of thoracic diseases in chest X-ray images, demonstrating significant performance gains.
Contribution
The paper proposes SAR-Net, a novel extension of Mask R-CNN that incorporates domain knowledge through relation modules for better disease detection and segmentation in chest X-rays.
Findings
SAR-Net outperforms baseline Mask R-CNN on chest X-ray datasets.
ChestX-Det dataset provides detailed annotations for thoracic diseases.
Experimental results show significant accuracy improvements.
Abstract
Instance level detection and segmentation of thoracic diseases or abnormalities are crucial for automatic diagnosis in chest X-ray images. Leveraging on constant structure and disease relations extracted from domain knowledge, we propose a structure-aware relation network (SAR-Net) extending Mask R-CNN. The SAR-Net consists of three relation modules: 1. the anatomical structure relation module encoding spatial relations between diseases and anatomical parts. 2. the contextual relation module aggregating clues based on query-key pair of disease RoI and lung fields. 3. the disease relation module propagating co-occurrence and causal relations into disease proposals. Towards making a practical system, we also provide ChestX-Det, a chest X-Ray dataset with instance-level annotations (boxes and masks). ChestX-Det is a subset of the public dataset NIH ChestX-ray14. It contains ~3500 images of…
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 · Lung Cancer Diagnosis and Treatment · Radiomics and Machine Learning in Medical Imaging
MethodsRegion Proposal Network · Softmax · RoIAlign · Convolution · Mask R-CNN
