Knowledge-Guided Failure Prediction: Detecting When Object Detectors Miss Safety-Critical Objects
Jakob Paul Zimmermann, Gerrit Holzbach, David Lerch

TL;DR
This paper introduces KGFP, a novel framework that detects when object detectors fail silently in safety-critical environments by measuring semantic misalignment between detector features and foundation model embeddings, improving failure detection accuracy.
Contribution
The paper presents KGFP, a new representation-based monitoring method that effectively predicts detector failures by leveraging semantic divergence, outperforming traditional OOD detection approaches.
Findings
KGFP improves safety-critical object detection by reliably flagging failures.
Applying KGFP increases recall of critical objects at low false positive rates.
KGFP outperforms baseline OOD methods across multiple visual domains.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Adversarial Robustness in Machine Learning · Anomaly Detection Techniques and Applications
