arXiv:2607.00357cs.CV2026-07

用视觉语言模型实现精准物体重定位与误检抑制

Personalized Object Identification and Localization via In-Context Inference with Vision-Language Models

论文配图:Personalized Object Identification and Localization via In-Context Inference with Vision-Language Models
图 1 · 摘自论文原文
  • 通过自提问机制串联候选框预测与实例匹配步骤
  • 在负样本图像上误检率显著降低,定位精度接近原方法
  • 适合需要区分目标与干扰物的真实场景应用

个性化物体定位(POL)基于少量带标注的参考图像和目标类别标签,在查询图像中定位特定物体实例。现有方法IPLoc依赖于查询图像必含目标物体的假设,限制了其在现实场景中的应用。为此,本文提出新任务个性化物体识别与定位(POIL),将其置于少样本目标检测框架下,目标是在定位目标实例的同时拒绝不包含该实例的查询图像。我们构建了基于公开数据集的POIL数据集,并提出基于上下文推理的IPLoc-ID算法。该方法先生成候选框,再判断其是否对应参考实例,通过自提问方式将两步整合进单一自回归生成框架。消融实验与全面测试表明,IPLoc-ID在负样本图像上显著降低误检率,同时保持与IPLoc相当的定位性能。整体上,IPLoc-ID有效解决了传统方法无法处理的实例级现实场景问题。

原文摘要 · Abstract (English)

Personalized object localization (POL) localizes an object instance in a query image based on a few reference images with bounding-box annotations and a target object label. The pioneering method, IPLoc, solves this task through in-context inference with vision-language models (VLMs). However, it assumes that the query image always contains the target object. This assumption severely limits its applicability to real-world scenarios with many irrelevant images. To address this issue, we formulate a new task, personalized object identification and localization (POIL), by positioning POL within the broader few-shot object detection framework. POIL aims to localize the target object instance while rejecting query images that do not contain the reference object instance. We also present POIL datasets constructed from public sources. We further propose an in-context algorithm named IPLoc-ID for solving POIL with VLMs. IPLoc-ID first predicts a candidate bounding box and then determines whether it corresponds to the reference object instance. We introduce a self-posed query to connect these two steps within a single autoregressive generation framework. Through ablation studies and comprehensive experiments, we show that IPLoc-ID substantially suppresses false-positive detections on negative query images while maintaining localization performance comparable to IPLoc. Overall, IPLoc-ID effectively addresses the practical instance-level POIL task, which cannot be sufficiently solved by conventional object detection, few-shot object detection, or the localization-only IPLoc method.

视觉语言模型少样本检测实例定位自回归生成

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。