paper-with-me

홈 › Papers

CRoF: CLIP-based Robust Few-shot Learning on Noisy Labels

2024-12-17 · Shizhuo Deng, Bowen Han, Jiaqi Chen, Hao Wang, Dongyue Chen, Tong Jia

Noisy labels threaten the robustness of few-shot learning (FSL) due to the inexact features in a new domain. CLIP, a large-scale vision-language model, performs well in FSL on image-text embedding similarities, but it is susceptible to misclassification caused by noisy labels. How to enhance domain generalization of CLIP on noisy data within FSL tasks is a critical challenge. In this paper, we provide a novel view to mitigate the influence of noisy labels, CLIP-based Robust Few-shot learning (CRoF). CRoF is a general plug-in module for CLIP-based models. To avoid misclassification and confused label embedding, we design the few-shot task-oriented prompt generator to give more discriminative descriptions of each category. The proposed prompt achieves larger distances of inter-class textual embedding. Furthermore, rather than fully trusting zero-shot classification by CLIP, we fine-tune CLIP on noisy few-shot data in a new domain with a weighting strategy like label-smooth. The weights for multiple potentially correct labels consider the relationship between CLIP's prior knowledge and original label information to ensure reliability. Our multiple label loss function further supports robust training under this paradigm. Comprehensive experiments show that CRoF, as a plug-in, outperforms fine-tuned and vanilla CLIP models on different noise types and noise ratios.

📄 PDF Abstract BibTeX arXiv:2412.12793

Code (0)

등록된 구현이 없습니다.

Tasks

Domain GeneralizationFew-Shot Learningzero-shot-classificationZero-Shot Learning

Methods 이 논문이 사용한 방법론

CLIP Contrastive Language-Image Pre-training (CLIP), consisting of a simplified version of ConVIRT trained from scratch, is an efficient method of image representation learning…

Similar Papers 제목 키워드 기반

Transductive CLIP with Class-Conditional Contrastive Learning

2022-06-13 · Junchu Huang, WeiJie Chen, Shicai Yang, Di Xie 외

Inspired by the remarkable zero-shot generalization capacity of vision-language pre-trained model, we seek to leverage the supervision from CLIP model to alleviate the burden of data labeling. However, such supervision i…

Contrastive LearningPseudo LabelZero-shot Generalization

CLAIR: CLIP-Aided Weakly Supervised Zero-Shot Cross-Domain Image Retrieval

2025-08-17 · Chor Boon Tan, Conghui Hu, Gim Hee Lee arxiv

The recent growth of large foundation models that can easily generate pseudo-labels for huge quantity of unlabeled data makes unsupervised Zero-Shot Cross-Domain Image Retrieval (UZS-CDIR) less relevant. In this paper, w…

Zero-shot GeneralizationImage Retrieval

CLIPCleaner: Cleaning Noisy Labels with CLIP

2024-08-19 · Chen Feng, Georgios Tzimiropoulos, Ioannis Patras

Learning with Noisy labels (LNL) poses a significant challenge for the Machine Learning community. Some of the most widely used approaches that select as clean samples for which the model itself (the in-training model) h…

Learning with noisy labels

Data-Efficient Language-Supervised Zero-Shot Learning with Self-Distillation

2021-04-18 · Ruizhe Cheng, Bichen Wu, Peizhao Zhang, Peter Vajda 외

Traditional computer vision models are trained to predict a fixed set of predefined categories. Recently, natural language has been shown to be a broader and richer source of supervision that provides finer descriptions …

SentenceZero-Shot Learning

Multi-label audio classification with a noisy zero-shot teacher

2024-07-20 · Sebastian Braun, Hannes Gamper

We propose a novel training scheme using self-label correction and data augmentation methods designed to deal with noisy labels and improve real-world accuracy on a polyphonic audio content detection task. The augmentati…

Audio ClassificationData Augmentation