paper-with-me

Papers

Mamba-FSCIL: Dynamic Adaptation with Selective State Space Model for Few-Shot Class-Incremental Learning

2024-07-08 · Xiaojie Li, Yibo Yang, Jianlong Wu, Bernard Ghanem, Liqiang Nie, Min Zhang

Few-shot class-incremental learning (FSCIL) confronts the challenge of integrating new classes into a model with minimal training samples while preserving the knowledge of previously learned classes. Traditional methods widely adopt static adaptation relying on a fixed parameter space to learn from data that arrive sequentially, prone to overfitting to the current session. Existing dynamic strategies 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, leveraging its dynamic weights and strong ability in sequence modeling to address these challenges. Concretely, we propose a dual selective SSM projector that dynamically adjusts the projection parameters based on the intermediate features for dynamic adaptation. The dual design enables the model to maintain the robust features of base classes, while adaptively learning distinctive feature shifts for novel classes. Additionally, we develop a class-sensitive selective scan mechanism to guide dynamic adaptation. It minimizes the disruption to base-class representations caused by training on novel data, and meanwhile, forces the selective scan to perform in distinct patterns between base and novel classes. Experiments on miniImageNet, CUB-200, and CIFAR-100 demonstrate that our framework outperforms the existing state-of-the-art methods. The code is available at \url{https://github.com/xiaojieli0903/Mamba-FSCIL}.

📄 PDF Abstract BibTeX arXiv:2407.06136

Code (1)

xiaojieli0903/mamba-fscil 공식 구현 pytorch

Tasks

class-incremental learningClass Incremental LearningFew-Shot Class-Incremental LearningIncremental LearningMambaState Space Models

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

Selective State-Space Adaptation and Retrieval for Language Model Reasoning

2026-07-21 · Atahan Dokme, Larry Heck arxiv

Low-rank adaptation introduces a static learned update applied identically to every input. The update provides task-level adaptation but does not explicitly represent token-level or instance-level state variation. A fami…

SfMamba: Efficient Source-Free Domain Adaptation via Selective Scan Modeling

2026-01-13 · Xi Chen, Hongxun Yao, Sicheng Zhao, Jiankun Zhu 외 arxiv

Source-free domain adaptation (SFDA) tackles the critical challenge of adapting source-pretrained models to unlabeled target domains without access to source data, overcoming data privacy and storage limitations in real-…

Source-Free Domain AdaptationComputational Efficiency

VideoMamba: Spatio-Temporal Selective State Space Model

2024-07-11 · Jinyoung Park, Hee-Seon Kim, Kangwook Ko, Minbeom Kim 외

We introduce VideoMamba, a novel adaptation of the pure Mamba architecture, specifically designed for video recognition. Unlike transformers that rely on self-attention mechanisms leading to high computational costs by q…

MambamodelVideo RecognitionVideo Understanding

GLADMamba: Unsupervised Graph-Level Anomaly Detection Powered by Selective State Space Model

2025-03-23 · Yali Fu, Jindong Li, Qi Wang, Qianli Xing

Unsupervised graph-level anomaly detection (UGLAD) is a critical and challenging task across various domains, such as social network analysis, anti-cancer drug discovery, and toxic molecule identification. However, exist…

Anomaly DetectionDrug DiscoveryMambaState Space Models

MambaByte: Token-free Selective State Space Model

2024-01-24 · Junxiong Wang, Tushaar Gangavarapu, Jing Nathan Yan, Alexander M. Rush

Token-free language models learn directly from raw bytes and remove the inductive bias of subword tokenization. Operating on bytes, however, results in significantly longer sequences. In this setting, standard autoregres…

Computational EfficiencyInductive BiasLanguage ModelingLanguage Modelling+2