paper-with-me

Papers

Semi-supervised Contrastive Learning with Similarity Co-calibration

2021-05-16 · Yuhang Zhang, Xiaopeng Zhang, Robert. C. Qiu, Jie Li, Haohang Xu, Qi Tian

Semi-supervised learning acts as an effective way to leverage massive unlabeled data. In this paper, we propose a novel training strategy, termed as Semi-supervised Contrastive Learning (SsCL), which combines the well-known contrastive loss in self-supervised learning with the cross entropy loss in semi-supervised learning, and jointly optimizes the two objectives in an end-to-end way. The highlight is that different from self-training based semi-supervised learning that conducts prediction and retraining over the same model weights, SsCL interchanges the predictions over the unlabeled data between the two branches, and thus formulates a co-calibration procedure, which we find is beneficial for better prediction and avoid being trapped in local minimum. Towards this goal, the contrastive loss branch models pairwise similarities among samples, using the nearest neighborhood generated from the cross entropy branch, and in turn calibrates the prediction distribution of the cross entropy branch with the contrastive similarity. We show that SsCL produces more discriminative representation and is beneficial to few shot learning. Notably, on ImageNet with ResNet50 as the backbone, SsCL achieves 60.2% and 72.1% top-1 accuracy with 1% and 10% labeled samples, respectively, which significantly outperforms the baseline, and is better than previous semi-supervised and self-supervised methods.

📄 PDF Abstract BibTeX arXiv:2105.07387

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive LearningFew-Shot LearningSelf-Supervised Learning

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Dcl-Net: Dual Contrastive Learning Network for Semi-Supervised Multi-Organ Segmentation

2024-03-06 · Lu Wen, Zhenghao Feng, Yun Hou, Peng Wang 외

Semi-supervised learning is a sound measure to relieve the strict demand of abundant annotated datasets, especially for challenging multi-organ segmentation . However, most existing SSL methods predict pixels in a single…

Contrastive LearningOrgan Segmentation

Rethinking Weak Supervision in Helping Contrastive Learning

2023-06-07 · Jingyi Cui, Weiran Huang, Yifei Wang, Yisen Wang

Contrastive learning has shown outstanding performances in both supervised and unsupervised learning, and has recently been introduced to solve weakly supervised learning problems such as semi-supervised learning and noi…

Contrastive LearningDenoisingWeakly-supervised Learning

Min-Max Similarity: A Contrastive Semi-Supervised Deep Learning Network for Surgical Tools Segmentation

2022-03-29 · Ange Lou, Kareem Tawfik, Xing Yao, Ziteng Liu 외

A common problem with segmentation of medical images using neural networks is the difficulty to obtain a significant number of pixel-level annotated data for training. To address this issue, we proposed a semi-supervised…

Contrastive LearningSegmentationSemi-Supervised Semantic SegmentationVideo Segmentation+1

CAST: Contrastive Adaptation and Distillation for Semi-Supervised Instance Segmentation

2025-05-28 · Pardis Taghavi, Tian Liu, Renjie Li, Reza Langari 외

Instance segmentation demands costly per-pixel annotations and large models. We introduce CAST, a semi-supervised knowledge distillation (SSKD) framework that compresses pretrained vision foundation models (VFM) into com…

Domain AdaptationInstance SegmentationKnowledge DistillationPseudo Label+2

Semi-Supervised Contrastive Learning of Musical Representations

2024-07-18 · Julien Guinot, Elio Quinton, György Fazekas

Despite the success of contrastive learning in Music Information Retrieval, the inherent ambiguity of contrastive self-supervision presents a challenge. Relying solely on augmentation chains and self-supervised positive …

Contrastive LearningInformation RetrievalMusic Information RetrievalTransfer Learning