paper-with-me

Papers

Data-free Multi-label Image Recognition via LLM-powered Prompt Tuning

2024-03-02 · Shuo Yang, Zirui Shang, Yongqi Wang, Derong Deng, Hongwei Chen, Qiyuan Cheng, Xinxiao wu

This paper proposes a novel framework for multi-label image recognition without any training data, called data-free framework, which uses knowledge of pre-trained Large Language Model (LLM) to learn prompts to adapt pretrained Vision-Language Model (VLM) like CLIP to multilabel classification. Through asking LLM by well-designed questions, we acquire comprehensive knowledge about characteristics and contexts of objects, which provides valuable text descriptions for learning prompts. Then we propose a hierarchical prompt learning method by taking the multi-label dependency into consideration, wherein a subset of category-specific prompt tokens are shared when the corresponding objects exhibit similar attributes or are more likely to co-occur. Benefiting from the remarkable alignment between visual and linguistic semantics of CLIP, the hierarchical prompts learned from text descriptions are applied to perform classification of images during inference. Our framework presents a new way to explore the synergies between multiple pre-trained models for novel category recognition. Extensive experiments on three public datasets (MS-COCO, VOC2007, and NUS-WIDE) demonstrate that our method achieves better results than the state-of-the-art methods, especially outperforming the zero-shot multi-label recognition methods by 4.7% in mAP on MS-COCO.

📄 PDF Abstract BibTeX arXiv:2403.01209

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage ModellingLarge Language ModelMulti-Label Image RecognitionPrompt 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 제목 키워드 기반

Label-Free Event-based Object Recognition via Joint Learning with Image Reconstruction from Events

2023-08-18 · ICCV 2023 1 · Hoonhee Cho, Hyeonseong Kim, Yujeong Chae, Kuk-Jin Yoon

Recognizing objects from sparse and noisy events becomes extremely difficult when paired images and category labels do not exist. In this paper, we study label-free event-based object recognition where category labels an…

Image ReconstructionObjectObject Recognition

Free-Grained Hierarchical Visual Recognition

2025-10-16 · Seulki Park, Zilin Wang, Stella X. Yu arxiv

Hierarchical image recognition seeks to predict class labels along a semantic taxonomy, from broad categories to specific ones, typically under the tidy assumption that every training image is fully annotated along its t…

Is Object Detection Necessary for Human-Object Interaction Recognition?

2021-07-27 · arXiv 2021 7 · Ying Jin, Yinpeng Chen, Lijuan Wang, JianFeng Wang 외

This paper revisits human-object interaction (HOI) recognition at image level without using supervisions of object location and human pose. We name it detection-free HOI recognition, in contrast to the existing detection…

Human-Object Interaction DetectionObjectobject-detectionObject Detection

Webly Supervised Multi-Label Recognition: Evaluation Benchmark and Dual-Branch Multi-Label Contrastive Learning

2026-07-23 · Zhihua Xu, Zhijing Yang, Yufeng Yang, Tianshui Chen arxiv

Training deep learning models with freely available web images can reduce their dependence on costly manual annotations. Although webly supervised learning has been widely studied for single-label recognition, its multi-…

Contrastive Learning

Adapting Vision-Language Models from Iconic to Inclusive for Multi-Label Recognition Without Labels

2026-06-10 · Cheng Chen, Jingyu Zhou, Yifan Zhao, Jia Li arxiv

Understanding multi-label images remains a challenging task in computer vision. With the rapid progress of vision-language multimodal learning, vision-language models (VLMs) enable zero-shot recognition without labeled d…

Multi-Label Learning