Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Lifelong Knowledge Editing for Vision Language Models with Low-Rank Mixture-of-Experts

About

Model editing aims to correct inaccurate knowledge, update outdated information, and incorporate new data into Large Language Models (LLMs) without the need for retraining. This task poses challenges in lifelong scenarios where edits must be continuously applied for real-world applications. While some editors demonstrate strong robustness for lifelong editing in pure LLMs, Vision LLMs (VLLMs), which incorporate an additional vision modality, are not directly adaptable to existing LLM editors. In this paper, we propose LiveEdit, a LIfelong Vision language modEl Edit to bridge the gap between lifelong LLM editing and VLLMs. We begin by training an editing expert generator to independently produce low-rank experts for each editing instance, with the goal of correcting the relevant responses of the VLLM. A hard filtering mechanism is developed to utilize visual semantic knowledge, thereby coarsely eliminating visually irrelevant experts for input queries during the inference stage of the post-edited model. Finally, to integrate visually relevant experts, we introduce a soft routing mechanism based on textual semantic relevance to achieve multi-expert fusion. For evaluation, we establish a benchmark for lifelong VLLM editing. Extensive experiments demonstrate that LiveEdit offers significant advantages in lifelong VLLM editing scenarios. Further experiments validate the rationality and effectiveness of each module design in LiveEdit.

Qizhou Chen, Chengyu Wang, Dakan Wang, Taolin Zhang, Wangyue Li, Xiaofeng He• 2024

Related benchmarks

TaskDatasetResultRank
Visual Question AnsweringVQA v2
Accuracy82.1
1362
Lifelong Knowledge EditingE-VQA Lifelong Sequential
Rel. Score96.67
72
Knowledge EditingMMEdit E-VQA
Reliability96.67
61
Knowledge EditingVLKEB
Reliability98.77
45
Vision-Language Capability EvaluationMME
Score73.4
26
Lifelong Knowledge EditingVLKEB Lifelong Sequential
Reliability98.77
12
Lifelong EditingE-VQA Lifelong Editing 5
Relational Score92.93
10
Lifelong EditingVLKEB Lifelong Editing 11
Relational Score92.22
10
Lifelong Knowledge EditingE-IC Lifelong Sequential
Relational Score82.16
6
Knowledge EditingE-VQA 1,000 sequential edits
Reliability92.93
5
Showing 10 of 13 rows

Other info

Code

Follow for update