Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Semi-Supervised Semantic Segmentation with Cross Pseudo Supervision

About

In this paper, we study the semi-supervised semantic segmentation problem via exploring both labeled data and extra unlabeled data. We propose a novel consistency regularization approach, called cross pseudo supervision (CPS). Our approach imposes the consistency on two segmentation networks perturbed with different initialization for the same input image. The pseudo one-hot label map, output from one perturbed segmentation network, is used to supervise the other segmentation network with the standard cross-entropy loss, and vice versa. The CPS consistency has two roles: encourage high similarity between the predictions of two perturbed networks for the same input image, and expand training data by using the unlabeled data with pseudo labels. Experiment results show that our approach achieves the state-of-the-art semi-supervised segmentation performance on Cityscapes and PASCAL VOC 2012. Code is available at https://git.io/CPS.

Xiaokang Chen, Yuhui Yuan, Gang Zeng, Jingdong Wang• 2021

Related benchmarks

TaskDatasetResultRank
Semantic segmentationPASCAL VOC 2012 (val)
Mean IoU78.64
2040
Semantic segmentationGTA5 → Cityscapes (val)
mIoU66.3
533
Semantic segmentationCityscapes (val)
mIoU76.81
332
Semantic segmentationCityscapes (val)
mIoU80.21
287
Semantic segmentationPASCAL VOC 2012
mIoU75.88
187
LiDAR Semantic SegmentationnuScenes (val)
mIoU72.5
169
Semantic segmentationPascal VOC augmented 2012 (val)
mIoU78.64
162
Semantic segmentationPASCAL VOC classic 2012 (val)
mIoU75.9
143
Semantic segmentationCityscapes (val)
mIoU80.21
133
Semantic segmentationPASCAL VOC 2012 (val)
mIoU77.7
126
Showing 10 of 146 rows
...

Other info

Code

Follow for update