paper-with-me

Papers

DPL: Decoupled Prompt Learning for Vision-Language Models

2023-08-19 · Chen Xu, Yuhan Zhu, Guozhen Zhang, Haocheng Shen, Yixuan Liao, Xiaoxin Chen, Gangshan Wu, LiMin Wang

Prompt learning has emerged as an efficient and effective approach for transferring foundational Vision-Language Models (e.g., CLIP) to downstream tasks. However, current methods tend to overfit to seen categories, thereby limiting their generalization ability for unseen classes. In this paper, we propose a new method, Decoupled Prompt Learning (DPL), which reformulates the attention in prompt learning to alleviate this problem. Specifically, we theoretically investigate the collaborative process between prompts and instances (i.e., image patches/text tokens) by reformulating the original self-attention into four separate sub-processes. Through detailed analysis, we observe that certain sub-processes can be strengthened to bolster robustness and generalizability by some approximation techniques. Furthermore, we introduce language-conditioned textual prompting based on decoupled attention to naturally preserve the generalization of text input. Our approach is flexible for both visual and textual modalities, making it easily extendable to multi-modal prompt learning. By combining the proposed techniques, our approach achieves state-of-the-art performance on three representative benchmarks encompassing 15 image recognition datasets, while maintaining parameter-efficient. Moreover, our DPL does not rely on any auxiliary regularization task or extra training data, further demonstrating its remarkable generalization ability.

📄 PDF Abstract BibTeX arXiv:2308.10061

Code (0)

등록된 구현이 없습니다.

Tasks

Prompt Learning

Similar Papers 제목 키워드 기반

Decouple Before Interact: Multi-Modal Prompt Learning for Continual Visual Question Answering

2023-01-01 · ICCV 2023 1 · Zi Qian, Xin Wang, Xuguang Duan, Pengda Qin 외

In the real world, a desirable Visual Question Answering model is expected to provide correct answers to new questions and images in a continual setting (recognized as CL-VQA). However, existing works formulate CLVQA…

Continual LearningLanguage ModellingPrompt LearningQuestion Answering+3

Not the Example, but the Process: How Self-Generated Examples Enhance LLM Reasoning

2026-01-26 · Daehoon Gwak, Minseo Jung, Junwoo Park, Minho Park 외 arxiv

Recent studies have shown that Large Language Models (LLMs) can improve their reasoning performance through self-generated few-shot examples, achieving results comparable to manually curated in-context examples. However,…

Bootstrapping Vision-Language Learning with Decoupled Language Pre-training

2023-07-13 · NeurIPS 2023 11 · Yiren Jian, Chongyang Gao, Soroush Vosoughi

We present a novel methodology aimed at optimizing the application of frozen large language models (LLMs) for resource-intensive vision-language (VL) pre-training. The current paradigm uses visual features as prompts to …

Image to text

Decoupled Prompt-Adapter Tuning for Continual Activity Recognition

2024-07-20 · Di Fu, Thanh Vinh Vo, Haozhe Ma, Tze-Yun Leong

Action recognition technology plays a vital role in enhancing security through surveillance systems, enabling better patient monitoring in healthcare, providing in-depth performance analysis in sports, and facilitating s…

Action RecognitionActivity Recognition

GenSeg-R1: RL-Driven Vision-Language Grounding for Fine-Grained Referring Segmentation

2026-02-10 · Sandesh Hegde, Jaison Saji Chacko, Debarshi Banerjee, Uma Mahesh arxiv

We study fine-grained referring image segmentation via a decoupled reason-then-segment pipeline. A vision-language model (VLM) receives an image and a natural-language query, reasons about the scene, and emits structured…

Image Segmentation