paper-with-me

홈 › Papers

Revisiting DETR Pre-training for Object Detection

2023-08-02 · Yan Ma, Weicong Liang, Bohan Chen, Yiduo Hao, BoJian Hou, Xiangyu Yue, Chao Zhang, Yuhui Yuan

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-training of Transformers while preserving a frozen backbone. Noteworthy advancements in accuracy have been documented in certain studies. Our investigation delved deeply into a representative approach, DETReg, and its performance assessment in the context of emerging models like $\mathcal{H}$-Deformable-DETR. Regrettably, DETReg proves inadequate in enhancing the performance of robust DETR-based models under full data conditions. To dissect the underlying causes, we conduct extensive experiments on COCO and PASCAL VOC probing elements such as the selection of pre-training datasets and strategies for pre-training target generation. By contrast, we employ an optimized approach named Simple Self-training which leads to marked enhancements through the combination of an improved box predictor and the Objects$365$ benchmark. The culmination of these endeavors results in a remarkable AP score of $59.3\%$ on the COCO val set, outperforming $\mathcal{H}$-Deformable-DETR + Swin-L without pre-training by $1.4\%$. Moreover, a series of synthetic pre-training datasets, generated by merging contemporary image-to-text(LLaVA) and text-to-image (SDXL) models, significantly amplifies object detection capabilities.

📄 PDF Abstract BibTeX arXiv:2308.01300

Code (0)

등록된 구현이 없습니다.

Tasks

Image to textObjectobject-detectionObject Detection

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Position-Wise Feed-Forward Layer 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
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$…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Adam 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…

Similar Papers 제목 키워드 기반

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

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

UP-DETR: Unsupervised Pre-training for Object Detection with Transformers

2020-11-18 · CVPR 2021 1 · Zhigang Dai, Bolun Cai, Yugeng Lin, Junying Chen

DEtection TRansformer (DETR) for object detection reaches competitive performance compared with Faster R-CNN via a transformer encoder-decoder architecture. However, trained with scratch transformers, DETR needs large-sc…

DecoderMulti-Task Learningobject-detectionObject Detection+2

DETReg: Unsupervised Pretraining with Region Priors for Object Detection

2021-06-08 · CVPR 2022 1 · Amir Bar, Xin Wang, Vadim Kantorov, Colorado J Reed 외

Recent self-supervised pretraining methods for object detection largely focus on pretraining the backbone of the object detector, neglecting key parts of detection architecture. Instead, we introduce DETReg, a new self-s…

Few-Shot LearningFew-Shot Object DetectionObjectobject-detection+5

MS-DETR: Efficient DETR Training with Mixed Supervision

2024-01-08 · CVPR 2024 1 · Chuyang Zhao, Yifan Sun, Wenhao Wang, Qiang Chen 외

DETR accomplishes end-to-end object detection through iteratively generating multiple object candidates based on image features and promoting one candidate for each ground-truth object. The traditional training procedure…

DecoderObjectobject-detectionObject Detection