{"about":{"site":"https://codewithpapers.app","non_affiliation":"Code with Papers and Syntology are not affiliated with, endorsed by, or sponsored by Papers with Code, Meta, or the pwc-archive mirror.","licence":"CC BY-SA 4.0","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","attribution":"https://codewithpapers.app/attribution","modified":"archive material modified by Syntology; see the attribution page"},"url":"/paper/rise-randomized-input-sampling-for","title":"RISE: Randomized Input Sampling for Explanation of Black-box Models","arxiv_id":"1806.07421","date":"2018-06-19","proceeding":null,"authors":["Vitali Petsiuk","Abir Das","Kate Saenko"],"abstract":"Deep neural networks are being used increasingly to automate data analysis\nand decision making, yet their decision-making process is largely unclear and\nis difficult to explain to the end users. In this paper, we address the problem\nof Explainable AI for deep neural networks that take images as input and output\na class probability. We propose an approach called RISE that generates an\nimportance map indicating how salient each pixel is for the model's prediction.\nIn contrast to white-box approaches that estimate pixel importance using\ngradients or other internal network state, RISE works on black-box models. It\nestimates importance empirically by probing the model with randomly masked\nversions of the input image and obtaining the corresponding outputs. We compare\nour approach to state-of-the-art importance extraction methods using both an\nautomatic deletion/insertion metric and a pointing metric based on\nhuman-annotated object segments. Extensive experiments on several benchmark\ndatasets show that our approach matches or exceeds the performance of other\nmethods, including white-box approaches.\n  Project page: http://cs-people.bu.edu/vpetsiuk/rise/","url_abs":"http://arxiv.org/abs/1806.07421v3","url_pdf":"http://arxiv.org/pdf/1806.07421v3.pdf","source":{"archive":"pwc-archive (Hugging Face), CC BY-SA 4.0","snapshot":"2025-07-28","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","row_kind":"abstracts"},"code_links":[{"paper_slug":"rise-randomized-input-sampling-for","repo_url":"https://github.com/eclique/RISE","is_official":1,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":null},{"paper_slug":"rise-randomized-input-sampling-for","repo_url":"https://github.com/dbash/zerowaste","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":null},{"paper_slug":"rise-randomized-input-sampling-for","repo_url":"https://github.com/ftorres11/saliencysense","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"MIT"}},{"paper_slug":"rise-randomized-input-sampling-for","repo_url":"https://github.com/hysts/pytorch_D-RISE","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"MIT"}},{"paper_slug":"rise-randomized-input-sampling-for","repo_url":"https://github.com/myurasov/RISE","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"none","reach":{"status":"ok"}},{"paper_slug":"rise-randomized-input-sampling-for","repo_url":"https://github.com/openvinotoolkit/datumaro","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"tf","reach":{"status":"ok","spdx":"MIT"}},{"paper_slug":"rise-randomized-input-sampling-for","repo_url":"https://github.com/openvinotoolkit/openvino_xai","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"Apache-2.0"}},{"paper_slug":"rise-randomized-input-sampling-for","repo_url":"https://github.com/palatos/RISE_tf","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"tf","reach":{"status":"ok"}},{"paper_slug":"rise-randomized-input-sampling-for","repo_url":"https://github.com/tristangomez44/metrics-saliency-maps","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok"}},{"paper_slug":"rise-randomized-input-sampling-for","repo_url":"https://github.com/vlue-c/PyTorch-Explanations","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"MIT"}},{"paper_slug":"rise-randomized-input-sampling-for","repo_url":"https://github.com/vlue-c/Visual-Explanation-Methods-PyTorch","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":null},{"paper_slug":"rise-randomized-input-sampling-for","repo_url":"https://github.com/wickstrom/relax","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"MIT"}},{"paper_slug":"rise-randomized-input-sampling-for","repo_url":"https://github.com/yiskw713/RISE","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":null}],"tasks":[{"task_slug":"xai","task_name":"Explainable Artificial Intelligence (XAI)"},{"task_slug":"feature-importance","task_name":"Feature Importance"},{"task_slug":"image-attribution","task_name":"Image Attribution"},{"task_slug":"image-captioning","task_name":"Image Captioning"},{"task_slug":"image-classification","task_name":"Image Classification"},{"task_slug":"interpretability-techniques-for-deep-learning","task_name":"Interpretability Techniques for Deep Learning"},{"task_slug":"interpretable-machine-learning","task_name":"Interpretable Machine Learning"}],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[{"leaderboard":"/sota/image-attribution-on-cub-200-2011-1","task":"Image Attribution","dataset":"CUB-200-2011","model":"RISE","rank_in_archive_order":3,"of":8,"metrics":{"Deletion AUC score (ResNet-101)":"0.0665","Insertion AUC score (ResNet-101)":"0.7193"},"uses_additional_data":false},{"leaderboard":"/sota/image-attribution-on-celeba","task":"Image Attribution","dataset":"CelebA","model":"RISE","rank_in_archive_order":2,"of":8,"metrics":{"Deletion AUC score (ArcFace ResNet-101)":"0.1444","Insertion AUC score (ArcFace ResNet-101)":"0.5703"},"uses_additional_data":false},{"leaderboard":"/sota/image-attribution-on-vggface2","task":"Image Attribution","dataset":"VGGFace2","model":"RISE","rank_in_archive_order":3,"of":8,"metrics":{"Deletion AUC score (ArcFace ResNet-101)":"0.1375","Insertion AUC score (ArcFace ResNet-101)":"0.6530"},"uses_additional_data":false},{"leaderboard":"/sota/interpretability-techniques-for-deep-learning-1","task":"Interpretability Techniques for Deep Learning","dataset":"CelebA","model":"RISE","rank_in_archive_order":1,"of":7,"metrics":{"Insertion AUC score":"0.5703"},"uses_additional_data":false}],"syntology":{"syntology_url":"https://syntology.ai/paper/1806.07421","atlas_url":"https://app.syntology.ai/?focus=1806.07421","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"1806.07421"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-25T09:33:49+00:00","read_at_is":"when the build read Syntology's graph, not when any sample ran","claim":"Per-sample execution status on synthesized fixtures; not a correctness claim about the paper. Samples come from repositories linked to the paper, official or community; repo_kind says which.","repos":[{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/eclique/RISE","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/openvinotoolkit/openvino_xai","reach":{"status":"ok","spdx":"Apache-2.0"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/vlue-c/PyTorch-Explanations","reach":{"status":"ok","spdx":"MIT"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/wickstrom/relax","reach":{"status":"ok","spdx":"MIT"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/tristangomez44/metrics-saliency-maps","reach":{"status":"ok"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/palatos/RISE_tf","reach":{"status":"ok"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/myurasov/RISE","reach":{"status":"ok"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/yiskw713/RISE","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/openvinotoolkit/datumaro","reach":{"status":"ok","spdx":"MIT"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/hysts/pytorch_D-RISE","reach":{"status":"ok","spdx":"MIT"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/ftorres11/saliencysense","reach":{"status":"ok","spdx":"MIT"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/vlue-c/Visual-Explanation-Methods-PyTorch","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/dbash/zerowaste","reach":null}],"summary":{"ran_honours":1,"unverified":33},"by_repo_kind":{"listed":{"samples":34,"ran":1,"repositories":4}},"repo_kind_vocabulary":{"official":"The archive marks this repository official for the paper","named_in_paper":"The archive records that the paper mentions this repository; it is not marked official","listed":"In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper","found_in_text":"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"},"n_pointer_only_for_licence":10,"samples":[{"code_sha256_prefix":"6f4763ec77290638","entry":"ifnone","repo":"ftorres11/saliencysense","repo_kind":"listed","path":"lib/IBA_utils.py","file_url":"https://github.com/ftorres11/saliencysense/blob/HEAD/lib/IBA_utils.py","link_basis":"harvester_set","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":"well_formed","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"6f4763ec77290638"}},{"code_sha256_prefix":"c75a899b50d166b6","entry":"binary_gumbel_softmax","repo":"ftorres11/saliencysense","repo_kind":"listed","path":"casme/archs.py","file_url":"https://github.com/ftorres11/saliencysense/blob/HEAD/casme/archs.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"c75a899b50d166b6"}},{"code_sha256_prefix":"3ff2de20bf374daa","entry":"cam_targetter","repo":"ftorres11/saliencysense","repo_kind":"listed","path":"models/utils.py","file_url":"https://github.com/ftorres11/saliencysense/blob/HEAD/models/utils.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"3ff2de20bf374daa"}},{"code_sha256_prefix":"ad36990c6e8e7653","entry":"colormap","repo":"openvinotoolkit/openvino_xai","repo_kind":"listed","path":"openvino_xai/explainer/visualizer.py","file_url":"https://github.com/openvinotoolkit/openvino_xai/blob/HEAD/openvino_xai/explainer/visualizer.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":false,"mcp_get_code":{"code_sha256":"ad36990c6e8e7653"}},{"code_sha256_prefix":"e3c80d43208cb814","entry":"convert_targets_to_numpy","repo":"openvinotoolkit/openvino_xai","repo_kind":"listed","path":"openvino_xai/explainer/utils.py","file_url":"https://github.com/openvinotoolkit/openvino_xai/blob/HEAD/openvino_xai/explainer/utils.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":false,"mcp_get_code":{"code_sha256":"e3c80d43208cb814"}},{"code_sha256_prefix":"3d00a41f874efe78","entry":"default_transform","repo":"vlue-c/PyTorch-Explanations","repo_kind":"listed","path":"torchvex/cam/hook.py","file_url":"https://github.com/vlue-c/PyTorch-Explanations/blob/HEAD/torchvex/cam/hook.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"3d00a41f874efe78"}},{"code_sha256_prefix":"b88181348223ac7a","entry":"explains_all","repo":"openvinotoolkit/openvino_xai","repo_kind":"listed","path":"openvino_xai/explainer/utils.py","file_url":"https://github.com/openvinotoolkit/openvino_xai/blob/HEAD/openvino_xai/explainer/utils.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":false,"mcp_get_code":{"code_sha256":"b88181348223ac7a"}},{"code_sha256_prefix":"049ca000aec357e1","entry":"gaussian_filter","repo":"vlue-c/PyTorch-Explanations","repo_kind":"listed","path":"torchvex/meaningful_perturbation/mask.py","file_url":"https://github.com/vlue-c/PyTorch-Explanations/blob/HEAD/torchvex/meaningful_perturbation/mask.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"049ca000aec357e1"}},{"code_sha256_prefix":"98736d68924d20ac","entry":"get_gaussian_filter","repo":"vlue-c/PyTorch-Explanations","repo_kind":"listed","path":"torchvex/metrics/causal.py","file_url":"https://github.com/vlue-c/PyTorch-Explanations/blob/HEAD/torchvex/metrics/causal.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"98736d68924d20ac"}},{"code_sha256_prefix":"a2f9db8c0650f2df","entry":"get_mask","repo":"ftorres11/saliencysense","repo_kind":"listed","path":"casme/model_basics.py","file_url":"https://github.com/ftorres11/saliencysense/blob/HEAD/casme/model_basics.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"a2f9db8c0650f2df"}},{"code_sha256_prefix":"544506b6b4e94b6e","entry":"get_masked_images","repo":"ftorres11/saliencysense","repo_kind":"listed","path":"casme/casme_utils.py","file_url":"https://github.com/ftorres11/saliencysense/blob/HEAD/casme/casme_utils.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"544506b6b4e94b6e"}},{"code_sha256_prefix":"b257e814f0b02a0e","entry":"get_masked_images_v2","repo":"ftorres11/saliencysense","repo_kind":"listed","path":"casme/casme_utils.py","file_url":"https://github.com/ftorres11/saliencysense/blob/HEAD/casme/casme_utils.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"b257e814f0b02a0e"}},{"code_sha256_prefix":"1eef12cb27f7130e","entry":"get_masks_and_check_predictions","repo":"ftorres11/saliencysense","repo_kind":"listed","path":"casme/model_basics.py","file_url":"https://github.com/ftorres11/saliencysense/blob/HEAD/casme/model_basics.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"1eef12cb27f7130e"}},{"code_sha256_prefix":"20fcc158d33e1d1c","entry":"get_min_max","repo":"openvinotoolkit/openvino_xai","repo_kind":"listed","path":"openvino_xai/common/utils.py","file_url":"https://github.com/openvinotoolkit/openvino_xai/blob/HEAD/openvino_xai/common/utils.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":false,"mcp_get_code":{"code_sha256":"20fcc158d33e1d1c"}},{"code_sha256_prefix":"911b3dde6c0f7336","entry":"get_target_indices","repo":"openvinotoolkit/openvino_xai","repo_kind":"listed","path":"openvino_xai/explainer/utils.py","file_url":"https://github.com/openvinotoolkit/openvino_xai/blob/HEAD/openvino_xai/explainer/utils.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":false,"mcp_get_code":{"code_sha256":"911b3dde6c0f7336"}},{"code_sha256_prefix":"9c25a48e312acd33","entry":"ignore_superclass_signature","repo":"ftorres11/saliencysense","repo_kind":"listed","path":"casme/core.py","file_url":"https://github.com/ftorres11/saliencysense/blob/HEAD/casme/core.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"9c25a48e312acd33"}},{"code_sha256_prefix":"5591ec5f001d8f12","entry":"imagenet_tester","repo":"ftorres11/saliencysense","repo_kind":"listed","path":"lib/data.py","file_url":"https://github.com/ftorres11/saliencysense/blob/HEAD/lib/data.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"5591ec5f001d8f12"}},{"code_sha256_prefix":"aa308fe2fc8d575e","entry":"imagenet_transform","repo":"vlue-c/PyTorch-Explanations","repo_kind":"listed","path":"torchvex/utils/dataset.py","file_url":"https://github.com/vlue-c/PyTorch-Explanations/blob/HEAD/torchvex/utils/dataset.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"aa308fe2fc8d575e"}},{"code_sha256_prefix":"2051b0d0f5da07d3","entry":"insert_into_sequential","repo":"ftorres11/saliencysense","repo_kind":"listed","path":"lib/IBA.py","file_url":"https://github.com/ftorres11/saliencysense/blob/HEAD/lib/IBA.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"2051b0d0f5da07d3"}},{"code_sha256_prefix":"9a306d4046aceb10","entry":"load_monkeys","repo":"ftorres11/saliencysense","repo_kind":"listed","path":"lib/IBA_utils.py","file_url":"https://github.com/ftorres11/saliencysense/blob/HEAD/lib/IBA_utils.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"9a306d4046aceb10"}},{"code_sha256_prefix":"28e1a63b82c1d344","entry":"loglevel","repo":"openvinotoolkit/datumaro","repo_kind":"listed","path":"src/datumaro/cli/__main__.py","file_url":"https://github.com/openvinotoolkit/datumaro/blob/HEAD/src/datumaro/cli/__main__.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":false,"mcp_get_code":{"code_sha256":"28e1a63b82c1d344"}},{"code_sha256_prefix":"a317e3f45ccf837b","entry":"make_blurred_circular_mask","repo":"vlue-c/PyTorch-Explanations","repo_kind":"listed","path":"torchvex/meaningful_perturbation/mask.py","file_url":"https://github.com/vlue-c/PyTorch-Explanations/blob/HEAD/torchvex/meaningful_perturbation/mask.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"a317e3f45ccf837b"}},{"code_sha256_prefix":"51ae8cf08b64ff6f","entry":"make_subset_from_fnames","repo":"vlue-c/PyTorch-Explanations","repo_kind":"listed","path":"torchvex/utils/dataset.py","file_url":"https://github.com/vlue-c/PyTorch-Explanations/blob/HEAD/torchvex/utils/dataset.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"51ae8cf08b64ff6f"}},{"code_sha256_prefix":"c65481685dc3709c","entry":"outlier_deprocessor","repo":"ftorres11/saliencysense","repo_kind":"listed","path":"lib/data.py","file_url":"https://github.com/ftorres11/saliencysense/blob/HEAD/lib/data.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"c65481685dc3709c"}},{"code_sha256_prefix":"4d8d016663759432","entry":"overlay","repo":"openvinotoolkit/openvino_xai","repo_kind":"listed","path":"openvino_xai/explainer/visualizer.py","file_url":"https://github.com/openvinotoolkit/openvino_xai/blob/HEAD/openvino_xai/explainer/visualizer.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":false,"mcp_get_code":{"code_sha256":"4d8d016663759432"}},{"code_sha256_prefix":"09c5cbd7a761b5cc","entry":"remove_plugin_type","repo":"openvinotoolkit/datumaro","repo_kind":"listed","path":"src/datumaro/components/cli_plugin.py","file_url":"https://github.com/openvinotoolkit/datumaro/blob/HEAD/src/datumaro/components/cli_plugin.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":false,"mcp_get_code":{"code_sha256":"09c5cbd7a761b5cc"}},{"code_sha256_prefix":"afc608bf21aa9f05","entry":"replace_prefix","repo":"ftorres11/saliencysense","repo_kind":"listed","path":"casme/archs.py","file_url":"https://github.com/ftorres11/saliencysense/blob/HEAD/casme/archs.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"afc608bf21aa9f05"}},{"code_sha256_prefix":"eabd217e202d8b8b","entry":"resize","repo":"openvinotoolkit/openvino_xai","repo_kind":"listed","path":"openvino_xai/explainer/visualizer.py","file_url":"https://github.com/openvinotoolkit/openvino_xai/blob/HEAD/openvino_xai/explainer/visualizer.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":false,"mcp_get_code":{"code_sha256":"eabd217e202d8b8b"}},{"code_sha256_prefix":"f067739c23018f46","entry":"resnet50shared","repo":"ftorres11/saliencysense","repo_kind":"listed","path":"casme/archs.py","file_url":"https://github.com/ftorres11/saliencysense/blob/HEAD/casme/archs.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"f067739c23018f46"}},{"code_sha256_prefix":"161696665a9b902a","entry":"scaling","repo":"openvinotoolkit/openvino_xai","repo_kind":"listed","path":"openvino_xai/common/utils.py","file_url":"https://github.com/openvinotoolkit/openvino_xai/blob/HEAD/openvino_xai/common/utils.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":false,"mcp_get_code":{"code_sha256":"161696665a9b902a"}},{"code_sha256_prefix":"cb904fc4d37fb3ae","entry":"smooth_deprocessor","repo":"ftorres11/saliencysense","repo_kind":"listed","path":"lib/data.py","file_url":"https://github.com/ftorres11/saliencysense/blob/HEAD/lib/data.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"cb904fc4d37fb3ae"}},{"code_sha256_prefix":"62b5772d8033fdab","entry":"tensor_to_np_img","repo":"ftorres11/saliencysense","repo_kind":"listed","path":"lib/IBA.py","file_url":"https://github.com/ftorres11/saliencysense/blob/HEAD/lib/IBA.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"62b5772d8033fdab"}},{"code_sha256_prefix":"e5e556749746630d","entry":"to_unit_interval","repo":"ftorres11/saliencysense","repo_kind":"listed","path":"lib/IBA_utils.py","file_url":"https://github.com/ftorres11/saliencysense/blob/HEAD/lib/IBA_utils.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"e5e556749746630d"}},{"code_sha256_prefix":"b0396293b38da996","entry":"total_variation","repo":"vlue-c/PyTorch-Explanations","repo_kind":"listed","path":"torchvex/meaningful_perturbation/mask.py","file_url":"https://github.com/vlue-c/PyTorch-Explanations/blob/HEAD/torchvex/meaningful_perturbation/mask.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"b0396293b38da996"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}