Semi-Supervised Semantic Segmentation Under Label Noise via Diverse Learning Groups

Abstract

Semi-supervised semantic segmentation methods use a small amount of clean pixel-level annotations to guide the interpretation of a larger quantity of unlabelled image data. The challenges of providing pixel-accurate annotations at scale mean that the labels are typically noisy, and this contaminates the final results. In this work, we propose an approach that is robust to label noise in the annotated data. The method uses two diverse learning groups with different network architectures to effectively handle both label noise and unlabelled images. Each learning group consists of a teacher network, a student network and a novel filter module. The filter module of each learning group utilizes pixel-level features from the teacher network to detect incorrectly labelled pixels. To reduce confirmation bias, we employ the labels cleaned by the filter module from one learning group to train the other learning group. Experimental results on two different benchmarks and settings demonstrate the superiority of our method over state-of-the-art approaches.

Cite

Text

Li et al. "Semi-Supervised Semantic Segmentation Under Label Noise via Diverse Learning Groups." International Conference on Computer Vision, 2023. doi:10.1109/ICCV51070.2023.00119

Markdown

[Li et al. "Semi-Supervised Semantic Segmentation Under Label Noise via Diverse Learning Groups." International Conference on Computer Vision, 2023.](https://mlanthology.org/iccv/2023/li2023iccv-semisupervised/) doi:10.1109/ICCV51070.2023.00119

BibTeX

@inproceedings{li2023iccv-semisupervised,
  title     = {{Semi-Supervised Semantic Segmentation Under Label Noise via Diverse Learning Groups}},
  author    = {Li, Peixia and Purkait, Pulak and Ajanthan, Thalaiyasingam and Abdolshah, Majid and Garg, Ravi and Husain, Hisham and Xu, Chenchen and Gould, Stephen and Ouyang, Wanli and van den Hengel, Anton},
  booktitle = {International Conference on Computer Vision},
  year      = {2023},
  pages     = {1229-1238},
  doi       = {10.1109/ICCV51070.2023.00119},
  url       = {https://mlanthology.org/iccv/2023/li2023iccv-semisupervised/}
}