paper-with-me

홈 › Papers

Group DETR: Fast DETR Training with Group-Wise One-to-Many Assignment

2022-07-26 · ICCV 2023 1 · Qiang Chen, Xiaokang Chen, Jian Wang, Shan Zhang, Kun Yao, Haocheng Feng, Junyu Han, Errui Ding, Gang Zeng, Jingdong Wang

Detection transformer (DETR) relies on one-to-one assignment, assigning one ground-truth object to one prediction, for end-to-end detection without NMS post-processing. It is known that one-to-many assignment, assigning one ground-truth object to multiple predictions, succeeds in detection methods such as Faster R-CNN and FCOS. While the naive one-to-many assignment does not work for DETR, and it remains challenging to apply one-to-many assignment for DETR training. In this paper, we introduce Group DETR, a simple yet efficient DETR training approach that introduces a group-wise way for one-to-many assignment. This approach involves using multiple groups of object queries, conducting one-to-one assignment within each group, and performing decoder self-attention separately. It resembles data augmentation with automatically-learned object query augmentation. It is also equivalent to simultaneously training parameter-sharing networks of the same architecture, introducing more supervision and thus improving DETR training. The inference process is the same as DETR trained normally and only needs one group of queries without any architecture modification. Group DETR is versatile and is applicable to various DETR variants. The experiments show that Group DETR significantly speeds up the training convergence and improves the performance of various DETR-based models. Code will be available at \url{https://github.com/Atten4Vis/GroupDETR}.

📄 PDF Abstract BibTeX arXiv:2207.13085

Code (2)

atten4vis/groupdetr 공식 구현
PaddlePaddle/PaddleDetection paddle

Tasks

Data AugmentationDecoderObjectobject-detectionObject Detection

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Vision Transformer The Vision Transformer, or ViT, is a model for image classification that employs a Transformer-like architecture over…
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$…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
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…
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…

Similar Papers 제목 키워드 기반

Group DETR v2: Strong Object Detector with Encoder-Decoder Pretraining

2022-11-07 · arXiv 2022 11 · Qiang Chen, Jian Wang, Chuchu Han, Shan Zhang 외

We present a strong object detector with encoder-decoder pretraining and finetuning. Our method, called Group DETR v2, is built upon a vision transformer encoder ViT-Huge~\cite{dosovitskiy2020image}, a DETR variant DINO~…

DecoderObjectobject-detectionObject Detection

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

Deprivation, Crime, and Abandonment: Do Other Midwestern Cities Have 'Little Detroits'?

2021-05-21 · Scott W. Hegerty

Both within the United States and worldwide, the city of Detroit has become synonymous with economic decline, depopulation, and crime. Is Detroit's situation unique, or can similar neighborhoods be found elsewhere? This …

Mechanism of Electricacupuncture Treating Detrusor Bladder Neck Dyscoordination After Suprasacral Spinal Cord Injury by Proteomics

2025-03-08 · Liya Tang, Qirui Qu, Yiying Long, Xia Wu 외

Objectives This study aimed to elucidate the potential mechanisms of electroacupuncture (EA) in restoring detrusor-bladder neck dyssynergesia (DBND) following suprasacral spinal cord injury. Methods A total of 52 adult f…

TAG

PMMA: The Polytechnique Montreal Mobility Aids Dataset

2026-02-10 · Qingwu Liu, Nicolas Saunier, Guillaume-Alexandre Bilodeau arxiv

This study introduces a new object detection dataset of pedestrians using mobility aids, named PMMA. The dataset was collected in an outdoor environment, where volunteers used wheelchairs, canes, and walkers, resulting i…

Object Detection