paper-with-me

Papers

Boosting Contrastive Self-Supervised Learning with False Negative Cancellation

2020-11-23 · Tri Huynh, Simon Kornblith, Matthew R. Walter, Michael Maire, Maryam Khademi

Self-supervised representation learning has made significant leaps fueled by progress in contrastive learning, which seeks to learn transformations that embed positive input pairs nearby, while pushing negative pairs far apart. While positive pairs can be generated reliably (e.g., as different views of the same image), it is difficult to accurately establish negative pairs, defined as samples from different images regardless of their semantic content or visual features. A fundamental problem in contrastive learning is mitigating the effects of false negatives. Contrasting false negatives induces two critical issues in representation learning: discarding semantic information and slow convergence. In this paper, we propose novel approaches to identify false negatives, as well as two strategies to mitigate their effect, i.e. false negative elimination and attraction, while systematically performing rigorous evaluations to study this problem in detail. Our method exhibits consistent improvements over existing contrastive learning-based methods. Without labels, we identify false negatives with 40% accuracy among 1000 semantic classes on ImageNet, and achieve 5.8% absolute improvement in top-1 accuracy over the previous state-of-the-art when finetuning with 1% labels. Our code is available at https://github.com/google-research/fnc.

📄 PDF Abstract BibTeX arXiv:2011.11765

Code (1)

google-research/fnc 공식 구현 tf

Tasks

Contrastive LearningRepresentation LearningSelf-Supervised Image ClassificationSelf-Supervised LearningSemi-Supervised Image Classification

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Incremental False Negative Detection for Contrastive Learning

2021-06-07 · ICLR 2022 4 · Tsai-Shien Chen, Wei-Chih Hung, Hung-Yu Tseng, Shao-Yi Chien 외

Self-supervised learning has recently shown great potential in vision tasks through contrastive learning, which aims to discriminate each image, or instance, in the dataset. However, such instance-level learning ignores …

Contrastive LearningSelf-Supervised Learning

Discovering Global False Negatives On the Fly for Self-supervised Contrastive Learning

2025-02-28 · Vicente Balmaseda, Bokun Wang, Ching-Long Lin, Tianbao Yang

In self-supervised contrastive learning, negative pairs are typically constructed using an anchor image and a sample drawn from the entire dataset, excluding the anchor. However, this approach can result in the creation …

Contrastive Learning

Bayesian Self-Supervised Contrastive Learning

2023-01-27 · Bin Liu, Bang Wang, Tianrui Li

Recent years have witnessed many successful applications of contrastive learning in diverse domains, yet its self-supervised version still remains many exciting challenges. As the negative samples are drawn from unlabele…

Contrastive Learning

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

Difficulty-Based Sampling for Debiased Contrastive Representation Learning

2023-01-01 · CVPR 2023 1 · Taeuk Jang, Xiaoqian Wang

Contrastive learning is a self-supervised representation learning method that achieves milestone performance in various classification tasks. However, due to its unsupervised fashion, it suffers from the false negati…

Contrastive LearningRepresentation LearningTriplet