Papers › Hide&Seek: Learning to Explain in an End-to-End Differentiable Network

Hide&Seek: Learning to Explain in an End-to-End Differentiable Network

17 Aug 2026ICMLarXiv:2608.16689added by Syntology

Tal Ellinson, Hadi Mohasel Afshar, Sally Cripps

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

Instance-wise feature selection is a valuable tool for interpreting labeled data and the predictions of black-box models. In contrast to global feature selection techniques, instance-wise methods dynamically identify important features for each instance. A growing number of methods learn a selector, which identifies important features, and a predictor, which uses these to make predictions. However, these pioneering methods face challenges including information leakage and lack of differentiability, which can slow training. In this paper, we present Hide&Seek, an end-to-end differentiable model for instance-wise feature selection. We jointly learn feature selection and prediction under a single objective without information leakage. Hide&Seek outperforms existing state-of-the-art models across a range of experiments and is fast to train. We achieve this by reformulating feature removal as a differentiable operation where instead of discretely removing features, we replace a proportion of each feature. Training is further stabilized via a parsimony-weight annealing framework.

PaperPDFCode Syntology ran

In Syntology View this paper on Syntology: its repositories, every harvested function with whether it ran, its licence and the call to fetch it.

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

Code

Syntology Ran 12 of 18 code samples harvested from 2 repositories linked to this paper; 6 have no recorded run. Of those that ran: 3 ran · honoured contract; 1 ran · violated contract; 1 ran · fixture could not drive it; 7 ran with no contract checked.

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

Jianbo-Lab/L2X found in paper text by Syntology report
shap/shap found in paper text by Syntology report
rajesh-lab/realx found in paper text by Syntology report
marcotcr/lime 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

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

3ran · honoured contract
1ran · violated contract
1ran · fixture could not drive it
7ran
6unverified

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

REBAR_Bernoulli_Sampler rajesh-lab/realx/realx.py found in paper text by Syntology ran · metamorphic tier: invariant fingerprinted MIT (permissive) · 425adb9d23ca6ceb · report
Random_Bernoulli_Sampler rajesh-lab/realx/realx.py found in paper text by Syntology ran · metamorphic tier: invariant fingerprinted MIT (permissive) · 4512df516921e82a · report
ResizeMask rajesh-lab/realx/realx.py found in paper text by Syntology ran MIT (permissive) · 18c9a5305359f35c · report
compute_output_dims shap/shap/shap/_explanation.py found in paper text by Syntology ran MIT (permissive) · 9a8714c1d8f19c47 · report
concrete_relaxation rajesh-lab/realx/realx.py found in paper text by Syntology ran · honoured contract fingerprinted MIT (permissive) · 562fcc810be4f558 · report
identity shap/shap/shap/links.py found in paper text by Syntology ran fingerprinted MIT (permissive) · db29607e6029d39f · report
link_reweighting shap/shap/shap/utils/_masked_model.py found in paper text by Syntology ran MIT (permissive) · 2ce33a90fabc6cd6 · report
logit shap/shap/shap/links.py found in paper text by Syntology ran fingerprinted MIT (permissive) · ff39ee5daf145263 · report
reparameterize rajesh-lab/realx/realx.py found in paper text by Syntology ran · honoured contract fingerprinted MIT (permissive) · f588900884b4d801 · report
safe_clip rajesh-lab/realx/realx.py found in paper text by Syntology ran · violated contract fingerprinted MIT (permissive) · 93a4d2f4585b5a6d · report
safe_log_prob rajesh-lab/realx/realx.py found in paper text by Syntology ran · honoured contract fingerprinted MIT (permissive) · 9a8deb7fca8e94e3 · report
v_from_u rajesh-lab/realx/realx.py found in paper text by Syntology ran · fixture could not drive it MIT (permissive) · 06d38afda92dc17c · report
REALX rajesh-lab/realx/realx.py found in paper text by Syntology unverified MIT (permissive) · 7ecc1cea6485cad5 · report
SELECTOR rajesh-lab/realx/realx.py found in paper text by Syntology unverified MIT (permissive) · 3f2c6b3f8325f12c · report
coef shap/shap/shap/benchmark/methods.py found in paper text by Syntology unverified MIT (permissive) · ac9715771309b34c · report
linear_shap_corr shap/shap/shap/benchmark/methods.py found in paper text by Syntology unverified MIT (permissive) · 30c80905de82e540 · report
linear_shap_ind shap/shap/shap/benchmark/methods.py found in paper text by Syntology unverified MIT (permissive) · 82235fa109121626 · report
make_masks shap/shap/shap/utils/_masked_model.py found in paper text by Syntology unverified MIT (permissive) · 66df016e1814153a · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2608.16689, was issued in August 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