paper-with-me

홈 › Papers

Querying as Prompt: Parameter-Efficient Learning for Multimodal Language Model

2024-01-01 · CVPR 2024 1 · Tian Liang, Jing Huang, Ming Kong, Luyuan Chen, Qiang Zhu

Recent advancements in language models pre-trained on large-scale corpora have significantly propelled developments in the NLP domain and advanced progress in multimodal tasks. In this paper we propose a Parameter-Efficient multimodal language model learning strategy named QaP (Querying as Prompt). Its core innovation is a novel modality-bridging method that allows a set of modality-specific queries to be input as soft prompts into a frozen pre-trained language model. Specifically we introduce an efficient Text-Conditioned Resampler that is easy to incorporate into the language models which enables adaptive injection of text-related multimodal information at different levels of the model through query learning. This approach effectively bridges multimodal information to the language models while fully leveraging its token fusion and representation potential. We validated our method across four datasets in three distinct multimodal tasks. The results demonstrate that our QaP multimodal language model achieves state-of-the-art performance in various tasks with training only 4.6% parameters.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage Modelling

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Med-GRIM: Enhanced Zero-Shot Medical VQA using prompt-embedded Multimodal Graph RAG

2025-07-20 · Rakesh Raj Madavan, Akshat Kaimal, Hashim Faisal, Chandrakala S arxiv

An ensemble of trained multimodal encoders and vision-language models (VLMs) has become a standard approach for visual question answering (VQA) tasks. However, such models often fail to produce responses with the detaile…

Visual Question AnsweringPrompt Engineering

VP-Bench: A Comprehensive Benchmark for Visual Prompting in Multimodal Large Language Models

2025-11-14 · Mingjie Xu, Jinpeng Chen, Yuzhi Zhao, Jason Chun Lok Li 외 arxiv

Multimodal large language models (MLLMs) have enabled a wide range of advanced vision-language applications, including fine-grained object recognition and contextual understanding. When querying specific regions or objec…

Object Recognition

Instance-wise Prompt Tuning for Pretrained Language Models

2022-06-04 · Yuezihan Jiang, Hao Yang, Junyang Lin, Hanyu Zhao 외

Prompt Learning has recently gained great popularity in bridging the gap between pretraining tasks and various downstream tasks. It freezes Pretrained Language Models (PLMs) and only tunes a few task-related parameters (…

Prompt Learning

Knowledge Graphs Querying

2023-05-23 · Arijit Khan

Knowledge graphs (KGs) such as DBpedia, Freebase, YAGO, Wikidata, and NELL were constructed to store large-scale, real-world facts as (subject, predicate, object) triples -- that can also be modeled as a graph, where a n…

Fact CheckingInformation RetrievalKnowledge GraphsQuestion Answering

DePT: Decomposed Prompt Tuning for Parameter-Efficient Fine-tuning

2023-09-11 · Zhengxiang Shi, Aldo Lipani

Prompt tuning (PT), where a small amount of trainable soft (continuous) prompt vectors is affixed to the input of language models (LM), has shown promising results across various tasks and models for parameter-efficient …

Few-Shot Learningparameter-efficient fine-tuningTransfer Learning