cs.LGJul 23, 2026

A Polynomial Architecture-Attribution Co-Design Framework for Exact Aumann-Shapley Attribution in GNNs

Authors: Bizu Feng, Zhimu Yang, Shuming Wang, Shaode Yu, Yuan Cheng, Xiaojun Qian, Zixin Hu

Abstract

We study feature-level and node-level explanations for graph neural networks (GNNs) through the lens of Aumann-Shapley attribution. Path-integral methods such as Integrated Gradients provide an axiomatic formulation of attribution, but their practical use in deep GNNs typically relies on finite-sample numerical approximations to the path integral, requiring a trade-off between quadrature error and computational cost. This paper proposes APEX, a model-attribution co-design framework that makes the attribution integral exactly computable under a polynomial GNN architecture. The key component is PolyGIN, a GIN-style graph network whose message-passing, normalization, and transformation operations preserve a bounded multivariate polynomial form for scalar model scores, such as pre-softmax logits. We show that, for a PolyGIN with LL polynomial transformation blocks, the derivative along the attribution path has degree at most 2L−12^L-1. Therefore, Gauss--Legendre quadrature can evaluate the Aumann--Shapley path integral exactly, up to floating-point precision, with 2L−12^{L-1} deterministic evaluation points. The resulting attributions can be computed at the feature level and then aggregated into node-level scores while preserving completeness. Experiments on synthetic and real-world graph benchmarks show that PolyGIN maintains competitive predictive performance, while the complete APEX framework achieves higher attribution fidelity than the compared baselines and substantially reduces the number of evaluations required for path integration.

Explore similar work

CardsList
  1. Efficient Higher-order Subgraph Attribution via Message Passing

    May 21, 2026Ping Xiong, Thomas Schnake, Grégoire Montavon +2SubgraphsGraph Neural Networks

  2. B-cos GNNs: Faithful Explanations through Dynamic Linearity

    May 19, 2026Joschka Groß, Mohammad Shaique Solanki, Verena WolfExplainabilityGraph Neural Networks