Papers › RISE: Randomized Input Sampling for Explanation of Black-box Models

RISE: Randomized Input Sampling for Explanation of Black-box Models

19 Jun 2018arXiv:1806.07421archive 2025-07-28

Vitali Petsiuk, Abir Das, Kate Saenko

Deep neural networks are being used increasingly to automate data analysis and decision making, yet their decision-making process is largely unclear and is difficult to explain to the end users. In this paper, we address the problem of Explainable AI for deep neural networks that take images as input and output a class probability. We propose an approach called RISE that generates an importance map indicating how salient each pixel is for the model's prediction. In contrast to white-box approaches that estimate pixel importance using gradients or other internal network state, RISE works on black-box models. It estimates importance empirically by probing the model with randomly masked versions of the input image and obtaining the corresponding outputs. We compare our approach to state-of-the-art importance extraction methods using both an automatic deletion/insertion metric and a pointing metric based on human-annotated object segments. Extensive experiments on several benchmark datasets show that our approach matches or exceeds the performance of other methods, including white-box approaches. Project page: http://cs-people.bu.edu/vpetsiuk/rise/

PaperPDFCodeCode 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="1806.07421")

Code

Syntology Ran 1 of 34 code samples harvested from 4 repositories linked to this paper; 33 have no recorded run. Of those that ran: 1 ran · honoured contract.

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

13 repositories listed; official and paper-mentioned ones first.

eclique/RISE officialmentioned on GitHubpytorch report
dbash/zerowaste mentioned on GitHubpytorch report
ftorres11/saliencysense mentioned on GitHubpytorchMIT report
hysts/pytorch_D-RISE mentioned on GitHubpytorchMIT report
myurasov/RISE mentioned on GitHub report
openvinotoolkit/datumaro mentioned on GitHubtfMIT report
openvinotoolkit/openvino_xai mentioned on GitHubpytorchApache-2.0 report
palatos/RISE_tf mentioned on GitHubtf report
tristangomez44/metrics-saliency-maps mentioned on GitHubpytorch report
vlue-c/PyTorch-Explanations mentioned on GitHubpytorchMIT report
wickstrom/relax mentioned on GitHubpytorchMIT report
yiskw713/RISE 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

34 samples harvested; 1 ran; 1 honoured the contract we drafted; 33 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
33unverified

Licence: 10 of the 34 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 4 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.

ifnone ftorres11/saliencysense/lib/IBA_utils.py community (archive-listed) ran · honoured contract MIT (permissive) · 6f4763ec77290638 · report
binary_gumbel_softmax ftorres11/saliencysense/casme/archs.py community (archive-listed) unverified MIT (permissive) · c75a899b50d166b6 · report
cam_targetter ftorres11/saliencysense/models/utils.py community (archive-listed) unverified MIT (permissive) · 3ff2de20bf374daa · report
colormap openvinotoolkit/openvino_xai/openvino_xai/explainer/visualizer.py community (archive-listed) unverified Apache-2.0 recorded; this copy not marked cleared · pointer only · ad36990c6e8e7653 · report
convert_targets_to_numpy openvinotoolkit/openvino_xai/openvino_xai/explainer/utils.py community (archive-listed) unverified Apache-2.0 recorded; this copy not marked cleared · pointer only · e3c80d43208cb814 · report
default_transform vlue-c/PyTorch-Explanations/torchvex/cam/hook.py community (archive-listed) unverified MIT (permissive) · 3d00a41f874efe78 · report
explains_all openvinotoolkit/openvino_xai/openvino_xai/explainer/utils.py community (archive-listed) unverified Apache-2.0 recorded; this copy not marked cleared · pointer only · b88181348223ac7a · report
gaussian_filter vlue-c/PyTorch-Explanations/torchvex/meaningful_perturbation/mask.py community (archive-listed) unverified MIT (permissive) · 049ca000aec357e1 · report
get_gaussian_filter vlue-c/PyTorch-Explanations/torchvex/metrics/causal.py community (archive-listed) unverified MIT (permissive) · 98736d68924d20ac · report
get_mask ftorres11/saliencysense/casme/model_basics.py community (archive-listed) unverified MIT (permissive) · a2f9db8c0650f2df · report
get_masked_images ftorres11/saliencysense/casme/casme_utils.py community (archive-listed) unverified MIT (permissive) · 544506b6b4e94b6e · report
get_masked_images_v2 ftorres11/saliencysense/casme/casme_utils.py community (archive-listed) unverified MIT (permissive) · b257e814f0b02a0e · report
get_masks_and_check_predictions ftorres11/saliencysense/casme/model_basics.py community (archive-listed) unverified MIT (permissive) · 1eef12cb27f7130e · report
get_min_max openvinotoolkit/openvino_xai/openvino_xai/common/utils.py community (archive-listed) unverified Apache-2.0 recorded; this copy not marked cleared · pointer only · 20fcc158d33e1d1c · report
get_target_indices openvinotoolkit/openvino_xai/openvino_xai/explainer/utils.py community (archive-listed) unverified Apache-2.0 recorded; this copy not marked cleared · pointer only · 911b3dde6c0f7336 · report
ignore_superclass_signature ftorres11/saliencysense/casme/core.py community (archive-listed) unverified MIT (permissive) · 9c25a48e312acd33 · report
imagenet_tester ftorres11/saliencysense/lib/data.py community (archive-listed) unverified MIT (permissive) · 5591ec5f001d8f12 · report
imagenet_transform vlue-c/PyTorch-Explanations/torchvex/utils/dataset.py community (archive-listed) unverified MIT (permissive) · aa308fe2fc8d575e · report
insert_into_sequential ftorres11/saliencysense/lib/IBA.py community (archive-listed) unverified MIT (permissive) · 2051b0d0f5da07d3 · report
load_monkeys ftorres11/saliencysense/lib/IBA_utils.py community (archive-listed) unverified MIT (permissive) · 9a306d4046aceb10 · report
loglevel openvinotoolkit/datumaro/src/datumaro/cli/__main__.py community (archive-listed) unverified MIT recorded; this copy not marked cleared · pointer only · 28e1a63b82c1d344 · report
make_blurred_circular_mask vlue-c/PyTorch-Explanations/torchvex/meaningful_perturbation/mask.py community (archive-listed) unverified MIT (permissive) · a317e3f45ccf837b · report
make_subset_from_fnames vlue-c/PyTorch-Explanations/torchvex/utils/dataset.py community (archive-listed) unverified MIT (permissive) · 51ae8cf08b64ff6f · report
outlier_deprocessor ftorres11/saliencysense/lib/data.py community (archive-listed) unverified MIT (permissive) · c65481685dc3709c · report
overlay openvinotoolkit/openvino_xai/openvino_xai/explainer/visualizer.py community (archive-listed) unverified Apache-2.0 recorded; this copy not marked cleared · pointer only · 4d8d016663759432 · report
remove_plugin_type openvinotoolkit/datumaro/src/datumaro/components/cli_plugin.py community (archive-listed) unverified MIT recorded; this copy not marked cleared · pointer only · 09c5cbd7a761b5cc · report
replace_prefix ftorres11/saliencysense/casme/archs.py community (archive-listed) unverified MIT (permissive) · afc608bf21aa9f05 · report
resize openvinotoolkit/openvino_xai/openvino_xai/explainer/visualizer.py community (archive-listed) unverified Apache-2.0 recorded; this copy not marked cleared · pointer only · eabd217e202d8b8b · report
resnet50shared ftorres11/saliencysense/casme/archs.py community (archive-listed) unverified MIT (permissive) · f067739c23018f46 · report
scaling openvinotoolkit/openvino_xai/openvino_xai/common/utils.py community (archive-listed) unverified Apache-2.0 recorded; this copy not marked cleared · pointer only · 161696665a9b902a · report
smooth_deprocessor ftorres11/saliencysense/lib/data.py community (archive-listed) unverified MIT (permissive) · cb904fc4d37fb3ae · report
tensor_to_np_img ftorres11/saliencysense/lib/IBA.py community (archive-listed) unverified MIT (permissive) · 62b5772d8033fdab · report
to_unit_interval ftorres11/saliencysense/lib/IBA_utils.py community (archive-listed) unverified MIT (permissive) · e5e556749746630d · report
total_variation vlue-c/PyTorch-Explanations/torchvex/meaningful_perturbation/mask.py community (archive-listed) unverified MIT (permissive) · b0396293b38da996 · report

Tasks

Explainable Artificial Intelligence (XAI)Feature ImportanceImage AttributionImage CaptioningImage ClassificationInterpretability Techniques for Deep LearningInterpretable Machine Learning

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Image Attribution CUB-200-2011 RISE Deletion AUC score (ResNet-101) 0.0665 #3 of 8 Archive leaderboard report
Image Attribution CUB-200-2011 RISE Insertion AUC score (ResNet-101) 0.7193 #3 of 8 Archive leaderboard report
Image Attribution CelebA RISE Deletion AUC score (ArcFace ResNet-101) 0.1444 #2 of 8 Archive leaderboard report
Image Attribution CelebA RISE Insertion AUC score (ArcFace ResNet-101) 0.5703 #2 of 8 Archive leaderboard report
Image Attribution VGGFace2 RISE Deletion AUC score (ArcFace ResNet-101) 0.1375 #3 of 8 Archive leaderboard report
Image Attribution VGGFace2 RISE Insertion AUC score (ArcFace ResNet-101) 0.6530 #3 of 8 Archive leaderboard report
Interpretability Techniques for Deep Learning CelebA RISE Insertion AUC score 0.5703 #1 of 7 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

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