菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-04-23
📄 Abstract - Component-Based Out-of-Distribution Detection

Out-of-Distribution (OOD) detection requires sensitivity to subtle shifts without overreacting to natural In-Distribution (ID) diversity. However, from the viewpoint of detection granularity, global representation inevitably suppress local OOD cues, while patch-based methods are unstable due to entangled spurious-correlation and noise. And neither them is effective in detecting compositional OODs composed of valid ID components. Inspired by recognition-by-components theory, we present a training-free Component-Based OOD Detection (CoOD) framework that addresses the existing limitations by decomposing inputs into functional components. To instantiate CoOD, we derive Component Shift Score (CSS) to detect local appearance shifts, and Compositional Consistency Score (CCS) to identify cross-component compositional inconsistencies. Empirically, CoOD achieves consistent improvements on both coarse- and fine-grained OOD detection.

顶级标签: computer vision machine learning model evaluation
详细标签: ood detection component-based compositional inconsistency local shift 或 搜索:

基于组件的分布外检测 / Component-Based Out-of-Distribution Detection


1️⃣ 一句话总结

本文提出一种无需训练的组件化分布外检测框架,通过将输入分解为功能组件并设计两种评分机制,分别检测局部外观变化和组件间组合异常,从而更准确地识别出那些在整体上看似正常但局部或组合方式异常的样本。

源自 arXiv: 2604.21546