arXiv:2410.19978cs.LG2024-10被引 3

提出全局图反事实解释方法,用子图规则提升模型可解释性。

Global Graph Counterfactual Explanation: A Subgraph Mapping Approach

  • 基于子图映射构建全局反事实规则,替代关键子图改变预测
  • 在多个数据集上实现超过85%的预测覆盖率,优于现有方法
  • 适合需要理解模型跨图决策逻辑的研究者和开发者

图神经网络(GNN)在实际应用中广泛使用,但多数为黑箱模型,缺乏可解释性。反事实解释通过寻找最小图扰动来改变GNN预测,是常见解释策略。现有方法多聚焦局部层面(即对单个图生成反事实),存在信息过载且难以揭示跨图关系。为此,本文提出全局图反事实解释方法GlobalGCE,旨在识别一组子图映射规则作为目标GNN的反事实解释。根据这些规则,将特定重要子图替换为对应反事实子图,可在大多数图上使GNN预测变为期望类别(即最大覆盖率)。方法上,设计了显著子图生成器与反事实子图自编码器,有效生成子图及规则。大量实验表明,GlobalGCE优于现有基线方法。代码已公开于https://anonymous.4open.science/r/GlobalGCE-92E8。

原文摘要 · Abstract (English)

Graph Neural Networks (GNNs) have been widely deployed in various real-world applications. However, most GNNs are black-box models that lack explanations. One strategy to explain GNNs is through counterfactual explanation, which aims to find minimum perturbations on input graphs that change the GNN predictions. Existing works on GNN counterfactual explanations primarily concentrate on the local-level perspective (i.e., generating counterfactuals for each individual graph), which suffers from information overload and lacks insights into the broader cross-graph relationships. To address such issues, we propose GlobalGCE, a novel global-level graph counterfactual explanation method. GlobalGCE aims to identify a collection of subgraph mapping rules as counterfactual explanations for the target GNN. According to these rules, substituting certain significant subgraphs with their counterfactual subgraphs will change the GNN prediction to the desired class for most graphs (i.e., maximum coverage). Methodologically, we design a significant subgraph generator and a counterfactual subgraph autoencoder in our GlobalGCE, where the subgraphs and the rules can be effectively generated. Extensive experiments demonstrate the superiority of our GlobalGCE compared to existing baselines. Our code can be found at https://anonymous.4open.science/r/GlobalGCE-92E8.

图神经网络反事实解释可解释性

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。