image

paper

TL;DR

  • task : uncertainty in FCOS model
  • problem : I want to get uncertainty for 4 directions: left, right, top, bottom.
  • idea : Assume 4 Gaussians
  • architecture : FCOS + uncertainty branch + classification head with output from uncertainty branch in fusion
  • objective : uncertainty loss : Put the IoU term as an exponential term in the KL divergence for the four Gaussians. cls loss : focal loss reflecting uncertainty
  • baseline : centerness-branch, IoU branch, QFL, VFL
  • data : COCO2017
  • result : FCOS performance increased by 1.8 points

Details

image

Architecture

image

Loss

Uncertainty Loss

image

Uncertainty Focal Loss

image

Result

image image image