arXiv:2603.17554cs.CV2026-03中稿 · CVPR被引 1

无需提示词即可通用定位潜在目标,适配多种场景的检测新方法

Prompt-Free Universal Region Proposal Network

  • 用可学习查询动态融合视觉特征,实现无提示初始定位
  • 通过级联自提示机制自动聚合特征,发现剩余潜在目标
  • 在19个数据集验证有效,5%数据即可训练,免微调部署

在众多计算机视觉应用中,识别潜在物体对目标识别与分析至关重要。现有方法通常依赖样本图像、预定义类别或文本描述进行定位,但对外部提示的依赖限制了灵活性,难以适应真实场景。本文提出一种新型无提示通用区域建议网络(PF-RPN),可在不依赖外部提示的情况下识别潜在物体。首先,稀疏图像感知适配器(SIA)模块利用可学习查询嵌入,动态结合视觉特征完成初始定位;其次,级联自提示(CSP)模块通过自提示的可学习嵌入,以级联方式自主聚合信息丰富的视觉特征,识别剩余潜在物体;最后,中心度引导查询选择(CG-QS)模块借助中心度评分网络筛选高质量查询嵌入。本方法可在有限数据(如仅使用MS COCO数据的5%)下优化,并直接应用于水下物体检测、工业缺陷检测、遥感图像目标检测等多种目标检测领域,无需微调。在19个数据集上的实验验证了方法的有效性。代码已开源:https://github.com/tangqh03/PF-RPN。

原文摘要 · Abstract (English)

Identifying potential objects is critical for object recognition and analysis across various computer vision applications. Existing methods typically localize potential objects by relying on exemplar images, predefined categories, or textual descriptions. However, their reliance on image and text prompts often limits flexibility, restricting adaptability in real-world scenarios. In this paper, we introduce a novel Prompt-Free Universal Region Proposal Network (PF-RPN), which identifies potential objects without relying on external prompts. First, the Sparse Image-Aware Adapter (SIA) module performs initial localization of potential objects using a learnable query embedding dynamically updated with visual features. Next, the Cascade Self-Prompt (CSP) module identifies the remaining potential objects by leveraging the self-prompted learnable embedding, autonomously aggregating informative visual features in a cascading manner. Finally, the Centerness-Guided Query Selection (CG-QS) module facilitates the selection of high-quality query embeddings using a centerness scoring network. Our method can be optimized with limited data (e.g., 5% of MS COCO data) and applied directly to various object detection application domains for identifying potential objects without fine-tuning, such as underwater object detection, industrial defect detection, and remote sensing image object detection. Experimental results across 19 datasets validate the effectiveness of our method. Code is available at https://github.com/tangqh03/PF-RPN.

目标检测无提示区域建议通用性

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