论文标题

概率的锚定分配,并带有对象检测的预测

Probabilistic Anchor Assignment with IoU Prediction for Object Detection

论文作者

Kim, Kang, Lee, Hee Seok

论文摘要

在对象检测中,确定要分配为正样本或负样本的锚定为锚定分配的锚定为一种核心程序,可以显着影响模型的性能。在本文中,我们提出了一种新颖的锚分配策略,该策略将根据模型的学习状况适应地将锚分成正面和负面样本,以便以概率的方式对分离进行推理。为此,我们首先计算在模型上的锚定得分,并将概率分布拟合到这些得分。然后,该模型根据其概率将锚分成正和负样品分离为正样本。此外,我们研究了培训目标和测试目标之间的差距,并建议预测检测到的框的交集,以衡量定位质量以减少差异。分类和本地化质量的综合得分在非最大抑制井中用作盒子选择度量,并与所提出的锚固分配策略保持一致,并带来了重大的绩效改进。所提出的方法仅在视网膜基线中添加一个卷积层,并且每个位置不需要多个锚点,因此有效。实验结果验证了所提出的方法的有效性。尤其是,我们的模型在MS Coco Test-DEV数据集中为单阶段探测器设置了新的记录,并设置了带有各种骨架的新记录。代码可在https://github.com/kkhoot/paa上找到。

In object detection, determining which anchors to assign as positive or negative samples, known as anchor assignment, has been revealed as a core procedure that can significantly affect a model's performance. In this paper we propose a novel anchor assignment strategy that adaptively separates anchors into positive and negative samples for a ground truth bounding box according to the model's learning status such that it is able to reason about the separation in a probabilistic manner. To do so we first calculate the scores of anchors conditioned on the model and fit a probability distribution to these scores. The model is then trained with anchors separated into positive and negative samples according to their probabilities. Moreover, we investigate the gap between the training and testing objectives and propose to predict the Intersection-over-Unions of detected boxes as a measure of localization quality to reduce the discrepancy. The combined score of classification and localization qualities serving as a box selection metric in non-maximum suppression well aligns with the proposed anchor assignment strategy and leads significant performance improvements. The proposed methods only add a single convolutional layer to RetinaNet baseline and does not require multiple anchors per location, so are efficient. Experimental results verify the effectiveness of the proposed methods. Especially, our models set new records for single-stage detectors on MS COCO test-dev dataset with various backbones. Code is available at https://github.com/kkhoot/PAA.

扫码加入交流群

加入微信交流群

微信交流群二维码

扫码加入学术交流群,获取更多资源