paper-with-me

홈 › Papers

RT-DETRv4: Painlessly Furthering Real-Time Object Detection with Vision Foundation Models

2025-10-29 · Zijun Liao, Yian Zhao, Xin Shan, Yu Yan, Chang Liu, Lei Lu, Xiangyang Ji, Jie Chen arxiv

Real-time object detection has achieved substantial progress through meticulously designed architectures and optimization strategies. However, the pursuit of high-speed inference via lightweight network designs often leads to degraded feature representation, which hinders further performance improvements and practical on-device deployment. In this paper, we propose a cost-effective and highly adaptable distillation framework that harnesses the rapidly evolving capabilities of Vision Foundation Models (VFMs) to enhance lightweight object detectors. Given the significant architectural and learning objective disparities between VFMs and resource-constrained detectors, achieving stable and task-aligned semantic transfer is challenging. To address this, on one hand, we introduce a Deep Semantic Injector (DSI) module that facilitates the integration of high-level representations from VFMs into the deep layers of the detector. On the other hand, we devise a Gradient-guided Adaptive Modulation (GAM) strategy, which dynamically adjusts the intensity of semantic transfer based on gradient norm ratios. Without increasing deployment and inference overhead, our approach painlessly delivers striking and consistent performance gains across diverse DETR-based models, underscoring its practical utility for real-time detection. Our new model family, RT-DETRv4, achieves state-of-the-art results on COCO, attaining AP scores of 49.7/53.5/55.4/57.0 at corresponding speeds of 273/169/124/78 FPS.

📄 PDF Abstract BibTeX arXiv:2510.25257

Code (0)

등록된 구현이 없습니다.

Tasks

Real-Time Object Detection

Results from the Paper

RankTaskDatasetModelMetrics
#2 Real-Time Object Detection COCO Deep box AP: 49.7

Similar Papers 제목 키워드 기반

RT-DETRv3: Real-time End-to-End Object Detection with Hierarchical Dense Positive Supervision

2024-09-13 · Shuo Wang, Chunlong Xia, Feng Lv, Yifeng Shi

RT-DETR is the first real-time end-to-end transformer-based object detector. Its efficiency comes from the framework design and the Hungarian matching. However, compared to dense supervision detectors like the YOLO serie…

Decoderobject-detectionObject Detection

RT-DETRv2 Explained in 8 Illustrations

2025-09-01 · Ethan Qi Yang Chua, Jen Hong Tan arxiv

Object detection architectures are notoriously difficult to understand, often more so than large language models. While RT-DETRv2 represents an important advance in real-time detection, most existing diagrams do little t…

Object Detection

YOLOv12: Attention-Centric Real-Time Object Detectors

2025-02-18 · Yunjie Tian, Qixiang Ye, David Doermann

Enhancing the network architecture of the YOLO framework has been crucial for a long time, but has focused on CNN-based improvements despite the proven superiority of attention mechanisms in modeling capabilities. This i…

GPUObject

RT-DETRv2: Improved Baseline with Bag-of-Freebies for Real-Time Detection Transformer

2024-07-24 · Wenyu Lv, Yian Zhao, Qinyao Chang, Kui Huang 외

In this report, we present RT-DETRv2, an improved Real-Time DEtection TRansformer (RT-DETR). RT-DETRv2 builds upon the previous state-of-the-art real-time detector, RT-DETR, and opens up a set of bag-of-freebies for flex…

Data AugmentationDecoder

Resource-Constrained UAV-Based Weed Detection for Site-Specific Management on Edge Devices

2026-04-25 · Linyuan Wang, Haibo Yao, Te-Ming Tseng, Kelvin Betitame 외 arxiv

Weeds compete with crops for light, water, and nutrients, reducing yield and crop quality. Efficient weed detection is essential for site-specific weed management (SSWM). Although deep learning models have been deployed …

Computational EfficiencyObject Detection