arXiv:2605.07821cs.CVcs.AI2026-05中稿 · CVPR被引 1

通过分析物体共现关系,提升模型对近似分布外数据的检测能力。

Mitigating Simplicity Bias in OOD Detection through Object Co-occurrence Analysis

论文配图:Mitigating Simplicity Bias in OOD Detection through Object Co-occurrence Analysis
图 1 · 摘自论文原文
  • 基于物体共现模式构建新检测范式,学习图像中对象间的语义关系。
  • 在挑战性与全谱设置下表现优异,有效应对语义和协变量偏移。
  • 适合关注模型可靠性与场景理解的视觉系统研究者。

分布外(OOD)检测对于保障深度学习模型的可靠性至关重要。现有方法主要依赖于纠缠表示来区分分布内(ID)与分布外数据,忽略了图像中的丰富上下文信息。这一问题在检测近似分布外数据时尤为突出,因为具有简单性偏差的模型难以在解耦表示中学习到判别性特征。人类视觉系统可利用自然环境中物体的共现关系辅助场景理解。受此启发,我们提出一种以物体为中心的OOD检测框架,通过预测测试样本的解耦表示,捕捉图像内的物体共现(OCO)模式。该方法根据训练数据中观察到的物体共现模式,将模式自适应划分为三种场景,并以分而治之的方式执行检测。通过考虑图像中蕴含的语义上下文关系,OCO能够有效区分近似分布外样本,避免仅关注易学区域的倾向。我们在多个挑战性及全谱设置下进行了实验,结果表明其性能具有竞争力,且能同时应对语义与协变量偏移。代码已公开于 https://github.com/Michael-McQueen/OCO。

原文摘要 · Abstract (English)

Out-of-distribution (OOD) detection is crucial for ensuring the reliability of deep learning models. Existing methods mostly focus on regular entangled representations to discriminate in-distribution (ID) and OOD data, neglecting the rich contextual information within images. This issue is particularly challenging for detecting near-OOD, as models with simplicity bias struggle to learn discriminative features in disentangled representations. The human visual system can use the co-occurrence of objects in the natural environment to facilitate scene understanding. Inspired by this, we propose an Object-Centric OOD detection framework that learns to capture Object CO-occurrence (OCO) patterns within images. The proposed method introduces a new OOD detection paradigm that understands object co-occurrence within an image by predicting disentangled representations for the test sample, then adaptively divides patterns into three scenarios based on object co-occurrence patterns observed in ID training data, and finally performs OOD detection in a divide-and-conquer manner. By doing so, OCO can distinguish near-OOD by considering the semantic contextual relationships present in their images, avoiding the tendency to focus solely on simple, easily learnable regions. We evaluate OCO through experiments across challenging and full-spectrum OOD settings, demonstrating competitive results and confirming its ability to address both semantic and covariate shifts. Code is released at https://github.com/Michael-McQueen/OCO.

OOD检测物体共现视觉理解

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