CVOct 4, 2021

Weak-shot Semantic Segmentation by Transferring Semantic Affinity and Boundary

arXiv:2110.01519v211 citations
Originality Incremental advance
AI Analysis

This work addresses the annotation burden in semantic segmentation for computer vision applications, offering an incremental improvement by transferring class-agnostic features from base to novel categories.

The paper tackles the problem of weak-shot semantic segmentation by leveraging fully-annotated base categories to improve segmentation of novel categories with only image-level labels, achieving significant performance gains over weakly-supervised baselines on the PASCAL VOC 2012 dataset.

Weakly-supervised semantic segmentation (WSSS) with image-level labels has been widely studied to relieve the annotation burden of the traditional segmentation task. In this paper, we show that existing fully-annotated base categories can help segment objects of novel categories with only image-level labels, even if base categories and novel categories have no overlap. We refer to this task as weak-shot semantic segmentation, which could also be treated as WSSS with auxiliary fully-annotated categories. Recent advanced WSSS methods usually obtain class activation maps (CAMs) and refine them by affinity propagation. Based on the observation that semantic affinity and boundary are class-agnostic, we propose a method under the WSSS framework to transfer semantic affinity and boundary from base to novel categories. As a result, we find that pixel-level annotation of base categories can facilitate affinity learning and propagation, leading to higher-quality CAMs of novel categories. Extensive experiments on PASCAL VOC 2012 dataset prove that our method significantly outperforms WSSS baselines on novel categories.

Foundations

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

Your Notes