Papers › Generative causal explanations of black-box classifiers

Generative causal explanations of black-box classifiers

24 Jun 2020NeurIPS 2020 12arXiv:2006.13913archive 2025-07-28

Matthew O'Shaughnessy, Gregory Canal, Marissa Connor, Mark Davenport, Christopher Rozell

We develop a method for generating causal post-hoc explanations of black-box classifiers based on a learned low-dimensional representation of the data. The explanation is causal in the sense that changing learned latent factors produces a change in the classifier output statistics. To construct these explanations, we design a learning framework that leverages a generative model and information-theoretic measures of causal influence. Our objective function encourages both the generative model to faithfully represent the data distribution and the latent factors to have a large causal influence on the classifier output. Our method learns both global and local explanations, is compatible with any classifier that admits class probabilities and a gradient, and does not require labeled attributes or knowledge of causal structure. Using carefully controlled test cases, we provide intuition that illuminates the function of our objective. We then demonstrate the practical utility of our method on image recognition tasks.

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

Code

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

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

siplab-gt/generative-causal-explanations officialmentioned in papermentioned on GitHubpytorch report
shin-ee-chen/UvA_FACT_2021 mentioned 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

17 samples harvested; 12 ran; 0 honoured the contract we drafted; 5 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 · violated contract
6ran · our draft was wrong
5ran
5unverified

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

VAE_LL_loss siplab-gt/generative-causal-explanations/GCE.py official repository ran · our draft was wrong fingerprinted no licence file found · pointer only · e678419d29ff4bfa · report
joint_uncond siplab-gt/generative-causal-explanations/GCE.py official repository ran no licence file found · pointer only · 09ecdc463d1023de · report
GenerativeCausalExplainer siplab-gt/generative-causal-explanations/GCE.py official repository unverified no licence file found · pointer only · c2c80ffca6ccb040 · report
joint_uncond_singledim siplab-gt/generative-causal-explanations/GCE.py official repository unverified no licence file found · pointer only · ebbf181623eec593 · report
CNN_Decoder shin-ee-chen/UvA_FACT_2021/models/cvae.py community (archive-listed) ran fingerprinted licence not identified · pointer only · 2f1bb1702e6a4d7e · report
CNN_Encoder shin-ee-chen/UvA_FACT_2021/models/cvae.py community (archive-listed) ran licence not identified · pointer only · 32d564c78ebc874c · report
CNN_OShaugnessy shin-ee-chen/UvA_FACT_2021/models/cvae.py community (archive-listed) ran licence not identified · pointer only · 1816134ae83f80b3 · report
CVAE_to_params shin-ee-chen/UvA_FACT_2021/models/cvae.py community (archive-listed) ran · our draft was wrong licence not identified · pointer only · 51b85bcb73b647d1 · report
ELBO shin-ee-chen/UvA_FACT_2021/models/cvae.py community (archive-listed) ran · our draft was wrong fingerprinted licence not identified · pointer only · a796ddf44f05da07 · report
ELBO_to_BPD shin-ee-chen/UvA_FACT_2021/models/cvae.py community (archive-listed) ran · violated contract fingerprinted licence not identified · pointer only · 5c812a48884b9d4c · report
KLD shin-ee-chen/UvA_FACT_2021/models/cvae.py community (archive-listed) ran · our draft was wrong fingerprinted licence not identified · pointer only · 5f3e98a861c6bffe · report
MNIST_CNN shin-ee-chen/UvA_FACT_2021/models/cvae.py community (archive-listed) ran licence not identified · pointer only · 6402f8adb6d7393a · report
joint_uncond shin-ee-chen/UvA_FACT_2021/models/cvae.py community (archive-listed) ran · our draft was wrong licence not identified · pointer only · bcddd5dc7d00a6a5 · report
sample_reparameterize shin-ee-chen/UvA_FACT_2021/models/cvae.py community (archive-listed) ran · our draft was wrong fingerprinted licence not identified · pointer only · 007def2d7b03023a · report
MNIST_CVAE shin-ee-chen/UvA_FACT_2021/models/cvae.py community (archive-listed) unverified licence not identified · pointer only · 433fd85ddfc5e9b2 · report
joint_uncond_singledim shin-ee-chen/UvA_FACT_2021/models/cvae.py community (archive-listed) unverified licence not identified · pointer only · 7f1b6272c87c46a5 · report
load_latest shin-ee-chen/UvA_FACT_2021/models/cvae.py community (archive-listed) unverified licence not identified · pointer only · e79fa0c4f77afdd3 · 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