paper-with-me

홈 › Papers

UniFGVC: Universal Training-Free Few-Shot Fine-Grained Vision Classification via Attribute-Aware Multimodal Retrieval

2025-08-06 · Hongyu Guo, Xiangzhao Hao, Jiarui Guo, Haiyun Guo, Jinqiao Wang, Tat-Seng Chua arxiv

Few-shot fine-grained visual classification (FGVC) aims to leverage limited data to enable models to discriminate subtly distinct categories. Recent works mostly finetuned the pre-trained visual language models to achieve performance gain, yet suffering from overfitting and weak generalization. To deal with this, we introduce UniFGVC, a universal training-free framework that reformulates few-shot FGVC as multimodal retrieval. First, we propose the Category-Discriminative Visual Captioner (CDV-Captioner) to exploit the open-world knowledge of multimodal large language models (MLLMs) to generate a structured text description that captures the fine-grained attribute features distinguishing closely related classes. CDV-Captioner uses chain-of-thought prompting and visually similar reference images to reduce hallucination and enhance discrimination of generated captions. Using it we can convert each image into an image-description pair, enabling more comprehensive feature representation, and construct the multimodal category templates using few-shot samples for the subsequent retrieval pipeline. Then, off-the-shelf vision and text encoders embed query and template pairs, and FGVC is accomplished by retrieving the nearest template in the joint space. UniFGVC ensures broad compatibility with diverse MLLMs and encoders, offering reliable generalization and adaptability across few-shot FGVC scenarios. Extensive experiments on 12 FGVC benchmarks demonstrate its consistent superiority over prior few-shot CLIP-based methods and even several fully-supervised MLLMs-based approaches.

📄 PDF Abstract BibTeX arXiv:2508.04136

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Injecting Text and Cross-lingual Supervision in Few-shot Learning from Self-Supervised Models

2021-10-10 · Matthew Wiesner, Desh Raj, Sanjeev Khudanpur

Self-supervised model pre-training has recently garnered significant interest, but relatively few efforts have explored using additional resources in fine-tuning these models. We demonstrate how universal phoneset acoust…

Few-Shot Learning

UReader: Universal OCR-free Visually-situated Language Understanding with Multimodal Large Language Model

2023-10-08 · Jiabo Ye, Anwen Hu, Haiyang Xu, Qinghao Ye 외

Text is ubiquitous in our visual world, conveying crucial information, such as in documents, websites, and everyday photographs. In this work, we propose UReader, a first exploration of universal OCR-free visually-situat…

DecoderLanguage ModelingLanguage ModellingLarge Language Model+2

Rethinking Test-Time Training: Tilting The Latent Distribution For Few-Shot Source-Free Adaptation

2026-02-02 · Tahir Qasim Syed, Behraj Khan arxiv

Often, constraints arise in deployment settings where even lightweight parameter updates e.g. parameter-efficient fine-tuning could induce model shift or tuning instability. We study test-time adaptation of foundation mo…

parameter-efficient fine-tuningTest-time Adaptation

Learning a Universal Template for Few-shot Dataset Generalization

2021-05-14 · Eleni Triantafillou, Hugo Larochelle, Richard Zemel, Vincent Dumoulin

Few-shot dataset generalization is a challenging variant of the well-studied few-shot classification problem where a diverse training set of several datasets is given, for the purpose of training an adaptable model that …

One Language-Free Foundation Model Is Enough for Universal Vision Anomaly Detection

2026-01-09 · Bin-Bin Gao, Chengjie Wang arxiv

Universal visual anomaly detection (AD) aims to identify anomaly images and segment anomaly regions towards open and dynamic scenarios, following zero- and few-shot paradigms without any dataset-specific fine-tuning. We …

Anomaly ClassificationPrompt EngineeringAnomaly Detection