Covariance-based Space Regularization for Few-shot Class Incremental Learning
Yijie Hu, Guanyu Yang, Zhaorui Tan, Xiaowei Huang, Kaizhu Huang,, Qiu-Feng Wang

TL;DR
This paper introduces a covariance-based regularization method for FSCIL that constrains class distributions and uses perturbation to improve class separation, leading to state-of-the-art results.
Contribution
It proposes a novel covariance constraint loss and a perturbation approach to enhance class separation and mitigate overfitting in FSCIL.
Findings
Achieves new state-of-the-art performance on three benchmarks.
Effectively constrains class distributions with covariance regularization.
Improves class separation using feature space perturbation.
Abstract
Few-shot Class Incremental Learning (FSCIL) presents a challenging yet realistic scenario, which requires the model to continually learn new classes with limited labeled data (i.e., incremental sessions) while retaining knowledge of previously learned base classes (i.e., base sessions). Due to the limited data in incremental sessions, models are prone to overfitting new classes and suffering catastrophic forgetting of base classes. To tackle these issues, recent advancements resort to prototype-based approaches to constrain the base class distribution and learn discriminative representations of new classes. Despite the progress, the limited data issue still induces ill-divided feature space, leading the model to confuse the new class with old classes or fail to facilitate good separation among new classes. In this paper, we aim to mitigate these issues by directly constraining the span…
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
MethodsBalanced Selection
