arXiv:2603.15497cs.CV2026-03被引 6

首个实时端到端旋转目标检测变压器,提升遥感图像中任意角度物体的检测精度。

Real-Time Oriented Object Detection Transformer in Remote Sensing Images

论文配图:Real-Time Oriented Object Detection Transformer in Remote Sensing Images
图 1 · 摘自论文原文
  • 用概率分布迭代优化角度回归,更精细地建模物体旋转不确定性。
  • 引入轮廓点间切比雪夫距离匹配,提升几何对齐精度,避免模糊匹配。
  • 提出旋转对比去噪训练策略,稳定模型训练,适合遥感图像实时检测场景。

近期实时检测变压器因其简洁与高效而受到关注,但在遥感图像中物体常以任意角度出现,现有方法未显式建模旋转,导致角度表示、匹配代价和训练稳定性问题。本文提出首个实时端到端旋转目标检测变压器(O2-DFINE),通过角度分布精修将角度回归转化为概率分布的迭代优化,更精确捕捉旋转不确定性;引入基于顶点集的切比雪夫距离作为二分匹配代价,实现更准确的几何对齐,消除模糊匹配;设计面向旋转的对比去噪机制,分析四种噪声模式,并发现真值在不同解码层可分配至不同查询索引,据此提出不稳定性度量。实验验证了多种模型变体,其中 O2-DFINE-L、O2-RTDETR-R50 及 O2-DEIM-R50 在 DOTA1.0 上分别达到 77.73%、78.45%、80.15% 的 AP50,且在 2080ti GPU 上分别实现 132、119、119 FPS 的推理速度。代码已开源。

原文摘要 · Abstract (English)

Recent real-time detection transformers have gained popularity due to their simplicity and efficiency. However, these detectors do not explicitly model object rotation, especially in remote sensing imagery where objects appear at arbitrary angles, leading to challenges in angle representation, matching cost, and training stability. In this paper, we propose a real-time oriented object detection transformer, the first real-time end-to-end oriented object detector to the best of our knowledge, that addresses the above issues. Specifically, angle distribution refinement is proposed to reformulate angle regression as an iterative refinement of probability distributions, thereby capturing the uncertainty of object rotation and providing a more fine-grained angle representation. Then, we incorporate a Chamfer distance cost into bipartite matching, measuring box distance via vertex sets, enabling more accurate geometric alignment and eliminating ambiguous matches. Moreover, we propose oriented contrastive denoising to stabilize training and analyze four noise modes. We observe that a ground truth can be assigned to different index queries across different decoder layers, and analyze this issue using the proposed instability metric. We design a series of model variants and experiments to validate the proposed method. Notably, our O2-DFINE-L, O2-RTDETR-R50 and O2-DEIM-R50 achieve 77.73%/78.45%/80.15% AP50 on DOTA1.0 and 132/119/119 FPS on the 2080ti GPU. Code is available at https://github.com/wokaikaixinxin/ai4rs.

遥感检测旋转目标实时检测变压器

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