Accurate, Low-latency, Efficient SAR Automatic Target Recognition on FPGA
Bingyi Zhang, Rajgopal Kannan, Viktor Prasanna, Carl Busart

TL;DR
This paper introduces a novel GNN-based SAR ATR model co-designed with FPGA architecture, achieving comparable accuracy to CNNs but with significantly reduced computation, memory, and energy consumption, suitable for resource-limited platforms.
Contribution
The paper presents a new GNN model with attention and pruning techniques, along with a specialized FPGA architecture, enabling efficient SAR ATR with low latency and resource usage.
Findings
Achieves comparable accuracy to state-of-the-art CNNs
Reduces computation cost by over 99%
Provides significant speedup and energy efficiency on FPGA
Abstract
Synthetic aperture radar (SAR) automatic target recognition (ATR) is the key technique for remote-sensing image recognition. The state-of-the-art convolutional neural networks (CNNs) for SAR ATR suffer from \emph{high computation cost} and \emph{large memory footprint}, making them unsuitable to be deployed on resource-limited platforms, such as small/micro satellites. In this paper, we propose a comprehensive GNN-based model-architecture {co-design} on FPGA to address the above issues. \emph{Model design}: we design a novel graph neural network (GNN) for SAR ATR. The proposed GNN model incorporates GraphSAGE layer operators and attention mechanism, achieving comparable accuracy as the state-of-the-art work with near computation cost. Then, we propose a pruning approach including weight pruning and input pruning. While weight pruning through lasso regression reduces most…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsGraph Neural Network · Pruning · GraphSAGE
