paper-with-me

홈 › Papers

Siamese Prototypical Contrastive Learning

2022-08-18 · Shentong Mo, Zhun Sun, Chao Li

Contrastive Self-supervised Learning (CSL) is a practical solution that learns meaningful visual representations from massive data in an unsupervised approach. The ordinary CSL embeds the features extracted from neural networks onto specific topological structures. During the training progress, the contrastive loss draws the different views of the same input together while pushing the embeddings from different inputs apart. One of the drawbacks of CSL is that the loss term requires a large number of negative samples to provide better mutual information bound ideally. However, increasing the number of negative samples by larger running batch size also enhances the effects of false negatives: semantically similar samples are pushed apart from the anchor, hence downgrading downstream performance. In this paper, we tackle this problem by introducing a simple but effective contrastive learning framework. The key insight is to employ siamese-style metric loss to match intra-prototype features, while increasing the distance between inter-prototype features. We conduct extensive experiments on various benchmarks where the results demonstrate the effectiveness of our method on improving the quality of visual representations. Specifically, our unsupervised pre-trained ResNet-50 with a linear probe, out-performs the fully-supervised trained version on the ImageNet-1K dataset.

📄 PDF Abstract BibTeX arXiv:2208.08819

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive LearningSelf-Supervised Learning

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음
CSL Circular Smooth Label (CSL) is a classification-based rotation detection technique for arbitrary-oriented object detection. It is used for circularly distributed angle…

Similar Papers 제목 키워드 기반

ProtSi: Prototypical Siamese Network with Data Augmentation for Few-Shot Subjective Answer Evaluation

2022-11-17 · Yining Lu, Jingxi Qiu, Gaurav Gupta

Subjective answer evaluation is a time-consuming and tedious task, and the quality of the evaluation is heavily influenced by a variety of subjective personal characteristics. Instead, machine evaluation can effectively …

Contrastive LearningData AugmentationFew-Shot LearningFew-Shot Text Classification+2

Rethinking Prototypical Contrastive Learning through Alignment, Uniformity and Correlation

2022-10-18 · Shentong Mo, Zhun Sun, Chao Li

Contrastive self-supervised learning (CSL) with a prototypical regularization has been introduced in learning meaningful representations for downstream tasks that require strong semantic information. However, to optimize…

Contrastive LearningDiversitySelf-Supervised Learning

Rebalanced Siamese Contrastive Mining for Long-Tailed Recognition

2022-03-22 · Zhisheng Zhong, Jiequan Cui, Zeming Li, Eric Lo 외

Deep neural networks perform poorly on heavily class-imbalanced datasets. Given the promising performance of contrastive learning, we propose Rebalanced Siamese Contrastive Mining (ResCom) to tackle imbalanced recognitio…

Contrastive LearningLong-tail LearningRepresentation Learning

Crafting Better Contrastive Views for Siamese Representation Learning

2022-02-07 · CVPR 2022 1 · Xiangyu Peng, Kai Wang, Zheng Zhu, Mang Wang 외

Recent self-supervised contrastive learning methods greatly benefit from the Siamese structure that aims at minimizing distances between positive pairs. For high performance Siamese representation learning, one of the ke…

Contrastive LearningObject LocalizationRepresentation Learning

JointCL: A Joint Contrastive Learning Framework for Zero-Shot Stance Detection

2022-05-01 · ACL 2022 5 · Bin Liang, Qinglin Zhu, Xiang Li, Min Yang 외

Zero-shot stance detection (ZSSD) aims to detect the stance for an unseen target during the inference stage. In this paper, we propose a joint contrastive learning (JointCL) framework, which consists of stance contrastiv…

Contrastive LearningStance DetectionZero-Shot Stance Detection