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

Threshold Matters in WSSS: Manipulating the Activation for the Robust and Accurate Segmentation Model Against Thresholds

About

Weakly-supervised semantic segmentation (WSSS) has recently gained much attention for its promise to train segmentation models only with image-level labels. Existing WSSS methods commonly argue that the sparse coverage of CAM incurs the performance bottleneck of WSSS. This paper provides analytical and empirical evidence that the actual bottleneck may not be sparse coverage but a global thresholding scheme applied after CAM. Then, we show that this issue can be mitigated by satisfying two conditions; 1) reducing the imbalance in the foreground activation and 2) increasing the gap between the foreground and the background activation. Based on these findings, we propose a novel activation manipulation network with a per-pixel classification loss and a label conditioning module. Per-pixel classification naturally induces two-level activation in activation maps, which can penalize the most discriminative parts, promote the less discriminative parts, and deactivate the background regions. Label conditioning imposes that the output label of pseudo-masks should be any of true image-level labels; it penalizes the wrong activation assigned to non-target classes. Based on extensive analysis and evaluations, we demonstrate that each component helps produce accurate pseudo-masks, achieving the robustness against the choice of the global threshold. Finally, our model achieves state-of-the-art records on both PASCAL VOC 2012 and MS COCO 2014 datasets.

Minhyun Lee, Dongseob Kim, Hyunjung Shim• 2022

Related benchmarks

TaskDatasetResultRank
Semantic segmentationPASCAL VOC 2012 (val)
Mean IoU70.7
2040
Semantic segmentationPASCAL VOC 2012 (test)
mIoU70.6
1342
Semantic segmentationCityscapes (test)
mIoU17.8
1145
Semantic segmentationCamVid (test)
mIoU7.6
411
Semantic segmentationCityscapes (val)
mIoU17.5
287
Semantic segmentationCOCO 2014 (val)
mIoU44.7
251
Weakly supervised semantic segmentationPASCAL VOC 2012 (test)
mIoU70.6
158
Weakly supervised semantic segmentationPASCAL VOC 2012 (val)
mIoU70.7
154
Weakly supervised semantic segmentationPASCAL VOC 2012 (train)
mIoU (Mask)72.2
53
Pseudo Segmentation Label GenerationVOC 2012 (train)
mIoU72.2
21
Showing 10 of 14 rows

Other info

Code

Follow for update