菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-03-26
📄 Abstract - Knowledge-Guided Failure Prediction: Detecting When Object Detectors Miss Safety-Critical Objects

Object detectors deployed in safety-critical environments can fail silently, e.g. missing pedestrians, workers, or other safety-critical objects without emitting any warning. Traditional Out Of Distribution (OOD) detection methods focus on identifying unfamiliar inputs, but do not directly predict functional failures of the detector itself. We introduce Knowledge Guided Failure Prediction (KGFP), a representation-based monitoring framework that treats missed safety-critical detections as anomalies to be detected at runtime. KGFP measures semantic misalignment between internal object detector features and visual foundation model embeddings using a dual-encoder architecture with an angular distance metric. A key property is that when either the detector is operating outside its competence or the visual foundation model itself encounters novel inputs, the two embeddings diverge, producing a high-angle signal that reliably flags unsafe images. We compare our novel KGFS method to baseline OOD detection methods. On COCO person detection, applying KGFP as a selective-prediction gate raises person recall among accepted images from 64.3% to 84.5% at 5% False Positive Rate (FPR), and maintains strong performance across six COCO-O visual domains, outperforming OOD baselines by large margins. Our code, models, and features are published at this https URL.

顶级标签: computer vision model evaluation systems
详细标签: failure prediction object detection safety-critical systems anomaly detection selective prediction 或 搜索:

知识引导的故障预测:检测目标检测器何时漏检安全关键物体 / Knowledge-Guided Failure Prediction: Detecting When Object Detectors Miss Safety-Critical Objects


1️⃣ 一句话总结

这篇论文提出了一种名为KGFP的新方法,它通过比较目标检测器和视觉基础模型对同一图像的理解差异,来实时预测并预警检测器可能漏检行人等安全关键物体的故障,从而提升自动驾驶等安全关键系统的可靠性。

源自 arXiv: 2603.25499