SDPT: Synchronous Dual Prompt Tuning for Fusion-based Visual-Language Pre-trained Models
Yang Zhou, Yongjian Wu, Jiya Saiyin, Bingzheng Wei, Maode Lai, Eric Chang, Yan Xu
TL;DR
SDPT introduces Synchronous Dual Prompt Tuning for fusion-based visual-language pre-trained models by placing a single set of unified prototype tokens inside the cross-attention fusion space and deriving inverse linear projections from pre-trained query transforms. This preserves the pre-trained text-image aligning knowledge and eliminates the need for training extra modal mappings, achieving superior transfer with only 0.04% of parameters. Across COCO, LVIS, and ODinW13, SDPT outperforms both single- and dual-modal PEFT methods, including full fine-tuning, and shows robustness in few-shot and self-training scenarios. The approach is compatible with existing PEFT modules and supports broader tasks, suggesting strong practical impact for efficient adaptation of fusion-based VLPMs.
Abstract
Prompt tuning methods have achieved remarkable success in parameter-efficient fine-tuning on large pre-trained models. However, their application to dual-modal fusion-based visual-language pre-trained models (VLPMs), such as GLIP, has encountered issues. Existing prompt tuning methods have not effectively addressed the modal mapping and aligning problem for tokens in different modalities, leading to poor transfer generalization. To address this issue, we propose Synchronous Dual Prompt Tuning (SDPT). SDPT initializes a single set of learnable unified prototype tokens in the established modal aligning space to represent the aligned semantics of text and image modalities for downstream tasks. Furthermore, SDPT establishes inverse linear projections that require no training to embed the information of unified prototype tokens into the input space of different modalities. The inverse linear projections allow the unified prototype token to synchronously represent the two modalities and enable SDPT to share the unified semantics of text and image for downstream tasks across different modal prompts. Experimental results demonstrate that SDPT assists fusion-based VLPMs to achieve superior outcomes with only 0.04\% of model parameters for training across various scenarios, outperforming other single- or dual-modal methods. The code will be released at https://github.com/wuyongjianCODE/SDPT.
