The Interpretable and Effective Graph Neural Additive Networks
Maya Bechler-Speicher, Amir Globerson, Ran Gilad-Bachrach
TL;DR
The paper tackles the need for transparency in graph-based learning by introducing Graph Neural Additive Networks (GNAN), an interpretable-by-design GNN that extends Generalized Additive Models to graphs. GNAN learns a distance-weighted aggregation using a global distance function $ρ$ and univariate feature shape functions $f_k$, yielding node representations $[\mathbf{h}_i]_k$ that support exact, human-understandable visualizations and explanations. Empirically, GNAN achieves competitive accuracy on standard node and graph prediction benchmarks, with particular strength on long-range dependency tasks, while providing both global and local explanations and debugging capabilities. The work demonstrates that interpretability need not come at substantial accuracy cost and outlines future directions for smoother shape functions, per-feature weighting, and readout enhancements.
Abstract
Graph Neural Networks (GNNs) have emerged as the predominant approach for learning over graph-structured data. However, most GNNs operate as black-box models and require post-hoc explanations, which may not suffice in high-stakes scenarios where transparency is crucial. In this paper, we present a GNN that is interpretable by design. Our model, Graph Neural Additive Network (GNAN), is a novel extension of the interpretable class of Generalized Additive Models, and can be visualized and fully understood by humans. GNAN is designed to be fully interpretable, offering both global and local explanations at the feature and graph levels through direct visualization of the model. These visualizations describe exactly how the model uses the relationships between the target variable, the features, and the graph. We demonstrate the intelligibility of GNANs in a series of examples on different tasks and datasets. In addition, we show that the accuracy of GNAN is on par with black-box GNNs, making it suitable for critical applications where transparency is essential, alongside high accuracy.
