DETR

E652054

DETR (Detection Transformer) is a deep learning model that applies transformer architectures to end-to-end object detection in images, eliminating the need for traditional hand-designed detection components.

All labels observed (6)

Label Occurrences
Conditional DETR 1
DAB-DETR 1
DETR canonical 1

How this entity was disambiguated

Statements (59)

Predicate Object
instanceOf deep learning model
object detection model
advantage global reasoning via attention
removal of hand-designed detection components
simplified detection pipeline
approach end-to-end object detection
availableAs open-source implementation
basedOn Transformer architecture
benchmarkDataset COCO
comparedTo Faster R-CNN
linked to: FasterRCNN

RetinaNet
developedAt Facebook AI Research
domain computer vision
eliminates anchor boxes
non-maximum suppression
region proposal network
fullName Detection Transformer
handles variable number of objects
hasVariant Conditional DETR
linked to: DETR

DAB-DETR
linked to: DETR

DN-DETR
linked to: DETR

Deformable DETR
linked to: DETR
implementedIn PyTorch
inputType image
inspiredBy Attention Is All You Need
introducedBy Alexander Kirillov
Francisco Massa
Gabriel Synnaeve
Nicolas Carion
Nicolas Usunier
Sergey Zagoruyko
introducedInPaper End-to-End Object Detection with Transformers
linked to: DETR
limitation slow convergence on small objects
outputType bounding boxes
class labels
objectness scores
set of detected objects
predictionParadigm one-to-one matching between predictions and ground truth
set prediction
publicationYear 2020
publishedAtConference ECCV 2020
requires large-scale training data
longer training schedule than traditional detectors
supports instance segmentation (with extensions)
panoptic segmentation (with extensions)
task image recognition
object detection
trainingObjective L1 bounding box regression loss
bipartite matching loss
cross-entropy classification loss
generalized IoU loss
usesArchitecture transformer
usesComponent Hungarian matching
cross-attention
encoder-decoder transformer
feed-forward network
multi-head self-attention
object queries
set-based loss

How these facts were elicited

Referenced by (6)

Full triples — surface form annotated when it differs from this entity's canonical label.

DETR shortName DETR
DETR introducedInPaper End-to-End Object Detection with Transformers
linked to: DETR
DETR hasVariant Deformable DETR
linked to: DETR
DETR hasVariant Conditional DETR
linked to: DETR
DETR hasVariant DN-DETR
linked to: DETR
DETR hasVariant DAB-DETR
linked to: DETR