paper-with-me

홈 › Papers

Le-DETR: Revisiting Real-Time Detection Transformer with Efficient Encoder Design

2026-02-24 · Jiannan Huang, Aditya Kane, Fengzhe Zhou, Yunchao Wei, Humphrey Shi arxiv

Real-time object detection is crucial for real-world applications as it requires high accuracy with low latency. While Detection Transformers (DETR) have demonstrated significant performance improvements, current real-time DETR models are challenging to reproduce from scratch due to excessive pre-training overheads on the backbone, constraining research advancements by hindering the exploration of novel backbone architectures. In this paper, we want to show that by using general good design, it is possible to have \textbf{high performance} with \textbf{low pre-training cost}. After a thorough study of the backbone architecture, we propose EfficientNAT at various scales, which incorporates modern efficient convolution and local attention mechanisms. Moreover, we re-design the hybrid encoder with local attention, significantly enhancing both performance and inference speed. Based on these advancements, we present Le-DETR (\textbf{L}ow-cost and \textbf{E}fficient \textbf{DE}tection \textbf{TR}ansformer), which achieves a new \textbf{SOTA} in real-time detection using only ImageNet1K and COCO2017 training datasets, saving about 80\% images in pre-training stage compared with previous methods. We demonstrate that with well-designed, real-time DETR models can achieve strong performance without the need for complex and computationally expensive pretraining. Extensive experiments show that Le-DETR-M/L/X achieves \textbf{52.9/54.3/55.1 mAP} on COCO Val2017 with \textbf{4.45/5.01/6.68 ms} on an RTX4090. It surpasses YOLOv12-L/X by \textbf{+0.6/-0.1 mAP} while achieving similar speed and \textbf{+20\%} speedup. Compared with DEIM-D-FINE, Le-DETR-M achieves \textbf{+0.2 mAP} with slightly faster inference, and surpasses DEIM-D-FINE-L by \textbf{+0.4 mAP} with only \textbf{0.4 ms} additional latency. Code and weights will be open-sourced.

📄 PDF Abstract BibTeX arXiv:2602.21010

Code (0)

등록된 구현이 없습니다.

Tasks

Real-Time Object Detection

Similar Papers 제목 키워드 기반

A Real-Time DETR Approach to Bangladesh Road Object Detection for Autonomous Vehicles

2024-11-22 · Irfan Nafiz Shahan, Arban Hossain, Saadman Sakib, Al-Mubin Nabil

In the recent years, we have witnessed a paradigm shift in the field of Computer Vision, with the forthcoming of the transformer architecture. Detection Transformers has become a state of the art solution to object detec…

Autonomous VehiclesObjectobject-detectionObject Detection

Real-Time Beach Litter Detection and Counting: A Comparative Analysis of RT-DETR Model Variants

2025-08-18 · Miftahul Huda, Arsyiah Azahra, Putri Maulida Chairani, Dimas Rizky Ramadhani 외 arxiv

Coastal pollution is a pressing global environmental issue, necessitating scalable and automated solutions for monitoring and management. This study investigates the efficacy of the Real-Time Detection Transformer (RT-DE…

Object Detection

Revisiting DETR Pre-training for Object Detection

2023-08-02 · Yan Ma, Weicong Liang, Bohan Chen, Yiduo Hao 외

Motivated by the remarkable achievements of DETR-based approaches on COCO object detection and segmentation benchmarks, recent endeavors have been directed towards elevating their performance through self-supervised pre-…

Image to textObjectobject-detectionObject Detection

Hybrid Proposal Refiner: Revisiting DETR Series from the Faster R-CNN Perspective

2024-01-01 · CVPR 2024 1 · Jinjing Zhao, Fangyun Wei, Chang Xu

With the transformative impact of the Transformer DETR pioneered the application of the encoder-decoder architecture to object detection. A collection of follow-up research e.g. Deformable DETR aims to enhance DETR w…

Decoderobject-detectionObject Detection

CF-DETR: Coarse-to-Fine Transformer for Real-Time Object Detection

2025-05-29 · Woojin Shin, Donghwa Kang, Byeongyun Park, Brent ByungHoon Kang 외

Detection Transformers (DETR) are increasingly adopted in autonomous vehicle (AV) perception systems due to their superior accuracy over convolutional networks. However, concurrently executing multiple DETR tasks present…

GPUobject-detectionObject DetectionReal-Time Object Detection+1