English

PseudoSeg: Designing Pseudo Labels for Semantic Segmentation

Computer Vision and Pattern Recognition 2021-03-31 v2

Abstract

Recent advances in semi-supervised learning (SSL) demonstrate that a combination of consistency regularization and pseudo-labeling can effectively improve image classification accuracy in the low-data regime. Compared to classification, semantic segmentation tasks require much more intensive labeling costs. Thus, these tasks greatly benefit from data-efficient training methods. However, structured outputs in segmentation render particular difficulties (e.g., designing pseudo-labeling and augmentation) to apply existing SSL strategies. To address this problem, we present a simple and novel re-design of pseudo-labeling to generate well-calibrated structured pseudo labels for training with unlabeled or weakly-labeled data. Our proposed pseudo-labeling strategy is network structure agnostic to apply in a one-stage consistency training framework. We demonstrate the effectiveness of the proposed pseudo-labeling strategy in both low-data and high-data regimes. Extensive experiments have validated that pseudo labels generated from wisely fusing diverse sources and strong data augmentation are crucial to consistency training for segmentation. The source code is available at https://github.com/googleinterns/wss.

Keywords

Cite

@article{arxiv.2010.09713,
  title  = {PseudoSeg: Designing Pseudo Labels for Semantic Segmentation},
  author = {Yuliang Zou and Zizhao Zhang and Han Zhang and Chun-Liang Li and Xiao Bian and Jia-Bin Huang and Tomas Pfister},
  journal= {arXiv preprint arXiv:2010.09713},
  year   = {2021}
}

Comments

ICLR 2021. Project page: https://yuliang.vision/pseudo_seg/ Code: https://github.com/googleinterns/wss

R2 v1 2026-06-23T19:27:45.541Z