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

Group-Wise Semantic Mining for Weakly Supervised Semantic Segmentation

About

Acquiring sufficient ground-truth supervision to train deep visual models has been a bottleneck over the years due to the data-hungry nature of deep learning. This is exacerbated in some structured prediction tasks, such as semantic segmentation, which requires pixel-level annotations. This work addresses weakly supervised semantic segmentation (WSSS), with the goal of bridging the gap between image-level annotations and pixel-level segmentation. We formulate WSSS as a novel group-wise learning task that explicitly models semantic dependencies in a group of images to estimate more reliable pseudo ground-truths, which can be used for training more accurate segmentation models. In particular, we devise a graph neural network (GNN) for group-wise semantic mining, wherein input images are represented as graph nodes, and the underlying relations between a pair of images are characterized by an efficient co-attention mechanism. Moreover, in order to prevent the model from paying excessive attention to common semantics only, we further propose a graph dropout layer, encouraging the model to learn more accurate and complete object responses. The whole network is end-to-end trainable by iterative message passing, which propagates interaction cues over the images to progressively improve the performance. We conduct experiments on the popular PASCAL VOC 2012 and COCO benchmarks, and our model yields state-of-the-art performance. Our code is available at: https://github.com/Lixy1997/Group-WSSS.

Xueyi Li, Tianfei Zhou, Jianwu Li, Yi Zhou, Zhaoxiang Zhang• 2020

Related benchmarks

TaskDatasetResultRank
Semantic segmentationPASCAL VOC 2012 (val)
Mean IoU68.2
2040
Semantic segmentationPASCAL VOC 2012 (test)
mIoU68.5
1342
Semantic segmentationPASCAL VOC (val)
mIoU68.7
338
Semantic segmentationCOCO 2014 (val)
mIoU28.4
251
Semantic segmentationPascal VOC (test)
mIoU69
236
Weakly supervised semantic segmentationPASCAL VOC 2012 (test)
mIoU68.5
158
Weakly supervised semantic segmentationPASCAL VOC 2012 (val)
mIoU68.2
154
Semantic segmentationCOCO (val)
mIoU28.4
135
Weakly supervised semantic segmentationMS-COCO 2014 (val)
mIoU28.4
27
Weakly supervised semantic segmentationVOC 2012 (val)
mIoU68.2
19
Showing 10 of 10 rows

Other info

Code

Follow for update