Multi-objective Explanations of GNN Predictions
Yifei Liu, Chao Chen, Yazheng Liu, Xi Zhang, Sihong Xie

TL;DR
This paper introduces a multi-objective optimization approach to generate explanations for GNN predictions that balance interpretability and relevance, using a model-agnostic search algorithm validated across multiple datasets.
Contribution
It proposes a novel multi-objective explanation method for GNNs that balances simulatability and counterfactual relevance without needing model access.
Findings
Pareto optimal explanations outperform single-objective baselines.
Explanations are robust and sensitive to confounders.
Counterfactuals support algorithmic recourse and fairness.
Abstract
Graph Neural Network (GNN) has achieved state-of-the-art performance in various high-stake prediction tasks, but multiple layers of aggregations on graphs with irregular structures make GNN a less interpretable model. Prior methods use simpler subgraphs to simulate the full model, or counterfactuals to identify the causes of a prediction. The two families of approaches aim at two distinct objectives, "simulatability" and "counterfactual relevance", but it is not clear how the objectives can jointly influence the human understanding of an explanation. We design a user study to investigate such joint effects and use the findings to design a multi-objective optimization (MOO) algorithm to find Pareto optimal explanations that are well-balanced in simulatability and counterfactual. Since the target model can be of any GNN variants and may not be accessible due to privacy concerns, we design…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsExplainable Artificial Intelligence (XAI) · Advanced Graph Neural Networks · Machine Learning in Materials Science
MethodsCounterfactuals Explanations
