LGDBApr 30, 2024

Generating Robust Counterfactual Witnesses for Graph Neural Networks

arXiv:2404.19519v16 citationsh-index: 4ICDE
Originality Incremental advance
AI Analysis

This addresses the need for robust and interpretable explanations in GNNs, particularly for node classification tasks, offering a novel approach that is incremental in enhancing explanation reliability.

The paper tackles the problem of explaining graph neural networks (GNNs) by introducing robust counterfactual witnesses (RCWs), which provide explanations that remain valid under perturbations, and presents efficient algorithms for generating and verifying them, with experimental validation on benchmark datasets.

This paper introduces a new class of explanation structures, called robust counterfactual witnesses (RCWs), to provide robust, both counterfactual and factual explanations for graph neural networks. Given a graph neural network M, a robust counterfactual witness refers to the fraction of a graph G that are counterfactual and factual explanation of the results of M over G, but also remains so for any "disturbed" G by flipping up to k of its node pairs. We establish the hardness results, from tractable results to co-NP-hardness, for verifying and generating robust counterfactual witnesses. We study such structures for GNN-based node classification, and present efficient algorithms to verify and generate RCWs. We also provide a parallel algorithm to verify and generate RCWs for large graphs with scalability guarantees. We experimentally verify our explanation generation process for benchmark datasets, and showcase their applications.

Foundations

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

Your Notes