CVFeb 22, 2018

Adversarial Learning for Semi-Supervised Semantic Segmentation

arXiv:1802.07934v2610 citations
AI Analysis

This addresses the problem of limited labeled data for semantic segmentation in computer vision, offering an incremental improvement over existing methods.

The paper tackles semi-supervised semantic segmentation by proposing an adversarial network with a fully convolutional discriminator to improve accuracy using unlabeled images, showing effectiveness on PASCAL VOC 2012 and Cityscapes datasets.

We propose a method for semi-supervised semantic segmentation using an adversarial network. While most existing discriminators are trained to classify input images as real or fake on the image level, we design a discriminator in a fully convolutional manner to differentiate the predicted probability maps from the ground truth segmentation distribution with the consideration of the spatial resolution. We show that the proposed discriminator can be used to improve semantic segmentation accuracy by coupling the adversarial loss with the standard cross entropy loss of the proposed model. In addition, the fully convolutional discriminator enables semi-supervised learning through discovering the trustworthy regions in predicted results of unlabeled images, thereby providing additional supervisory signals. In contrast to existing methods that utilize weakly-labeled images, our method leverages unlabeled images to enhance the segmentation model. Experimental results on the PASCAL VOC 2012 and Cityscapes datasets demonstrate the effectiveness of the proposed algorithm.

Code Implementations13 repos

Data from Papers with Code (CC-BY-SA-4.0)

Foundations

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

Your Notes