Using Unreliable Pseudo-Labels for Label-Efficient Semantic Segmentation
Haochen Wang, Yuchao Wang, Yujun Shen, Junsong Fan, Yuxi, Wang, Zhaoxiang Zhang

TL;DR
This paper introduces a novel method for semantic segmentation that utilizes unreliable pseudo-labels by treating uncertain pixels as negatives for unlikely classes, improving label efficiency and model training.
Contribution
It proposes a new pipeline that leverages all pixels, including unreliable ones, by categorizing them as negatives, with adaptive thresholding for better training.
Findings
Outperforms state-of-the-art methods on multiple benchmarks.
Effectively uses unreliable pixels to enhance training.
Adaptive thresholding improves pseudo-label quality.
Abstract
The crux of label-efficient semantic segmentation is to produce high-quality pseudo-labels to leverage a large amount of unlabeled or weakly labeled data. A common practice is to select the highly confident predictions as the pseudo-ground-truths for each pixel, but it leads to a problem that most pixels may be left unused due to their unreliability. However, we argue that every pixel matters to the model training, even those unreliable and ambiguous pixels. Intuitively, an unreliable prediction may get confused among the top classes, however, it should be confident about the pixel not belonging to the remaining classes. Hence, such a pixel can be convincingly treated as a negative key to those most unlikely categories. Therefore, we develop an effective pipeline to make sufficient use of unlabeled data. Concretely, we separate reliable and unreliable pixels via the entropy of…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Machine Learning and Data Classification · Domain Adaptation and Few-Shot Learning
