paper-with-me

Papers

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

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

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 proposed SHAP, promise to make the predictions of machine learning models interpretable, provided there are well-designed domain mappings. We bring both worlds together in our timeXplain framework, extending the reach of explainable artificial intelligence to time series classification and value prediction. We present novel domain mappings for the time domain, frequency domain, and time series statistics and analyze their explicative power as well as their limits. We employ a novel evaluation metric to experimentally compare timeXplain to several model-specific explanation approaches for state-of-the-art time series classifiers.

📄 PDF Abstract BibTeX arXiv:2007.07606

Code (1)

loadingbyte/timexplain 공식 구현

Tasks

Decision MakingExplainable artificial intelligenceGeneral ClassificationTime SeriesTime Series AnalysisTime Series ClassificationValue prediction

Methods 이 논문이 사용한 방법론

SHAP 설명 없음

Similar Papers 제목 키워드 기반

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

Learning Perturbations to Explain Time Series Predictions

2023-05-30 · Joseph Enguehard

Explaining predictions based on multivariate time series data carries the additional difficulty of handling not only multiple features, but also time dependencies. It matters not only what happened, but also when, and th…

Time Series

Time Interpret: a Unified Model Interpretability Library for Time Series

2023-06-05 · Joseph Enguehard

We introduce $\texttt{time_interpret}$, a library designed as an extension of Captum, with a specific focus on temporal data. As such, this library implements several feature attribution methods that can be used to expla…

Time Series

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 외

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 applicat…

CPUTime SeriesTime Series Analysis

Explaining Time Series Classifiers with PHAR: Rule Extraction and Fusion from Post-hoc Attributions

2025-08-03 · Maciej Mozolewski, Szymon Bobek, Grzegorz J. Nalepa arxiv

Explaining machine learning (ML) models for time series (TS) classification remains challenging due to the difficulty of interpreting raw time series and the high dimensionality of the input space. We introduce PHAR--Pos…

Time Series Classification