paper-with-me

Papers

Improved Zero-Shot Classification by Adapting VLMs with Text Descriptions

2024-01-04 · CVPR 2024 1 · Oindrila Saha, Grant van Horn, Subhransu Maji

The zero-shot performance of existing vision-language models (VLMs) such as CLIP is limited by the availability of large-scale, aligned image and text datasets in specific domains. In this work, we leverage two complementary sources of information -- descriptions of categories generated by large language models (LLMs) and abundant, fine-grained image classification datasets -- to improve the zero-shot classification performance of VLMs across fine-grained domains. On the technical side, we develop methods to train VLMs with this "bag-level" image-text supervision. We find that simply using these attributes at test-time does not improve performance, but our training strategy, for example, on the iNaturalist dataset, leads to an average improvement of 4-5% in zero-shot classification accuracy for novel categories of birds and flowers. Similar improvements are observed in domains where a subset of the categories was used to fine-tune the model. By prompting LLMs in various ways, we generate descriptions that capture visual appearance, habitat, and geographic regions and pair them with existing attributes such as the taxonomic structure of the categories. We systematically evaluate their ability to improve zero-shot categorization in natural domains. Our findings suggest that geographic priors can be just as effective and are complementary to visual appearance. Our method also outperforms prior work on prompt-based tuning of VLMs. We release the benchmark, consisting of 14 datasets at https://github.com/cvl-umass/AdaptCLIPZS , which will contribute to future research in zero-shot recognition.

📄 PDF Abstract BibTeX arXiv:2401.02460

Code (1)

cvl-umass/adaptclipzs 공식 구현 pytorch

Tasks

Fine-Grained Image Classificationimage-classificationImage Classificationzero-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 제목 키워드 기반

Select and Distill: Selective Dual-Teacher Knowledge Transfer for Continual Learning on Vision-Language Models

2024-03-14 · Yu-Chu Yu, Chi-Pin Huang, Jr-Jen Chen, Kai-Po Chang 외

Large-scale vision-language models (VLMs) have shown a strong zero-shot generalization capability on unseen-domain data. However, adapting pre-trained VLMs to a sequence of downstream tasks often leads to the forgetting …

Continual LearningKnowledge DistillationTransfer Learningzero-shot-classification+2

EventCLIP: Adapting CLIP for Event-based Object Recognition

2023-06-10 · Ziyi Wu, Xudong Liu, Igor Gilitschenski

Recent advances in zero-shot and few-shot classification heavily rely on the success of pre-trained vision-language models (VLMs) such as CLIP. Due to a shortage of large-scale datasets, training such models for event ca…

Few-Shot LearningObjectObject RecognitionPseudo Label+1

Can Vision Language Models Learn from Visual Demonstrations of Ambiguous Spatial Reasoning?

2024-09-25 · Bowen Zhao, Leo Parker Dirac, Paulina Varshavskaya

Large vision-language models (VLMs) have become state-of-the-art for many computer vision tasks, with in-context learning (ICL) as a popular adaptation strategy for new ones. But can VLMs learn novel concepts purely from…

In-Context LearningNovel ConceptsSpatial Reasoning

AWT: Transferring Vision-Language Models via Augmentation, Weighting, and Transportation

2024-07-05 · Yuhan Zhu, Yuyang Ji, Zhiyu Zhao, Gangshan Wu 외

Pre-trained vision-language models (VLMs) have shown impressive results in various visual classification tasks. However, we often fail to fully unleash their potential when adapting them for new concept understanding due…

Action RecognitionFew-Shot Image ClassificationFew-Shot Learningimage-classification+3

CLIP Is Also a Good Teacher: A New Learning Framework for Inductive Zero-shot Semantic Segmentation

2023-10-03 · Jialei Chen, Daisuke Deguchi, Chenkai Zhang, Xu Zheng 외

Generalized Zero-shot Semantic Segmentation aims to segment both seen and unseen categories only under the supervision of the seen ones. To tackle this, existing methods adopt the large-scale Vision Language Models (VLMs…

SegmentationSemantic SegmentationZero-Shot Semantic Segmentation