Semi-Supervised Semantic Segmentation via Gentle Teaching Assistant
Ying Jin, Jiaqi Wang, and Dahua Lin

TL;DR
This paper introduces GTA-Seg, a semi-supervised segmentation framework that uses a teaching assistant to enhance feature learning while safeguarding the mask predictor from unreliable pseudo labels, leading to improved performance.
Contribution
The paper proposes a novel gentle teaching assistant framework that disentangles feature learning from mask prediction, effectively mitigating pseudo label noise in semi-supervised segmentation.
Findings
Achieves competitive results on benchmark datasets.
Effectively reduces negative impact of pseudo label errors.
Enhances feature representation learning in semi-supervised settings.
Abstract
Semi-Supervised Semantic Segmentation aims at training the segmentation model with limited labeled data and a large amount of unlabeled data. To effectively leverage the unlabeled data, pseudo labeling, along with the teacher-student framework, is widely adopted in semi-supervised semantic segmentation. Though proved to be effective, this paradigm suffers from incorrect pseudo labels which inevitably exist and are taken as auxiliary training data. To alleviate the negative impact of incorrect pseudo labels, we delve into the current Semi-Supervised Semantic Segmentation frameworks. We argue that the unlabeled data with pseudo labels can facilitate the learning of representative features in the feature extractor, but it is unreliable to supervise the mask predictor. Motivated by this consideration, we propose a novel framework, Gentle Teaching Assistant (GTA-Seg) to disentangle the…
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
Taxonomy
TopicsAdvanced Neural Network Applications · Domain Adaptation and Few-Shot Learning · Machine Learning and Data Classification
