CVAILGJan 27, 2025

Controllable Forgetting Mechanism for Few-Shot Class-Incremental Learning

arXiv:2501.15998v11 citationsh-index: 19ICASSP
Originality Incremental advance
AI Analysis

This addresses the challenge of balancing adaptation to new personalized classes with maintaining base class performance for applications like smart home devices, representing an incremental improvement over existing methods.

The paper tackles the problem of catastrophic forgetting in few-shot class-incremental learning, particularly in ultra-low-shot scenarios with one example per novel class, by proposing a controllable forgetting mechanism that achieves up to a 30% improvement in novel class accuracy on CIFAR100 while maintaining a 2% base class forgetting rate.

Class-incremental learning in the context of limited personal labeled samples (few-shot) is critical for numerous real-world applications, such as smart home devices. A key challenge in these scenarios is balancing the trade-off between adapting to new, personalized classes and maintaining the performance of the model on the original, base classes. Fine-tuning the model on novel classes often leads to the phenomenon of catastrophic forgetting, where the accuracy of base classes declines unpredictably and significantly. In this paper, we propose a simple yet effective mechanism to address this challenge by controlling the trade-off between novel and base class accuracy. We specifically target the ultra-low-shot scenario, where only a single example is available per novel class. Our approach introduces a Novel Class Detection (NCD) rule, which adjusts the degree of forgetting a priori while simultaneously enhancing performance on novel classes. We demonstrate the versatility of our solution by applying it to state-of-the-art Few-Shot Class-Incremental Learning (FSCIL) methods, showing consistent improvements across different settings. To better quantify the trade-off between novel and base class performance, we introduce new metrics: NCR@2FOR and NCR@5FOR. Our approach achieves up to a 30% improvement in novel class accuracy on the CIFAR100 dataset (1-shot, 1 novel class) while maintaining a controlled base class forgetting rate of 2%.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes