paper-with-me

홈 › Papers

Improved Few-Shot Image Classification Through Multiple-Choice Questions

2024-07-23 · Dipika Khullar, Emmett Goodman, Negin Sokhandan

Through a simple multiple choice language prompt a VQA model can operate as a zero-shot image classifier, producing a classification label. Compared to typical image encoders, VQA models offer an advantage: VQA-produced image embeddings can be infused with the most relevant visual information through tailored language prompts. Nevertheless, for most tasks, zero-shot VQA performance is lacking, either because of unfamiliar category names, or dissimilar pre-training data and test data distributions. We propose a simple method to boost VQA performance for image classification using only a handful of labeled examples and a multiple-choice question. This few-shot method is training-free and maintains the dynamic and flexible advantages of the VQA model. Rather than relying on the final language output, our approach uses multiple-choice questions to extract prompt-specific latent representations, which are enriched with relevant visual information. These representations are combined to create a final overall image embedding, which is decoded via reference to latent class prototypes constructed from the few labeled examples. We demonstrate this method outperforms both pure visual encoders and zero-shot VQA baselines to achieve impressive performance on common few-shot tasks including MiniImageNet, Caltech-UCSD Birds, and CIFAR-100. Finally, we show our approach does particularly well in settings with numerous diverse visual attributes such as the fabric, article-style, texture, and view of different articles of clothing, where other few-shot approaches struggle, as we can tailor our image representations only on the semantic features of interest.

📄 PDF Abstract BibTeX arXiv:2407.16145

Code (0)

등록된 구현이 없습니다.

Tasks

ArticlesFew-Shot Image Classificationimage-classificationImage ClassificationMultiple-choiceVisual Question Answering (VQA)

Similar Papers 제목 키워드 기반

FOC OSOD: Focus on Classification One-Shot Object Detection

2021-01-01 · Hanqing Yang, Huaijin Pi, SABA GHORBANI BARZEGAR, Yu Zhang

One-shot object detection (OSOD) aims at detecting all instances that are consistent with the category of the single reference image. OSOD achieves object detection by comparing the query image and the reference image. W…

ClassificationGeneral ClassificationObjectobject-detection+2

An Efficient Framework for Zero-Shot Sketch-Based Image Retrieval

2021-02-08 · Osman Tursun, Simon Denman, Sridha Sridharan, Ethan Goan 외

Recently, Zero-shot Sketch-based Image Retrieval (ZS-SBIR) has attracted the attention of the computer vision community due to it's real-world applications, and the more realistic and challenging setting than found in SB…

Content-Based Image RetrievalDomain AdaptationImage Retrievalobject-detection+4

Revisiting Local Descriptor for Improved Few-Shot Classification

2021-03-30 · Jun He, Richang Hong, Xueliang Liu, Mingliang Xu 외

Few-shot classification studies the problem of quickly adapting a deep learner to understanding novel classes based on few support images. In this context, recent research efforts have been aimed at designing more and mo…

ClassificationDecision MakingGeneral Classification

CLIP Adaptation by Intra-modal Overlap Reduction

2024-09-17 · Alexey Kravets, Vinay Namboodiri

Numerous methods have been proposed to adapt a pre-trained foundational CLIP model for few-shot classification. As CLIP is trained on a large corpus, it generalises well through adaptation to few-shot classification. In …

ClassificationContrastive Learning

Advancing Image Retrieval with Few-Shot Learning and Relevance Feedback

2023-12-18 · Boaz Lerner, Nir Darshan, Rami Ben-Ari

With such a massive growth in the number of images stored, efficient search in a database has become a crucial endeavor managed by image retrieval systems. Image Retrieval with Relevance Feedback (IRRF) involves iterativ…

Binary ClassificationClassificationFew-Shot LearningImage Retrieval+3