paper-with-me

Papers

Explaining Graph Neural Networks via Structure-aware Interaction Index

2024-05-23 · Ngoc Bui, Hieu Trung Nguyen, Viet Anh Nguyen, Rex Ying

The Shapley value is a prominent tool for interpreting black-box machine learning models thanks to its strong theoretical foundation. However, for models with structured inputs, such as graph neural networks, existing Shapley-based explainability approaches either focus solely on node-wise importance or neglect the graph structure when perturbing the input instance. This paper introduces the Myerson-Taylor interaction index that internalizes the graph structure into attributing the node values and the interaction values among nodes. Unlike the Shapley-based methods, the Myerson-Taylor index decomposes coalitions into components satisfying a pre-chosen connectivity criterion. We prove that the Myerson-Taylor index is the unique one that satisfies a system of five natural axioms accounting for graph structure and high-order interaction among nodes. Leveraging these properties, we propose Myerson-Taylor Structure-Aware Graph Explainer (MAGE), a novel explainer that uses the second-order Myerson-Taylor index to identify the most important motifs influencing the model prediction, both positively and negatively. Extensive experiments on various graph datasets and models demonstrate that our method consistently provides superior subgraph explanations compared to state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:2405.14352

Code (1)

ngocbh/mage 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

SAME: Uncovering GNN Black Box with Structure-aware Shapley-based Multipiece Explanations

2023-09-21 · NeurIPS 2023 11

Post-hoc explanation techniques on graph neural networks (GNNs) provide economical solutions for opening the black-box graph models without model retraining. Many GNN explanation variants have achieved state-of-the-art e…

Explanation Fidelity Evaluation

GStarX: Explaining Graph Neural Networks with Structure-Aware Cooperative Games

2022-01-28 · Shichang Zhang, Yozen Liu, Neil Shah, Yizhou Sun

Explaining machine learning models is an important and increasingly popular area of research interest. The Shapley value from game theory has been proposed as a prime approach to compute feature importance towards model …

AttributeFeature ImportanceGraph Property PredictionProperty Prediction+2

Actionable Real-Time Modeling of Surgical Team Dynamics via Time-Expanded Interaction Graphs

2026-05-05 · Vincenzo Marco De Luca, Antonio Longa, Giovanna Varni, Andrea Passerini arxiv

Surgical team performance arises from complex interactions between technical execution and non-technical skills, including communication and coordination dynamics. However, current surgical AI systems predominantly model…

Graph Neural Network

Efficiently Indexing Large Sparse Graphs for Similarity Search

2010-02-18 · Guoren Wang, Bin Wang, Xiaochun Yang, IEEE Computer Society 외

Abstract—The graph structure is a very important means to model schemaless data with complicated structures, such as protein- protein interaction networks, chemical compounds, knowledge query inferring systems, and road…

QGraphLIME - Explaining Quantum Graph Neural Networks

2025-10-07 · Haribandhu Jena, Jyotirmaya Shivottam, Subhankar Mishra arxiv

Quantum graph neural networks offer a powerful paradigm for learning on graph-structured data, yet their explainability is complicated by measurement-induced stochasticity and the combinatorial nature of graph structure.…