CVOct 14, 2021

Weakly Supervised Semantic Segmentation by Pixel-to-Prototype Contrast

arXiv:2110.07110v3190 citations
Originality Incremental advance
AI Analysis

This work addresses the supervision gap in weakly supervised semantic segmentation for computer vision applications, representing an incremental improvement over existing methods.

The paper tackles the problem of generating incomplete and imprecise pseudo masks in weakly supervised semantic segmentation by proposing a pixel-to-prototype contrast method, which improves initial seed mIoU on PASCAL VOC 2012 from 55.4% to 61.5% and segmentation mIoU from 70.8% to 73.6%.

Though image-level weakly supervised semantic segmentation (WSSS) has achieved great progress with Class Activation Maps (CAMs) as the cornerstone, the large supervision gap between classification and segmentation still hampers the model to generate more complete and precise pseudo masks for segmentation. In this study, we propose weakly-supervised pixel-to-prototype contrast that can provide pixel-level supervisory signals to narrow the gap. Guided by two intuitive priors, our method is executed across different views and within per single view of an image, aiming to impose cross-view feature semantic consistency regularization and facilitate intra(inter)-class compactness(dispersion) of the feature space. Our method can be seamlessly incorporated into existing WSSS models without any changes to the base networks and does not incur any extra inference burden. Extensive experiments manifest that our method consistently improves two strong baselines by large margins, demonstrating the effectiveness. Specifically, built on top of SEAM, we improve the initial seed mIoU on PASCAL VOC 2012 from 55.4% to 61.5%. Moreover, armed with our method, we increase the segmentation mIoU of EPS from 70.8% to 73.6%, achieving new state-of-the-art.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes