paper-with-me

Papers

Robust Contrastive Learning Using Negative Samples with Diminished Semantics

2021-10-27 · NeurIPS 2021 12 · Songwei Ge, Shlok Mishra, Haohan Wang, Chun-Liang Li, David Jacobs

Unsupervised learning has recently made exceptional progress because of the development of more effective contrastive learning methods. However, CNNs are prone to depend on low-level features that humans deem non-semantic. This dependency has been conjectured to induce a lack of robustness to image perturbations or domain shift. In this paper, we show that by generating carefully designed negative samples, contrastive learning can learn more robust representations with less dependence on such features. Contrastive learning utilizes positive pairs that preserve semantic information while perturbing superficial features in the training images. Similarly, we propose to generate negative samples in a reversed way, where only the superfluous instead of the semantic features are preserved. We develop two methods, texture-based and patch-based augmentations, to generate negative samples. These samples achieve better generalization, especially under out-of-domain settings. We also analyze our method and the generated texture-based samples, showing that texture features are indispensable in classifying particular ImageNet classes and especially finer classes. We also show that model bias favors texture and shape features differently under different test settings. Our code, trained models, and ImageNet-Texture dataset can be found at https://github.com/SongweiGe/Contrastive-Learning-with-Non-Semantic-Negatives.

📄 PDF Abstract BibTeX arXiv:2110.14189

Code (1)

SongweiGe/Contrastive-Learning-with-Non-Semantic-Negatives 공식 구현 pytorch

Tasks

Contrastive LearningData AugmentationSelf-Supervised Learning

Methods 이 논문이 사용한 방법론

Test 설명 없음
Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

HNCSE: Advancing Sentence Embeddings via Hybrid Contrastive Learning with Hard Negatives

2024-11-19 · Wenxiao Liu, Zihong Yang, Chaozhuo Li, Zijin Hong 외

Unsupervised sentence representation learning remains a critical challenge in modern natural language processing (NLP) research. Recently, contrastive learning techniques have achieved significant success in addressing t…

Contrastive LearningRepresentation LearningSemantic Textual SimilaritySentence+1

Generating Counterfactual Hard Negative Samples for Graph Contrastive Learning

2022-07-01 · Haoran Yang, Hongxu Chen, Sixiao Zhang, Xiangguo Sun 외

Graph contrastive learning has emerged as a powerful tool for unsupervised graph representation learning. The key to the success of graph contrastive learning is to acquire high-quality positive and negative samples as c…

Contrastive LearningcounterfactualGraph LearningGraph Representation Learning+1

KDMCSE: Knowledge Distillation Multimodal Sentence Embeddings with Adaptive Angular margin Contrastive Learning

2024-03-26 · Cong-Duy Nguyen, Thong Nguyen, Xiaobao Wu, Anh Tuan Luu

Previous work on multimodal sentence embedding has proposed multimodal contrastive learning and achieved promising results. However, by taking the rest of the batch as negative samples without reviewing when forming cont…

Contrastive LearningKnowledge DistillationSemantic Textual SimilaritySentence+4

Enhancing Semantics in Multimodal Chain of Thought via Soft Negative Sampling

2024-05-16 · Guangmin Zheng, Jin Wang, Xiaobing Zhou, Xuejie Zhang

Chain of thought (CoT) has proven useful for problems requiring complex reasoning. Many of these problems are both textual and multimodal. Given the inputs in different modalities, a model generates a rationale and then …

Contrastive LearningHallucination

Adaptive Prompt Learning with Negative Textual Semantics and Uncertainty Modeling for Universal Multi-Source Domain Adaptation

2024-04-23 · Yuxiang Yang, Lu Wen, Yuanyuan Xu, Jiliu Zhou 외

Universal Multi-source Domain Adaptation (UniMDA) transfers knowledge from multiple labeled source domains to an unlabeled target domain under domain shifts (different data distribution) and class shifts (unknown target …

Domain AdaptationPrompt Learning