CVJan 13

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

arXiv:2601.08608v1h-index: 5Has Code
Originality Incremental advance
AI Analysis

This work addresses the challenge of adapting models to new domains without source data, which is critical for real-world applications with privacy and storage constraints, though it appears incremental by building on Mamba and VMamba.

The paper tackles the problem of source-free domain adaptation (SFDA) by proposing SfMamba, which introduces a Channel-wise Visual State-Space block and Semantic-Consistent Shuffle strategy to improve domain-invariant feature learning, achieving consistently stronger performance than existing methods while maintaining parameter efficiency.

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-world applications. However, existing SFDA approaches struggle with the trade-off between perception field and computational efficiency in domain-invariant feature learning. Recently, Mamba has offered a promising solution through its selective scan mechanism, which enables long-range dependency modeling with linear complexity. However, the Visual Mamba (i.e., VMamba) remains limited in capturing channel-wise frequency characteristics critical for domain alignment and maintaining spatial robustness under significant domain shifts. To address these, we propose a framework called SfMamba to fully explore the stable dependency in source-free model transfer. SfMamba introduces Channel-wise Visual State-Space block that enables channel-sequence scanning for domain-invariant feature extraction. In addition, SfMamba involves a Semantic-Consistent Shuffle strategy that disrupts background patch sequences in 2D selective scan while preserving prediction consistency to mitigate error accumulation. Comprehensive evaluations across multiple benchmarks show that SfMamba achieves consistently stronger performance than existing methods while maintaining favorable parameter efficiency, offering a practical solution for SFDA. Our code is available at https://github.com/chenxi52/SfMamba.

Foundations

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

Your Notes