English

Decoupled Deep Neural Network for Semi-supervised Semantic Segmentation

Computer Vision and Pattern Recognition 2015-06-18 v2

Abstract

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.

Keywords

Cite

@article{arxiv.1506.04924,
  title  = {Decoupled Deep Neural Network for Semi-supervised Semantic Segmentation},
  author = {Seunghoon Hong and Hyeonwoo Noh and Bohyung Han},
  journal= {arXiv preprint arXiv:1506.04924},
  year   = {2015}
}

Comments

Added a link to the project page for more comprehensive illustration of results

R2 v1 2026-06-22T09:54:26.679Z