arXiv:2608.29232cs.CVcs.AI2026-08中稿 · the British Machin…

不依赖背景标注,让模型自动发现物体中心和尺度

Background-Free Objectness Learning for Class-Agnostic Detection

论文配图:Background-Free Objectness Learning for Class-Agnostic Detection
图 1 · 摘自论文原文
  • 用密集多尺度场预测物体中心与尺度,避免显式区分前景背景
  • 在未标注区域不引入错误负样本,提升对未知类别的检测召回率
  • 适合开放世界检测,尤其适用于标注不全的场景

目标检测器通常在封闭集监督下训练,未标注区域被隐式视为背景。当标注不完整时,这一假设会导致物体性偏差:视觉上有效的未标注物体被当作负样本,使物体性与已标注类别绑定,而非通用物体结构。这在无类别检测和开放世界检测中尤为严重。本文提出无背景物体性学习(B-FOR),一种密集的无类别检测框架,无需对未标注区域进行显式背景监督。B-FOR将检测建模为预测密集多尺度物体中心与尺度场,物体候选从局部空间结构中涌现。通过空间结构化软标签,监督仅限于可靠标注区域,避免前景-背景判别。为进一步支持从局部极大值解码,引入位移感知尺度场,将物体范围建模为物体性场的空间变化属性。在PASCAL VOC、MS-COCO和Open Images上的实验表明,B-FOR在未见类别和跨数据集分布上表现出强泛化能力,相比先前无类别基线,召回率提升超过+10 AR点。消融实验证明,局部物体性监督和位移感知尺度场对不完整标注下的无类别定位至关重要。代码已公开:https://github.com/Daniaawan/B-FOR。

原文摘要 · Abstract (English)

Object detectors are typically trained under closed-set supervision, where unlabeled regions are implicitly treated as background. Under incomplete annotations, this assumption introduces objectness bias: visually valid but unlabeled objects are used as negatives, tying objectness to the annotated taxonomy rather than generic object structure. This limitation is particularly problematic for class-agnostic and open-world detection. This paper proposes Background-Free Objectness Learning (B-FOR), a dense class-agnostic detection framework that learns objectness without explicit background supervision on unlabeled regions. B-FOR formulates detection as the prediction of dense multi-scale object-center and scale fields, from which object hypotheses emerge as local spatial structures. Supervision is confined to reliable annotated regions through spatially structured soft targets, avoiding foreground-background discrimination. To support decoding from emergent local maxima, the paper further introduces displacement-aware scale fields that model object extent as a spatially varying property of the learned objectness field. Experiments on PASCAL VOC, MS-COCO, and Open Images demonstrate strong generalization to unseen categories and cross-dataset object distributions. B-FOR improves recall by more than +10 AR points over prior class-agnostic baselines. Ablation studies show that both localized objectness supervision and displacement-aware scale fields are critical for class-agnostic localization under incomplete annotations. Code available at: https://github.com/Daniaawan/B-FOR.

目标检测无类别开放世界弱监督

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