paper-with-me

Papers

A Theory-Driven Self-Labeling Refinement Method for Contrastive Representation Learning

2021-06-28 · NeurIPS 2021 12 · Pan Zhou, Caiming Xiong, Xiao-Tong Yuan, Steven Hoi

For an image query, unsupervised contrastive learning labels crops of the same image as positives, and other image crops as negatives. Although intuitive, such a native label assignment strategy cannot reveal the underlying semantic similarity between a query and its positives and negatives, and impairs performance, since some negatives are semantically similar to the query or even share the same semantic class as the query. In this work, we first prove that for contrastive learning, inaccurate label assignment heavily impairs its generalization for semantic instance discrimination, while accurate labels benefit its generalization. Inspired by this theory, we propose a novel self-labeling refinement approach for contrastive learning. It improves the label quality via two complementary modules: (i) self-labeling refinery (SLR) to generate accurate labels and (ii) momentum mixup (MM) to enhance similarity between query and its positive. SLR uses a positive of a query to estimate semantic similarity between a query and its positive and negatives, and combines estimated similarity with vanilla label assignment in contrastive learning to iteratively generate more accurate and informative soft labels. We theoretically show that our SLR can exactly recover the true semantic labels of label-corrupted data, and supervises networks to achieve zero prediction error on classification tasks. MM randomly combines queries and positives to increase semantic similarity between the generated virtual queries and their positives so as to improves label accuracy. Experimental results on CIFAR10, ImageNet, VOC and COCO show the effectiveness of our method. PyTorch code and model will be released online.

📄 PDF Abstract BibTeX arXiv:2106.14749

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive LearningRepresentation LearningSemantic SimilaritySemantic Textual Similarity

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음
SLR Please enter a description about the method here
Mixup Mixup is a data augmentation technique that generates a weighted combination of random image pairs from the training data. Given two images and their ground truth labels:…

Similar Papers 제목 키워드 기반

Improving Self-training for Cross-lingual Named Entity Recognition with Contrastive and Prototype Learning

2023-05-23 · Ran Zhou, Xin Li, Lidong Bing, Erik Cambria 외

In cross-lingual named entity recognition (NER), self-training is commonly used to bridge the linguistic gap by training on pseudo-labeled target-language data. However, due to sub-optimal performance on target languages…

Cross-Lingual NERnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+3

Contrastive Test-Time Adaptation

2022-04-21 · CVPR 2022 1 · Dian Chen, Dequan Wang, Trevor Darrell, Sayna Ebrahimi

Test-time adaptation is a special setting of unsupervised domain adaptation where a trained model on the source domain has to adapt to the target domain without accessing source data. We propose a novel way to leverage s…

Contrastive LearningDomain AdaptationTest-time AdaptationUnsupervised Domain Adaptation

ClickSight: Interpreting Student Clickstreams to Reveal Insights on Learning Strategies via LLMs

2025-05-21 · Bahar Radmehr, Ekaterina Shved, Fatma Betül Güreş, Adish Singla 외

Clickstream data from digital learning environments offer valuable insights into students' learning behaviors, but are challenging to interpret due to their high dimensionality and granularity. Prior approaches have reli…

Language ModelingLanguage ModellingLarge Language Model

Explainability-Driven Quality Assessment for Rule-Based Systems

2025-02-03 · Oshani Seneviratne, Brendan Capuzzo, William Van Woensel

This paper introduces an explanation framework designed to enhance the quality of rules in knowledge-based reasoning systems based on dataset-driven insights. The traditional method for rule induction from data typically…

counterfactualDecision MakingFairness

Knowledge-Driven Self-Supervised Representation Learning for Facial Action Unit Recognition

2022-01-01 · CVPR 2022 1 · Yanan Chang, Shangfei Wang

Facial action unit (AU) recognition is formulated as a supervised learning problem by recent works. However, the complex labeling process makes it challenging to provide AU annotations for large amounts of facial ima…

Contrastive LearningFacial Action Unit DetectionRepresentation Learning