Scinovex
articleTop 1% cited

Focal Loss for Dense Object Detection

Tsung-Yi LinPriya GoyalRoss GirshickKaiming HePiotr Dollár

Abstract

The highest accuracy object detectors to date are based on a two-stage approach popularized by R-CNN, where a classifier is applied to a sparse set of candidate object locations. In contrast, one-stage detectors that are applied over a regular, dense sampling of possible object locations have the potential to be faster and simpler, but have trailed the accuracy of two-stage detectors thus far. In this paper, we investigate why this is the case. We discover that the extreme foreground-background class imbalance encountered during training of dense detectors is the central cause. We propose to address this class imbalance by reshaping the standard cross entropy loss such that it down-weights the loss assigned to well-classified examples. Our novel Focal Loss focuses training on a sparse set of hard examples and prevents the vast number of easy negatives from overwhelming the detector during training. To evaluate the effectiveness of our loss, we design and train a simple dense detector we call RetinaNet. Our results show that when trained with the focal loss, RetinaNet is able to match the speed of previous one-stage detectors while surpassing the accuracy of all existing state-of-the-art two-stage detectors. Code is at: https://github.com/facebookresearch/Detectron.

Advanced Neural Network ApplicationsVideo Surveillance and Tracking MethodsDomain Adaptation and Few-Shot LearningDetectorComputer scienceArtificial intelligenceObject detectionClassifier (UML)Set (abstract data type)Computer visionPattern recognition (psychology)Telecommunications
Citations
9,349
FWCI
277.21
field-weighted impact
References
57
Percentile
100%
vs. same field & year
Citations per year
References
Faster R-CNN: Towards Real-Time Object Detection with Region Proposal Networks
IEEE Transactions on Pattern Analysis and Machine Intelligence · 2016 · 52,930 citations
The Pascal Visual Object Classes (VOC) Challenge
International Journal of Computer Vision · 2009 · 19,127 citations
Selective Search for Object Recognition
International Journal of Computer Vision · 2013 · 6,087 citations
Backpropagation Applied to Handwritten Zip Code Recognition
Neural Computation · 1989 · 11,706 citations
ImageNet classification with deep convolutional neural networks
Communications of the ACM · 2017 · 75,550 citations
Citation Network

How this paper connects to the literature. Drag to explore, click any node to open that paper.