paper-with-me

홈 › Papers

Weakly-Supervised Segmentation for Disease Localization in Chest X-Ray Images

2020-07-01 · Ostap Viniavskyi, Mariia Dobko, Oles Dobosevych

Deep Convolutional Neural Networks have proven effective in solving the task of semantic segmentation. However, their efficiency heavily relies on the pixel-level annotations that are expensive to get and often require domain expertise, especially in medical imaging. Weakly supervised semantic segmentation helps to overcome these issues and also provides explainable deep learning models. In this paper, we propose a novel approach to the semantic segmentation of medical chest X-ray images with only image-level class labels as supervision. We improve the disease localization accuracy by combining three approaches as consecutive steps. First, we generate pseudo segmentation labels of abnormal regions in the training images through a supervised classification model enhanced with a regularization procedure. The obtained activation maps are then post-processed and propagated into a second classification model-Inter-pixel Relation Network, which improves the boundaries between different object classes. Finally, the resulting pseudo-labels are used to train a proposed fully supervised segmentation model. We analyze the robustness of the presented method and test its performance on two distinct datasets: PASCAL VOC 2012 and SIIM-ACR Pneumothorax. We achieve significant results in the segmentation on both datasets using only image-level annotations. We show that this approach is applicable to chest X-rays for detecting an anomalous volume of air in the pleural space between the lung and the chest wall. Our code has been made publicly available.

📄 PDF Abstract BibTeX arXiv:2007.00748

Code (1)

ucuapps/WSMIS 공식 구현 pytorch

Tasks

Relation NetworkSegmentationSemantic SegmentationWeakly supervised segmentationWeakly supervised Semantic SegmentationWeakly-Supervised Semantic Segmentation

Similar Papers 제목 키워드 기반

ChestX-Det10: Chest X-ray Dataset on Detection of Thoracic Abnormalities

2020-06-17 · Jingyu Liu, Jie Lian, Yizhou Yu

Instance level detection of thoracic diseases or abnormalities are crucial for automatic diagnosis in chest X-ray images. Most existing works on chest X-rays focus on disease classification and weakly supervised localiza…

ClassificationGeneral Classification

A Weakly Supervised Adaptive DenseNet for Classifying Thoracic Diseases and Identifying Abnormalities

2018-07-03 · Bo Zhou, Yuemeng Li, Jiangcong Wang

We present a weakly supervised deep learning model for classifying thoracic diseases and identifying abnormalities in chest radiography. In this work, instead of learning from medical imaging data with region-level annot…

ClassificationGeneral Classification

Weakly Supervised 3D Classification of Chest CT using Aggregated Multi-Resolution Deep Segmentation Features

2020-10-31 · Anindo Saha, Fakrul I. Tushar, Khrystyna Faryna, Vincent M. D'Anniballe 외

Weakly supervised disease classification of CT imaging suffers from poor localization owing to case-level annotations, where even a positive scan can hold hundreds to thousands of negative slices along multiple planes. F…

3D ClassificationBinary ClassificationClassificationGeneral Classification+2

Self-Guided Multiple Instance Learning for Weakly Supervised Disease Classification and Localization in Chest Radiographs

2020-09-30 · Constantin Seibold, Jens Kleesiek, Heinz-Peter Schlemmer, Rainer Stiefelhagen

The lack of fine-grained annotations hinders the deployment of automated diagnosis systems, which require human-interpretable justification for their decision process. In this paper, we address the problem of weakly supe…

Multiple Instance Learning

Weakly Supervised Thoracic Disease Localization via Disease Masks

2021-01-25 · Hyun-Woo Kim, Hong-Gyu Jung, Seong-Whan Lee

To enable a deep learning-based system to be used in the medical domain as a computer-aided diagnosis system, it is essential to not only classify diseases but also present the locations of the diseases. However, collect…