paper-with-me

Papers

RQFormer: Rotated Query Transformer for End-to-End Oriented Object Detection

2023-11-29 · Jiaqi Zhao, Zeyu Ding, Yong Zhou, Hancheng Zhu, Wenliang Du, Rui Yao, Abdulmotaleb El Saddik

Oriented object detection presents a challenging task due to the presence of object instances with multiple orientations, varying scales, and dense distributions. Recently, end-to-end detectors have made significant strides by employing attention mechanisms and refining a fixed number of queries through consecutive decoder layers. However, existing end-to-end oriented object detectors still face two primary challenges: 1) misalignment between positional queries and keys, leading to inconsistency between classification and localization; and 2) the presence of a large number of similar queries, which complicates one-to-one label assignments and optimization. To address these limitations, we propose an end-to-end oriented detector called the Rotated Query Transformer, which integrates two key technologies: Rotated RoI Attention (RRoI Attention) and Selective Distinct Queries (SDQ). First, RRoI Attention aligns positional queries and keys from oriented regions of interest through cross-attention. Second, SDQ collects queries from intermediate decoder layers and filters out similar ones to generate distinct queries, thereby facilitating the optimization of one-to-one label assignments. Finally, extensive experiments conducted on four remote sensing datasets and one scene text dataset demonstrate the effectiveness of our method. To further validate its generalization capability, we also extend our approach to horizontal object detection The code is available at \url{https://github.com/wokaikaixinxin/RQFormer}.

📄 PDF Abstract BibTeX arXiv:2311.17629

Code (1)

wokaikaixinxin/rqformer 공식 구현 pytorch

Tasks

DecoderObjectobject-detectionObject DetectionOriented Object Detection

Similar Papers 제목 키워드 기반

D2Q-DETR: Decoupling and Dynamic Queries for Oriented Object Detection with Transformers

2023-03-01 · Qiang Zhou, Chaohui Yu, Zhibin Wang, Fan Wang

Despite the promising results, existing oriented object detection methods usually involve heuristically designed rules, e.g., RRoI generation, rotated NMS. In this paper, we propose an end-to-end framework for oriented o…

DecoderObjectobject-detectionObject Detection+2

Hausdorff Distance Matching with Adaptive Query Denoising for Rotated Detection Transformer

2023-05-12 · Hakjin Lee, Minki Song, Jamyoung Koo, Junghoon Seo

Detection Transformers (DETR) have recently set new benchmarks in object detection. However, their performance in detecting rotated objects lags behind established oriented object detectors. Our analysis identifies a key…

Objectobject-detectionObject DetectionObject Detection In Aerial Images+3

RotaTR: Detection Transformer for Dense and Rotated Object

2023-12-05 · Zhu Yuke, Ruan Yumeng, Yang Lei, Guo Sheng

Detecting the objects in dense and rotated scenes is a challenging task. Recent works on this topic are mostly based on Faster RCNN or Retinanet. As they are highly dependent on the pre-set dense anchors and the NMS oper…

Action RecognitionDecoderObjectobject-detection+1

Learning RoI Transformer for Detecting Oriented Objects in Aerial Images

2018-12-01 · 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 birdview perspective, the highly complex backgrounds, and the variant appearances of objects. Especially when detectin…

General ClassificationObjectobject-detectionObject Detection+3

LOGOS: Language-guided Oriented Object Detection in Aerial Scenes

2026-07-09 · Trong-Thuan Nguyen, Minh-Triet Tran arxiv

Object detection in geospatial scenes, such as satellite and aerial imagery, poses significant challenges due to the varying orientations and densities of objects, as well as the complex backgrounds inherent to remote se…

Object Detection