paper-with-me

Papers

Efficient KernelSHAP Explanations for Patch-based 3D Medical Image Segmentation

2026-04-13 · Ricardo Coimbra Brioso, Giulio Sichili, Damiano Dei, Nicola Lambri, Pietro Mancosu, Marta Scorsetti, Daniele Loiacono arxiv

Perturbation-based explainability methods such as KernelSHAP provide model-agnostic attributions but are typically impractical for patch-based 3D medical image segmentation due to the large number of coalition evaluations and the high cost of sliding-window inference. We present an efficient KernelSHAP framework for volumetric CT segmentation that restricts computation to a user-defined region of interest and its receptive-field support, and accelerates inference via patch logit caching, reusing baseline predictions for unaffected patches while preserving nnU-Net's fusion scheme. To enable clinically meaningful attributions, we compare three automatically generated feature abstractions within the receptive-field crop: whole-organ units, regular FCC supervoxels, and hybrid organ-aware supervoxels, and we study multiple aggregation/value functions targeting stabilizing evidence (TP/Dice/Soft Dice) or false-positive behavior. Experiments on whole-body CT segmentations show that caching substantially reduces redundant computation (with computational savings ranging from 15% to 30%) and that faithfulness and interpretability exhibit clear trade-offs: regular supervoxels often maximize perturbation-based metrics but lack anatomical alignment, whereas organ-aware units yield more clinically interpretable explanations and are particularly effective for highlighting false-positive drivers under normalized metrics.

📄 PDF Abstract BibTeX arXiv:2604.11775

Code (0)

등록된 구현이 없습니다.

Tasks

Medical Image Segmentation

Similar Papers 제목 키워드 기반

Explainable AI (XAI) for Arrhythmia detection from electrocardiograms

2025-08-24 · Joschka Beck, Arlene John arxiv

Advancements in deep learning have enabled highly accurate arrhythmia detection from electrocardiogram (ECG) signals, but limited interpretability remains a barrier to clinical adoption. This study investigates the appli…

Arrhythmia Detection

Evolved Explainable Classifications for Lymph Node Metastases

2020-05-14 · Iam Palatnik de Sousa, Marley Maria Bernardes Rebuzzi Vellasco, Eduardo Costa da Silva

A novel evolutionary approach for Explainable Artificial Intelligence is presented: the "Evolved Explanations" model (EvEx). This methodology consists in combining Local Interpretable Model Agnostic Explanations (LIME) w…

Binary ClassificationDecision MakingExplainable artificial intelligenceimage-classification+2

Causal versus Marginal Shapley Values for Robotic Lever Manipulation Controlled using Deep Reinforcement Learning

2021-11-04 · Sindre Benjamin Remman, Inga Strümke, Anastasios M. Lekkas

We investigate the effect of including domain knowledge about a robotic system's causal relations when generating explanations. To this end, we compare two methods from explainable artificial intelligence, the popular Ke…

Deep Reinforcement LearningExplainable artificial intelligenceReinforcement Learning (RL)

MedicalPatchNet: A Patch-Based Self-Explainable AI Architecture for Chest X-ray Classification

2025-09-09 · Patrick Wienholt, Christiane Kuhl, Jakob Nikolas Kather, Sven Nebelung 외 arxiv

Deep neural networks excel in radiological image classification but frequently suffer from poor interpretability, limiting clinical acceptance. We present MedicalPatchNet, an inherently self-explainable architecture for …

Image Classification

Fast and Accurate 3D Medical Image Segmentation with Data-swapping Method

2018-12-19 · Haruki Imai, Samuel Matzek, Tung D. Le, Yasushi Negishi 외

Deep neural network models used for medical image segmentation are large because they are trained with high-resolution three-dimensional (3D) images. Graphics processing units (GPUs) are widely used to accelerate the tra…

CPUGPUImage SegmentationMedical Image Segmentation+2