Class-Aware Contrastive Semi-Supervised Learning
Fan Yang, Kai Wu, Shuyi Zhang, Guannan Jiang, Yong Liu, Feng Zheng,, Wei Zhang, Chengjie Wang, Long Zeng

TL;DR
This paper introduces Class-aware Contrastive Semi-Supervised Learning (CCSSL), a method that improves pseudo-label quality and robustness in semi-supervised learning by handling in-distribution and out-of-distribution data separately with class-wise clustering and contrastive learning.
Contribution
The paper proposes a novel CCSSL method that enhances semi-supervised learning by combining class-aware clustering and contrastive techniques to better handle noisy and out-of-distribution data.
Findings
Significant performance gains on CIFAR100 and STL10 datasets.
Improves FixMatch accuracy by 9.80% on Semi-iNat 2021.
Enhances robustness and reduces confirmation bias in SSL.
Abstract
Pseudo-label-based semi-supervised learning (SSL) has achieved great success on raw data utilization. However, its training procedure suffers from confirmation bias due to the noise contained in self-generated artificial labels. Moreover, the model's judgment becomes noisier in real-world applications with extensive out-of-distribution data. To address this issue, we propose a general method named Class-aware Contrastive Semi-Supervised Learning (CCSSL), which is a drop-in helper to improve the pseudo-label quality and enhance the model's robustness in the real-world setting. Rather than treating real-world data as a union set, our method separately handles reliable in-distribution data with class-wise clustering for blending into downstream tasks and noisy out-of-distribution data with image-wise contrastive for better generalization. Furthermore, by applying target re-weighting, we…
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
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsText and Document Classification Technologies · Domain Adaptation and Few-Shot Learning · Machine Learning and Data Classification
MethodsFixMatch
