Neural Collapse Inspired Feature-Classifier Alignment for Few-Shot Class Incremental Learning
Yibo Yang, Haobo Yuan, Xiangtai Li, Zhouchen Lin, Philip Torr, Dacheng, Tao

TL;DR
This paper introduces a neural collapse inspired framework for few-shot class-incremental learning that maintains feature-classifier alignment and outperforms existing methods on multiple datasets.
Contribution
It proposes a novel approach using fixed simplex ETF classifier prototypes and a specialized loss to prevent misalignment and catastrophic forgetting in FSCIL.
Findings
Outperforms state-of-the-art on miniImageNet, CUB-200, CIFAR-100
Maintains feature-classifier alignment during incremental learning
Theoretically guarantees neural collapse optimality
Abstract
Few-shot class-incremental learning (FSCIL) has been a challenging problem as only a few training samples are accessible for each novel class in the new sessions. Finetuning the backbone or adjusting the classifier prototypes trained in the prior sessions would inevitably cause a misalignment between the feature and classifier of old classes, which explains the well-known catastrophic forgetting problem. In this paper, we deal with this misalignment dilemma in FSCIL inspired by the recently discovered phenomenon named neural collapse, which reveals that the last-layer features of the same class will collapse into a vertex, and the vertices of all classes are aligned with the classifier prototypes, which are formed as a simplex equiangular tight frame (ETF). It corresponds to an optimal geometric structure for classification due to the maximized Fisher Discriminant Ratio. We propose a…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Multimodal Machine Learning Applications · Cancer-related molecular mechanisms research
MethodsBalanced Selection
