paper-with-me

홈 › Papers

Example-Based Object Detection

2026-05-06 · ZhiXin Sun arxiv

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.

📄 PDF Abstract BibTeX arXiv:2605.04501

Code (0)

등록된 구현이 없습니다.

Tasks

Object Detection

Similar Papers 제목 키워드 기반

Unsupervised Hard Example Mining from Videos for Improved Object Detection

2018-08-13 · ECCV 2018 9 · SouYoung Jin, Aruni RoyChowdhury, Huaizu Jiang, Ashish Singh 외

Important gains have recently been obtained in object detection by using training objectives that focus on {\em hard negative} examples, i.e., negative examples that are currently rated as positive or ambiguous by the de…

Face Detectionobject-detectionObject DetectionPedestrian Detection

Fine-Grained Recognition of Thousands of Object Categories With Single-Example Training

2017-07-01 · CVPR 2017 7 · Leonid Karlinsky, Joseph Shtok, Yochay Tzur, Asaf Tzadok

We approach the problem of fast detection and recognition of a large number (thousands) of object categories while training on a very limited amount of examples, usually one per category. Examples of this task include: (…

Transferable Adversarial Attacks for Image and Video Object Detection

2018-11-30 · Xingxing Wei, Siyuan Liang, Ning Chen, Xiaochun Cao

Adversarial examples have been demonstrated to threaten many computer vision tasks including object detection. However, the existing attacking methods for object detection have two limitations: poor transferability, whic…

Generative Adversarial NetworkObjectobject-detectionObject Detection+1

Category-wise Attack: Transferable Adversarial Examples for Anchor Free Object Detection

2020-02-10 · Quanyu Liao, Xin Wang, Bin Kong, Siwei Lyu 외

Deep neural networks have been demonstrated to be vulnerable to adversarial attacks: subtle perturbations can completely change the classification results. Their vulnerability has led to a surge of research in this direc…

Objectobject-detectionObject Detection

Semi-Supervised Object Detection with Sparsely Annotated Dataset

2020-06-21 · Jihun Yoon, Seungbum Hong, Sanha Jeong, Min-Kook Choi

In training object detector based on convolutional neural networks, selection of effective positive examples for training is an important factor. However, when training an anchor-based detectors with sparse annotations o…

Objectobject-detectionObject DetectionObject Tracking+1