paper-with-me

Papers

WindowSHAP: An Efficient Framework for Explaining Time-series Classifiers based on Shapley Values

2022-11-11 · Amin Nayebi, Sindhu Tipirneni, Chandan K Reddy, Brandon Foreman, Vignesh Subbian

Unpacking and comprehending how black-box machine learning algorithms make decisions has been a persistent challenge for researchers and end-users. Explaining time-series predictive models is useful for clinical applications with high stakes to understand the behavior of prediction models. However, existing approaches to explain such models are frequently unique to data where the features do not have a time-varying component. In this paper, we introduce WindowSHAP, a model-agnostic framework for explaining time-series classifiers using Shapley values. We intend for WindowSHAP to mitigate the computational complexity of calculating Shapley values for long time-series data as well as improve the quality of explanations. WindowSHAP is based on partitioning a sequence into time windows. Under this framework, we present three distinct algorithms of Stationary, Sliding and Dynamic WindowSHAP, each evaluated against baseline approaches, KernelSHAP and TimeSHAP, using perturbation and sequence analyses metrics. We applied our framework to clinical time-series data from both a specialized clinical domain (Traumatic Brain Injury - TBI) as well as a broad clinical domain (critical care medicine). The experimental results demonstrate that, based on the two quantitative metrics, our framework is superior at explaining clinical time-series classifiers, while also reducing the complexity of computations. We show that for time-series data with 120 time steps (hours), merging 10 adjacent time points can reduce the CPU time of WindowSHAP by 80% compared to KernelSHAP. We also show that our Dynamic WindowSHAP algorithm focuses more on the most important time steps and provides more understandable explanations. As a result, WindowSHAP not only accelerates the calculation of Shapley values for time-series data, but also delivers more understandable explanations with higher quality.

📄 PDF Abstract BibTeX arXiv:2211.06507

Code (1)

vsubbian/windowshap 공식 구현

Tasks

CPUTime SeriesTime Series Analysis

Similar Papers 제목 키워드 기반

timeXplain -- A Framework for Explaining the Predictions of Time Series Classifiers

2020-07-15 · Felix Mujkanovic, Vanja Doskoč, Martin Schirneck, Patrick Schäfer 외

Modern time series classifiers display impressive predictive capabilities, yet their decision-making processes mostly remain black boxes to the user. At the same time, model-agnostic explainers, such as the recently prop…

Decision MakingExplainable artificial intelligenceGeneral ClassificationTime Series+3

Class-Specific Explainability for Deep Time Series Classifiers

2022-10-11 · Ramesh Doddaiah, Prathyush Parvatharaju, Elke Rundensteiner, Thomas Hartvigsen

Explainability helps users trust deep learning solutions for time series classification. However, existing explainability methods for multi-class time series classifiers focus on one class at a time, ignoring relationshi…

Time SeriesTime Series AnalysisTime Series Classification

Instance-based Counterfactual Explanations for Time Series Classification

2020-09-28 · Eoin Delaney, Derek Greene, Mark T. Keane

In recent years, there has been a rapidly expanding focus on explaining the predictions made by black-box AI systems that handle image and tabular data. However, considerably less attention has been paid to explaining th…

ClassificationcounterfactualCounterfactual ExplanationDynamic Time Warping+4

UniCoMTE: A Universal Counterfactual Framework for Explaining Time-Series Classifiers on ECG Data

2025-12-18 · Justin Li, Efe Sencan, Jasper Zheng Duan, Vitus J. Leung 외 arxiv

Machine learning models, particularly deep neural networks, have demonstrated strong performance in classifying complex time series data. However, their black-box nature limits trust and adoption, especially in high-stak…

GroupSegment-SHAP: Shapley Value Explanations with Group-Segment Players for Multivariate Time Series

2026-01-03 · Jinwoong Kim, Sangjin Park arxiv

Multivariate time-series models achieve strong predictive performance in healthcare, industry, energy, and finance, but how they combine cross-variable interactions with temporal dynamics remains unclear. SHapley Additiv…

Human Activity Recognition