用错例提升检测精度,避免重复误检漏检。
Example-Based Object Detection

- 基于提示的检测器结合特征匹配模块,利用历史错误样本优化性能。
- 在不重新训练模型的前提下,显著减少误检和漏检次数。
- 适合需要高可靠性检测的工业场景,如质检、安防等。
近年来,目标检测取得了显著进展,尤其在开放词汇检测领域。与依赖预定义类别的传统方法不同,开放词汇方法可根据人类提供的提示检测任意物体。随着基于提示的检测技术的发展,SAM3等模型甚至能在不额外训练的情况下,超越某些特定类别检测器的表现。然而,尽管如此,误检和漏检仍时有发生。在实际工程应用中,同一物体的持续误检或漏检是不可接受的。但每次出错后重新训练模型,会带来巨大的人力、计算资源和时间成本。因此,如何利用已有误检和漏检样本防止错误重复发生,成为一项极具挑战性和紧迫性的问题。为此,我们提出EBOD(Example-Based Object Detection),将提示式检测器(SAM3)与鲁棒特征匹配模块(DINOv3和LightGlue)相结合。该框架通过利用先前的错误样本,有效抑制误检和漏检的重复出现,且无需额外模型训练。代码已开源:https://github.com/sunzx97/examples_based_object_detection。
原文摘要 · Abstract (English)
In recent years, object detection has achieved significant progress, especially in the field of open-vocabulary object detection. Unlike traditional methods that rely on predefined categories, open-vocabulary approaches can detect arbitrary objects based on human-provided prompts. With the advancement of prompt-based detection techniques, models such as SAM3 can even outperform some category-specific detectors trained on particular datasets without requiring additional training on those datasets. However, despite these advancements, false positives and false negatives still occur. In practical engineering applications, persistent misdetections or missed detections of the same object are unacceptable. Yet retraining the model every time such errors occur incurs substantial costs in terms of human effort, computational resources, and time. Therefore, how to leverage existing false positive and false negative samples to prevent such errors from recurring remains a highly challenging and urgent problem. To address this issue, we propose EBOD (Example-Based Object Detection), which integrates a prompt-based detector (SAM3) with robust feature matching modules (DINOv3 and LightGlue). The proposed framework effectively suppresses the repeated occurrence of false positives and false negatives by leveraging previous error examples, without requiring additional model retraining. Code is available at https://github.com/sunzx97/examples_based_object_detection.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。