RetinaNet

E431010

RetinaNet is a deep learning–based one-stage object detection model known for its focal loss function, which effectively addresses class imbalance to achieve high accuracy and speed.

All labels observed (1)

Label Occurrences
RetinaNet canonical 1

How this entity was disambiguated

Statements (49)

Predicate Object
instanceOf convolutional neural network
deep learning model
object detection model
one-stage detector
accuracyCharacteristic high detection accuracy
addressesProblem class imbalance in object detection
foreground-background class imbalance
basedOn cross-entropy loss
category computer vision model
codeAvailability open source implementations exist
comparedTo two-stage detectors
designedFor dense object detection
detectionStageType single-stage
evaluatedOn COCO dataset NERFINISHED
field computer vision
deep learning
hasArchitectureComponent box regression subnet
classification subnet
hasAuthor Kaiming He NERFINISHED
Piotr Dollár NERFINISHED
Priya Goyal NERFINISHED
Ross Girshick NERFINISHED
Tsung-Yi Lin NERFINISHED
hasBackbone ResNet NERFINISHED
ResNet-101 NERFINISHED
ResNet-50 NERFINISHED
hasHyperparameter alpha in focal loss
gamma in focal loss
hasKeyConcept focal loss
implementationFramework Caffe2 NERFINISHED
PyTorch NERFINISHED
TensorFlow NERFINISHED
inputType natural images
introducedInPaper Focal Loss for Dense Object Detection NERFINISHED
lossFunctionProperty down-weights easy examples
focuses on hard, misclassified examples
optimizationObjective focal loss
outperforms many two-stage detectors on COCO
outputType bounding boxes
class probabilities
publicationYear 2017
speedCharacteristic high inference speed
task object detection in images
trainingDataset MS COCO NERFINISHED
trainingType supervised learning
usesAnchorBoxes true
usesComponent FPN NERFINISHED
Feature Pyramid Network NERFINISHED
usesMultiScaleFeatures true

How these facts were elicited

Referenced by (1)

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

torchvision (ecosystem) modelFamily RetinaNet
subject surface form: torchvision