CVJun 16, 2015

Decoupled Deep Neural Network for Semi-supervised Semantic Segmentation

arXiv:1506.04924v2344 citations
Originality Incremental advance
AI Analysis

This addresses the problem of reducing annotation costs for semantic segmentation in computer vision, though it is incremental as it builds on existing semi-supervised methods.

The paper tackles semi-supervised semantic segmentation by proposing a decoupled deep neural network that separates classification and segmentation tasks, enabling separate training with heterogeneous annotations. It achieves outstanding performance on the PASCAL VOC dataset with fewer strongly annotated images compared to other approaches.

We propose a novel deep neural network architecture for semi-supervised semantic segmentation using heterogeneous annotations. Contrary to existing approaches posing semantic segmentation as a single task of region-based classification, our algorithm decouples classification and segmentation, and learns a separate network for each task. In this architecture, labels associated with an image are identified by classification network, and binary segmentation is subsequently performed for each identified label in segmentation network. The decoupled architecture enables us to learn classification and segmentation networks separately based on the training data with image-level and pixel-wise class labels, respectively. It facilitates to reduce search space for segmentation effectively by exploiting class-specific activation maps obtained from bridging layers. Our algorithm shows outstanding performance compared to other semi-supervised approaches even with much less training images with strong annotations in PASCAL VOC dataset.

Code Implementations3 repos
Foundations

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

Your Notes