pdf code

Probabilistic Anchor Assignment with IoU Prediction for Object Detection

这篇paper的探索的是anchor分配ground truth的策略,类似的任务本站分析的有FreeAnchor, 以及ATSS

Method

本文的思路:

  1. 用IoU Loss以及分类loss的组合作为 anchor assignment的依据。
  2. 对于每一个grount truth,anchors与它的score可以由两个峰值的高斯混合模型进行建模,直观来说一个对应负样本,一个对应正样本。
  3. 由于gt assignment以Classification以及IoU作为基础,所有NMS也需要考虑IoU结果。

image

Score voting

对NMS后的bbox