CVLGApr 28, 2025

Explaining Vision GNNs: A Semantic and Visual Analysis of Graph-based Image Classification

arXiv:2504.19682v14 citationsh-index: 29xAI
Originality Synthesis-oriented
AI Analysis

This work addresses the underexplored issue of explainability in GNN-based vision models, which is incremental as it analyzes existing methods rather than introducing new ones.

The paper tackled the problem of explainability in Graph Neural Networks (GNNs) for image classification by analyzing semantic consistency and visualizing information flow across layers, finding that decision-making can be explained but often diverges from human perception in deeper layers.

Graph Neural Networks (GNNs) have emerged as an efficient alternative to convolutional approaches for vision tasks such as image classification, leveraging patch-based representations instead of raw pixels. These methods construct graphs where image patches serve as nodes, and edges are established based on patch similarity or classification relevance. Despite their efficiency, the explainability of GNN-based vision models remains underexplored, even though graphs are naturally interpretable. In this work, we analyze the semantic consistency of the graphs formed at different layers of GNN-based image classifiers, focusing on how well they preserve object structures and meaningful relationships. A comprehensive analysis is presented by quantifying the extent to which inter-layer graph connections reflect semantic similarity and spatial coherence. Explanations from standard and adversarial settings are also compared to assess whether they reflect the classifiers' robustness. Additionally, we visualize the flow of information across layers through heatmap-based visualization techniques, thereby highlighting the models' explainability. Our findings demonstrate that the decision-making processes of these models can be effectively explained, while also revealing that their reasoning does not necessarily align with human perception, especially in deeper layers.

Foundations

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

Your Notes