Towards Robust Pseudo-Label Learning in Semantic Segmentation: An Encoding Perspective
By: Wangkai Li , Rui Sun , Zhaoyang Li and more
Potential Business Impact:
Teaches computers to see better with less information.
Pseudo-label learning is widely used in semantic segmentation, particularly in label-scarce scenarios such as unsupervised domain adaptation (UDA) and semisupervised learning (SSL). Despite its success, this paradigm can generate erroneous pseudo-labels, which are further amplified during training due to utilization of one-hot encoding. To address this issue, we propose ECOCSeg, a novel perspective for segmentation models that utilizes error-correcting output codes (ECOC) to create a fine-grained encoding for each class. ECOCSeg offers several advantages. First, an ECOC-based classifier is introduced, enabling model to disentangle classes into attributes and handle partial inaccurate bits, improving stability and generalization in pseudo-label learning. Second, a bit-level label denoising mechanism is developed to generate higher-quality pseudo-labels, providing adequate and robust supervision for unlabeled images. ECOCSeg can be easily integrated with existing methods and consistently demonstrates significant improvements on multiple UDA and SSL benchmarks across different segmentation architectures. Code is available at https://github.com/Woof6/ECOCSeg.
Similar Papers
Feedback-Driven Pseudo-Label Reliability Assessment: Redefining Thresholding for Semi-Supervised Semantic Segmentation
CV and Pattern Recognition
Teaches computers better with less labeled examples.
Classifier Enhancement Using Extended Context and Domain Experts for Semantic Segmentation
CV and Pattern Recognition
Helps computers better understand and label parts of pictures.
Semantic segmentation with coarse annotations
CV and Pattern Recognition
Helps computers draw clear lines in pictures.