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

L2G: A Simple Local-to-Global Knowledge Transfer Framework for Weakly Supervised Semantic Segmentation

About

Mining precise class-aware attention maps, a.k.a, class activation maps, is essential for weakly supervised semantic segmentation. In this paper, we present L2G, a simple online local-to-global knowledge transfer framework for high-quality object attention mining. We observe that classification models can discover object regions with more details when replacing the input image with its local patches. Taking this into account, we first leverage a local classification network to extract attentions from multiple local patches randomly cropped from the input image. Then, we utilize a global network to learn complementary attention knowledge across multiple local attention maps online. Our framework conducts the global network to learn the captured rich object detail knowledge from a global view and thereby produces high-quality attention maps that can be directly used as pseudo annotations for semantic segmentation networks. Experiments show that our method attains 72.1% and 44.2% mIoU scores on the validation set of PASCAL VOC 2012 and MS COCO 2014, respectively, setting new state-of-the-art records. Code is available at https://github.com/PengtaoJiang/L2G.

Peng-Tao Jiang, Yuqi Yang, Qibin Hou, Yunchao Wei• 2022

Related benchmarks

TaskDatasetResultRank
Semantic segmentationPASCAL VOC 2012 (val)
Mean IoU72.1
2040
Semantic segmentationPASCAL VOC 2012 (test)
mIoU73
1342
Semantic segmentationPASCAL VOC (val)
mIoU72.1
338
Semantic segmentationCOCO 2014 (val)
mIoU44.2
251
Semantic segmentationPascal VOC (test)
mIoU71.7
236
Weakly supervised semantic segmentationPASCAL VOC 2012 (test)
mIoU71.7
158
Weakly supervised semantic segmentationPASCAL VOC 2012 (val)
mIoU72.1
154
Semantic segmentationCOCO (val)
mIoU44.2
135
Weakly supervised semantic segmentationPASCAL VOC 2012 (train)
mIoU (Mask)71.9
53
Weakly Supervised Class LocalizationPascal VOC (train)
mIoU56.2
15
Showing 10 of 11 rows

Other info

Code

Follow for update