paper-with-me

Papers

DEYO: DETR with YOLO for End-to-End Object Detection

2024-02-26 · Haodong Ouyang

The training paradigm of DETRs is heavily contingent upon pre-training their backbone on the ImageNet dataset. However, the limited supervisory signals provided by the image classification task and one-to-one matching strategy result in an inadequately pre-trained neck for DETRs. Additionally, the instability of matching in the early stages of training engenders inconsistencies in the optimization objectives of DETRs. To address these issues, we have devised an innovative training methodology termed step-by-step training. Specifically, in the first stage of training, we employ a classic detector, pre-trained with a one-to-many matching strategy, to initialize the backbone and neck of the end-to-end detector. In the second stage of training, we froze the backbone and neck of the end-to-end detector, necessitating the training of the decoder from scratch. Through the application of step-by-step training, we have introduced the first real-time end-to-end object detection model that utilizes a purely convolutional structure encoder, DETR with YOLO (DEYO). Without reliance on any supplementary training data, DEYO surpasses all existing real-time object detectors in both speed and accuracy. Moreover, the comprehensive DEYO series can complete its second-phase training on the COCO dataset using a single 8GB RTX 4060 GPU, significantly reducing the training expenditure. Source code and pre-trained models are available at https://github.com/ouyanghaodong/DEYO.

📄 PDF Abstract BibTeX arXiv:2402.16370

Code (1)

ouyanghaodong/deyo 공식 구현 pytorch

Tasks

DecoderGPUimage-classificationImage Classificationobject-detectionObject Detection

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
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…
Multi-Head Attention 설명 없음
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…
Adam 설명 없음
Attention 설명 없음

Similar Papers 제목 키워드 기반

DEYO: DETR with YOLO for Step-by-Step Object Detection

2022-11-12 · Haodong Ouyang

Object detection is an important topic in computer vision, with post-processing, an essential part of the typical object detection pipeline, posing a significant bottleneck affecting the performance of traditional object…

Objectobject-detectionObject Detection

DEYOv3: DETR with YOLO for Real-time Object Detection

2023-09-21 · Haodong Ouyang

Recently, end-to-end object detectors have gained significant attention from the research community due to their outstanding performance. However, DETR typically relies on supervised pretraining of the backbone on ImageN…

GPUObjectobject-detectionObject Detection+1

DEYOv2: Rank Feature with Greedy Matching for End-to-End Object Detection

2023-06-15 · Haodong Ouyang

This paper presents a novel object detector called DEYOv2, an improved version of the first-generation DEYO (DETR with YOLO) model. DEYOv2, similar to its predecessor, DEYOv2 employs a progressive reasoning approach to a…

object-detectionObject Detection

DEYOLO: Dual-Feature-Enhancement YOLO for Cross-Modality Object Detection

2024-12-06 · Yishuo Chen, Boran Wang, Xinyu Guo, Wenbin Zhu 외

Object detection in poor-illumination environments is a challenging task as objects are usually not clearly visible in RGB images. As infrared images provide additional clear edge information that complements RGB images,…

Objectobject-detectionObject Detection

BladeYOLO: Wind Turbine Blade Defect Detection with Limited Annotations and Weak-Saliency Awareness

2026-07-30 · Yabin Xu, Fangtao Zhang, Fan Wang, Zhan Wang 외 arxiv

Wind turbine blade defect detection remains highly challenging in real-world inspection scenarios due to limited on-site data and the subtle visual characteristics of defects. In practice, blade defects are often small-s…