Question 16
What is a key feature of focal loss that distinguishes it from traditional loss functions in object detection?
Focal loss introduces additional regularization terms to penalize large weights in the neural network.
Focal loss dynamically adjusts the loss weights based on the difficulty of each training example.
Focal loss computes the loss based on the Euclidean distance between predicted and groundtruth bounding boxes.
Focal loss prioritizes minimizing the overall loss across all classes equally.