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

Uncertainty Estimation via Response Scaling for Pseudo-mask Noise Mitigation in Weakly-supervised Semantic Segmentation

About

Weakly-Supervised Semantic Segmentation (WSSS) segments objects without a heavy burden of dense annotation. While as a price, generated pseudo-masks exist obvious noisy pixels, which result in sub-optimal segmentation models trained over these pseudo-masks. But rare studies notice or work on this problem, even these noisy pixels are inevitable after their improvements on pseudo-mask. So we try to improve WSSS in the aspect of noise mitigation. And we observe that many noisy pixels are of high confidence, especially when the response range is too wide or narrow, presenting an uncertain status. Thus, in this paper, we simulate noisy variations of response by scaling the prediction map multiple times for uncertainty estimation. The uncertainty is then used to weight the segmentation loss to mitigate noisy supervision signals. We call this method URN, abbreviated from Uncertainty estimation via Response scaling for Noise mitigation. Experiments validate the benefits of URN, and our method achieves state-of-the-art results at 71.2% and 41.5% on PASCAL VOC 2012 and MS COCO 2014 respectively, without extra models like saliency detection. Code is available at https://github.com/XMed-Lab/URN.

Yi Li, Yiqun Duan, Zhanghui Kuang, Yimin Chen, Wayne Zhang, Xiaomeng Li• 2021

Related benchmarks

TaskDatasetResultRank
Semantic segmentationPASCAL VOC 2012 (val)
Mean IoU71.2
2040
Semantic segmentationPASCAL VOC 2012 (test)
mIoU71.5
1342
Semantic segmentationPASCAL VOC (val)
mIoU69.5
338
Semantic segmentationCOCO 2014 (val)
mIoU41.5
251
Semantic segmentationPascal VOC (test)
mIoU69.7
236
Weakly supervised semantic segmentationPASCAL VOC 2012 (test)
mIoU71.5
158
Weakly supervised semantic segmentationPASCAL VOC 2012 (val)
mIoU71.2
154
Semantic segmentationCOCO (val)
mIoU41.5
135
Weakly supervised semantic segmentationMS-COCO 2014 (val)
mIoU41.5
27
Showing 9 of 9 rows

Other info

Code

Follow for update