Question 28
Consider the multi-task loss used to train the original YOLOv1 model. Which of the following statements about it are correct?
The loss predicts the square roots of width and height so that a fixed absolute error is penalized more for small boxes than for large boxes.
The hyperparameters are set to λ_coord = 5 (upweighting localization error) and λ_noobj = 0.5 (downweighting confidence error for cells with no object).
The classification term for a cell is only penalized when an object is actually present in that grid cell.
For the predictor "responsible" for an object, the target confidence value is fixed at 1, independent of the box's IoU with the ground truth.