paper-with-me

Papers

End-to-End Object Detection with Transformers

2020-05-26 · ECCV 2020 8 · Nicolas Carion, Francisco Massa, Gabriel Synnaeve, Nicolas Usunier, Alexander Kirillov, Sergey Zagoruyko

We present a new method that views object detection as a direct set prediction problem. Our approach streamlines the detection pipeline, effectively removing the need for many hand-designed components like a non-maximum suppression procedure or anchor generation that explicitly encode our prior knowledge about the task. The main ingredients of the new framework, called DEtection TRansformer or DETR, are a set-based global loss that forces unique predictions via bipartite matching, and a transformer encoder-decoder architecture. Given a fixed small set of learned object queries, DETR reasons about the relations of the objects and the global image context to directly output the final set of predictions in parallel. The new model is conceptually simple and does not require a specialized library, unlike many other modern detectors. DETR demonstrates accuracy and run-time performance on par with the well-established and highly-optimized Faster RCNN baseline on the challenging COCO object detection dataset. Moreover, DETR can be easily generalized to produce panoptic segmentation in a unified manner. We show that it significantly outperforms competitive baselines. Training code and pretrained models are available at https://github.com/facebookresearch/detr.

📄 PDF Abstract BibTeX arXiv:2005.12872

Code (37)

facebookresearch/detr 공식 구현 pytorch
2023-MindSpore-1/ms-code-69 mindspore
2024-MindSpore-1/Code2/tree/main/model-1/detr mindspore
BR-IDL/PaddleViT/blob/main/object_detection/DETR paddle
DataXujing/TensorRT-DETR pytorch
EmGarr/kerod tf
IDEA-Research/detrex pytorch
JunnYu/x-transformers-paddle jax
KostadinovShalon/UAVDetectionTrackingBenchmark pytorch
LKLQQ/detr mindspore
Leonardo-Blanger/detr_tensorflow tf
Li-ai-cell/Interpretation_DETR pytorch
PaddlePaddle/PaddleDetection paddle
Saloni1Parekh609/MIDAS pytorch
Visual-Behavior/aloception pytorch
Visual-Behavior/detr-tensorflow tf
abdksyed/DETR pytorch
alibaba/EasyCV pytorch
ananyahjha93/swav pytorch
benywon/ChiQA pytorch
clive819/Modified-DETR pytorch
facebookresearch/swav pytorch
hsfzxjy/swavx pytorch
huggingface/transformers pytorch
jiaxu-Zhu/DETR mindspore
longbai1006/surgical-vqla pytorch
marcusnerva/hmn pytorch
mlpc-ucsd/PRTR pytorch
open-mmlab/mmdetection pytorch
pranavjadhav001/detr_keras tf
tahmid0007/DETR_FineTune pytorch
tensorflow/models/tree/master/official/projects/detr tf
w-sugar/prtr pytorch
xiuyu0000/papers_with_examples/tree/main/detr/ mindspore
yangyucheng000/DETR mindspore
ywsyws/FormationSimplon20200622dlKeras
https://gitlab.com/birder/birder pytorch

Tasks

2D Object DetectionDecoderObjectObject DetectionPanoptic SegmentationReal-Time Object Detection

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
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…
Feedforward Network A Feedforward Network, or a Multilayer Perceptron (MLP), is a neural network with solely densely connected layers. This is the classic neural network architecture of the…
Detr 설명 없음
Residual Connection 설명 없음
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 제목 키워드 기반

Object Detection with Transformers: A Review

2023-06-07 · Tahira Shehzadi, Khurram Azeem Hashmi, Didier Stricker, Muhammad Zeshan Afzal

The astounding performance of transformers in natural language processing (NLP) has motivated researchers to explore their applications in computer vision tasks. DEtection TRansformer (DETR) introduces transformers to ob…

2D Object DetectionObjectobject-detectionObject Detection

SeqCo-DETR: Sequence Consistency Training for Self-Supervised Object Detection with Transformers

2023-03-15 · Guoqiang Jin, Fan Yang, Mingshan Sun, Ruyi Zhao 외

Self-supervised pre-training and transformer-based networks have significantly improved the performance of object detection. However, most of the current self-supervised object detection methods are built on convolutiona…

Objectobject-detectionObject DetectionRepresentation Learning

Transformers in Small Object Detection: A Benchmark and Survey of State-of-the-Art

2023-09-10 · Aref Miri Rekavandi, Shima Rashidi, Farid Boussaid, Stephen Hoefs 외

Transformers have rapidly gained popularity in computer vision, especially in the field of object recognition and detection. Upon examining the outcomes of state-of-the-art object detection methods, we noticed that trans…

Objectobject-detectionObject DetectionObject Recognition+1

Object Detection for Vehicle Dashcams using Transformers

2024-08-28 · Osama Mustafa, Khizer Ali, Anam Bibi, Imran Siddiqi 외

The use of intelligent automation is growing significantly in the automotive industry, as it assists drivers and fleet management companies, thus increasing their productivity. Dash cams are now been used for this purpos…

ManagementObjectobject-detectionObject Detection

ViDT: An Efficient and Effective Fully Transformer-based Object Detector

2021-10-08 · ICLR 2022 4 · Hwanjun Song, Deqing Sun, Sanghyuk Chun, Varun Jampani 외

Transformers are transforming the landscape of computer vision, especially for recognition tasks. Detection transformers are the first fully end-to-end learning systems for object detection, while vision transformers are…

Decoderimage-classificationImage ClassificationObject+2