paper-with-me

홈 › Papers

Diversity-Aware Meta Visual Prompting

2023-03-14 · CVPR 2023 1 · Qidong Huang, Xiaoyi Dong, Dongdong Chen, Weiming Zhang, Feifei Wang, Gang Hua, Nenghai Yu

We present Diversity-Aware Meta Visual Prompting~(DAM-VP), an efficient and effective prompting method for transferring pre-trained models to downstream tasks with frozen backbone. A challenging issue in visual prompting is that image datasets sometimes have a large data diversity whereas a per-dataset generic prompt can hardly handle the complex distribution shift toward the original pretraining data distribution properly. To address this issue, we propose a dataset Diversity-Aware prompting strategy whose initialization is realized by a Meta-prompt. Specifically, we cluster the downstream dataset into small homogeneity subsets in a diversity-adaptive way, with each subset has its own prompt optimized separately. Such a divide-and-conquer design reduces the optimization difficulty greatly and significantly boosts the prompting performance. Furthermore, all the prompts are initialized with a meta-prompt, which is learned across several datasets. It is a bootstrapped paradigm, with the key observation that the prompting knowledge learned from previous datasets could help the prompt to converge faster and perform better on a new dataset. During inference, we dynamically select a proper prompt for each input, based on the feature distance between the input and each subset. Through extensive experiments, our DAM-VP demonstrates superior efficiency and effectiveness, clearly surpassing previous prompting methods in a series of downstream datasets for different pretraining models. Our code is available at: \url{https://github.com/shikiw/DAM-VP}.

📄 PDF Abstract BibTeX arXiv:2303.08138

Code (1)

shikiw/dam-vp 공식 구현 pytorch

Tasks

DiversityVisual Prompting

Similar Papers 제목 키워드 기반

Exploring Cross-Domain Few-Shot Classification via Frequency-Aware Prompting

2024-06-24 · Tiange Zhang, Qing Cai, Feng Gao, Lin Qi 외

Cross-Domain Few-Shot Learning has witnessed great stride with the development of meta-learning. However, most existing methods pay more attention to learning domain-adaptive inductive bias (meta-knowledge) through featu…

Cross-Domain Few-Shotcross-domain few-shot learningFew-Shot LearningInductive Bias+1

MetaSynth: Meta-Prompting-Driven Agentic Scaffolds for Diverse Synthetic Data Generation

2025-04-17 · Haris Riaz, Sourav Bhabesh, Vinayak Arannil, Miguel Ballesteros 외

Recent smaller language models such Phi-3.5 and Phi-4 rely on synthetic data generated using larger Language models. Questions remain about leveraging synthetic data for other use cases, such as adapting LLMs to specific…

DiversityDomain AdaptationSynthetic Data Generation

Context-Aware Pragmatic Metacognitive Prompting for Sarcasm Detection

2025-11-26 · Michael Iskandardinata, William Christian, Derwin Suhartono arxiv

Detecting sarcasm remains a challenging task in the areas of Natural Language Processing (NLP) despite recent advances in neural network approaches. Currently, Pre-trained Language Models (PLMs) and Large Language Models…

Sarcasm Detection

ViTOC: Vision Transformer and Object-aware Captioner

2024-11-09 · Feiyang Huang

This paper presents ViTOC (Vision Transformer and Object-aware Captioner), a novel vision-language model for image captioning that addresses the challenges of accuracy and diversity in generated descriptions. Unlike conv…

DiversityImage CaptioningLanguage ModelingLanguage Modelling+1

Evaluating Pragmatic Reasoning in Large Language Models: Evidence from Scalar Diversity

2026-05-09 · Ye-eun Cho arxiv

Evaluating pragmatic reasoning in large language models (LLMs) remains challenging because model behavior can vary depending on evaluation methods. Previous studies suggest that prompt-based judgments may diverge from mo…