paper-with-me

홈 › Papers

MaPLe: Multi-modal Prompt Learning

2022-10-06 · CVPR 2023 1 · Muhammad Uzair Khattak, Hanoona Rasheed, Muhammad Maaz, Salman Khan, Fahad Shahbaz Khan

Pre-trained vision-language (V-L) models such as CLIP have shown excellent generalization ability to downstream tasks. However, they are sensitive to the choice of input text prompts and require careful selection of prompt templates to perform well. Inspired by the Natural Language Processing (NLP) literature, recent CLIP adaptation approaches learn prompts as the textual inputs to fine-tune CLIP for downstream tasks. We note that using prompting to adapt representations in a single branch of CLIP (language or vision) is sub-optimal since it does not allow the flexibility to dynamically adjust both representation spaces on a downstream task. In this work, we propose Multi-modal Prompt Learning (MaPLe) for both vision and language branches to improve alignment between the vision and language representations. Our design promotes strong coupling between the vision-language prompts to ensure mutual synergy and discourages learning independent uni-modal solutions. Further, we learn separate prompts across different early stages to progressively model the stage-wise feature relationships to allow rich context learning. We evaluate the effectiveness of our approach on three representative tasks of generalization to novel classes, new target datasets and unseen domain shifts. Compared with the state-of-the-art method Co-CoOp, MaPLe exhibits favorable performance and achieves an absolute gain of 3.45% on novel classes and 2.72% on overall harmonic-mean, averaged over 11 diverse image recognition datasets. Our code and pre-trained models are available at https://github.com/muzairkhattak/multimodal-prompt-learning.

📄 PDF Abstract BibTeX arXiv:2210.03117

Code (3)

muzairkhattak/multimodal-prompt-learning 공식 구현 pytorch
gyukai/i2vc pytorch
htyao89/kgcoop pytorch

Tasks

Prompt EngineeringPrompt Learning

Methods 이 논문이 사용한 방법론

CLIP Contrastive Language-Image Pre-training (CLIP), consisting of a simplified version of ConVIRT trained from scratch, is an efficient method of image representation learning…

Similar Papers 제목 키워드 기반

MAPLE: A Meta-learning Framework for Cross-Prompt Essay Scoring

2026-04-19 · Salam Albatarni, May Bashendy, Sohaila Eltanbouly, Tamer Elsayed arxiv

Automated Essay Scoring (AES) faces significant challenges in cross-prompt settings, where models must generalize to unseen writing prompts. To address this limitation, we propose MAPLE, a meta-learning framework that le…

Automated Essay Scoring

MAPLE: Modality-Aware Post-training and Learning Ecosystem

2026-02-12 · Nikhil Verma, Minjung Kim, JooYoung Yoo, Kyung-Min Jin 외 arxiv

Multimodal language models now integrate text, audio, and video for unified reasoning. Yet existing RL post-training pipelines treat all input signals as equally relevant, ignoring which modalities each task actually req…

MAPLE: Enhancing Review Generation with Multi-Aspect Prompt LEarning in Explainable Recommendation

2024-08-19 · Ching-Wen Yang, Che Wei Chen, Kun-da Wu, Hao Xu 외

Explainable Recommendation task is designed to receive a pair of user and item and output explanations to justify why an item is recommended to a user. Many models treat review-generation as a proxy of explainable recomm…

DiversityExplainable RecommendationHallucinationLanguage Modeling+5

APoLLo: Unified Adapter and Prompt Learning for Vision Language Models

2023-12-04 · Sanjoy Chowdhury, Sayan Nag, Dinesh Manocha

The choice of input text prompt plays a critical role in the performance of Vision-Language Pretrained (VLP) models such as CLIP. We present APoLLo, a unified multi-modal approach that combines Adapter and Prompt learnin…

Prompt Learning

Align Your Prompts: Test-Time Prompting with Distribution Alignment for Zero-Shot Generalization

2023-11-02 · NeurIPS 2023 11 · Jameel Hassan, Hanan Gani, Noor Hussein, Muhammad Uzair Khattak 외

The promising zero-shot generalization of vision-language models such as CLIP has led to their adoption using prompt learning for numerous downstream tasks. Previous works have shown test-time prompt tuning using entropy…

Domain GeneralizationPrompt LearningZero-shot Generalization