CluMo: Cluster-based Modality Fusion Prompt for Continual Learning in Visual Question Answering
Yuliang Cai, Mohammad Rostami
TL;DR
CluMo tackles catastrophic forgetting in continual vision-language VQA by learning modality-specific prompt keys through mini-batch K-means and combining them to select fusion prompts. The approach uses a two-stage training regime that first optimizes visual and textual prompt keys and then freezes them while learning task-specific prompts, augmented by a knowledge-distillation loss to stabilize updates. Empirical results on CLOVE-scene and CLOVE-function show state-of-the-art performance against regularization, rehearsal, and prior prompt-based CL methods, highlighting strong generalization and memory efficiency without replay. This work provides a practical, scalable path for multimodal continual learning in vision-language tasks.
Abstract
Large vision-language models (VLMs) have shown significant performance boost in various application domains. However, adopting them to deal with several sequentially encountered tasks has been challenging because finetuning a VLM on a task normally leads to reducing its generalization power and the capacity of learning new tasks as well as causing catastrophic forgetting on previously learned tasks. Enabling using VLMs in multimodal continual learning (CL) settings can help to address such scenarios. To improve generalization capacity and prevent catastrophic forgetting, we propose a novel prompt-based CL method for VLMs, namely $\textbf{Clu}$ster-based $\textbf{Mo}$dality Fusion Prompt (\textbf{CluMo}). We design a novel \textbf{Key-Key-Prompt} pair, where each prompt is associated with a visual prompt key and a textual prompt key. We adopt a two-stage training strategy. During the first stage, the single-modal keys are trained via $K$-means clustering algorithm to help select the best semantically matched prompt. During the second stage, the prompt keys are frozen, the selected prompt is attached to the input for training the VLM in the CL scenario. Experiments on two benchmarks demonstrate that our method achieves SOTA performance.
