paper-with-me

Papers

Dome-DETR: DETR with Density-Oriented Feature-Query Manipulation for Efficient Tiny Object Detection

2025-05-09 · Zhangchi Hu, Peixi Wu, Jie Chen, Huyue Zhu, Yijun Wang, Yansong Peng, Hebei Li, Xiaoyan Sun

Tiny object detection plays a vital role in drone surveillance, remote sensing, and autonomous systems, enabling the identification of small targets across vast landscapes. However, existing methods suffer from inefficient feature leverage and high computational costs due to redundant feature processing and rigid query allocation. To address these challenges, we propose Dome-DETR, a novel framework with Density-Oriented Feature-Query Manipulation for Efficient Tiny Object Detection. To reduce feature redundancies, we introduce a lightweight Density-Focal Extractor (DeFE) to produce clustered compact foreground masks. Leveraging these masks, we incorporate Masked Window Attention Sparsification (MWAS) to focus computational resources on the most informative regions via sparse attention. Besides, we propose Progressive Adaptive Query Initialization (PAQI), which adaptively modulates query density across spatial areas for better query allocation. Extensive experiments demonstrate that Dome-DETR achieves state-of-the-art performance (+3.3 AP on AI-TOD-V2 and +2.5 AP on VisDrone) while maintaining low computational complexity and a compact model size. Code will be released upon acceptance.

📄 PDF Abstract BibTeX arXiv:2505.05741

Code (0)

등록된 구현이 없습니다.

Tasks

object-detectionObject Detection

Methods 이 논문이 사용한 방법론

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$…
Attention 설명 없음
Focus 설명 없음

Similar Papers 제목 키워드 기반

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

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

D$^3$R-DETR: DETR with Dual-Domain Density Refinement for Tiny Object Detection in Aerial Images

2026-01-06 · Zixiao Wen, Zhen Yang, Xianjie Bao, Lei Zhang 외 arxiv

Detecting tiny objects plays a vital role in remote sensing intelligent interpretation, as these objects often carry critical information for downstream applications. However, due to the extremely limited pixel informati…

Object Detection In Aerial Images

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

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