Knowledge Adaptation Network for Few-Shot Class-Incremental Learning
Ye Wang, Yaxiong Wang, Guoshuai Zhao, Xueming Qian
TL;DR
This work tackles the problem of few-shot class-incremental learning (FSCIL) by leveraging the CLIP foundation model as a general-purpose backbone and introducing a Knowledge Adapter (KA) to inject data-specific, task-relevant knowledge via a Knowledge Vector Library ($\mathcal{M}$) and a query-based fusion mechanism. To bridge the gap between base and incremental sessions under data scarcity, the authors propose Incremental Pseudo Episode Learning (IPEL), which constructs pseudo incremental tasks from the base data to tune KA for FSCIL. The proposed Knowledge Adaptation Network (KANet) achieves state-of-the-art performance on CIFAR100, CUB200, and ImageNet-R across multiple backbones, with robust improvements to both accuracy and forgetting (PD). Overall, the approach demonstrates that combining a foundation-model backbone with targeted knowledge fusion and pseudo-task adaptation yields strong, practical gains for FSCIL in realistic data-scarce scenarios.
Abstract
Few-shot class-incremental learning (FSCIL) aims to incrementally recognize new classes using a few samples while maintaining the performance on previously learned classes. One of the effective methods to solve this challenge is to construct prototypical evolution classifiers. Despite the advancement achieved by most existing methods, the classifier weights are simply initialized using mean features. Because representations for new classes are weak and biased, we argue such a strategy is suboptimal. In this paper, we tackle this issue from two aspects. Firstly, thanks to the development of foundation models, we employ a foundation model, the CLIP, as the network pedestal to provide a general representation for each class. Secondly, to generate a more reliable and comprehensive instance representation, we propose a Knowledge Adapter (KA) module that summarizes the data-specific knowledge from training data and fuses it into the general representation. Additionally, to tune the knowledge learned from the base classes to the upcoming classes, we propose a mechanism of Incremental Pseudo Episode Learning (IPEL) by simulating the actual FSCIL. Taken together, our proposed method, dubbed as Knowledge Adaptation Network (KANet), achieves competitive performance on a wide range of datasets, including CIFAR100, CUB200, and ImageNet-R.
