paper-with-me

Papers

SelfMatch: Combining Contrastive Self-Supervision and Consistency for Semi-Supervised Learning

2021-01-16 · Byoungjip Kim, Jinho Choo, Yeong-Dae Kwon, Seongho Joe, Seungjai Min, Youngjune Gwon

This paper introduces SelfMatch, a semi-supervised learning method that combines the power of contrastive self-supervised learning and consistency regularization. SelfMatch consists of two stages: (1) self-supervised pre-training based on contrastive learning and (2) semi-supervised fine-tuning based on augmentation consistency regularization. We empirically demonstrate that SelfMatch achieves the state-of-the-art results on standard benchmark datasets such as CIFAR-10 and SVHN. For example, for CIFAR-10 with 40 labeled examples, SelfMatch achieves 93.19% accuracy that outperforms the strong previous methods such as MixMatch (52.46%), UDA (70.95%), ReMixMatch (80.9%), and FixMatch (86.19%). We note that SelfMatch can close the gap between supervised learning (95.87%) and semi-supervised learning (93.19%) by using only a few labels for each class.

📄 PDF Abstract BibTeX arXiv:2101.06480

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive LearningSelf-Supervised LearningSemi-Supervised Image Classification

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음
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 제목 키워드 기반

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

Self-Supervised Consistent Quantization for Fully Unsupervised Image Retrieval

2022-06-20 · Guile Wu, Chao Zhang, Stephan Liwicki

Unsupervised image retrieval aims to learn an efficient retrieval system without expensive data annotations, but most existing methods rely heavily on handcrafted feature descriptors or pre-trained feature extractors. To…

Contrastive LearningImage RetrievalQuantizationRetrieval

Experimenting with Additive Margins for Contrastive Self-Supervised Speaker Verification

2023-06-06 · Theo Lepage, Reda Dehak

Most state-of-the-art self-supervised speaker verification systems rely on a contrastive-based objective function to learn speaker representations from unlabeled speech data. We explore different ways to improve the perf…

Speaker Verification

Unsupervised Deep Metric Learning with Transformed Attention Consistency and Contrastive Clustering Loss

2020-08-10 · ECCV 2020 8 · Yang Li, Shichao Kan, Zhihai He

Existing approaches for unsupervised metric learning focus on exploring self-supervision information within the input image itself. We observe that, when analyzing images, human eyes often compare images against each oth…

ClusteringMetric LearningTriplet

Masked Contrastive Learning for Anomaly Detection

2021-05-18 · Hyunsoo Cho, Jinseok Seol, Sang-goo Lee

Detecting anomalies is one fundamental aspect of a safety-critical software system, however, it remains a long-standing problem. Numerous branches of works have been proposed to alleviate the complication and have demons…

Anomaly DetectionContrastive LearningSelf-Supervised Learning