paper-with-me

Papers

Shapley-Value-Based Graph Sparsification for GNN Inference

2025-07-28 · Selahattin Akkas, Ariful Azad arxiv

Graph sparsification is a key technique for improving inference efficiency in Graph Neural Networks by removing edges with minimal impact on predictions. GNN explainability methods generate local importance scores, which can be aggregated into global scores for graph sparsification. However, many explainability methods produce only non-negative scores, limiting their applicability for sparsification. In contrast, Shapley value based methods assign both positive and negative contributions to node predictions, offering a theoretically robust and fair allocation of importance by evaluating many subsets of graphs. Unlike gradient-based or perturbation-based explainers, Shapley values enable better pruning strategies that preserve influential edges while removing misleading or adversarial connections. Our approach shows that Shapley value-based graph sparsification maintains predictive performance while significantly reducing graph complexity, enhancing both interpretability and efficiency in GNN inference.

📄 PDF Abstract BibTeX arXiv:2507.20460

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Rigorous Explanation of Inference on Probabilistic Graphical Models

2020-04-21 · Yifei Liu, Chao Chen, Xi Zhang, Sihong Xie

Probabilistic graphical models, such as Markov random fields (MRF), exploit dependencies among random variables to model a rich family of joint probability distributions. Sophisticated inference algorithms, such as belie…

AttributeDecision Making

Shapley-Guided Utility Learning for Effective Graph Inference Data Valuation

2025-03-23 · Hongliang Chi, Qiong Wu, Zhengyi Zhou, Yao Ma

Graph Neural Networks (GNNs) have demonstrated remarkable performance in various graph-based machine learning tasks, yet evaluating the importance of neighbors of testing nodes remains largely unexplored due to the chall…

Data ValuationValue prediction

HarsanyiNet: Computing Accurate Shapley Values in a Single Forward Propagation

2023-04-04 · Lu Chen, Siyu Lou, Keyan Zhang, Jin Huang 외

The Shapley value is widely regarded as a trustworthy attribution metric. However, when people use Shapley values to explain the attribution of input variables of a deep neural network (DNN), it usually requires a very h…

llmSHAP: A Principled Approach to LLM Explainability

2025-11-03 · Filip Naudot, Tobias Sundqvist, Timotheus Kampik arxiv

Feature attribution methods help make machine learning-based inference explainable by determining how much one or several features have contributed to a model's output. A particularly popular attribution method is based …

TN-SHAP-G: Graph-Structured Tensor Network Surrogates for Shapley Values and Interactions

2026-06-01 · Farzaneh Heidari, Guillaume Rabusseau arxiv

Shapley values are a widely used tool for attributing importance and interactions among input variables in black-box models, but their computation involves a function defined over an exponentially large space of subsets.…