Representation Calibration and Uncertainty Guidance for Class-Incremental Learning based on Vision Language Model
Jiantao Tan, Peixian Ma, Tong Yu, Wentao Zhang, Ruixuan Wang
TL;DR
Class-incremental learning with Vision-Language Models faces forgetting and cross-task confusion as new classes are added. The authors propose a two-stage framework: first, task-specific adapters are trained on a frozen VLM image encoder; second, a cross-task representation calibration via Mixture of Projectors maps task-specific embeddings into a unified space, complemented by an entropy-based inference to select the most appropriate calibrated feature. Empirical results across CIFAR100, ImageNet-R, Cars196, Skin40, and Mini-ImageNet demonstrate state-of-the-art performance under exemplar-free settings and good generalization across pre-trained backbones. The approach is efficient in parameter usage and benefits from parallelizable multi-branch inference, suggesting practical applicability for scalable continual learning with VLMs.
Abstract
Class-incremental learning requires a learning system to continually learn knowledge of new classes and meanwhile try to preserve previously learned knowledge of old classes. As current state-of-the-art methods based on Vision-Language Models (VLMs) still suffer from the issue of differentiating classes across learning tasks. Here a novel VLM-based continual learning framework for image classification is proposed. In this framework, task-specific adapters are added to the pre-trained and frozen image encoder to learn new knowledge, and a novel cross-task representation calibration strategy based on a mixture of light-weight projectors is used to help better separate all learned classes in a unified feature space, alleviating class confusion across tasks. In addition, a novel inference strategy guided by prediction uncertainty is developed to more accurately select the most appropriate image feature for class prediction. Extensive experiments on multiple datasets under various settings demonstrate the superior performance of our method compared to existing ones.
