CAFD: Concept-Aware DNN Fault Detection using VLMs

Amin Abbasishahkoo, Mahboubeh Dadkhah, Lionel Briand

arXiv:2605.24008 · 2026-05-26 공개 · arXiv · PDF

vlm image-net feature-extraction concept-aware dnn-fault-detection fault-detection-rate model-based-signals concept-failure-ratio

Abstract

Fault detection for Deep Neural Networks (DNNs) has received increasing attention in recent years. While more advanced hybrid approaches have been proposed to combine multiple sources of information and outperform earlier techniques, they often incur substantial computational overhead, limiting scalability and practicality in real-world settings. In this paper, we introduce Concept-Aware Fault Detection (CAFD), a learning-based approach that achieves superior fault detection performance by effectively integrating multiple information sources while maintaining practical efficiency. Specifically, CAFD is trained using a carefully selected set of informative features, including model-based signals derived from the DNN's outputs, distance-based features, and a novel concept-based feature, called Concept Failure Ratio (CFR). CFR leverages Vision-Language Models (VLMs) to extract textual concepts from images and quantify the likelihood that their presence is associated with DNN failures. By incorporating this feature, CAFD benefits from complementary semantic information, enabling more effective fault detection. Our results demonstrate that CFR serves as an effective indicator for DNN fault detection. We conduct an extensive empirical evaluation of CAFD, comparing it against five state-of-the-art baselines across three subject DNN models and datasets, including ImageNet. Across a wide range of constrained selection budgets, CAFD consistently outperforms all baselines in Fault Detection Rate (FDR), achieving average FDR improvements of 18.3% across all investigated subjects and budget sizes.

한국어 요약

📋 한 줄 요약

**[DNN Fault Detection / VLM]** CAFD가 model-based signal·distance feature·VLM 기반 Concept Failure Ratio(CFR)를 통합 — ImageNet 등 3 DNN·5 SOTA baseline 대비 평균 FDR 18.3% 향상, hybrid 방식 대비 계산 부담 완화.

🎯 핵심 기여도

💡 핵심 아이디어

DNN fault detection 성능은 model-based·distance-based feature를 넘어 image-level semantic concept(VLM이 추출하는 textual concept)이 failure와 어떻게 연관되는지를 정량화하는 CFR과 결합할 때 효율·정확도를 동시에 개선할 수 있다.

🔬 기술적 접근법

📊 주요 결과

💭 의의 및 한계

**의의**: VLM 의미 정보를 fault detection에 효과적 결합, hybrid 방식의 계산 부담 완화하면서 성능 향상, ImageNet 규모 평가로 실용성 입증. **한계**: VLM concept 추출 비용·품질에 성능 의존, CFR 정의에 사용된 concept vocabulary 의존, 매우 큰 DNN에서의 scaling은 추가 검증.

🚀 실용적 활용