paper-with-me

Papers

DMT: Dynamic Mutual Training for Semi-Supervised Learning

2020-04-18 · Zhengyang Feng, Qianyu Zhou, Qiqi Gu, Xin Tan, Guangliang Cheng, Xuequan Lu, Jianping Shi, Lizhuang Ma

Recent semi-supervised learning methods use pseudo supervision as core idea, especially self-training methods that generate pseudo labels. However, pseudo labels are unreliable. Self-training methods usually rely on single model prediction confidence to filter low-confidence pseudo labels, thus remaining high-confidence errors and wasting many low-confidence correct labels. In this paper, we point out it is difficult for a model to counter its own errors. Instead, leveraging inter-model disagreement between different models is a key to locate pseudo label errors. With this new viewpoint, we propose mutual training between two different models by a dynamically re-weighted loss function, called Dynamic Mutual Training (DMT). We quantify inter-model disagreement by comparing predictions from two different models to dynamically re-weight loss in training, where a larger disagreement indicates a possible error and corresponds to a lower loss value. Extensive experiments show that DMT achieves state-of-the-art performance in both image classification and semantic segmentation. Our codes are released at https://github.com/voldemortX/DST-CBC .

📄 PDF Abstract BibTeX arXiv:2004.08514

Code (1)

voldemortX/DST-CBC 공식 구현 pytorch

Tasks

image-classificationImage ClassificationPseudo LabelSemantic SegmentationSemi-Supervised Image ClassificationSemi-Supervised Semantic Segmentation

Similar Papers 제목 키워드 기반

PLATINUM: Semi-Supervised Model Agnostic Meta-Learning using Submodular Mutual Information

2022-01-30 · Changbin Li, Suraj Kothawade, Feng Chen, Rishabh Iyer

Few-shot classification (FSC) requires training models using a few (typically one to five) data points per class. Meta learning has proven to be able to learn a parametrized model for FSC by training on various other cla…

Meta-Learning

Semi-supervised Left Atrium Segmentation with Mutual Consistency Training

2021-03-04 · Yicheng Wu, Minfeng Xu, ZongYuan Ge, Jianfei Cai 외

Semi-supervised learning has attracted great attention in the field of machine learning, especially for medical image segmentation tasks, since it alleviates the heavy burden of collecting abundant densely annotated data…

Image SegmentationLeft Atrium SegmentationMedical Image SegmentationPseudo Label+2

MCF: Mutual Correction Framework for Semi-Supervised Medical Image Segmentation

2023-01-01 · CVPR 2023 1 · Yongchao Wang, Bin Xiao, Xiuli Bi, Weisheng Li 외

Semi-supervised learning is a promising method for medical image segmentation under limited annotation. However, the model cognitive bias impairs the segmentation performance, especially for edge regions. Furthermore…

Image SegmentationMedical Image SegmentationPseudo LabelSegmentation+2

MUSCLE: Strengthening Semi-Supervised Learning Via Concurrent Unsupervised Learning Using Mutual Information Maximization

2020-11-30 · Hanchen Xie, Mohamed E. Hussein, Aram Galstyan, Wael Abd-Almageed

Deep neural networks are powerful, massively parameterized machine learning models that have been shown to perform well in supervised learning tasks. However, very large amounts of labeled data are usually needed to trai…

Semi-supervised Semantic Segmentation with Mutual Knowledge Distillation

2022-08-24 · Jianlong Yuan, Jinchao Ge, Zhibin Wang, Yifan Liu

Consistency regularization has been widely studied in recent semisupervised semantic segmentation methods, and promising performance has been achieved. In this work, we propose a new consistency regularization framework,…

DiversityKnowledge DistillationPseudo LabelSemantic Segmentation+1