论文标题
扩展开放式对象检测的低密度潜在区域
Expanding Low-Density Latent Regions for Open-Set Object Detection
论文作者
论文摘要
现代对象探测器在近距离设置下取得了令人印象深刻的进步。但是,开放式对象检测(OSOD)仍然具有挑战性,因为未知类别的对象通常错误地分类为现有已知类别。在这项工作中,我们建议通过共识,即未知对象通常分布在低密度潜在区域中,以分离潜在空间中的高/低密度区域,以识别未知对象。由于传统的基于阈值的方法仅保持有限的低密度区域(不能涵盖所有未知物体),因此我们提出了具有扩展的低密度区域的新型开放式检测器(OPENDET)。为了这个目的,我们为Opendet配备了两个学习者,对比功能学习者(CFL)和未知的概率学习者(UPL)。 CFL执行实例级对比度学习,以鼓励已知类别的紧凑特征,为未知类别留下更低密度的区域。 UPL基于预测的不确定性来优化未知概率,这进一步将已知类别群体周围的低密度区域划分。因此,低密度区域中的未知对象可以通过学习的未知概率轻松识别。广泛的实验表明,我们的方法可以显着提高OSOD性能,例如,Opendet在六个OSOD基准上将绝对开放式误差降低了25%-35%。代码可在以下网址提供:https://github.com/csuhan/opendet2。
Modern object detectors have achieved impressive progress under the close-set setup. However, open-set object detection (OSOD) remains challenging since objects of unknown categories are often misclassified to existing known classes. In this work, we propose to identify unknown objects by separating high/low-density regions in the latent space, based on the consensus that unknown objects are usually distributed in low-density latent regions. As traditional threshold-based methods only maintain limited low-density regions, which cannot cover all unknown objects, we present a novel Open-set Detector (OpenDet) with expanded low-density regions. To this aim, we equip OpenDet with two learners, Contrastive Feature Learner (CFL) and Unknown Probability Learner (UPL). CFL performs instance-level contrastive learning to encourage compact features of known classes, leaving more low-density regions for unknown classes; UPL optimizes unknown probability based on the uncertainty of predictions, which further divides more low-density regions around the cluster of known classes. Thus, unknown objects in low-density regions can be easily identified with the learned unknown probability. Extensive experiments demonstrate that our method can significantly improve the OSOD performance, e.g., OpenDet reduces the Absolute Open-Set Errors by 25%-35% on six OSOD benchmarks. Code is available at: https://github.com/csuhan/opendet2.