Switching Temporary Teachers for Semi-Supervised Semantic Segmentation
The teacher-student framework, prevalent in semi-supervised semantic segmentation, mainly employs the exponential moving average (EMA) to update a single teacher's weights based on the student's. However, EMA updates raise a problem in that the weights of the teacher and student are getting coupled, causing a potential performance bottleneck. Furthermore, this problem may become more severe when training with more complicated labels such as segmentation masks but with few annotated data. This paper introduces Dual Teacher, a simple yet effective approach that employs dual temporary teachers aiming to alleviate the coupling problem for the student. The temporary teachers work in shifts and are progressively improved, so consistently prevent the teacher and student from becoming excessively close. Specifically, the temporary teachers periodically take turns generating pseudo-labels to train a student model and maintain the distinct characteristics of the student model for each epoch. Consequently, Dual Teacher achieves competitive performance on the PASCAL VOC, Cityscapes, and ADE20K benchmarks with remarkably shorter training times than state-of-the-art methods. Moreover, we demonstrate that our approach is model-agnostic and compatible with both CNN- and Transformer-based models. Code is available at https://github.com/naver-ai/dual-teacher.
Code (1)
Tasks
Semi-Supervised Semantic SegmentationSimilar Papers 제목 키워드 기반
Semi-supervised Domain Adaptation based on Dual-level Domain Mixing for Semantic Segmentation
Data-driven based approaches, in spite of great success in many tasks, have poor generalization when applied to unseen image domains, and require expensive cost of annotation especially for dense pixel prediction tasks s…
Domain AdaptationSemantic SegmentationSemi-supervised Domain AdaptationUnsupervised Domain AdaptationHumble Teachers Teach Better Students for Semi-Supervised Object Detection
We propose a semi-supervised approach for contemporary object detectors following the teacher-student dual model framework. Our method is featured with 1) the exponential moving averaging strategy to update the teacher f…
object-detectionObject DetectionSemi-Supervised Object DetectionAlternate Diverse Teaching for Semi-supervised Medical Image Segmentation
Semi-supervised medical image segmentation studies have shown promise in training models with limited labeled data. However, current dominant teacher-student based approaches can suffer from the confirmation bias. To add…
Data AugmentationImage SegmentationMedical Image SegmentationSemantic Segmentation+1Semi-Supervised Learning for Multi-Task Scene Understanding by Neural Graph Consensus
We address the challenging problem of semi-supervised learning in the context of multiple visual interpretations of the world by finding consensus in a graph of neural networks. Each graph node is a scene interpretation …
Scene UnderstandingSemantic SegmentationMapping Temporary Slums from Satellite Imagery using a Semi-Supervised Approach
One billion people worldwide are estimated to be living in slums, and documenting and analyzing these regions is a challenging task. As compared to regular slums; the small, scattered and temporary nature of temporary sl…
Representation LearningSegmentationSemantic SegmentationSemi-Supervised Semantic Segmentation