Mamba-FSCIL: Dynamic Adaptation with Selective State Space Model for Few-Shot Class-Incremental Learning
Xiaojie Li, Yibo Yang, Jianlong Wu, Yue Yu, Ming-Hsuan Yang, Liqiang Nie, Min Zhang

TL;DR
This paper introduces Mamba-FSCIL, a novel approach using Selective State Space Models for few-shot class-incremental learning, effectively balancing knowledge retention and adaptation to new classes within a fixed architecture.
Contribution
The paper proposes a dual selective SSM projector and class-sensitive scan mechanism to dynamically adapt to new classes while preserving existing knowledge in FSCIL.
Findings
Achieves state-of-the-art results on miniImageNet, CUB-200, and CIFAR-100.
Effectively balances stability of base classes with plasticity for new classes.
Demonstrates the effectiveness of selective state space models in FSCIL.
Abstract
Few-shot class-incremental learning (FSCIL) aims to incrementally learn novel classes from limited examples while preserving knowledge of previously learned classes. Existing methods face a critical dilemma: static architectures rely on a fixed parameter space to learn from data that arrive sequentially, prone to overfitting to the current session, while dynamic architectures require the expansion of the parameter space continually, leading to increased complexity. In this study, we explore the potential of Selective State Space Models (SSMs) for FSCIL. Mamba leverages its input-dependent parameters to dynamically adjust its processing patterns and generate content-aware scan patterns within a fixed architecture. This enables it to configure distinct processing for base and novel classes, effectively preserving existing knowledge while adapting to new ones. To leverage Mamba's potential…
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
