Semi-Supervised Semantic Segmentation Using Unreliable Pseudo-Labels
Official PyTorch implementation of Semi-Supervised Semantic Segmentation Using Unreliable Pseudo Labels, CVPR 2022. Please refer to our project page for qualitative results. Abstract.The crux of semi-supervised semantic segmentation is to assign adequate pseudo-labels to the pixels of unlabeled images.A common practice is to select the highly confident predictions as the pseudo ground-truth, but it leads to a problem that most pixels may be left unused due to their unreliability.We argue that every pixel matters to the model training, even its […]
Read more