CVFeb 10, 2022

Weakly-Supervised Semantic Segmentation with Visual Words Learning and Hybrid Pooling

arXiv:2202.04812v162 citations
AI Analysis

This work addresses the challenge of generating accurate segmentation masks with weak supervision, which is crucial for reducing annotation costs in computer vision applications, representing a strong incremental improvement over prior methods.

The paper tackles the problem of weakly-supervised semantic segmentation with image-level labels, where existing methods produce incomplete or noisy class activation maps, by proposing a visual words learning module and hybrid pooling approach to improve object coverage and reduce background regions, achieving 70.6% mIoU on PASCAL VOC and 36.2% mIoU on MS COCO, surpassing state-of-the-art methods.

Weakly-Supervised Semantic Segmentation (WSSS) methods with image-level labels generally train a classification network to generate the Class Activation Maps (CAMs) as the initial coarse segmentation labels. However, current WSSS methods still perform far from satisfactorily because their adopted CAMs 1) typically focus on partial discriminative object regions and 2) usually contain useless background regions. These two problems are attributed to the sole image-level supervision and aggregation of global information when training the classification networks. In this work, we propose the visual words learning module and hybrid pooling approach, and incorporate them in the classification network to mitigate the above problems. In the visual words learning module, we counter the first problem by enforcing the classification network to learn fine-grained visual word labels so that more object extents could be discovered. Specifically, the visual words are learned with a codebook, which could be updated via two proposed strategies, i.e. learning-based strategy and memory-bank strategy. The second drawback of CAMs is alleviated with the proposed hybrid pooling, which incorporates the global average and local discriminative information to simultaneously ensure object completeness and reduce background regions. We evaluated our methods on PASCAL VOC 2012 and MS COCO 2014 datasets. Without any extra saliency prior, our method achieved 70.6% and 70.7% mIoU on the $val$ and $test$ set of PASCAL VOC dataset, respectively, and 36.2% mIoU on the $val$ set of MS COCO dataset, which significantly surpassed the performance of state-of-the-art WSSS methods.

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