PKI: Prior Knowledge-Infused Neural Network for Few-Shot Class-Incremental Learning
Kexin Baoa, Fanzhao Lin, Zichen Wang, Yong Li, Dan Zeng, Shiming Ge

TL;DR
This paper introduces PKI, a neural network architecture that effectively leverages prior knowledge through an ensemble of projectors to improve few-shot class-incremental learning, addressing catastrophic forgetting and overfitting.
Contribution
The paper proposes a novel PKI framework with cascading projectors and variants to balance resource use and performance in FSCIL, outperforming existing methods.
Findings
PKI achieves superior accuracy on three benchmarks.
Cascading projectors effectively integrate prior knowledge.
Variants reduce resource consumption with minimal performance loss.
Abstract
Few-shot class-incremental learning (FSCIL) aims to continually adapt a model on a limited number of new-class examples, facing two well-known challenges: catastrophic forgetting and overfitting to new classes. Existing methods tend to freeze more parts of network components and finetune others with an extra memory during incremental sessions. These methods emphasize preserving prior knowledge to ensure proficiency in recognizing old classes, thereby mitigating catastrophic forgetting. Meanwhile, constraining fewer parameters can help in overcoming overfitting with the assistance of prior knowledge. Following previous methods, we retain more prior knowledge and propose a prior knowledge-infused neural network (PKI) to facilitate FSCIL. PKI consists of a backbone, an ensemble of projectors, a classifier, and an extra memory. In each incremental session, we build a new projector and add…
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 · Topic Modeling · Advanced Neural Network Applications
