Search papers, labs, and topics across Lattice.
This paper introduces SAMBA, a self-supervised pre-training foundation model specifically designed for synthetic aperture radar (SAR) target recognition, addressing the challenges of limited annotated data and high computational complexity of existing Transformer architectures. SAMBA employs a linear-complexity Mamba encoder and a novel Scattering-Guided Masked Autoencoder (SG-MAE) that leverages SAR's unique electromagnetic scattering properties to enhance feature extraction. Extensive evaluations reveal that SAMBA outperforms traditional CNN and Transformer models across multiple datasets, achieving state-of-the-art performance while significantly reducing the number of parameters required.
SAMBA achieves state-of-the-art performance in SAR target recognition with fewer parameters by harnessing the unique scattering properties of SAR imagery.
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.