SEAILGMar 21, 2025

Debugging and Runtime Analysis of Neural Networks with VLMs (A Case Study)

arXiv:2503.17416v12 citationsh-index: 312025 IEEE/ACM 4th International Conference on AI Engineering – Software Engineering for AI (CAIN)
Originality Incremental advance
AI Analysis

This work addresses debugging for vision model developers, offering an automated tool to improve reliability, though it is incremental as it builds on existing VLM capabilities.

The paper tackles the challenge of debugging deep neural networks by using Vision-Language Models (VLMs) to interpret model behavior with semantic heatmaps, enabling fault localization and runtime defect detection, as demonstrated on a ResNet-based classifier with the RIVAL10 dataset.

Debugging of Deep Neural Networks (DNNs), particularly vision models, is very challenging due to the complex and opaque decision-making processes in these networks. In this paper, we explore multi-modal Vision-Language Models (VLMs), such as CLIP, to automatically interpret the opaque representation space of vision models using natural language. This in turn, enables a semantic analysis of model behavior using human-understandable concepts, without requiring costly human annotations. Key to our approach is the notion of semantic heatmap, that succinctly captures the statistical properties of DNNs in terms of the concepts discovered with the VLM and that are computed off-line using a held-out data set. We show the utility of semantic heatmaps for fault localization -- an essential step in debugging -- in vision models. Our proposed technique helps localize the fault in the network (encoder vs head) and also highlights the responsible high-level concepts, by leveraging novel differential heatmaps, which summarize the semantic differences between the correct and incorrect behaviour of the analyzed DNN. We further propose a lightweight runtime analysis to detect and filter-out defects at runtime, thus improving the reliability of the analyzed DNNs. The runtime analysis works by measuring and comparing the similarity between the heatmap computed for a new (unseen) input and the heatmaps computed a-priori for correct vs incorrect DNN behavior. We consider two types of defects: misclassifications and vulnerabilities to adversarial attacks. We demonstrate the debugging and runtime analysis on a case study involving a complex ResNet-based classifier trained on the RIVAL10 dataset.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes