paper-with-me

Papers

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 predictions on images, text, tabular data, and recently graph neural networks (GNNs) on graphs. In this work, we revisit the appropriateness of the Shapley value for GNN explanation, where the task is to identify the most important subgraph and constituent nodes for GNN predictions. We claim that the Shapley value is a non-ideal choice for graph data because it is by definition not structure-aware. We propose a Graph Structure-aware eXplanation (GStarX) method to leverage the critical graph structure information to improve the explanation. Specifically, we define a scoring function based on a new structure-aware value from the cooperative game theory proposed by Hamiache and Navarro (HN). When used to score node importance, the HN value utilizes graph structures to attribute cooperation surplus between neighbor nodes, resembling message passing in GNNs, so that node importance scores reflect not only the node feature importance, but also the node structural roles. We demonstrate that GStarX produces qualitatively more intuitive explanations, and quantitatively improves explanation fidelity over strong baselines on chemical graph property prediction and text graph sentiment classification.

📄 PDF Abstract BibTeX arXiv:2201.12380

Code (1)

shichangzh/gstarx 공식 구현 pytorch

Tasks

AttributeFeature ImportanceGraph Property PredictionProperty PredictionSentiment AnalysisSentiment Classification

Similar Papers 제목 키워드 기반

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

V2V-GoT: Vehicle-to-Vehicle Cooperative Autonomous Driving with Multimodal Large Language Models and Graph-of-Thoughts

2025-09-22 · Hsu-kuang Chiu, Ryo Hachiuma, Chien-Yi Wang, Yu-Chiang Frank Wang 외 arxiv

Current state-of-the-art autonomous vehicles could face safety-critical situations when their local sensors are occluded by large nearby objects on the road. Vehicle-to-vehicle (V2V) cooperative autonomous driving has be…

Autonomous VehiclesAutonomous Driving

Structure-Aware Cooperative Ensemble Evolutionary Optimization on Combinatorial Problems with Multimodal Large Language Models

2025-10-24 · Jie Zhao, Kang Hao Cheong arxiv

Evolutionary algorithms (EAs) have proven effective in exploring the vast solution spaces typical of graph-structured combinatorial problems. However, traditional encoding schemes, such as binary or numerical representat…

Cooperative Causal GraphSAGE

2025-05-20 · Zaifa Xue, Tao Zhang, Tuo Xu, Huaixin Liang 외

GraphSAGE is a widely used graph neural network. The introduction of causal inference has improved its robust performance and named as Causal GraphSAGE. However, Causal GraphSAGE focuses on measuring causal weighting amo…

Causal InferenceGraph Neural Network

Strategic learning for disturbance rejection in multi-agent systems: Nash and Minmax in graphical games

2025-04-10 · Xinyang Wang, Martin Guay, Shimin Wang, Hongwei Zhang

This article investigates the optimal control problem with disturbance rejection for discrete-time multi-agent systems under cooperative and non-cooperative graphical games frameworks. Given the practical challenges of o…