Adversarial Learning for Semi-Supervised Semantic Segmentation
About
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.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Semantic segmentation | PASCAL VOC 2012 (val) | Mean IoU74.9 | 2040 | |
| Semantic segmentation | Cityscapes (val) | mIoU67.7 | 572 | |
| Semantic segmentation | PASCAL VOC (val) | mIoU74.9 | 338 | |
| Semantic segmentation | Cityscapes (val) | mIoU67.7 | 332 | |
| Semantic segmentation | PASCAL VOC 2012 | mIoU73.3 | 187 | |
| Semantic segmentation | Pascal VOC augmented 2012 (val) | mIoU69.9 | 162 | |
| Semantic segmentation | Cityscapes (val) | mIoU66.4 | 133 | |
| Semantic segmentation | PASCAL VOC augmented (val) | mIoU71.4 | 122 | |
| Semantic segmentation | CITYSCAPES 1/8 labeled samples 372 labels (val) | mIoU57.1 | 65 | |
| Semantic segmentation | Pascal VOC Original protocol 92 labeled images | mIoU39.69 | 48 |