arXiv:2504.18959cs.CV2025-04被引 8

用背景感知的稀疏提案提升雷达图像船只检测精度

R-Sparse R-CNN: SAR Ship Detection Based on Background-Aware Sparse Learnable Proposals

  • 引入背景感知提案,融合船体与背景特征以增强区分能力
  • 在SSDD和RSDD-SAR数据集上分别超越顶尖模型12.8%和11.9%
  • 适合关注遥感图像目标检测与稀疏建模的科研人员

我们提出R-Sparse R-CNN,一种面向合成孔径雷达(SAR)图像中定向船只检测的新范式。该方法采用稀疏可学习提案,并融入背景上下文信息,称为背景感知提案(BAPs)。通过消除提案生成器和重叠预测后处理,简化了检测流程。BAPs通过整合船体与背景特征,使模型能够学习二者之间的上下文关系,从而更准确地区分复杂环境中的船只。为此,我们设计双上下文池化(DCP),在单一操作中联合提取船体与背景特征,避免冗余计算,并确保两者来自同一特征层级,实现对齐特征。作为上下文关系学习的核心,我们还构建基于Transformer的交互模块,将池化后的船体与背景特征与对应提案特征进行交互建模。实验表明,R-Sparse R-CNN在SSDD和RSDD-SAR近岸数据集上分别领先于当前最优模型达12.8%和11.9%。代码已开源:www.github.com/ka-mirul/R-Sparse-R-CNN。

原文摘要 · Abstract (English)

We introduce R-Sparse R-CNN, a novel pipeline for oriented ship detection in Synthetic Aperture Radar (SAR) images that leverages sparse learnable proposals enriched with background contextual information, termed background-aware proposals (BAPs). The adoption of sparse proposals streamlines the pipeline by eliminating the need for proposal generators and post-processing for overlapping predictions. The proposed BAPs enrich object representation by integrating ship and background features, allowing the model to learn their contextual relationships for more accurate distinction of ships in complex environments. To complement BAPs, we propose Dual-Context Pooling (DCP), a novel strategy that jointly extracts ship and background features in a single unified operation. This unified design improves efficiency by eliminating redundant computation inherent in separate pooling. Moreover, by ensuring that ship and background features are pooled from the same feature map level, DCP provides aligned features that improve contextual relationship learning. Finally, as a core component of contextual relationship learning in R-Sparse R-CNN, we design a dedicated transformer-based Interaction Module. This module interacts pooled ship and background features with corresponding proposal features and models their relationships. Experimental results show that R-Sparse R-CNN delivers outstanding accuracy, surpassing state-of-the-art models by margins of up to 12.8% and 11.9% on SSDD and RSDD-SAR inshore datasets, respectively. These results demonstrate the effectiveness and competitiveness of R-Sparse R-CNN as a robust framework for oriented ship detection in SAR imagery. The code is available at: www.github.com/ka-mirul/R-Sparse-R-CNN.

SAR检测稀疏建模目标检测

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。