paper-with-me

Papers

MoPE: Mixture of Prompt Experts for Parameter-Efficient and Scalable Multimodal Fusion

2024-03-14 · Ruixiang Jiang, Lingbo Liu, Changwen Chen

Despite the demonstrated parameter efficiency of prompt-based multimodal fusion methods, their limited adaptivity and expressiveness often result in suboptimal performance compared to other tuning approaches. In this paper, we introduce the Mixture of Prompt Experts (MoPE), the first technique designed to overcome these limitations by decomposing standard prompts to capture instance-level features adaptively. Building on this decomposition, MoPE enhances prompt fusion's expressiveness by leveraging multimodal pairing priors to route the most effective prompt for each instance dynamically. Compared to vanilla prompting, our MoPE-based fusion method exhibits greater expressiveness, scaling more effectively with the training data and the overall number of trainable parameters. We also investigate regularization terms for expert routing, which lead to emergent expert specialization with enhanced adaptiveness and interpretablity. Extensive experiments across six multimodal datasets spanning four modalities demonstrate state-of-the-art performance for prompt fusion, matching or even surpassing the performance of fine-tuning while requiring only 0.8% of the trainable parameters. Project homepage: https://github.com/songrise/MoPE

📄 PDF Abstract BibTeX arXiv:2403.10568

Code (1)

songrise/mope 공식 구현 pytorch

Tasks

DisentanglementMultimodal Deep LearningVisual Entailment

Methods 이 논문이 사용한 방법론

Focus 설명 없음
MoE 설명 없음

Similar Papers 제목 키워드 기반

GMoPE:A Prompt-Expert Mixture Framework for Graph Foundation Models

2025-11-05 · Zhibin Wang, Zhixing Zhang, Shuqi Wang, Xuanting Xie 외 arxiv

Graph Neural Networks (GNNs) have demonstrated impressive performance on task-specific benchmarks, yet their ability to generalize across diverse domains and tasks remains limited. Existing approaches often struggle with…

One-Prompt Strikes Back: Sparse Mixture of Experts for Prompt-based Continual Learning

2025-09-29 · Minh Le, Bao-Ngoc Dao, Huy Nguyen, Quyen Tran 외 arxiv

Prompt-based methods have recently gained prominence in Continual Learning (CL) due to their strong performance and memory efficiency. A prevalent strategy in this paradigm assigns a dedicated subset of prompts to each t…

Continual Learning

Conditional Prompt Tuning for Multimodal Fusion

2023-11-28 · Ruixiang Jiang, Lingbo Liu, Changwen Chen

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 …

MoPEFT: A Mixture-of-PEFTs for the Segment Anything Model

2024-05-01 · Rajat Sahay, Andreas Savakis

The emergence of foundation models, such as the Segment Anything Model (SAM), has sparked interest in Parameter-Efficient Fine-Tuning (PEFT) methods that tailor these large models to application domains outside their tra…

Mixture-of-Expertsparameter-efficient fine-tuning

MoPE: Mixture of Prefix Experts for Zero-Shot Dialogue State Tracking

2024-04-12 · Tianwen Tang, Tong Zhu, Haodong Liu, Yin Bai 외

Zero-shot dialogue state tracking (DST) transfers knowledge to unseen domains, reducing the cost of annotating new datasets. Previous zero-shot DST models mainly suffer from domain transferring and partial prediction pro…

Dialogue State Tracking