HyperAIHyperAI

Command Palette

Search for a command to run...

3 months ago

Reducing Information Bottleneck for Weakly Supervised Semantic Segmentation

Jungbeom Lee Jooyoung Choi Jisoo Mok Sungroh Yoon

Reducing Information Bottleneck for Weakly Supervised Semantic Segmentation

Abstract

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.

Code Repositories

jbeomlee93/rib
Official
pytorch
Mentioned in GitHub

Benchmarks

BenchmarkMethodologyMetrics
weakly-supervised-semantic-segmentation-onRIB (DeepLabV2-ResNet101)
Mean IoU: 68.3
weakly-supervised-semantic-segmentation-onRIB+Sal (DeepLabV2-ResNet101)
Mean IoU: 70.2
weakly-supervised-semantic-segmentation-on-1RIB+Sal (DeepLabV2-ResNet101)
Mean IoU: 70.0
weakly-supervised-semantic-segmentation-on-1RIB (DeepLabV2-ResNet101)
Mean IoU: 68.6
weakly-supervised-semantic-segmentation-on-4RIB (DeepLabV2-ResNet101, No Saliency)
mIoU: 43.8

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
Reducing Information Bottleneck for Weakly Supervised Semantic Segmentation | Papers | HyperAI