Transcription of Focal Loss for Dense Object Detection
{{id}} {{{paragraph}}}
Focal Loss for Dense Object DetectionTsung-Yi LinPriya GoyalRoss GirshickKaiming HePiotr Doll arFacebook AI Research (FAIR) of ground truth class012345loss = 0 = = 1 = 2 = 5well-classi edexampleswell-classi edexamplesCE(pt) = log(pt)FL(pt) = (1 pt) log(pt)Figure 1. We propose a novel loss we term theFocal Lossthatadds a factor(1 pt) to the standard cross entropy >0reduces the relative loss for well-classified examples(pt> .5), putting more focus on hard, misclassified examples. Asour experiments will demonstrate, the proposed Focal loss enablestraining highly accurate Dense Object detectors in the presence ofvast numbers of easy background highest accuracy Object detectors to date are basedon a two-stage approach popularized by R-CNN, where aclassifier is applied to asparseset of candidate Object lo-cations.
object categories and had top results on PASCAL [7] for many years. While the sliding-window approach was the leading detection paradigm in classic computer vision, with the resurgence of deep learning [18], two-stage detectors, described next, quickly came to dominate object detection. Two-stage Detectors: The dominant paradigm in modern
Domain:
Source:
Link to this page:
Please notify us if you found a problem with this document:
{{id}} {{{paragraph}}}