🤖 AI Summary
Graph Neural Networks (GNNs) achieve strong performance in graph learning but suffer from opaque decision-making due to their inherent nonlinearity, hindering trustworthy deployment and debugging. To address this, we propose the first multi-granularity visual analytics framework for GNN interpretability, specifically designed for node classification. Our method innovatively integrates dynamic graph editing with coordinated multi-view interaction, enabling real-time “what-if” analysis of structural perturbations on predictions. It unifies intrinsic (e.g., GAT attention) and post-hoc (e.g., GNNExplainer) explanation methods, and introduces tailored visualization techniques—including dynamic graph layout, embedding projection, and joint feature-neighborhood views. Evaluation on Cora and CiteSeer demonstrates significant improvements in misclassification diagnosis, comparative model behavior analysis, and sensitivity assessment accuracy. The framework substantially enhances both the transparency and trustworthiness of GNNs.
📝 Abstract
Graph Neural Networks (GNNs) excel in graph-based learning tasks, but their complex, non-linear operations often render them as opaque "black boxes". This opacity hinders user trust, complicates debugging, bias detection, and adoption in critical domains requiring explainability. This paper introduces InteractiveGNNExplainer, a visual analytics framework to enhance GNN explainability, focusing on node classification. Our system uniquely integrates coordinated interactive views (dynamic graph layouts, embedding projections, feature inspection, neighborhood analysis) with established post-hoc (GNNExplainer) and intrinsic (GAT attention) explanation techniques. Crucially, it incorporates interactive graph editing, allowing users to perform a "what-if" analysis by perturbing graph structures and observing immediate impacts on GNN predictions and explanations. We detail the system architecture and, through case studies on Cora and CiteSeer datasets, demonstrate how InteractiveGNNExplainer facilitates in-depth misclassification diagnosis, comparative analysis of GCN versus GAT behaviors, and rigorous probing of model sensitivity. These capabilities foster a deeper, multifaceted understanding of GNN predictions, contributing to more transparent, trustworthy, and robust graph analysis.