Conditional Prompt Tuning for Multimodal Fusion
Ruixiang Jiang, Lingbo Liu, Changwen Chen

TL;DR
This paper introduces a novel conditional prompt tuning method for multimodal fusion that leverages one modality to guide the prompting of another, enabling efficient transfer of pretrained unimodal knowledge and achieving state-of-the-art results with minimal trainable parameters.
Contribution
It proposes a mixture of prompt experts (MoPE) framework for dynamic, instance-wise prompt routing, enhancing expressiveness and modularity in multimodal prompt tuning.
Findings
Achieves state-of-the-art results on three multimodal datasets.
Requires only 0.7% of trainable parameters compared to fine-tuning.
Demonstrates architecture-agnostic prompt tuning with improved scalability.
Abstract
We show that the representation of one modality can effectively guide the prompting of another modality for parameter-efficient multimodal fusion. Specifically, we first encode one modality and use its representation as a prior to conditionally prompt all frozen layers of the other modality. This is achieved by disentangling the vanilla prompt vectors into three types of specialized prompts that adaptively capture global-level and instance-level features. To better produce the instance-wise prompt, we introduce the mixture of prompt experts (MoPE) to dynamically route each instance to the most suitable prompt experts for encoding. We further study a regularization term to avoid degenerated prompt expert routing. Thanks to our design, our method can effectively transfer the pretrained knowledge in unimodal encoders for downstream multimodal tasks. Compared with vanilla prompting, we show…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMultimodal Machine Learning Applications · Human Pose and Action Recognition · Hand Gesture Recognition Systems
