CVSep 9, 2019

Self-supervised Scale Equivariant Network for Weakly Supervised Semantic Segmentation

arXiv:1909.03714v120 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of reducing labeling costs in semantic segmentation for computer vision applications, though it is incremental as it builds on existing CAM-based frameworks.

The paper tackles the problem of incomplete or over-activated class activation maps (CAM) in weakly supervised semantic segmentation by introducing a self-supervised scale equivariant network (SSENet) that uses scale equivariant regularization to improve CAM accuracy, achieving state-of-the-art performance on the PASCAL VOC 2012 dataset.

Weakly supervised semantic segmentation has attracted much research interest in recent years considering its advantage of low labeling cost. Most of the advanced algorithms follow the design principle that expands and constrains the seed regions from class activation maps (CAM). As well-known, conventional CAM tends to be incomplete or over-activated due to weak supervision. Fortunately, we find that semantic segmentation has a characteristic of spatial transformation equivariance, which can form a few self-supervisions to help weakly supervised learning. This work mainly explores the advantages of scale equivariant constrains for CAM generation, formulated as a self-supervised scale equivariant network (SSENet). Specifically, a novel scale equivariant regularization is elaborately designed to ensure consistency of CAMs from the same input image with different resolutions. This novel scale equivariant regularization can guide the whole network to learn more accurate class activation. This regularized CAM can be embedded in most recent advanced weakly supervised semantic segmentation framework. Extensive experiments on PASCAL VOC 2012 datasets demonstrate that our method achieves the state-of-the-art performance both quantitatively and qualitatively for weakly supervised semantic segmentation. Code has been made available.

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