CVMar 16

Real-Time Oriented Object Detection Transformer in Remote Sensing Images

arXiv:2603.1549763.1h-index: 30Has Code
Predicted impact top 52% in CV · last 90 daysOriginality Incremental advance
AI Analysis

This work addresses the challenge of detecting rotated objects in remote sensing imagery for applications like aerial surveillance, representing an incremental improvement over existing real-time detectors by incorporating orientation modeling.

The paper tackles the problem of real-time oriented object detection in remote sensing images, where objects appear at arbitrary angles, by proposing a transformer-based detector that addresses angle representation, matching cost, and training stability issues, achieving up to 80.15% AP50 on DOTA1.0 and 132 FPS on a 2080ti GPU.

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.

Foundations

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

Your Notes