paper-with-me

Papers

DQ-DETR: DETR with Dynamic Query for Tiny Object Detection

2024-04-04 · Yi-Xin Huang, Hou-I Liu, Hong-Han Shuai, Wen-Huang Cheng

Despite previous DETR-like methods having performed successfully in generic object detection, tiny object detection is still a challenging task for them since the positional information of object queries is not customized for detecting tiny objects, whose scale is extraordinarily smaller than general objects. Also, DETR-like methods using a fixed number of queries make them unsuitable for aerial datasets, which only contain tiny objects, and the numbers of instances are imbalanced between different images. Thus, we present a simple yet effective model, named DQ-DETR, which consists of three different components: categorical counting module, counting-guided feature enhancement, and dynamic query selection to solve the above-mentioned problems. DQ-DETR uses the prediction and density maps from the categorical counting module to dynamically adjust the number of object queries and improve the positional information of queries. Our model DQ-DETR outperforms previous CNN-based and DETR-like methods, achieving state-of-the-art mAP 30.2% on the AI-TOD-V2 dataset, which mostly consists of tiny objects. Our code will be available at https://github.com/hoiliu-0801/DQ-DETR.

📄 PDF Abstract BibTeX arXiv:2404.03507

Code (2)

hoiliu-0801/dq-detr 공식 구현 pytorch
hoiliu-0801/dntr pytorch

Tasks

Objectobject-detectionObject Detection

Similar Papers 제목 키워드 기반

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

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 외

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 inefficie…

object-detectionObject Detection

TinyFormer: Preserving Tiny Objects in YOLO-DETR Hybrid Real-time Detectors

2026-05-24 · Jun-Wei Hsieh, Meng-Yu Kao, Ghufron Wahyu Kurniawan, Kuan-Chuan Peng arxiv

YOLO-series and DETR-based detectors struggle with tiny-object detection. YOLO-style models benefit from efficient dense prediction, but their large-stride backbones may suppress tiny instances in deep feature maps and m…

Object LocalizationObject Detection

Team DETR: Guide Queries as a Professional Team in Detection Transformers

2023-02-14 · Tian Qiu, Linyun Zhou, Wenxiang Xu, Lechao Cheng 외

Recent proposed DETR variants have made tremendous progress in various scenarios due to their streamlined processes and remarkable performance. However, the learned queries usually explore the global context to generate …

PaQ-DETR: Learning Pattern and Quality-Aware Dynamic Queries for Object Detection

2026-03-06 · Zhengjian Kang, Jun Zhuang, Kangtong Mo, Qi Chen 외 arxiv

Detection Transformer (DETR) has redefined object detection by casting it as a set prediction task within an end-to-end framework. Despite its elegance, DETR and its variants still rely on fixed learnable queries and suf…

Object Detection