paper-with-me

Papers

Real-Time Oriented Object Detection Transformer in Remote Sensing Images

2026-03-16 · Zeyu Ding, Yong Zhou, Jiaqi Zhao, Wen-Liang Du, Xixi Li, Rui Yao, Abdulmotaleb El Saddik arxiv

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.

📄 PDF Abstract BibTeX arXiv:2603.15497

Code (0)

등록된 구현이 없습니다.

Tasks

Object Detection

Similar Papers 제목 키워드 기반

RiO-DETR: DETR for Real-time Oriented Object Detection

2026-03-10 · Zhangchi Hu, Yifan Zhao, Yansong Peng, Wenzhang Sun 외 arxiv

We present RiO-DETR: DETR for Real-time Oriented Object Detection, the first real-time oriented detection transformer to the best of our knowledge. Adapting DETR to oriented bounding boxes (OBBs) poses three challenges: …

Object Detection

Oriented Object Detection with Transformer

2021-06-06 · Teli Ma, Mingyuan Mao, Honghui Zheng, Peng Gao 외

Object detection with Transformers (DETR) has achieved a competitive performance over traditional detectors, such as Faster R-CNN. However, the potential of DETR remains largely unexplored for the more challenging task o…

Objectobject-detectionObject DetectionOriented Object Detection

OrientedFormer: An End-to-End Transformer-Based Oriented Object Detector in Remote Sensing Images

2024-09-29 · IEEE Transactions on Geoscience and Remote Sensing 2024 9 · Jiaqi Zhao, Zeyu Ding, Yong Zhou, Hancheng Zhu 외

Oriented object detection in remote sensing images is a challenging task due to objects being distributed in multi-orientation. Recently, end-to-end transformer-based methods have achieved success by eliminating the need…

object-detectionObject DetectionOriented Object DetectionPosition

Learning RoI Transformer for Oriented Object Detection in Aerial Images

2019-06-01 · CVPR 2019 6 · Jian Ding, Nan Xue, Yang Long, Gui-Song Xia 외

Object detection in aerial images is an active yet challenging task in computer vision because of the bird's-eye view perspective, the highly complex backgrounds, and the variant appearances of objects. Especially when d…

Objectobject-detectionObject DetectionObject Detection In Aerial Images+1

TRT-ViT: TensorRT-oriented Vision Transformer

2022-05-19 · Xin Xia, Jiashi Li, Jie Wu, Xing Wang 외

We revisit the existing excellent Transformers from the perspective of practical application. Most of them are not even as efficient as the basic ResNets series and deviate from the realistic deployment scenario. It may …

image-classificationImage Classificationobject-detectionObject Detection+1