CVSep 1, 2025

SAR-NAS: Lightweight SAR Object Detection with Neural Architecture Search

arXiv:2509.01279v1h-index: 12PRCV
Originality Incremental advance
AI Analysis

This work addresses SAR object detection challenges like speckle noise and computational constraints for remote sensing applications, but it is incremental as it adapts existing methods to a new domain.

The paper tackles SAR object detection by applying Neural Architecture Search (NAS) to optimize YOLOv10, achieving superior detection accuracy with lower computational overhead on the SARDet-100K dataset.

Synthetic Aperture Radar (SAR) object detection faces significant challenges from speckle noise, small target ambiguities, and on-board computational constraints. While existing approaches predominantly focus on SAR-specific architectural modifications, this paper explores the application of the existing lightweight object detector, i.e., YOLOv10, for SAR object detection and enhances its performance through Neural Architecture Search (NAS). Specifically, we employ NAS to systematically optimize the network structure, especially focusing on the backbone architecture search. By constructing an extensive search space and leveraging evolutionary search, our method identifies a favorable architecture that balances accuracy, parameter efficiency, and computational cost. Notably, this work introduces NAS to SAR object detection for the first time. The experimental results on the large-scale SARDet-100K dataset demonstrate that our optimized model outperforms existing SAR detection methods, achieving superior detection accuracy while maintaining lower computational overhead. We hope this work offers a novel perspective on leveraging NAS for real-world applications.

Foundations

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

Your Notes