paper-with-me

홈 › Papers

Quantifying Explanation Quality in Graph Neural Networks using Out-of-Distribution Generalization

2026-02-07 · Ding Zhang, Siddharth Betala, Chirag Agarwal arxiv

Evaluating the quality of post-hoc explanations for Graph Neural Networks (GNNs) remains a significant challenge. While recent years have seen an increasing development of explainability methods, current evaluation metrics (e.g., fidelity, sparsity) often fail to assess whether an explanation identifies the true underlying causal variables. To address this, we propose the Explanation-Generalization Score (EGS), a metric that quantifies the causal relevance of GNN explanations. EGS is founded on the principle of feature invariance and posits that if an explanation captures true causal drivers, it should lead to stable predictions across distribution shifts. To quantify this, we introduce a framework that trains GNNs using explanatory subgraphs and evaluates their performance in Out-of-Distribution (OOD) settings (here, OOD generalization serves as a rigorous proxy for the explanation's causal validity). Through large-scale validation involving 11,200 model combinations across synthetic and real-world datasets, our results demonstrate that EGS provides a principled benchmark for ranking explainers based on their ability to capture causal substructures, offering a robust alternative to traditional fidelity-based metrics.

📄 PDF Abstract BibTeX arXiv:2602.07708

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Quantifying the Intrinsic Usefulness of Attributional Explanations for Graph Neural Networks with Artificial Simulatability Studies

2023-05-25 · Jonas Teufel, Luca Torresi, Pascal Friederich

Despite the increasing relevance of explainable AI, assessing the quality of explanations remains a challenging issue. Due to the high costs associated with human-subject experiments, various proxy metrics are often used…

Graph Classification

From Binary to Continuous: Stochastic Re-Weighting for Robust Graph Explanation

2025-08-03 · Zhuomin Chen, Jingchao Ni, Hojat Allah Salehi, Xu Zheng 외 arxiv

Graph Neural Networks (GNNs) have achieved remarkable performance in a wide range of graph-related learning tasks. However, explaining their predictions remains a challenging problem, especially due to the mismatch betwe…

Quantifying Distributional Invariance in Causal Subgraph for IRM-Free Graph Generalization

2025-10-23 · Yang Qiu, Yixiong Zou, Jun Wang, Wei Liu 외 arxiv

Out-of-distribution generalization under distributional shifts remains a critical challenge for graph neural networks. Existing methods generally adopt the Invariant Risk Minimization (IRM) framework, requiring costly en…

How Much Can I Trust You? -- Quantifying Uncertainties in Explaining Neural Networks

2020-06-16 · Kirill Bykov, Marina M. -C. Höhne, Klaus-Robert Müller, Shinichi Nakajima 외

Explainable AI (XAI) aims to provide interpretations for predictions made by learning machines, such as deep neural networks, in order to make the machines more transparent for the user and furthermore trustworthy also f…

Explainable Artificial Intelligence (XAI)

Evaluating Explainability for Graph Neural Networks

2022-08-19 · Chirag Agarwal, Owen Queen, Himabindu Lakkaraju, Marinka Zitnik

As post hoc explanations are increasingly used to understand the behavior of graph neural networks (GNNs), it becomes crucial to evaluate the quality and reliability of GNN explanations. However, assessing the quality of…