CVNov 20, 2022

Attention-based Class Activation Diffusion for Weakly-Supervised Semantic Segmentation

arXiv:2211.10931v13 citationsh-index: 30
Originality Incremental advance
AI Analysis

This work addresses a key bottleneck in weakly-supervised semantic segmentation for computer vision applications, offering an incremental improvement over existing methods.

The paper tackles the problem of false positives in weakly-supervised semantic segmentation by proposing AD-CAM, a method that couples class activation maps with attention matrices via probabilistic diffusion, resulting in improved performance on PASCAL VOC and MS COCO benchmarks compared to state-of-the-art CAM variants.

Extracting class activation maps (CAM) is a key step for weakly-supervised semantic segmentation (WSSS). The CAM of convolution neural networks fails to capture long-range feature dependency on the image and result in the coverage on only foreground object parts, i.e., a lot of false negatives. An intuitive solution is ``coupling'' the CAM with the long-range attention matrix of visual transformers (ViT) We find that the direct ``coupling'', e.g., pixel-wise multiplication of attention and activation, achieves a more global coverage (on the foreground), but unfortunately goes with a great increase of false positives, i.e., background pixels are mistakenly included. This paper aims to tackle this issue. It proposes a new method to couple CAM and Attention matrix in a probabilistic Diffusion way, and dub it AD-CAM. Intuitively, it integrates ViT attention and CAM activation in a conservative and convincing way. Conservative is achieved by refining the attention between a pair of pixels based on their respective attentions to common neighbors, where the intuition is two pixels having very different neighborhoods are rarely dependent, i.e., their attention should be reduced. Convincing is achieved by diffusing a pixel's activation to its neighbors (on the CAM) in proportion to the corresponding attentions (on the AM). In experiments, our results on two challenging WSSS benchmarks PASCAL VOC and MS~COCO show that AD-CAM as pseudo labels can yield stronger WSSS models than the state-of-the-art variants of CAM.

Foundations

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

Your Notes