paper-with-me

홈 › Papers

An Empirical Evaluation of Factors Affecting SHAP Explanation of Time Series Classification

2025-09-03 · Davide Italo Serramazza, Nikos Papadeas, Zahraa Abdallah, Georgiana Ifrim arxiv

Explainable AI (XAI) has become an increasingly important topic for understanding and attributing the predictions made by complex Time Series Classification (TSC) models. Among attribution methods, SHapley Additive exPlanations (SHAP) is widely regarded as an excellent attribution method; but its computational complexity, which scales exponentially with the number of features, limits its practicality for long time series. To address this, recent studies have shown that aggregating features via segmentation, to compute a single attribution value for a group of consecutive time points, drastically reduces SHAP running time. However, the choice of the optimal segmentation strategy remains an open question. In this work, we investigated eight different Time Series Segmentation algorithms to understand how segment compositions affect the explanation quality. We evaluate these approaches using two established XAI evaluation methodologies: InterpretTime and AUC Difference. Through experiments on both Multivariate (MTS) and Univariate Time Series (UTS), we find that the number of segments has a greater impact on explanation quality than the specific segmentation method. Notably, equal-length segmentation consistently outperforms most of the custom time series segmentation algorithms. Furthermore, we introduce a novel attribution normalisation technique that weights segments by their length and we show that it consistently improves attribution quality.

📄 PDF Abstract BibTeX arXiv:2509.03649

Code (0)

등록된 구현이 없습니다.

Tasks

Time Series Classification

Similar Papers 제목 키워드 기반

An Interpretable ML-based Model for Predicting p-y Curves of Monopile Foundations in Sand

2025-01-08 · Biao Li, Qing-Kai Song, Wen-Gang Qi, Fu-Ping Gao

Predicting the lateral pile response is challenging due to the complexity of pile-soil interactions. Machine learning (ML) techniques have gained considerable attention for their effectiveness in non-linear analysis and …

Sand

Evaluating Local Explainability Metrics for Machine Learning Models on Tabular Data

2026-05-26 · Tomás Pereira, João Vitorino, Eva Maia, Isabel Praça arxiv

Despite the wide use of explainability techniques to attempt to understand the behavior of Artificial Intelligence (AI), the generated explanations may not always be reliable. An explanation can appear plausible to human…

A Shapley Value Estimation Speedup for Efficient Explainable Quantum AI

2024-12-19 · Iain Burge, Michel Barbeau, Joaquin Garcia-Alfaro

This work focuses on developing efficient post-hoc explanations for quantum AI algorithms. In classical contexts, the cooperative game theory concept of the Shapley value adapts naturally to post-hoc explanations, where …

Decision Making

Exploring Factors Affecting Pedestrian Crash Severity Using TabNet: A Deep Learning Approach

2023-11-29 · Amir Rafe, Patrick A. Singleton

This study presents the first investigation of pedestrian crash severity using the TabNet model, a novel tabular deep learning method exceptionally suited for analyzing the tabular data inherent in transportation safety …

Rethinking Attention-Model Explainability through Faithfulness Violation Test

2022-01-28 · Yibing Liu, Haoliang Li, Yangyang Guo, Chenqi Kong 외

Attention mechanisms are dominating the explainability of deep models. They produce probability distributions over the input, which are widely deemed as feature-importance indicators. However, in this paper, we find one …

DiagnosticFeature Importancemodel