paper-with-me

홈 › Papers

Enhancing Continual Learning of Vision-Language Models via Dynamic Prefix Weighting

2026-04-20 · Hyeonseo Jang, Hyuk Kwon, Kibok Lee arxiv

We investigate recently introduced domain-class incremental learning scenarios for vision-language models (VLMs). Recent works address this challenge using parameter-efficient methods, such as prefix-tuning or adapters, which facilitate model adaptation to downstream tasks by incorporating task-specific information into input tokens through additive vectors. However, previous approaches often normalize the weights of these vectors, disregarding the fact that different input tokens require different degrees of adjustment. To overcome this issue, we propose Dynamic Prefix Weighting (DPW), a framework that dynamically assigns weights to prefixes, complemented by adapters. DPW consists of 1) a gating module that adjusts the weights of each prefix based on the importance of the corresponding input token, and 2) a weighting mechanism that derives adapter output weights as a residual of prefix-tuning weights, ensuring that adapters are utilized only when necessary. Experimental results demonstrate that our method achieves state-of-the-art performance in domain-class incremental learning scenarios for VLMs. The code is available at: https://github.com/YonseiML/dpw.

📄 PDF Abstract BibTeX arXiv:2604.18075

Code (0)

등록된 구현이 없습니다.

Tasks

Class Incremental LearningContinual Learning

Similar Papers 제목 키워드 기반

Enhancing Continual Learning in Visual Question Answering with Modality-Aware Feature Distillation

2024-06-27 · Malvina Nikandrou, Georgios Pantazopoulos, Ioannis Konstas, Alessandro Suglia

Continual learning focuses on incrementally training a model on a sequence of tasks with the aim of learning new tasks while minimizing performance drop on previous tasks. Existing approaches at the intersection of Conti…

Continual LearningQuestion AnsweringVisual Question AnsweringVisual Question Answering (VQA)

Novel-WD: Exploring acquisition of Novel World Knowledge in LLMs Using Prefix-Tuning

2024-08-30 · Maxime Méloux, Christophe Cerisara

Teaching new information to pre-trained large language models (PLM) is a crucial but challenging task. Model adaptation techniques, such as fine-tuning and parameter-efficient training have been shown to store new facts …

Causal Language ModelingContinual LearningLanguage ModelingLanguage Modelling+2

PrefixLLM: LLM-aided Prefix Circuit Design

2024-12-03 · Weihua Xiao, Venkata Sai Charan Putrevu, Raghu Vamshi Hemadri, Siddharth Garg 외

Prefix circuits are fundamental components in digital adders, widely used in digital systems due to their efficiency in calculating carry signals. Synthesizing prefix circuits with minimized area and delay is crucial for…

Text Generationvalid

Adaptive Prompting for Continual Relation Extraction: A Within-Task Variance Perspective

2024-12-11 · Minh Le, Tien Ngoc Luu, An Nguyen The, Thanh-Thien Le 외

To address catastrophic forgetting in Continual Relation Extraction (CRE), many current approaches rely on memory buffers to rehearse previously learned knowledge while acquiring new tasks. Recently, prompt-based methods…

Continual Relation ExtractionMixture-of-ExpertsRelationRelation Extraction

PrefixQuant: Eliminating Outliers by Prefixed Tokens for Large Language Models Quantization

2024-10-07 · Mengzhao Chen, Yi Liu, Jiahao Wang, Yi Bin 외

Existing weight-activation quantization methods for Large Language Models (LLMs) primarily address channel-wise outliers but often neglect token-wise outliers, which limits the accuracy of quantized models. In this work,…

Common Sense ReasoningQuantization