paper-with-me

Papers

ARS-DETR: Aspect Ratio-Sensitive Detection Transformer for Aerial Oriented Object Detection

2023-03-09 · Ying Zeng, Yushi Chen, Xue Yang, Qingyun Li, Junchi Yan

Existing oriented object detection methods commonly use metric AP$_{50}$ to measure the performance of the model. We argue that AP$_{50}$ is inherently unsuitable for oriented object detection due to its large tolerance in angle deviation. Therefore, we advocate using high-precision metric, e.g. AP$_{75}$, to measure the performance of models. In this paper, we propose an Aspect Ratio Sensitive Oriented Object Detector with Transformer, termed ARS-DETR, which exhibits a competitive performance in high-precision oriented object detection. Specifically, a new angle classification method, calling Aspect Ratio aware Circle Smooth Label (AR-CSL), is proposed to smooth the angle label in a more reasonable way and discard the hyperparameter that introduced by previous work (e.g. CSL). Then, a rotated deformable attention module is designed to rotate the sampling points with the corresponding angles and eliminate the misalignment between region features and sampling points. Moreover, a dynamic weight coefficient according to the aspect ratio is adopted to calculate the angle loss. Comprehensive experiments on several challenging datasets show that our method achieves competitive performance on the high-precision oriented object detection task.

📄 PDF Abstract BibTeX arXiv:2303.04989

Code (1)

httle/ars-detr 공식 구현 pytorch

Tasks

Objectobject-detectionObject DetectionOriented Object Detection

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

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

End-to-End Object Detection with Adaptive Clustering Transformer

2020-11-18 · Minghang Zheng, Peng Gao, Renrui Zhang, Kunchang Li 외

End-to-end Object Detection with Transformer (DETR)proposes to perform object detection with Transformer and achieve comparable performance with two-stage object detection like Faster-RCNN. However, DETR needs huge compu…

ClusteringObjectobject-detectionObject Detection

Exploring Modulated Detection Transformer as a Tool for Action Recognition in Videos

2022-09-21 · Tomás Crisol, Joel Ermantraut, Adrián Rostagno, Santiago L. Aggio 외

During recent years transformers architectures have been growing in popularity. Modulated Detection Transformer (MDETR) is an end-to-end multi-modal understanding model that performs tasks such as phase grounding, referr…

Action DetectionAction RecognitionAction Recognition In VideosQuestion Answering+5

Bridging the Performance Gap between DETR and R-CNN for Graphical Object Detection in Document Images

2023-06-23 · Tahira Shehzadi, Khurram Azeem Hashmi, Didier Stricker, Marcus Liwicki 외

This paper takes an important step in bridging the performance gap between DETR and R-CNN for graphical object detection. Existing graphical object detection approaches have enjoyed recent enhancements in CNN-based objec…

Document Layout AnalysisObjectobject-detectionObject Detection

Detection Transformers Under the Knife: A Neuroscience-Inspired Approach to Ablations

2025-07-29 · Nils Hütten, Florian Hölken, Hasan Tercan, Tobias Meisen arxiv

In recent years, Explainable AI has gained traction as an approach to enhancing model interpretability and transparency, particularly in complex models such as detection transformers. Despite rapid advancements, a substa…