Learning without Forgetting for Vision-Language Models
Da-Wei Zhou, Yuanhan Zhang, Yan Wang, Jingyi Ning, Han-Jia Ye, De-Chuan Zhan, Ziwei Liu
TL;DR
This work addresses the challenge of enabling Vision-Language Models to perform Class-Incremental Learning without catastrophic forgetting while leveraging cross-modal information. It introduces PROOF, a framework that freezes pre-trained encoders, adds task-specific expandable projections, and uses a cross-modal fusion module to contextualize features via visual prototypes, textual prototypes, and learnable context prompts. PROOF achieves state-of-the-art results across nine benchmark datasets and extends to cross-modal retrieval and non-overlapping data scenarios, with ablations confirming the benefits of projection expansion and fusion. The approach offers a practical, scalable pathway for continual, cross-modal learning with minimal incremental parameters and preserved zero-shot capabilities, underpinning real-world continual learning deployments.
Abstract
Class-Incremental Learning (CIL) or continual learning is a desired capability in the real world, which requires a learning system to adapt to new tasks without forgetting former ones. While traditional CIL methods focus on visual information to grasp core features, recent advances in Vision-Language Models (VLM) have shown promising capabilities in learning generalizable representations with the aid of textual information. However, when continually trained with new classes, VLMs often suffer from catastrophic forgetting of former knowledge. Applying VLMs to CIL poses two major challenges: 1) how to adapt the model without forgetting; and 2) how to make full use of the multi-modal information. To this end, we propose PROjectiOn Fusion (PROOF) that enables VLMs to learn without forgetting. To handle the first challenge, we propose training task-specific projections based on the frozen image/text encoders. When facing new tasks, new projections are expanded and former projections are fixed, alleviating the forgetting of old concepts. For the second challenge, we propose the fusion module to better utilize the cross-modality information. By jointly adjusting visual and textual features, the model can capture semantic information with stronger representation ability. Extensive experiments on nine benchmark datasets validate PROOF achieves state-of-the-art performance. Code is available at https://github.com/zhoudw-zdw/PROOF
