Unlocking Prototype Potential: An Efficient Tuning Framework for Few-Shot Class-Incremental Learning
Shengqin Jiang, Xiaoran Feng, Yuankai Qi, Haokui Zhang, Renlong Hang, Qingshan Liu, Lina Yao, Quan Z. Sheng, Ming-Hsuan Yang
TL;DR
The paper tackles few-shot class-incremental learning by shifting focus from backbone fine-tuning to prototype calibration within a strong, frozen feature space. It introduces a dual-offset prototype refinement (class-specific and task-aware) plus a negative error projector to model inter-prototype relationships, enabling robust incremental learning with very few parameters. Empirical results on multiple benchmarks show state-of-the-art performance, especially with large self-supervised backbones like DINOv3, and ablations confirm the effectiveness of both offsets and the NEP. The approach offers practical benefits for data-scarce continual learning scenarios where maintaining previously learned knowledge is crucial.
Abstract
Few-shot class-incremental learning (FSCIL) seeks to continuously learn new classes from very limited samples while preserving previously acquired knowledge. Traditional methods often utilize a frozen pre-trained feature extractor to generate static class prototypes, which suffer from the inherent representation bias of the backbone. While recent prompt-based tuning methods attempt to adapt the backbone via minimal parameter updates, given the constraint of extreme data scarcity, the model's capacity to assimilate novel information and substantively enhance its global discriminative power is inherently limited. In this paper, we propose a novel shift in perspective: freezing the feature extractor while fine-tuning the prototypes. We argue that the primary challenge in FSCIL is not feature acquisition, but rather the optimization of decision regions within a static, high-quality feature space. To this end, we introduce an efficient prototype fine-tuning framework that evolves static centroids into dynamic, learnable components. The framework employs a dual-calibration method consisting of class-specific and task-aware offsets. These components function synergistically to improve the discriminative capacity of prototypes for ongoing incremental classes. Extensive results demonstrate that our method attains superior performance across multiple benchmarks while requiring minimal learnable parameters.
