Similarity Contrastive Estimation for Self-Supervised Soft Contrastive Learning
Julien Denize, Jaonary Rabarisoa, Astrid Orcesi, Romain H\'erault,, St\'ephane Canu

TL;DR
The paper introduces Similarity Contrastive Estimation (SCE), a novel self-supervised learning method that incorporates semantic similarities between instances to improve representation quality over traditional contrastive approaches.
Contribution
SCE reformulates contrastive learning as a soft, similarity-based approach, addressing the limitations of negative noise in traditional methods.
Findings
SCE achieves 72.1% Top-1 accuracy on ImageNet with 100 epochs.
SCE outperforms traditional contrastive methods at 200 epochs with 75.4% accuracy.
SCE generalizes well across multiple tasks.
Abstract
Contrastive representation learning has proven to be an effective self-supervised learning method. Most successful approaches are based on Noise Contrastive Estimation (NCE) and use different views of an instance as positives that should be contrasted with other instances, called negatives, that are considered as noise. However, several instances in a dataset are drawn from the same distribution and share underlying semantic information. A good data representation should contain relations, or semantic similarity, between the instances. Contrastive learning implicitly learns relations but considering all negatives as noise harms the quality of the learned relations. To circumvent this issue, we propose a novel formulation of contrastive learning using semantic similarity between instances called Similarity Contrastive Estimation (SCE). Our training objective is a soft contrastive…
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
Similarity Contrastive Estimation for Self-Supervised Soft Contrastive Learning· youtube
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · COVID-19 diagnosis using AI · Cancer-related molecular mechanisms research
MethodsContrastive Learning
