paper-with-me

홈 › Papers

Switching Temporary Teachers for Semi-Supervised Semantic Segmentation

2023-09-21 · NeurIPS 2023 11

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.

📄 PDF Abstract BibTeX

Code (1)

naver-ai/dual-teacher 공식 구현 pytorch

Tasks

Semi-Supervised Semantic Segmentation

Similar Papers 제목 키워드 기반

Semi-supervised Domain Adaptation based on Dual-level Domain Mixing for Semantic Segmentation

2021-03-08 · CVPR 2021 1 · Shuaijun Chen, Xu Jia, Jianzhong He, Yongjie Shi 외

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 Adaptation

Humble Teachers Teach Better Students for Semi-Supervised Object Detection

2021-06-19 · CVPR 2021 1 · Yihe Tang, Weifeng Chen, Yijun Luo, Yuting Zhang

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 Detection

Alternate Diverse Teaching for Semi-supervised Medical Image Segmentation

2023-11-29 · Zhen Zhao, Zicheng Wang, Longyue Wang, Dian Yu 외

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+1

Semi-Supervised Learning for Multi-Task Scene Understanding by Neural Graph Consensus

2020-10-02 · Marius Leordeanu, Mihai Pirvu, Dragos Costea, Alina Marcu 외

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 Segmentation

Mapping Temporary Slums from Satellite Imagery using a Semi-Supervised Approach

2022-04-09 · M. Fasi ur Rehman, Izza Ali, Waqas Sultani, Mohsen Ali

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