paper-with-me

홈 › Papers

DEIM: DETR with Improved Matching for Fast Convergence

2024-12-05 · CVPR 2025 1 · Shihua Huang, Zhichao Lu, Xiaodong Cun, Yongjun Yu, Xiao Zhou, Xi Shen

We introduce DEIM, an innovative and efficient training framework designed to accelerate convergence in real-time object detection with Transformer-based architectures (DETR). To mitigate the sparse supervision inherent in one-to-one (O2O) matching in DETR models, DEIM employs a Dense O2O matching strategy. This approach increases the number of positive samples per image by incorporating additional targets, using standard data augmentation techniques. While Dense O2O matching speeds up convergence, it also introduces numerous low-quality matches that could affect performance. To address this, we propose the Matchability-Aware Loss (MAL), a novel loss function that optimizes matches across various quality levels, enhancing the effectiveness of Dense O2O. Extensive experiments on the COCO dataset validate the efficacy of DEIM. When integrated with RT-DETR and D-FINE, it consistently boosts performance while reducing training time by 50%. Notably, paired with RT-DETRv2, DEIM achieves 53.2% AP in a single day of training on an NVIDIA 4090 GPU. Additionally, DEIM-trained real-time models outperform leading real-time object detectors, with DEIM-D-FINE-L and DEIM-D-FINE-X achieving 54.7% and 56.5% AP at 124 and 78 FPS on an NVIDIA T4 GPU, respectively, without the need for additional data. We believe DEIM sets a new baseline for advancements in real-time object detection. Our code and pre-trained models are available at https://github.com/ShihuaHuang95/DEIM.

📄 PDF Abstract BibTeX arXiv:2412.04234

Code (1)

shihuahuang95/deim 공식 구현 pytorch

Tasks

Data AugmentationGPUobject-detectionObject DetectionReal-Time Object Detection

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Adam 설명 없음
Position-Wise Feed-Forward Layer 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
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$…
Multi-Head Attention 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…

Similar Papers 제목 키워드 기반

Real-Time Object Detection Meets DINOv3

2025-09-25 · Shihua Huang, Yongjie Hou, Longfei Liu, Xuanlong Yu 외 arxiv

Driven by the simple and effective Dense O2O, DEIM demonstrates faster convergence and enhanced performance. In this work, we extend it with DINOv3 features, resulting in DEIMv2. DEIMv2 spans eight model sizes from X to …

Real-Time Object Detection

OV-DEIM: Real-time DETR-Style Open-Vocabulary Object Detection with GridSynthetic Augmentation

2026-03-07 · Leilei Wang, Longfei Liu, Xi Shen, Xuanlong Yu 외 arxiv

Real-time open-vocabulary object detection (OVOD) is essential for practical deployment in dynamic environments, where models must recognize a large and evolving set of categories under strict latency constraints. Curren…

Data AugmentationObject Detection

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

2026-02-24 · Jiannan Huang, Aditya Kane, Fengzhe Zhou, Yunchao Wei 외 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-ti…

Real-Time Object Detection

DN-DETR: Accelerate DETR Training by Introducing Query DeNoising

2022-03-02 · CVPR 2022 1 · Feng Li, Hao Zhang, Shilong Liu, Jian Guo 외

We present in this paper a novel denoising training method to speedup DETR (DEtection TRansformer) training and offer a deepened understanding of the slow convergence issue of DETR-like methods. We show that the slow con…

DecoderObject Detection

Accelerating DETR Convergence via Semantic-Aligned Matching

2022-03-14 · CVPR 2022 1 · Gongjie Zhang, Zhipeng Luo, Yingchen Yu, Kaiwen Cui 외

The recently developed DEtection TRansformer (DETR) establishes a new object detection paradigm by eliminating a series of hand-crafted components. However, DETR suffers from extremely slow convergence, which increases t…

Objectobject-detectionObject Detection