paper-with-me

홈 › Papers

Discriminative Region Suppression for Weakly-Supervised Semantic Segmentation

2021-03-12 · Beomyoung Kim, Sangeun Han, Junmo Kim

Weakly-supervised semantic segmentation (WSSS) using image-level labels has recently attracted much attention for reducing annotation costs. Existing WSSS methods utilize localization maps from the classification network to generate pseudo segmentation labels. However, since localization maps obtained from the classifier focus only on sparse discriminative object regions, it is difficult to generate high-quality segmentation labels. To address this issue, we introduce discriminative region suppression (DRS) module that is a simple yet effective method to expand object activation regions. DRS suppresses the attention on discriminative regions and spreads it to adjacent non-discriminative regions, generating dense localization maps. DRS requires few or no additional parameters and can be plugged into any network. Furthermore, we introduce an additional learning strategy to give a self-enhancement of localization maps, named localization map refinement learning. Benefiting from this refinement learning, localization maps are refined and enhanced by recovering some missing parts or removing noise itself. Due to its simplicity and effectiveness, our approach achieves mIoU 71.4% on the PASCAL VOC 2012 segmentation benchmark using only image-level labels. Extensive experiments demonstrate the effectiveness of our approach. The code is available at https://github.com/qjadud1994/DRS.

📄 PDF Abstract BibTeX arXiv:2103.07246

Code (1)

qjadud1994/DRS 공식 구현 pytorch

Tasks

SegmentationSemantic SegmentationWeakly supervised Semantic SegmentationWeakly-Supervised Semantic Segmentation

Similar Papers 제목 키워드 기반

Cross Language Image Matching for Weakly Supervised Semantic Segmentation

2022-03-05 · Jinheng Xie, Xianxu Hou, Kai Ye, Linlin Shen

It has been widely known that CAM (Class Activation Map) usually only activates discriminative object regions and falsely includes lots of object-related backgrounds. As only a fixed set of image-level object labels are …

ObjectSemantic SegmentationWeakly supervised Semantic SegmentationWeakly-Supervised Semantic Segmentation

CLIMS: Cross Language Image Matching for Weakly Supervised Semantic Segmentation

2022-01-01 · CVPR 2022 1 · Jinheng Xie, Xianxu Hou, Kai Ye, Linlin Shen

It has been widely known that CAM (Class Activation Map) usually only activates discriminative object regions and falsely includes lots of object-related backgrounds. As only a fixed set of image-level object labels …

ObjectSemantic SegmentationWeakly supervised Semantic SegmentationWeakly-Supervised Semantic Segmentation

Weakly-Supervised Semantic Segmentation Network With Deep Seeded Region Growing

2018-06-01 · CVPR 2018 6 · Zilong Huang, Xinggang Wang, Jiasi Wang, Wenyu Liu 외

This paper studies the problem of learning image semantic segmentation networks only using image-level labels as supervision, which is important since it can significantly reduce human annotation efforts. Recent state-of…

Image SegmentationSegmentationSemantic SegmentationWeakly supervised Semantic Segmentation+1

Anti-Adversarially Manipulated Attributions for Weakly and Semi-Supervised Semantic Segmentation

2021-03-16 · CVPR 2021 1 · Jungbeom Lee, Eunji Kim, Sungroh Yoon

Weakly supervised semantic segmentation produces a pixel-level localization from a classifier, but it is likely to restrict its focus to a small discriminative region of the target object. AdvCAM is an attribution map of…

Adversarial AttackObjectSegmentationSemantic Segmentation+3

Graph-propagation based Correlation Learning for Weakly Supervised Fine-grained Image Classification

2020-02-14 · AAAI-2020 2020 2 · Zhihui Wang, Shijie Wang, Haojie Li, Zhi Dou 외

The key of Weakly Supervised Fine-grained Image Classification (WFGIC) is how to pick out the discriminative regions and learn the discriminative features from them. However, most recent WFGIC methods pick out the discri…

Fine-Grained Image ClassificationGeneral Classificationimage-classificationImage Classification