Consistency-Regularized GAN for Few-Shot SAR Target Recognition
Yikui Zhai, Shikuang Liu, Wenlve Zhou, Hongsheng Zhang, Zhiheng Zhou, Xiaolin Tian, C. L. Philip Chen
TL;DR
This work tackles the limited-label problem in SAR target recognition by introducing Cr-GAN, a consistency-regularized GAN with a dual-branch discriminator that decouples adversarial training from representation learning. It employs channel-wise feature interpolation and dual-domain cycle consistency to generate diverse, high-fidelity SAR samples while avoiding data augmentation leakage, enabling effective self-supervised pretraining (SimCLR) on synthetic data and robust fine-tuning on scarce real labels. Across MSTAR and SRSDD, Cr-GAN achieves state-of-the-art few-shot accuracies (e.g., $8$-shot: $71.21\%$ on MSTAR and $51.64\%$ on SRSDD) with an order of magnitude lower parameter and computational footprint than diffusion models. The results demonstrate improved data efficiency, stable training in extreme data regimes, and meaningful downstream feature representations, suggesting Cr-GAN as a practical regularization framework for SAR and potentially other domains with severe data scarcity.
Abstract
Few-shot recognition in synthetic aperture radar (SAR) imagery remains a critical bottleneck for real-world applications due to extreme data scarcity. A promising strategy involves synthesizing a large dataset with a generative adversarial network (GAN), pre-training a model via self-supervised learning (SSL), and then fine-tuning on the few labeled samples. However, this approach faces a fundamental paradox: conventional GANs themselves require abundant data for stable training, contradicting the premise of few-shot learning. To resolve this, we propose the consistency-regularized generative adversarial network (Cr-GAN), a novel framework designed to synthesize diverse, high-fidelity samples even when trained under these severe data limitations. Cr-GAN introduces a dual-branch discriminator that decouples adversarial training from representation learning. This architecture enables a channel-wise feature interpolation strategy to create novel latent features, complemented by a dual-domain cycle consistency mechanism that ensures semantic integrity. Our Cr-GAN framework is adaptable to various GAN architectures, and its synthesized data effectively boosts multiple SSL algorithms. Extensive experiments on the MSTAR and SRSDD datasets validate our approach, with Cr-GAN achieving a highly competitive accuracy of 71.21% and 51.64%, respectively, in the 8-shot setting, significantly outperforming leading baselines, while requiring only ~5 of the parameters of state-of-the-art diffusion models. Code is available at: https://github.com/yikuizhai/Cr-GAN.
