paper-with-me

Papers

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 negative sample problem: randomly drawn negative samples that are assumed to have a different label but actually have the same label as the anchor. This deteriorates the performance of contrastive learning as it contradicts the motivation of contrasting semantically similar and dissimilar pairs. This raised the attention and the importance of finding legitimate negative samples, which should be addressed by distinguishing between 1) true vs. false negatives; 2) easy vs. hard negatives. However, previous works were limited to the statistical approach to handle false negative and hard negative samples with hyperparameters tuning. In this paper, we go beyond the statistical approach and explore the connection between hard negative samples and data bias. We introduce a novel debiased contrastive learning method to explore hard negatives by relative difficulty referencing the bias-amplifying counterpart. We propose triplet loss for training a biased encoder that focuses more on easy negative samples. We theoretically show that the triplet loss amplifies the bias in self-supervised representation learning. Finally, we empirically show the proposed method improves downstream classification performance.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive LearningRepresentation LearningTriplet

Methods 이 논문이 사용한 방법론

Triplet Loss The goal of Triplet loss, in the context of Siamese Networks, is to maximize the joint probability among all score-pairs i.e. the product of all probabilities. By using its…
Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Debiased Contrastive Learning

2020-07-01 · NeurIPS 2020 12 · Ching-Yao Chuang, Joshua Robinson, Lin Yen-Chen, Antonio Torralba 외

A prominent technique for self-supervised representation learning has been to contrast semantically similar and dissimilar pairs of samples. Without access to labels, dissimilar (negative) points are typically taken to b…

Contrastive LearningGeneralization BoundsReinforcement Learning (RL)Representation Learning

TDCGL: Two-Level Debiased Contrastive Graph Learning for Recommendation

2023-10-01 · Yubo Gao, Haotian Wu

knowledge graph-based recommendation methods have achieved great success in the field of recommender systems. However, over-reliance on high-quality knowledge graphs is a bottleneck for such methods. Specifically, the lo…

Contrastive LearningData AugmentationDenoisingGraph Learning+4

Debiased Model-based Interactive Recommendation

2024-02-24 · Zijian Li, Ruichu Cai, Haiqin Huang, Sili Zhang 외

Existing model-based interactive recommendation systems are trained by querying a world model to capture the user preference, but learning the world model from historical logged data will easily suffer from bias issues s…

Contrastive LearningInteractive RecommendationmodelRecommendation Systems

Joint Debiased Representation and Image Clustering Learning with Self-Supervision

2022-09-14 · Shunjie-Fabian Zheng, JaeEun Nam, Emilio Dorigatti, Bernd Bischl 외

Contrastive learning is among the most successful methods for visual representation learning, and its performance can be further improved by jointly performing clustering on the learned representations. However, existing…

ClusteringContrastive LearningImage ClusteringRepresentation Learning

Debiased Contrastive Learning of Unsupervised Sentence Representations

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Recently, contrastive learning has shown effectiveness in fine-tuning pre-trained language models (PLM) to derive sentence representations, which pulls augmented positive examples together to improve the alignment while …

Contrastive LearningSemantic Textual SimilaritySentence