Papers › Neural Additive and Basis Models with Feature Selection and Interactions

Neural Additive and Basis Models with Feature Selection and Interactions

18 Jun 2026arXiv:2606.19850added by Syntology

Yasutoshi Kishimoto, Kota Yamanishi, Takuya Matsuda, Shinichi Shirakawa

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Deep neural networks (DNNs) exhibit attractive performance in various fields but often suffer from low interpretability. The neural additive model (NAM) and its variant called the neural basis model (NBM) use neural networks (NNs) as nonlinear shape functions in generalized additive models (GAMs). Both models are highly interpretable and exhibit good performance and flexibility for NN training. NAM and NBM can provide and visualize the contribution of each feature to the prediction owing to GAM-based architectures. However, when using two-input NNs to consider feature interactions or when applying them to high-dimensional datasets, training NAM and NBM becomes intractable due to the increase in the computational resources required. This paper proposes incorporating the feature selection mechanism into NAM and NBM to resolve computational bottlenecks. We introduce the feature selection layer in both models and update the selection weights during training. Our method is simple and can reduce computational costs and model sizes compared to vanilla NAM and NBM. In addition, it enables us to use two-input NNs even in high-dimensional datasets and capture feature interactions. We demonstrate that the proposed models are computationally efficient compared to vanilla NAM and NBM, and they exhibit better or comparable performance with state-of-the-art GAMs.

PaperPDFCode 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="2606.19850")

Code

Syntology Ran 14 of 16 code samples harvested from 1 repository linked to this paper; 2 have no recorded run. Of those that ran: 4 ran · our draft was wrong; 1 ran · fixture could not drive it; 9 ran with no contract checked.

By repository: found in paper text by Syntology: 16 samples from 1 repository, 14 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

shiralab/NAM-FS found in paper text by Syntology report

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

16 samples harvested; 14 ran; 0 honoured the contract we drafted; 2 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.

4ran · our draft was wrong
1ran · fixture could not drive it
9ran
2unverified

Licence: 0 of the 16 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 shiralab/NAM-FS. “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.

ChannelWiseLinear shiralab/NAM-FS/nam_family/nam.py found in paper text by Syntology ran · metamorphic tier: deterministic MIT (permissive) · 7ec5dc9910a677d7 · report
Entmax15Function shiralab/NAM-FS/nam_family/nam.py found in paper text by Syntology ran MIT (permissive) · 503b8234d7ccab6f · report
Entmax15SelectorLayer shiralab/NAM-FS/nam_family/nam.py found in paper text by Syntology ran · metamorphic tier: deterministic MIT (permissive) · 2a82ccde6d996754 · report
ExU shiralab/NAM-FS/nam_family/nam.py found in paper text by Syntology ran · metamorphic tier: deterministic MIT (permissive) · d32a6fc8da6802c3 · report
GAMOutputLayer shiralab/NAM-FS/nam_family/nam.py found in paper text by Syntology ran · metamorphic tier: deterministic fingerprinted MIT (permissive) · e6bbfa01382c9094 · report
GumbelSelectorLayer shiralab/NAM-FS/nam_family/nam.py found in paper text by Syntology ran MIT (permissive) · ffaa749a9a669b31 · report
NAMBatchNorm1d shiralab/NAM-FS/nam_family/nam.py found in paper text by Syntology ran · metamorphic tier: deterministic MIT (permissive) · 159804ef2f8f9c8d · report
NAMLayer shiralab/NAM-FS/nam_family/nam.py found in paper text by Syntology ran · metamorphic tier: deterministic MIT (permissive) · df9f7325d9ee8574 · report
RandomSelectorLayer shiralab/NAM-FS/nam_family/nam.py found in paper text by Syntology ran · metamorphic tier: deterministic MIT (permissive) · cecd4be4a4b96d6d · report
_entmax_threshold_and_support shiralab/NAM-FS/nam_family/nam.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · 9a114356aeeb0ba1 · report
_make_ix_like shiralab/NAM-FS/nam_family/nam.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · 6ac396d9e4692c05 · report
_roll_last shiralab/NAM-FS/nam_family/nam.py found in paper text by Syntology ran · fixture could not drive it fingerprinted MIT (permissive) · 69bf6a5faa8d1de9 · report
entmax15 shiralab/NAM-FS/nam_family/nam.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · 599b492ddf87de3f · report
get_nam_hidden_layer_list shiralab/NAM-FS/nam_family/nam.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · 89ca8e5cd6a521bd · report
NAMFS shiralab/NAM-FS/nam_family/nam.py found in paper text by Syntology unverified MIT (permissive) · 5fc93cbd2b9c2e69 · report
get_selector_layer shiralab/NAM-FS/nam_family/nam.py found in paper text by Syntology unverified MIT (permissive) · 1e56f67f2a8c0545 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2606.19850, was issued in June 2026, after that date, so the archive has no leaderboard rows for it.

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