Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Reducing Information Bottleneck for Weakly Supervised Semantic Segmentation

About

Weakly supervised semantic segmentation produces pixel-level localization from class labels; however, a classifier trained on such labels is likely to focus on a small discriminative region of the target object. We interpret this phenomenon using the information bottleneck principle: the final layer of a deep neural network, activated by the sigmoid or softmax activation functions, causes an information bottleneck, and as a result, only a subset of the task-relevant information is passed on to the output. We first support this argument through a simulated toy experiment and then propose a method to reduce the information bottleneck by removing the last activation function. In addition, we introduce a new pooling method that further encourages the transmission of information from non-discriminative regions to the classification. Our experimental evaluations demonstrate that this simple modification significantly improves the quality of localization maps on both the PASCAL VOC 2012 and MS COCO 2014 datasets, exhibiting a new state-of-the-art performance for weakly supervised semantic segmentation. The code is available at: https://github.com/jbeomlee93/RIB.

Jungbeom Lee, Jooyoung Choi, Jisoo Mok, Sungroh Yoon• 2021

Related benchmarks

TaskDatasetResultRank
Semantic segmentationPASCAL VOC 2012 (val)
Mean IoU70.2
2040
Semantic segmentationPASCAL VOC 2012 (test)
mIoU70
1342
Semantic segmentationPASCAL VOC (val)
mIoU68.3
338
Semantic segmentationCOCO 2014 (val)
mIoU43.8
251
Semantic segmentationPascal VOC (test)
mIoU68.6
236
Semantic segmentationCOCO (val)
mIoU43.8
135
Semantic segmentationPASCAL VOC 2012 (train)
mIoU70.6
73
Weakly supervised semantic segmentationPASCAL VOC 2012 (train)
mIoU (Mask)68.6
53
Pseudo Segmentation Label GenerationVOC 2012 (train)
mIoU70.6
21
Pseudo Ground-Truth GenerationPASCAL VOC 2012 (train)
mIoU70.6
19
Showing 10 of 21 rows

Other info

Code

Follow for update