paper-with-me

홈 › Papers

SAMBA: A Scatter-Guided Masked Bidirectional Mamba Foundation Model for SAR Target Recognition

2026-06-30 · Ke Wang, Xiaoyi Pan, Zhaoyu Gu, Xiaofeng Ai, Zhiming Xu, Feng Zhao, Shunping Xiao arxiv

Synthetic aperture radar automatic target recognition (SAR ATR) is critical for Earth observation and defense, but its practical deployment is constrained by scarce annotated training data. Self-supervised pre-training alleviates this label bottleneck, yet prevailing Transformer architectures incur prohibitive quadratic computational complexity, and conventional universal masking neglects the unique electromagnetic scattering properties intrinsic to SAR imagery. To address these limitations, we propose SAMBA (Scattering-Guided Bidirectional Mamba), an efficient self-supervised pre-training foundation model for SAR target interpretation. Our framework features three core innovations: (i) a linear-complexity Mamba encoder with a mid-sequence class token to mitigate computational bottlenecks; (ii) a three-level hierarchical Scattering-Guided Masked Autoencoder (SG-MAE) masking strategy guided by SAR physical priors, aligning the pretext task with SAR's intrinsic imaging mechanism; (iii) a lightweight SpatialMix feature interaction module to enhance cross-region feature fusion. We also design a two-stage cross-domain pre-training pipeline to optimize the overall pre-training process. Extensive evaluations demonstrate that SAMBA consistently delivers superior performance across all pre-training configurations, with substantially fewer parameters than both CNN and Transformer baselines. Compared with the default masking strategy in standard MAE, the proposed SG-MAE strategy further boosts the model's few-shot transfer capability. Benchmarking on seven downstream datasets covering classification and detection tasks shows SAMBA achieves state-of-the-art (SOTA) performance on most metrics, fully validating its robust generalizability across diverse SAR interpretation tasks. Source code and pre-trained weights are publicly available at https://github.com/mynswkk/SAMBA.

📄 PDF Abstract BibTeX arXiv:2606.31668

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Mamba Meets Financial Markets: A Graph-Mamba Approach for Stock Price Prediction

2024-09-26 · Ali Mehrabian, Ehsan Hoseinzade, Mahdi Mazloum, Xiaohong Chen

Stock markets play an important role in the global economy, where accurate stock price predictions can lead to significant financial returns. While existing transformer-based models have outperformed long short-term memo…

MambaPredictionStock Price PredictionTime Series+1

SSAMBA: Self-Supervised Audio Representation Learning with Mamba State Space Model

2024-05-20 · Siavash Shams, Sukru Samet Dindar, Xilin Jiang, Nima Mesgarani

Transformers have revolutionized deep learning across various tasks, including audio representation learning, due to their powerful modeling capabilities. However, they often suffer from quadratic complexity in both GPU …

Audio ClassificationGPUKeyword SpottingMamba+3

Samba+: General and Accurate Salient Object Detection via A More Unified Mamba-based Framework

2026-02-02 · Wenzhuo Zhao, Keren Fu, Jiahao He, Xiaohong Liu 외 arxiv

Existing salient object detection (SOD) models are generally constrained by the limited receptive fields of convolutional neural networks (CNNs) and quadratic computational complexity of Transformers. Recently, the emerg…

Computational EfficiencySalient Object DetectionContinual Learning

Samba: A Unified Mamba-based Framework for General Salient Object Detection

2025-01-01 · CVPR 2025 1 · Jiahao He, Keren Fu, Xiaohong Liu, Qijun Zhao

Existing salient object detection (SOD) models primarily resort to convolutional neural networks (CNNs) and Transformers. However, the limited receptive fields of CNNs and quadratic computational complexity of transf…

Mambaobject-detectionObject DetectionSalient Object Detection

Hybrid Transformer-Mamba for Weakly Supervised Volumetric Medical Segmentation

2025-12-11 · Yiheng Lyu, Lian Xu, Coen Arrow, Mohammed Bennamoun 외 arxiv

Weakly supervised segmentation enables model training from plane-level labels. Existing methods often rely on 2D encoders, neglecting the volumetric nature of medical data. We propose TranSamba, a hybrid Transformer-Mamb…

Object Localization