paper-with-me

홈 › Papers

Towards Robust Fidelity for Evaluating Explainability of Graph Neural Networks

2023-10-03 · Xu Zheng, Farhad Shirani, Tianchun Wang, Wei Cheng, Zhuomin Chen, Haifeng Chen, Hua Wei, Dongsheng Luo

Graph Neural Networks (GNNs) are neural models that leverage the dependency structure in graphical data via message passing among the graph nodes. GNNs have emerged as pivotal architectures in analyzing graph-structured data, and their expansive application in sensitive domains requires a comprehensive understanding of their decision-making processes -- necessitating a framework for GNN explainability. An explanation function for GNNs takes a pre-trained GNN along with a graph as input, to produce a `sufficient statistic' subgraph with respect to the graph label. A main challenge in studying GNN explainability is to provide fidelity measures that evaluate the performance of these explanation functions. This paper studies this foundational challenge, spotlighting the inherent limitations of prevailing fidelity metrics, including $Fid_+$, $Fid_-$, and $Fid_\Delta$. Specifically, a formal, information-theoretic definition of explainability is introduced and it is shown that existing metrics often fail to align with this definition across various statistical scenarios. The reason is due to potential distribution shifts when subgraphs are removed in computing these fidelity measures. Subsequently, a robust class of fidelity measures are introduced, and it is shown analytically that they are resilient to distribution shift issues and are applicable in a wide range of scenarios. Extensive empirical analysis on both synthetic and real datasets are provided to illustrate that the proposed metrics are more coherent with gold standard metrics. The source code is available at https://trustai4s-lab.github.io/fidelity.

📄 PDF Abstract BibTeX arXiv:2310.01820

Code (1)

AslanDing/Fidelity 공식 구현 pytorch

Tasks

Decision Making

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

Combining Sub-Symbolic and Symbolic Methods for Explainability

2021-12-03 · Anna Himmelhuber, Stephan Grimm, Sonja Zillner, Mitchell Joblin 외

Similarly to other connectionist models, Graph Neural Networks (GNNs) lack transparency in their decision-making. A number of sub-symbolic approaches have been developed to provide insights into the GNN decision making p…

Decision Making

Evaluating Explainability: A Framework for Systematic Assessment and Reporting of Explainable AI Features

2025-06-16 · Miguel A. Lago, Ghada Zamzmi, Brandon Eich, Jana G. Delfino

Explainability features are intended to provide insight into the internal mechanisms of an AI device, but there is a lack of evaluation techniques for assessing the quality of provided explanations. We propose a framewor…

Parallelizing Node-Level Explainability in Graph Neural Networks

2026-01-08 · Oscar Llorente, Jaime Boal, Eugenio F. Sánchez-Úbeda, Antonio Diaz-Cano 외 arxiv

Graph Neural Networks (GNNs) have demonstrated remarkable performance in a wide range of tasks, such as node classification, link prediction, and graph classification, by exploiting the structural information in graph-st…

Graph ClassificationNode Classificationgraph partitioningLink Prediction

Defending Against Backdoor Attack on Graph Nerual Network by Explainability

2022-09-07 · Bingchen Jiang, Zhao Li

Backdoor attack is a powerful attack algorithm to deep learning model. Recently, GNN's vulnerability to backdoor attack has been proved especially on graph classification task. In this paper, we propose the first backdoo…

Backdoor AttackGraph Classification

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 metri…