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

Pseudo-mask Matters in Weakly-supervised Semantic Segmentation

About

Most weakly supervised semantic segmentation (WSSS) methods follow the pipeline that generates pseudo-masks initially and trains the segmentation model with the pseudo-masks in fully supervised manner after. However, we find some matters related to the pseudo-masks, including high quality pseudo-masks generation from class activation maps (CAMs), and training with noisy pseudo-mask supervision. For these matters, we propose the following designs to push the performance to new state-of-art: (i) Coefficient of Variation Smoothing to smooth the CAMs adaptively; (ii) Proportional Pseudo-mask Generation to project the expanded CAMs to pseudo-mask based on a new metric indicating the importance of each class on each location, instead of the scores trained from binary classifiers. (iii) Pretended Under-Fitting strategy to suppress the influence of noise in pseudo-mask; (iv) Cyclic Pseudo-mask to boost the pseudo-masks during training of fully supervised semantic segmentation (FSSS). Experiments based on our methods achieve new state-of-art results on two changeling weakly supervised semantic segmentation datasets, pushing the mIoU to 70.0% and 40.2% on PAS-CAL VOC 2012 and MS COCO 2014 respectively. Codes including segmentation framework are released at https://github.com/Eli-YiLi/PMM

Yi Li, Zhanghui Kuang, Liyang Liu, Yimin Chen, Wayne Zhang• 2021

Related benchmarks

TaskDatasetResultRank
Semantic segmentationPASCAL VOC 2012 (val)
Mean IoU70
2040
Semantic segmentationPASCAL VOC 2012 (test)
mIoU70.5
1342
Semantic segmentationCOCO 2014 (val)
mIoU36.7
251
Weakly supervised semantic segmentationPASCAL VOC 2012 (test)
mIoU70.5
158
Weakly supervised semantic segmentationPASCAL VOC 2012 (val)
mIoU70
154
Semantic segmentationVOC 2012 (val)
mIoU68.5
67
Weakly supervised semantic segmentationMS-COCO 2014 (val)
mIoU40.2
27
Weakly supervised semantic segmentationVOC 2012 (val)
mIoU70
19
Showing 8 of 8 rows

Other info

Code

Follow for update