LGAIJun 3, 2024

The Interpretable and Effective Graph Neural Additive Networks

arXiv:2406.01317v426 citations
Originality Highly original
AI Analysis

This addresses the need for transparency in high-stakes graph-based applications, offering an interpretable alternative without sacrificing performance.

The authors tackled the problem of black-box graph neural networks by introducing Graph Neural Additive Networks (GNAN), an interpretable-by-design model that provides global and local explanations through visualization, and demonstrated its accuracy is comparable to black-box GNNs.

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.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes