Background-Aware Pooling and Noise-Aware Loss for Weakly-Supervised Semantic Segmentation
Youngmin Oh, Beomjun Kim, Bumsub Ham

TL;DR
This paper introduces background-aware pooling and noise-aware loss techniques to improve weakly-supervised semantic segmentation using bounding boxes, achieving state-of-the-art results on PASCAL VOC 2012.
Contribution
The paper proposes novel background-aware pooling and noise-aware loss methods to enhance pseudo label quality and robustness in weakly-supervised segmentation.
Findings
Outperforms existing weakly- and semi-supervised methods on PASCAL VOC 2012
Background-aware pooling improves foreground feature aggregation
Noise-aware loss reduces impact of incorrect labels
Abstract
We address the problem of weakly-supervised semantic segmentation (WSSS) using bounding box annotations. Although object bounding boxes are good indicators to segment corresponding objects, they do not specify object boundaries, making it hard to train convolutional neural networks (CNNs) for semantic segmentation. We find that background regions are perceptually consistent in part within an image, and this can be leveraged to discriminate foreground and background regions inside object bounding boxes. To implement this idea, we propose a novel pooling method, dubbed background-aware pooling (BAP), that focuses more on aggregating foreground features inside the bounding boxes using attention maps. This allows to extract high-quality pseudo segmentation labels to train CNNs for semantic segmentation, but the labels still contain noise especially at object boundaries. To address this…
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
TopicsAdvanced Neural Network Applications · Domain Adaptation and Few-Shot Learning · Multimodal Machine Learning Applications
