LGAIMay 18, 2021

Zorro: Valid, Sparse, and Stable Explanations in Graph Neural Networks

arXiv:2105.08621v261 citations
Originality Incremental advance
AI Analysis

This work provides a more reliable explanation method for GNNs, which is crucial for users in fields like social network analysis or bioinformatics who need interpretable AI decisions, though it is incremental as it builds on prior explanation techniques.

The paper tackles the problem of generating explanations for graph neural networks (GNNs) by addressing limitations in existing methods that lack validity, sparsity, and robustness, and it introduces Zorro, a novel approach that produces sparser, more stable, and faithful explanations as demonstrated through experiments on real and synthetic datasets.

With the ever-increasing popularity and applications of graph neural networks, several proposals have been made to explain and understand the decisions of a graph neural network. Explanations for graph neural networks differ in principle from other input settings. It is important to attribute the decision to input features and other related instances connected by the graph structure. We find that the previous explanation generation approaches that maximize the mutual information between the label distribution produced by the model and the explanation to be restrictive. Specifically, existing approaches do not enforce explanations to be valid, sparse, or robust to input perturbations. In this paper, we lay down some of the fundamental principles that an explanation method for graph neural networks should follow and introduce a metric RDT-Fidelity as a measure of the explanation's effectiveness. We propose a novel approach Zorro based on the principles from rate-distortion theory that uses a simple combinatorial procedure to optimize for RDT-Fidelity. Extensive experiments on real and synthetic datasets reveal that Zorro produces sparser, stable, and more faithful explanations than existing graph neural network explanation approaches.

Code Implementations1 repo
Foundations

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

Your Notes