Papers › NODE-GAM: Neural Generalized Additive Model for Interpretable Deep Learning

NODE-GAM: Neural Generalized Additive Model for Interpretable Deep Learning

3 Jun 2021ICLR 2022 4arXiv:2106.01613archive 2025-07-28

Chun-Hao Chang, Rich Caruana, Anna Goldenberg

Deployment of machine learning models in real high-risk settings (e.g. healthcare) often depends not only on the model's accuracy but also on its fairness, robustness, and interpretability. Generalized Additive Models (GAMs) are a class of interpretable models with a long history of use in these high-risk domains, but they lack desirable features of deep learning such as differentiability and scalability. In this work, we propose a neural GAM (NODE-GAM) and neural GA²M (NODE-GA²M) that scale well and perform better than other GAMs on large datasets, while remaining interpretable compared to other ensemble and deep learning models. We demonstrate that our models find interesting patterns in the data. Lastly, we show that we improve model accuracy via self-supervised pre-training, an improvement that is not possible for non-differentiable GAMs.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2106.01613")

Code

Syntology Ran 9 of 15 code samples harvested from 2 repositories linked to this paper; 6 have no recorded run. Of those that ran: 1 ran · honoured contract; 1 ran · our draft was wrong; 7 ran with no contract checked.

By repository: official repository: 12 samples from 1 repository, 7 ran; community (archive-listed): 3 samples from 1 repository, 2 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

zzzace2000/nodegam officialmentioned in papermentioned on GitHubpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

15 samples harvested; 9 ran; 1 honoured the contract we drafted; 6 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · honoured contract
1ran · our draft was wrong
7ran
6unverified

Licence: 3 of the 15 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 2 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

Entmax15Function zzzace2000/nodegam/nodegam/arch.py official repository ran MIT (permissive) · b6ad3ad95af90645 · report
GAM_ODST zzzace2000/nodegam/nodegam/arch.py official repository ran MIT (permissive) · 98280132e17d7ecb · report
ModuleWithInit zzzace2000/nodegam/nodegam/arch.py official repository ran MIT (permissive) · eda16069762b4af9 · report
ODST zzzace2000/nodegam/nodegam/arch.py official repository ran MIT (permissive) · c9033c4ad6b84b0c · report
Timer zzzace2000/nodegam/nodegam/arch.py official repository ran MIT (permissive) · 328250adf4274596 · report
_make_ix_like zzzace2000/nodegam/nodegam/arch.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · d5065b01c734ab2a · report
check_numpy zzzace2000/nodegam/nodegam/arch.py official repository ran · honoured contract MIT (permissive) · f43369bac5c86b96 · report
Entmoid15 zzzace2000/nodegam/nodegam/arch.py official repository unverified MIT (permissive) · 36b224091f68a938 · report
GAMAdditiveMixin zzzace2000/nodegam/nodegam/arch.py official repository unverified MIT (permissive) · dc7e97327b2af44f · report
GAMBlock zzzace2000/nodegam/nodegam/arch.py official repository unverified MIT (permissive) · 4a3d4c115bd3fa46 · report
ODSTBlock zzzace2000/nodegam/nodegam/arch.py official repository unverified MIT (permissive) · c1c7c834a428ca47 · report
process_in_chunks zzzace2000/nodegam/nodegam/arch.py official repository unverified MIT (permissive) · bc0337a39644d30e · report
FeedForwardDNN enouenj/sparse-interaction-additive-networks/src/sian/models/models.py community (archive-listed) ran fingerprinted no licence file found · pointer only · c484ea17a487fd2a · report
SmallModel enouenj/sparse-interaction-additive-networks/src/sian/models/models.py community (archive-listed) ran fingerprinted no licence file found · pointer only · f84da3894ffcc730 · report
Blocksparse_Deep_Relu_GAM enouenj/sparse-interaction-additive-networks/src/sian/models/models.py community (archive-listed) unverified no licence file found · pointer only · b507292035444fc2 · report

Tasks

Additive modelsDeep LearningFairnessSelf-Supervised Learning

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

GAM

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections