paper-with-me

홈 › Papers

The Intelligible and Effective Graph Neural Additive Networks

2024-06-03 · Maya Bechler-Speicher, Amir Globerson, Ran Gilad-Bachrach

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.

📄 PDF Abstract BibTeX arXiv:2406.01317

Code (2)

mayabechlerspeicher/Graph-Neural-Additive-Networks---GNAN 공식 구현 pytorch
ak24watch/interpretable-GNNs pytorch

Tasks

Additive models

Similar Papers 제목 키워드 기반

EviNAM: Intelligibility and Uncertainty via Evidential Neural Additive Models

2026-01-13 · Sören Schleibaum, Anton Frederik Thielmann, Julian Teusch, Benjamin Säfken 외 arxiv

Intelligibility and accurate uncertainty estimation are crucial for reliable decision-making. In this paper, we propose EviNAM, an extension of evidential learning that integrates the interpretability of Neural Additive …

Interpretable Additive Recurrent Neural Networks For Multivariate Clinical Time Series

2021-09-15 · Asif Rahman, Yale Chang, Jonathan Rubin

Time series models with recurrent neural networks (RNNs) can have high accuracy but are unfortunately difficult to interpret as a result of feature-interactions, temporal-interactions, and non-linear transformations. Int…

Time SeriesTime Series Analysis

Neural Additive Models: Interpretable Machine Learning with Neural Nets

2020-04-29 · NeurIPS 2021 12 · Rishabh Agarwal, Levi Melnick, Nicholas Frosst, Xuezhou Zhang 외

Deep neural networks (DNNs) are powerful black-box predictors that have achieved impressive performance on a wide variety of tasks. However, their accuracy comes at the cost of intelligibility: it is usually unclear how …

Additive modelsBIG-bench Machine LearningDecision MakingInterpretable Machine Learning+1

Explainable Automatic Grading with Neural Additive Models

2024-05-01 · Aubrey Condor, Zachary Pardos

The use of automatic short answer grading (ASAG) models may help alleviate the time burden of grading while encouraging educators to frequently incorporate open-ended items in their curriculum. However, current state-of-…

Additive modelsautomatic short answer gradingFeature Engineering

ProtoNAM: Prototypical Neural Additive Models for Interpretable Deep Tabular Learning

2024-10-07 · Guangzhi Xiong, Sanchit Sinha, Aidong Zhang

Generalized additive models (GAMs) have long been a powerful white-box tool for the intelligible analysis of tabular data, revealing the influence of each feature on the model predictions. Despite the success of neural n…

Additive models