BriefGPT.xyz
Oct, 2023
LP-OVOD:通过线性探测的开放词汇物体检测
LP-OVOD: Open-Vocabulary Object Detection by Linear Probing
HTML
PDF
Chau Pham, Truong Vu, Khoi Nguyen
TL;DR
本文提出了一种解决开放词汇物体检测(OVOD)问题的方法,该方法使用共同的文本图像嵌入来为边界提案分配最接近的文本标签,并通过从前n个相关区域提案中检索伪标签来训练一个分类器以丢弃低质量的边界框,实验证明我们的方法在COCO数据集上比现有方法表现优秀,AP_novel达到了40.5。
Abstract
This paper addresses the challenging problem of
open-vocabulary object detection
(
ovod
) where an object detector must identify both seen and unseen classes in test images without labeled examples of the unseen cl
→