paper-with-me

홈 › Papers

Vision-Language Models are Strong Noisy Label Detectors

2024-09-29 · Tong Wei, Hao-Tian Li, Chun-Shu Li, Jiang-Xin Shi, Yu-Feng Li, Min-Ling Zhang

Recent research on fine-tuning vision-language models has demonstrated impressive performance in various downstream tasks. However, the challenge of obtaining accurately labeled data in real-world applications poses a significant obstacle during the fine-tuning process. To address this challenge, this paper presents a Denoising Fine-Tuning framework, called DeFT, for adapting vision-language models. DeFT utilizes the robust alignment of textual and visual features pre-trained on millions of auxiliary image-text pairs to sieve out noisy labels. The proposed framework establishes a noisy label detector by learning positive and negative textual prompts for each class. The positive prompt seeks to reveal distinctive features of the class, while the negative prompt serves as a learnable threshold for separating clean and noisy samples. We employ parameter-efficient fine-tuning for the adaptation of a pre-trained visual encoder to promote its alignment with the learned textual prompts. As a general framework, DeFT can seamlessly fine-tune many pre-trained models to downstream tasks by utilizing carefully selected clean samples. Experimental results on seven synthetic and real-world noisy datasets validate the effectiveness of DeFT in both noisy label detection and image classification.

📄 PDF Abstract BibTeX arXiv:2409.19696

Code (1)

HotanLee/DeFT 공식 구현 pytorch

Tasks

Denoisingimage-classificationImage Classificationparameter-efficient fine-tuning

Similar Papers 제목 키워드 기반

Robust Tiny Object Detection in Aerial Images amidst Label Noise

2024-01-16 · Haoran Zhu, Chang Xu, Wen Yang, Ruixiang Zhang 외

Precise detection of tiny objects in remote sensing imagery remains a significant challenge due to their limited visual information and frequent occurrence within scenes. This challenge is further exacerbated by the prac…

DenoisingObjectobject-detectionObject Detection+1

Unsupervised Learning of Edges

2015-11-13 · CVPR 2016 6 · Yin Li, Manohar Paluri, James M. Rehg, Piotr Dollár

Data-driven approaches for edge detection have proven effective and achieve top results on modern benchmarks. However, all current data-driven edge detectors require manual supervision for training in the form of hand-la…

Edge DetectionFormMotion Estimationobject-detection+1

Noise-Aware Fully Webly Supervised Object Detection

2020-06-01 · CVPR 2020 6 · Yunhang Shen, Rongrong Ji, Zhiwei Chen, Xiaopeng Hong 외

We investigate the emerging task of learning object detectors with sole image-level labels on the web without requiring any other supervision like precise annotations or additional images from well-annotated benchmark da…

Objectobject-detectionObject Detection

Why Is Prompt Tuning for Vision-Language Models Robust to Noisy Labels?

2023-07-22 · ICCV 2023 1 · Cheng-En Wu, Yu Tian, Haichao Yu, Heng Wang 외

Vision-language models such as CLIP learn a generic text-image embedding from large-scale training data. A vision-language model can be adapted to a new classification task through few-shot prompt tuning. We find that su…

image-classificationImage ClassificationLanguage ModelingLanguage Modelling

Scaling Pretrained Representations Enables Label-Free Out-of-Distribution Detection Without Fine-Tuning

2026-05-07 · Brett Barkley, Preston Culbertson, David Fridovich-Keil arxiv

Models trained with deep learning often fail to signal when inputs fall outside their training data manifold, leading to unreliable predictions under distribution shift. Prior work suggests that effective out-of-distribu…

Out-of-Distribution Detection