paper-with-me

Papers

Contrastive Learning with Negative Sampling Correction

2024-01-13 · Lu Wang, Chao Du, Pu Zhao, Chuan Luo, Zhangchi Zhu, Bo Qiao, Wei zhang, QIngwei Lin, Saravan Rajmohan, Dongmei Zhang, Qi Zhang

As one of the most effective self-supervised representation learning methods, contrastive learning (CL) relies on multiple negative pairs to contrast against each positive pair. In the standard practice of contrastive learning, data augmentation methods are utilized to generate both positive and negative pairs. While existing works have been focusing on improving the positive sampling, the negative sampling process is often overlooked. In fact, the generated negative samples are often polluted by positive samples, which leads to a biased loss and performance degradation. To correct the negative sampling bias, we propose a novel contrastive learning method named Positive-Unlabeled Contrastive Learning (PUCL). PUCL treats the generated negative samples as unlabeled samples and uses information from positive samples to correct bias in contrastive loss. We prove that the corrected loss used in PUCL only incurs a negligible bias compared to the unbiased contrastive loss. PUCL can be applied to general contrastive learning problems and outperforms state-of-the-art methods on various image and graph classification tasks. The code of PUCL is in the supplementary file.

📄 PDF Abstract BibTeX arXiv:2401.08690

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive LearningData AugmentationGraph ClassificationRepresentation Learning

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Graph Contrastive Learning via Cluster-refined Negative Sampling for Semi-supervised Text Classification

2024-10-18 · Wei Ai, Jianbin Li, Ze Wang, JiaYi Du 외

Graph contrastive learning (GCL) has been widely applied to text classification tasks due to its ability to generate self-supervised signals from unlabeled data, thus facilitating model training. However, existing GCL-ba…

ClassificationClusteringContrastive LearningSemi-Supervised Text Classification+2

Dynamic Negative Example Construction for Grammatical Error Correction using Contrastive Learning

2022-10-01 · CCL 2022 10 · He Junyi, Zhuang Junbin, Li Xia

“Grammatical error correction (GEC) aims at correcting texts with different types of grammatical errors into natural and correct forms. Due to the difference of error type distribution and error density, current grammati…

Contrastive LearningGrammatical Error Correction

Contrastive Learning for Recommender System

2021-01-05 · Zhuang Liu, Yunpu Ma, Yuanxin Ouyang, Zhang Xiong

Recommender systems, which analyze users' preference patterns to suggest potential targets, are indispensable in today's society. Collaborative Filtering (CF) is the most popular recommendation model. Specifically, Graph…

Collaborative FilteringContrastive LearningGraph Neural NetworkRecommendation Systems+1

Hard Negative Sampling Strategies for Contrastive Representation Learning

2022-06-02 · Afrina Tabassum, Muntasir Wahed, Hoda Eldardiry, Ismini Lourentzou

One of the challenges in contrastive learning is the selection of appropriate \textit{hard negative} examples, in the absence of label information. Random sampling or importance sampling methods based on feature similari…

Contrastive LearningRepresentation Learning

ConCur: Self-supervised graph representation based on contrastive learning with curriculum negative sampling

2023-09-01 · journal 2023 9 · Rong Yan, Peng Bao

Contrastive learning has made breakthrough advancements in graph representation learning, which encourages the representation of positive samples to be close and those of negative samples to be far away. However, existin…

Contrastive LearningGraph Representation LearningNode ClassificationRepresentation Learning+1