Adaptive Decision Boundary for Few-Shot Class-Incremental Learning
Linhao Li, Yongzhang Tan, Siyuan Yang, Hao Cheng, Yongfeng Dong, Liang Yang
TL;DR
This work tackles FSCIL by introducing Adaptive Decision Boundary Strategy (ADBS), a plug-and-play module that assigns and adaptively updates a unique decision boundary per class to reserve space for incoming novel classes and reduce base–novel conflicts. It combines Adaptive Decision Boundaries with an Inter-class Constraint loss to simultaneously refine class prototypes and boundaries, improving inter-class separation. Empirical results on CIFAR100, miniImageNet, and CUB200 show consistent gains when ADBS is integrated with various FSCIL baselines, achieving state-of-the-art performance in many settings. The approach provides a practical, architecture-agnostic enhancement for FSCIL with clear theoretical motivation supported by supplementary proofs and extensive analyses.
Abstract
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.
