Knowledge Adaptation Network for Few-Shot Class-Incremental Learning
Ye Wang, Yaxiong Wang, Guoshuai Zhao, Xueming Qian

TL;DR
This paper introduces KANet, a novel approach for few-shot class-incremental learning that leverages foundation models and a knowledge adapter to improve class representation and incremental learning performance.
Contribution
The paper proposes KANet, which uses CLIP as a backbone and introduces a Knowledge Adapter and Incremental Pseudo Episode Learning to enhance class representations and incremental learning.
Findings
Achieves competitive results on CIFAR100, CUB200, and ImageNet-R datasets.
Outperforms existing methods in few-shot class-incremental learning tasks.
Demonstrates the effectiveness of combining foundation models with knowledge adaptation.
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning
MethodsAdapter · Balanced Selection · Contrastive Language-Image Pre-training
