paper-with-me

홈 › Papers

CoMatch: Semi-supervised Learning with Contrastive Graph Regularization

2020-11-23 · ICCV 2021 10 · Junnan Li, Caiming Xiong, Steven Hoi

Semi-supervised learning has been an effective paradigm for leveraging unlabeled data to reduce the reliance on labeled data. We propose CoMatch, a new semi-supervised learning method that unifies dominant approaches and addresses their limitations. CoMatch jointly learns two representations of the training data, their class probabilities and low-dimensional embeddings. The two representations interact with each other to jointly evolve. The embeddings impose a smoothness constraint on the class probabilities to improve the pseudo-labels, whereas the pseudo-labels regularize the structure of the embeddings through graph-based contrastive learning. CoMatch achieves state-of-the-art performance on multiple datasets. It achieves substantial accuracy improvements on the label-scarce CIFAR-10 and STL-10. On ImageNet with 1% labels, CoMatch achieves a top-1 accuracy of 66.0%, outperforming FixMatch by 12.6%. Furthermore, CoMatch achieves better representation learning performance on downstream tasks, outperforming both supervised learning and self-supervised learning. Code and pre-trained models are available at https://github.com/salesforce/CoMatch.

📄 PDF Abstract BibTeX arXiv:2011.11183

Code (3)

salesforce/CoMatch 공식 구현 pytorch
LKLQQ/ssc_resnet50 mindspore
ptrckhmmr/learning-to-defer-with-limited-expert-predictions pytorch

Tasks

Contrastive LearningRepresentation LearningSelf-Supervised LearningSemi-Supervised Image Classification

Methods 이 논문이 사용한 방법론

FixMatch FixMatch is an algorithm that first generates pseudo-labels using the model's predictions on weakly-augmented unlabeled images. For a given image, the pseudo-label is only…

Similar Papers 제목 키워드 기반

Interpolation-based Contrastive Learning for Few-Label Semi-Supervised Learning

2022-02-24 · Xihong Yang, Xiaochang Hu, Sihang Zhou, Xinwang Liu 외

Semi-supervised learning (SSL) has long been proved to be an effective technique to construct powerful models with limited labels. In the existing literature, consistency regularization-based methods, which force the per…

Contrastive LearningData Augmentation

SCOMatch: Alleviating Overtrusting in Open-set Semi-supervised Learning

2024-09-26 · Zerun Wang, Liuyu Xiang, Lang Huang, Jiafeng Mao 외

Open-set semi-supervised learning (OSSL) leverages practical open-set unlabeled data, comprising both in-distribution (ID) samples from seen classes and out-of-distribution (OOD) samples from unseen classes, for semi-sup…

Class-Aware Contrastive Semi-Supervised Learning

2022-03-04 · CVPR 2022 1 · Fan Yang, Kai Wu, Shuyi Zhang, Guannan Jiang 외

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…

Image ClassificationPseudo LabelSemi-Supervised Image Classification

Debiasing, calibrating, and improving Semi-supervised Learning performance via simple Ensemble Projector

2023-10-24 · Khanh-Binh Nguyen

Recent studies on semi-supervised learning (SSL) have achieved great success. Despite their promising performance, current state-of-the-art methods tend toward increasingly complex designs at the cost of introducing more…

Contrastive LearningSemi-Supervised Image Classification

PharmacoMatch: Efficient 3D Pharmacophore Screening via Neural Subgraph Matching

2024-09-10 · Daniel Rose, Oliver Wieder, Thomas Seidel, Thierry Langer

The increasing size of screening libraries poses a significant challenge for the development of virtual screening methods for drug discovery, necessitating a re-evaluation of traditional approaches in the era of big data…

Contrastive LearningDrug Discovery