paper-with-me

Papers

Modular Prompt Learning Improves Vision-Language Models

2025-02-19 · Zhenhan Huang, Tejaswini Pedapati, Pin-Yu Chen, Jianxi Gao

Pre-trained vision-language models are able to interpret visual concepts and language semantics. Prompt learning, a method of constructing prompts for text encoders or image encoders, elicits the potentials of pre-trained models and readily adapts them to new scenarios. Compared to fine-tuning, prompt learning enables the model to achieve comparable or better performance using fewer trainable parameters. Besides, prompt learning freezes the pre-trained model and avoids the catastrophic forgetting issue in the fine-tuning. Continuous prompts inserted into the input of every transformer layer (i.e. deep prompts) can improve the performances of pre-trained models on downstream tasks. For i-th transformer layer, the inserted prompts replace previously inserted prompts in the $(i-1)$-th layer. Although the self-attention mechanism contextualizes newly inserted prompts for the current layer and embeddings from the previous layer's output, removing all inserted prompts from the previous layer inevitably loses information contained in the continuous prompts. In this work, we propose Modular Prompt Learning (MPL) that is designed to promote the preservation of information contained in the inserted prompts. We evaluate the proposed method on base-to-new generalization and cross-dataset tasks. On average of 11 datasets, our method achieves 0.7% performance gain on the base-to-new generalization task compared to the state-of-the-art method. The largest improvement on the individual dataset is 10.7% (EuroSAT dataset).

📄 PDF Abstract BibTeX arXiv:2502.14125

Code (1)

Zhenhan-Huang/Modular-Prompt-Learning 공식 구현 pytorch

Tasks

Prompt Learning

Similar Papers 제목 키워드 기반

ByDeWay: Boost Your multimodal LLM with DEpth prompting in a Training-Free Way

2025-07-11 · Rajarshi Roy, Devleena Das, Ankesh Banerjee, Arjya Bhattacharjee 외

We introduce ByDeWay, a training-free framework designed to enhance the performance of Multimodal Large Language Models (MLLMs). ByDeWay uses a novel prompting strategy called Layered-Depth-Based Prompting (LDP), which i…

Depth EstimationHallucinationLanguage ModelingLanguage Modelling+2

Joint Semantic Token Selection and Prompt Optimization for Interpretable Prompt Learning

2026-05-06 · Yating Wang, Yaqi Zhao, Yongshun Gong, Yilong Yin 외 arxiv

Vision-language models such as CLIP achieve strong visual-textual alignment, but often suffer from overfitting and limited interpretability when adapted through continuous prompt learning. While discrete prompt optimizat…

Prompting as Multimodal Fusing

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Tsimpoukelli et al. (2021) devise Frozen, empowering a language model to solve multimodal tasks by pretraining a vision encoder whose outputs are prompts fed to the language model. The vision encoder has a dual objective…

Language ModelingLanguage Modelling

CodeChain: Towards Modular Code Generation Through Chain of Self-revisions with Representative Sub-modules

2023-10-13 · Hung Le, Hailin Chen, Amrita Saha, Akash Gokul 외

Large Language Models (LLMs) have already become quite proficient at solving simpler programming tasks like those in HumanEval or MBPP benchmarks. However, solving more complex and competitive programming tasks is still …

Code GenerationHumanEvalmbpp

Bridging Vision Language Models and Symbolic Grounding for Video Question Answering

2025-09-15 · Haodi Ma, Vyom Pathak, Daisy Zhe Wang arxiv

Video Question Answering (VQA) requires models to reason over spatial, temporal, and causal cues in videos. Recent vision language models (VLMs) achieve strong results but often rely on shallow correlations, leading to w…

Video Question AnsweringVisual Localization