Progressive Multi-modal Conditional Prompt Tuning
Xiaoyu Qiu, Hao Feng, Yuechen Wang, Wengang Zhou, Houqiang Li
TL;DR
ProMPT tackles the gap between vision and language representations in pre-trained vision-language models by introducing a Progressive Multi-modal Conditional Prompt Tuning framework. It combines an initialization phase with a multi-modal iterative evolution module that injects class-conditional vision prompts and instance-conditional text prompts, guided by feature filtering, to progressively align V-L features and refine predictions from coarse to precise. The approach achieves superior base-to-novel generalization, cross-dataset transfer, and domain robustness compared with uni-modal prompting baselines, as demonstrated on 11 datasets with consistent gains in novel-class accuracy and harmonic mean, supported by ablations confirming the necessity of each component. The method preserves the frozen CLIP backbone while learning prompts and generators, enabling efficient adaptation and practical deployment, with code released for reproducibility.
Abstract
Pre-trained vision-language models (VLMs) have shown remarkable generalization capabilities via prompting, which leverages VLMs as knowledge bases to extract information beneficial for downstream tasks. However, existing methods primarily employ uni-modal prompting, which only engages a uni-modal branch, failing to simultaneously adjust vision-language (V-L) features. Additionally, the one-pass forward pipeline in VLM encoding struggles to align V-L features that have a huge gap. Confronting these challenges, we propose a novel method, Progressive Multi-modal conditional Prompt Tuning (ProMPT). ProMPT exploits a recurrent structure, optimizing and aligning V-L features by iteratively utilizing image and current encoding information. It comprises an initialization and a multi-modal iterative evolution (MIE) module. Initialization is responsible for encoding images and text using a VLM, followed by a feature filter that selects text features similar to image. MIE then facilitates multi-modal prompting through class-conditional vision prompting, instance-conditional text prompting, and feature filtering. In each MIE iteration, vision prompts are obtained from filtered text features via a vision generator, promoting image features to focus more on target object during vision prompting. The encoded image features are fed into a text generator to produce text prompts that are more robust to class shifts. Thus, V-L features are progressively aligned, enabling advance from coarse to exact prediction. Extensive experiments are conducted in three settings to evaluate the efficacy of ProMPT. The results indicate that ProMPT outperforms existing methods on average across all settings, demonstrating its superior generalization and robustness. Code is available at https://github.com/qiuxiaoyu9954/ProMPT.
