论文标题
通过背景重新校准损失求解缺失的对象检测
Solving Missing-Annotation Object Detection with Background Recalibration Loss
论文作者
论文摘要
本文重点介绍了一种新颖而充满挑战的检测方案:数据集中大多数真实的对象/实例都没有标记,因此这些缺失标记的区域将被视为培训期间的背景。以前关于此问题的艺术提议使用软采样来根据积极实例的重叠来重新权衡ROI的梯度,而它们的方法主要基于两个阶段的检测器(即更快的RCNN),这对于缺失的标签方案更加强大,更友好。在本文中,我们引入了一种称为背景重新校准损失(BRL)的优质解决方案,该解决方案可以根据预定的IOU阈值和输入图像自动重新校准损耗信号。我们的设计建立在更快,更轻的一个阶段探测器上。受焦点损失配方的启发,我们进行了一些重大的修改,以适合缺失的注销情况。我们对精选的Pascal VOC和MS可可数据集进行了广泛的实验。结果表明,我们提出的方法的表现优于基线和其他最先进的方法。可用代码:https://github.com/dwrety/mmdetection-selactive-iou。
This paper focuses on a novel and challenging detection scenario: A majority of true objects/instances is unlabeled in the datasets, so these missing-labeled areas will be regarded as the background during training. Previous art on this problem has proposed to use soft sampling to re-weight the gradients of RoIs based on the overlaps with positive instances, while their method is mainly based on the two-stage detector (i.e. Faster RCNN) which is more robust and friendly for the missing label scenario. In this paper, we introduce a superior solution called Background Recalibration Loss (BRL) that can automatically re-calibrate the loss signals according to the pre-defined IoU threshold and input image. Our design is built on the one-stage detector which is faster and lighter. Inspired by the Focal Loss formulation, we make several significant modifications to fit on the missing-annotation circumstance. We conduct extensive experiments on the curated PASCAL VOC and MS COCO datasets. The results demonstrate that our proposed method outperforms the baseline and other state-of-the-arts by a large margin. Code available: https://github.com/Dwrety/mmdetection-selective-iou.