🤖 AI Summary
Visual language models (VLMs) suffer severe catastrophic forgetting in multi-task continual learning, while existing approaches often rely on auxiliary reference data, compromise zero-shot capability, or are constrained by parameter-efficient fine-tuning. This paper proposes Continual Decoupling-Unifying (ConDU), the first framework to introduce model fusion into VLM continual learning. ConDU employs a task-triggered mechanism and prototype-set modeling to enable dynamic task decoupling and iterative model unification, supporting both full-parameter and parameter-efficient fine-tuning paradigms. Additionally, it introduces a zero-shot inference strategy that aggregates predictions from multiple task-specific models to preserve the original generalization ability. Experiments demonstrate that ConDU surpasses state-of-the-art methods by 2% in average task performance, significantly enhances zero-shot transfer capability, and operates entirely without reference data.
📝 Abstract
Vision-Language Models (VLMs) represent a breakthrough in artificial intelligence by integrating visual and textual modalities to achieve impressive zero-shot capabilities. However, VLMs are susceptible to catastrophic forgetting when sequentially fine-tuned on multiple downstream tasks. Existing continual learning methods for VLMs often rely heavily on additional reference datasets, compromise zero-shot performance, or are limited to parameter-efficient fine-tuning scenarios. In this paper, we propose Continual Decoupling-Unifying (ConDU), a novel approach, by introducing model fusion into continual learning for VLMs. ConDU maintains a unified model along with task triggers and prototype sets, employing an iterative process of decoupling task-specific models for previous tasks and unifying them with the model for the newly learned task. Additionally, we introduce an inference strategy for zero-shot scenarios by aggregating predictions from multiple decoupled task-specific models. Extensive experiments across various settings show that ConDU achieves up to a 2% improvement in average performance across all seen tasks compared to state-of-the-art baselines, while also enhancing zero-shot capabilities relative to the original VLM.