菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-03-16
📄 Abstract - PASTE: Physics-Aware Scattering Topology Embedding Framework for SAR Object Detection

Current deep learning-based object detection for Synthetic Aperture Radar (SAR) imagery mainly adopts optical image methods, treating targets as texture patches while ignoring inherent electromagnetic scattering mechanisms. Though scattering points have been studied to boost detection performance, most methods still rely on amplitude-based statistical models. Some approaches introduce frequency-domain information for scattering center extraction, but they suffer from high computation cost and poor compatibility with diverse datasets. Thus, effectively embedding scattering topological information into modern detection frameworks remains challenging. To solve these problems, this paper proposes the Physics-Aware Scattering Topology Embedding Framework (PASTE), a novel closed-loop architecture for comprehensive scattering prior integration. By building the full pipeline from topology generation, injection to joint supervision, PASTE elegantly integrates scattering physics into modern SAR detectors. Specifically, it designs a scattering keypoint generation and automatic annotation scheme based on the Attributed Scattering Center (ASC) model to produce scalable and physically consistent priors. A scattering topology injection module guides multi-scale feature learning, and a scattering prior supervision strategy constrains network optimization by aligning predictions with scattering center distributions. Experiments on real datasets show that PASTE is compatible with various detectors and brings relative mAP gains of 2.9% to 11.3% over baselines with acceptable computation overhead. Visualization of scattering maps verifies that PASTE successfully embeds scattering topological priors into feature space, clearly distinguishing target and background scattering regions, thus providing strong interpretability for results.

顶级标签: computer vision model training systems
详细标签: synthetic aperture radar object detection physics-aware learning scattering topology feature injection 或 搜索:

PASTE:用于SAR目标检测的物理感知散射拓扑嵌入框架 / PASTE: Physics-Aware Scattering Topology Embedding Framework for SAR Object Detection


1️⃣ 一句话总结

这篇论文提出了一种名为PASTE的新框架,它通过将合成孔径雷达图像中目标固有的电磁散射物理特性(如散射点拓扑结构)巧妙地融入现代深度学习检测器中,从而显著提升了检测精度和结果的可解释性,同时保持了计算效率。

源自 arXiv: 2603.14886