CVApr 15, 2025

Adaptive Decision Boundary for Few-Shot Class-Incremental Learning

arXiv:2504.10976v211 citationsh-index: 4AAAI
Originality Incremental advance
AI Analysis

This work addresses catastrophic forgetting in incremental learning for AI systems that need to continuously adapt to new classes with limited data, representing an incremental improvement over existing methods.

The paper tackled the problem of few-shot class-incremental learning by proposing an adaptive decision boundary strategy to refine class-specific decision spaces, resulting in state-of-the-art performance improvements on benchmarks like CIFAR100, miniImageNet, and CUB200.

Few-Shot Class-Incremental Learning (FSCIL) aims to continuously learn new classes from a limited set of training samples without forgetting knowledge of previously learned classes. Conventional FSCIL methods typically build a robust feature extractor during the base training session with abundant training samples and subsequently freeze this extractor, only fine-tuning the classifier in subsequent incremental phases. However, current strategies primarily focus on preventing catastrophic forgetting, considering only the relationship between novel and base classes, without paying attention to the specific decision spaces of each class. To address this challenge, we propose a plug-and-play Adaptive Decision Boundary Strategy (ADBS), which is compatible with most FSCIL methods. Specifically, we assign a specific decision boundary to each class and adaptively adjust these boundaries during training to optimally refine the decision spaces for the classes in each session. Furthermore, to amplify the distinctiveness between classes, we employ a novel inter-class constraint loss that optimizes the decision boundaries and prototypes for each class. Extensive experiments on three benchmarks, namely CIFAR100, miniImageNet, and CUB200, demonstrate that incorporating our ADBS method with existing FSCIL techniques significantly improves performance, achieving overall state-of-the-art results.

Code Implementations1 repo
Foundations

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

Your Notes