Papers › Shapley Explanation Networks

Shapley Explanation Networks

6 Apr 2021ICLR 2021 1arXiv:2104.02297archive 2025-07-28

Rui Wang, Xiaoqian Wang, David I. Inouye

Shapley values have become one of the most popular feature attribution explanation methods. However, most prior work has focused on post-hoc Shapley explanations, which can be computationally demanding due to its exponential time complexity and preclude model regularization based on Shapley explanations during training. Thus, we propose to incorporate Shapley values themselves as latent representations in deep models thereby making Shapley explanations first-class citizens in the modeling paradigm. This intrinsic explanation approach enables layer-wise explanations, explanation regularization of the model during training, and fast explanation computation at test time. We define the Shapley transform that transforms the input into a Shapley representation given a specific function. We operationalize the Shapley transform as a neural network module and construct both shallow and deep networks, called ShapNets, by composing Shapley modules. We prove that our Shallow ShapNets compute the exact Shapley values and our Deep ShapNets maintain the missingness and accuracy properties of Shapley values. We demonstrate on synthetic and real-world datasets that our ShapNets enable layer-wise Shapley explanations, novel Shapley regularizations during training, and fast computation while maintaining reasonable performance. Code is available at https://github.com/inouye-lab/ShapleyExplanationNetworks.

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="2104.02297")

Code

Syntology Ran 2 of 14 code samples harvested from 2 repositories linked to this paper; 12 have no recorded run. Of those that ran: 1 ran · honoured contract; 1 ran with no contract checked.

By repository: official repository: 14 samples from 2 repositories, 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.

inouye-lab/ShapleyExplanationNetworks officialmentioned in paperpytorchMIT 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

14 samples harvested; 2 ran; 1 honoured the contract we drafted; 12 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
12unverified

Licence: 0 of the 14 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.

ModuleDimensions RuiWang1998/ShapleyExplanationNetworks/ShapNet/basic.py official repository ran MIT (permissive) · 52922940053de0b8 · report
flatten inouye-lab/shapleyexplanationnetworks/ShapNet/utils/utils.py official repository ran · honoured contract MIT (permissive) · 232d06cae3a687fa · report
ListModuleDimensions RuiWang1998/ShapleyExplanationNetworks/ShapNet/basic.py official repository unverified MIT (permissive) · 228afffadc4be04b · report
ShapleyNetwork RuiWang1998/ShapleyExplanationNetworks/ShapNet/basic.py official repository unverified MIT (permissive) · 0f6e67b66b326c49 · report
add_dim inouye-lab/ShapleyExplanationNetworks/ShapNet/utils/named_tensor_utils/private_methods.py official repository unverified MIT (permissive) · 2ef7e6b2837fc1b1 · report
dummy inouye-lab/ShapleyExplanationNetworks/ShapNet/utils/named_tensor_utils/private_methods.py official repository unverified MIT (permissive) · 8fba73b4ca872986 · report
flatten inouye-lab/ShapleyExplanationNetworks/ShapNet/utils/utils.py official repository unverified MIT (permissive) · 560e72cd468e68b6 · report
generate_binary_sequence inouye-lab/shapleyexplanationnetworks/ShapNet/utils/utils.py official repository unverified MIT (permissive) · be730864b4b20fd3 · report
generate_binary_sequence inouye-lab/ShapleyExplanationNetworks/ShapNet/utils/utils.py official repository unverified MIT (permissive) · 47dfd51a1374d4a7 · report
get_indices inouye-lab/shapleyexplanationnetworks/ShapNet/utils/utils.py official repository unverified MIT (permissive) · 9061c823a930b004 · report
get_indices inouye-lab/ShapleyExplanationNetworks/ShapNet/utils/utils.py official repository unverified MIT (permissive) · 01d54ad12f5dbdf6 · report
name_insert inouye-lab/ShapleyExplanationNetworks/ShapNet/utils/named_tensor_utils/private_methods.py official repository unverified MIT (permissive) · 9b548cdd3c3d9cc7 · report
named_tensor_repeat inouye-lab/ShapleyExplanationNetworks/ShapNet/utils/named_tensor_utils/public_methods.py official repository unverified MIT (permissive) · 2345dd4967497bd9 · report
process_list_sizes inouye-lab/ShapleyExplanationNetworks/ShapNet/utils/dims.py official repository unverified MIT (permissive) · d6d3b9c0e1800573 · report

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

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