CVJan 22

Consistency-Regularized GAN for Few-Shot SAR Target Recognition

arXiv:2601.15681v1h-index: 6Has CodeIEEE Trans Geosci Remote Sens
Originality Incremental advance
AI Analysis

This addresses a critical bottleneck for real-world SAR applications by enabling effective few-shot learning with minimal data, though it is incremental as it builds on existing GAN and self-supervised learning methods.

The paper tackles the problem of few-shot recognition in synthetic aperture radar (SAR) imagery by proposing a consistency-regularized GAN (Cr-GAN) to synthesize diverse, high-fidelity samples under severe data limitations, achieving accuracies of 71.21% and 51.64% on MSTAR and SRSDD datasets in an 8-shot setting.

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.

Foundations

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

Your Notes