论文标题
几个射击对象检测的提案分配校准
Proposal Distribution Calibration for Few-Shot Object Detection
论文作者
论文摘要
在低数据制度下,通过对新颖类充分监督学到的适应对象探测器是迷人而又具有挑战性的。在几次射击对象检测(FSOD)中,两步训练范式被广泛采用,以减轻严重的样本失衡,即基本类别的整体预训练,然后在平衡的环境中与所有类别进行部分微调。由于未标记的实例被抑制为基础训练阶段的背景,因此学习的RPN容易产生新实例的有偏见的建议,从而导致巨大的性能降解。不幸的是,极端数据稀缺性加剧了提案分布偏见,阻碍了ROI的头部发展到新颖的阶级。在本文中,我们引入了一种简单而有效的提案分布校准(PDC)方法,以整洁地提高ROI头的本地化和分类能力,通过回收其在基础训练中赋予其本地化能力,并丰富了高质量的阳性样品以进行语义细调。具体而言,我们根据基本建议统计数据对提案进行采样,以校准分布偏差,并在采样的提案上施加其他定位和分类损失,以快速将基本探测器扩展到新的类别。具有明确的最先进性能的常用Pascal VOC和MS Coco数据集进行的实验证明了我们的PDC对FSOD的疗效。代码可在github.com/bohao-lee/pdc上找到。
Adapting object detectors learned with sufficient supervision to novel classes under low data regimes is charming yet challenging. In few-shot object detection (FSOD), the two-step training paradigm is widely adopted to mitigate the severe sample imbalance, i.e., holistic pre-training on base classes, then partial fine-tuning in a balanced setting with all classes. Since unlabeled instances are suppressed as backgrounds in the base training phase, the learned RPN is prone to produce biased proposals for novel instances, resulting in dramatic performance degradation. Unfortunately, the extreme data scarcity aggravates the proposal distribution bias, hindering the RoI head from evolving toward novel classes. In this paper, we introduce a simple yet effective proposal distribution calibration (PDC) approach to neatly enhance the localization and classification abilities of the RoI head by recycling its localization ability endowed in base training and enriching high-quality positive samples for semantic fine-tuning. Specifically, we sample proposals based on the base proposal statistics to calibrate the distribution bias and impose additional localization and classification losses upon the sampled proposals for fast expanding the base detector to novel classes. Experiments on the commonly used Pascal VOC and MS COCO datasets with explicit state-of-the-art performances justify the efficacy of our PDC for FSOD. Code is available at github.com/Bohao-Lee/PDC.