pith. sign in

arxiv: 2106.03146 · v1 · pith:HCNCI6DRnew · submitted 2021-06-06 · 💻 cs.CV

Oriented Object Detection with Transformer

classification 💻 cs.CV
keywords detectiondetrobjecttransformerorientedcompetitivedetectorsfaster
0
0 comments X
read the original abstract

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 of arbitrary-oriented object detection problem. We provide the first attempt and implement Oriented Object DEtection with TRansformer ($\bf O^2DETR$) based on an end-to-end network. The contributions of $\rm O^2DETR$ include: 1) we provide a new insight into oriented object detection, by applying Transformer to directly and efficiently localize objects without a tedious process of rotated anchors as in conventional detectors; 2) we design a simple but highly efficient encoder for Transformer by replacing the attention mechanism with depthwise separable convolution, which can significantly reduce the memory and computational cost of using multi-scale features in the original Transformer; 3) our $\rm O^2DETR$ can be another new benchmark in the field of oriented object detection, which achieves up to 3.85 mAP improvement over Faster R-CNN and RetinaNet. We simply fine-tune the head mounted on $\rm O^2DETR$ in a cascaded architecture and achieve a competitive performance over SOTA in the DOTA dataset.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 2 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. TCG-AR: Real-Time Multi-View Augmented Reality for Trading Card Game Streaming

    cs.CV 2026-07 unverdicted novelty 6.0

    TCG-AR is a real-time multi-view AR system for trading card games using only commodity RGB cameras and synthetic training data.

  2. Hausdorff Distance Matching with Adaptive Query Denoising for Rotated Detection Transformer

    cs.CV 2023-05 unverdicted novelty 5.0

    Hausdorff distance-based matching and adaptive query denoising improve Rotated DETR, yielding +4.18 to +4.99 AP50 gains on DOTA-v2.0, DOTA-v1.5, and DIOR-R with ResNet-50.