paper-with-me

홈 › Papers

Robust Contrastive Learning against Noisy Views

2022-01-12 · CVPR 2022 1 · Ching-Yao Chuang, R Devon Hjelm, Xin Wang, Vibhav Vineet, Neel Joshi, Antonio Torralba, Stefanie Jegelka, Yale Song

Contrastive learning relies on an assumption that positive pairs contain related views, e.g., patches of an image or co-occurring multimodal signals of a video, that share certain underlying information about an instance. But what if this assumption is violated? The literature suggests that contrastive learning produces suboptimal representations in the presence of noisy views, e.g., false positive pairs with no apparent shared information. In this work, we propose a new contrastive loss function that is robust against noisy views. We provide rigorous theoretical justifications by showing connections to robust symmetric losses for noisy binary classification and by establishing a new contrastive bound for mutual information maximization based on the Wasserstein distance measure. The proposed loss is completely modality-agnostic and a simple drop-in replacement for the InfoNCE loss, which makes it easy to apply to existing contrastive frameworks. We show that our approach provides consistent improvements over the state-of-the-art on image, video, and graph contrastive learning benchmarks that exhibit a variety of real-world noise patterns.

📄 PDF Abstract BibTeX arXiv:2201.04309

Code (1)

chingyaoc/rince 공식 구현 pytorch

Tasks

Binary ClassificationContrastive Learning

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음
InfoNCE 설명 없음

Similar Papers 제목 키워드 기반

Symmetric Graph Contrastive Learning against Noisy Views for Recommendation

2024-08-03 · Chu Zhao, Enneng Yang, Yuliang Liang, Jianzhe Zhao 외

Graph Contrastive Learning (GCL) leverages data augmentation techniques to produce contrasting views, enhancing the accuracy of recommendation systems through learning the consistency between contrastive views. However, …

Contrastive LearningData AugmentationRecommendation Systems

Unsupervised Contrastive Learning of Sound Event Representations

2020-11-15 · Eduardo Fonseca, Diego Ortego, Kevin McGuinness, Noel E. O'Connor 외

Self-supervised representation learning can mitigate the limitations in recognition tasks with few manually labeled data but abundant unlabeled data---a common scenario in sound event research. In this work, we explore u…

Contrastive LearningLinear evaluationRepresentation Learning

DN-CL: Deep Symbolic Regression against Noise via Contrastive Learning

2024-06-21 · Jingyi Liu, YanJie Li, Lina Yu, Min Wu 외

Noise ubiquitously exists in signals due to numerous factors including physical, electronic, and environmental effects. Traditional methods of symbolic regression, such as genetic programming or deep learning models, aim…

Contrastive LearningregressionSymbolic Regression

Contrastive Self-supervised Sequential Recommendation with Robust Augmentation

2021-08-14 · Zhiwei Liu, Yongjun Chen, Jia Li, Philip S. Yu 외

Sequential Recommendationdescribes a set of techniques to model dynamic user behavior in order to predict future interactions in sequential user data. At their core, such approaches model transition probabilities between…

Contrastive LearningSelf-Supervised LearningSequential Recommendation

Intent-aware Diffusion with Contrastive Learning for Sequential Recommendation

2025-04-22 · Yuanpeng Qu, Hajime Nobuhara

Contrastive learning has proven effective in training sequential recommendation models by incorporating self-supervised signals from augmented views. Most existing methods generate multiple views from the same interactio…

Contrastive LearningData AugmentationSequential Recommendation