paper-with-me

Papers

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 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 that our MoPE-based conditional prompting is more expressive, thereby scales better with training data and the total number of prompts. We also demonstrate that our prompt tuning is architecture-agnostic, thereby offering high modularity. Extensive experiments over three multimodal datasets demonstrate state-of-the-art results, matching or surpassing the performance achieved through fine-tuning, while only necessitating 0.7% of the trainable parameters. Code will be released: https://github.com/songrise/ConditionalPrompt.

📄 PDF Abstract BibTeX arXiv:2312.03734

Code (1)

songrise/conditionalprompt 공식 구현

Similar Papers 제목 키워드 기반

UNIMO-G: Unified Image Generation through Multimodal Conditional Diffusion

2024-01-24 · Wei Li, Xue Xu, Jiachen Liu, Xinyan Xiao

Existing text-to-image diffusion models primarily generate images from text prompts. However, the inherent conciseness of textual descriptions poses challenges in faithfully synthesizing images with intricate details, su…

Conditional Image GenerationDenoisingImage GenerationImage Segmentation+6

I Dream My Painting: Connecting MLLMs and Diffusion Models via Prompt Generation for Text-Guided Multi-Mask Inpainting

2024-11-28 · Nicola Fanelli, Gennaro Vessio, Giovanna Castellano

Inpainting focuses on filling missing or corrupted regions of an image to blend seamlessly with its surrounding content and style. While conditional diffusion models have proven effective for text-guided inpainting, we i…

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 pap…

DisentanglementMultimodal Deep LearningVisual Entailment

Machine Unlearning for Masked Diffusion Language Models

2026-05-18 · Georu Lee, Seungwon Jeong, Hoki Kim, Jinseong Park 외 arxiv

Recent masked diffusion language models (MDLMs), such as LLaDA and Dream, have achieved performance comparable to autoregressive large language models. Unlike autoregressive models, which generate text sequentially, MDLM…

UniCast: A Unified Framework for Instance-Conditioned Multimodal Time-Series Forecasting

2025-08-16 · Sehyuk Park, Soyeon Caren Han, Eduard Hovy arxiv

Time series forecasting underpins applications in finance, healthcare, and environmental monitoring. Despite the success of Time Series Foundation Models (TSFMs), existing approaches operate in a unimodal setting and rel…

Time Series Forecasting