Please enable JavaScript.
Coggle requires JavaScript to display documents.
Focal Loss (Loss function (factor (1 − pt)γ, standard cross entropy…
Focal Loss
Loss function
-
-
more focus on hard, misclassified examples
-
object detectors
-
one-stage detectors
regular, dense sampling of possible object locations
-
-
One stage detectors are applied over a regular, dense sampling of object locations, scales, and aspect ratios
Recent work
-
-
promising results, yielding faster detectors with accuracy within 10-40% relative to state-of-the-art two-stage method
-
state-of-the-art
two-stage, proposal-driven mechanism
-
As popularized in the R-CNN framework,
second stage classifies each candidate location as one of the foreground classes or as background using a convolutional neural network
-
-
-
-
Class imbalance
Address
reshaping the standard cross entropy loss such that it down-weights the loss assigned to well-classified examples
-
-
-
-
-