解决开放词汇目标检测中标签不准和置信度偏差问题
Exploring Hierarchical Consistency and Unbiased Objectness for Open-Vocabulary Object Detection

- 通过层次化置信度校准确保类别预测一致性
- 在COCO和LVIS上达到新最优性能,显著提升识别准确率
- 适合研究开放词汇检测与视觉语言模型融合的学者
传统目标检测器通常基于封闭集假设,仅能识别训练时见过的基础类别。开放词汇目标检测(OVD)通过视觉语言模型(VLM)为新类别生成伪标签来突破这一限制。然而现有方法存在两大缺陷:(1) 类别标签分配不准确,因VLM优化于图像级预测而非区域级预测;(2) 区域提议网络(RPN)仅在基础类别上训练,导致对新类别的物体性分数不可靠。为此,本文提出一种新型伪标签框架。引入层次置信度校准(HCC)技术,通过评估类别、超类与子类等多层级语义一致性,实现可靠的类别估计。同时提出LoCLIP,一种参数高效适配的CLIP变体,引入物体性标记以缓解RPN的基类偏差问题,为新类别提供可靠物体性估计。在标准OVD基准(包括COCO和LVIS)上的大量实验表明,本方法显著超越现有水平,验证了其有效性。
原文摘要 · Abstract (English)
Conventional object detectors typically operate under a closed-set assumption, limiting recognition to a predefined set of base classes seen during training. Open-vocabulary object detection (OVD) addresses this limitation by leveraging vision-language models (VLMs) to generate pseudo labels for novel object classes. However, existing OVD methods suffer from two critical drawbacks: (1) inaccurate class label assignments, as VLMs are optimized for image-level predictions rather than the region-level predictions required for pseudo labeling, and (2) unreliable objectness scores from region proposal networks (RPNs) trained exclusively on base object classes. To address these issues, we propose a novel pseudo labeling framework for OVD. Our approach introduces a hierarchical confidence calibration (HCC) technique, which ensures reliable class label estimation by assessing consistency across hierarchical semantic levels (class, super- and sub-category). We also present LoCLIP, a parameter-efficient adaptation of CLIP that incorporates an objectness token to mitigate base class bias problem of RPNs and provide reliable objectness estimations for novel object classes. Extensive experiments on standard OVD benchmarks, including COCO and LVIS, demonstrate that our approach clearly sets a new state of the art, validating the effectiveness of our approach. Project site: https://cvlab.yonsei.ac.kr/projects/HCC
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。