paper-with-me

홈 › Papers

Implet: A Post-hoc Subsequence Explainer for Time Series Models

2025-05-13 · Fanyu Meng, Ziwen Kan, Shahbaz Rezaei, Zhaodan Kong, Xin Chen, Xin Liu

Explainability in time series models is crucial for fostering trust, facilitating debugging, and ensuring interpretability in real-world applications. In this work, we introduce Implet, a novel post-hoc explainer that generates accurate and concise subsequence-level explanations for time series models. Our approach identifies critical temporal segments that significantly contribute to the model's predictions, providing enhanced interpretability beyond traditional feature-attribution methods. Based on it, we propose a cohort-based (group-level) explanation framework designed to further improve the conciseness and interpretability of our explanations. We evaluate Implet on several standard time-series classification benchmarks, demonstrating its effectiveness in improving interpretability. The code is available at https://github.com/LbzSteven/implet

📄 PDF Abstract BibTeX arXiv:2505.08748

Code (1)

lbzsteven/implet 공식 구현 pytorch

Tasks

Time SeriesTime Series Classification

Similar Papers 제목 키워드 기반

Ego-Network Transformer for Subsequence Classification in Time Series Data

2023-11-05 · Chin-Chia Michael Yeh, Huiyuan Chen, Yujie Fan, Xin Dai 외

Time series classification is a widely studied problem in the field of time series data mining. Previous research has predominantly focused on scenarios where relevant or foreground subsequences have already been extract…

Time SeriesTime Series Classification

Efficiently Discovering Frequent Motifs in Large-scale Sensor Data

2015-01-02 · Puneet Agarwal, Gautam Shroff, Sarmimala Saikia, Zaigham Khan

While analyzing vehicular sensor data, we found that frequently occurring waveforms could serve as features for further analysis, such as rule mining, classification, and anomaly detection. The discovery of waveform patt…

Anomaly DetectionClusteringTime SeriesTime Series Analysis

ShapeX: Shapelet-Driven Post Hoc Explanations for Time Series Classification Models

2025-10-23 · Bosong Huang, Ming Jin, Yuxuan Liang, Johan Barthelemy 외 arxiv

Explaining time series classification models is crucial, particularly in high-stakes applications such as healthcare and finance, where transparency and trust play a critical role. Although numerous time series classific…

Time Series Classification

SE-shapelets: Semi-supervised Clustering of Time Series Using Representative Shapelets

2023-04-06 · Borui Cai, Guangyan Huang, Shuiqiao Yang, Yong Xiang 외

Shapelets that discriminate time series using local features (subsequences) are promising for time series clustering. Existing time series clustering methods may fail to capture representative shapelets because they disc…

ClusteringTime SeriesTime Series Clustering

GraphSubDetector: Time Series Subsequence Anomaly Detection via Density-Aware Adaptive Graph Neural Network

2024-11-26 · Weiqi Chen, Zhiqiang Zhou, Qingsong Wen, Liang Sun

Time series subsequence anomaly detection is an important task in a large variety of real-world applications ranging from health monitoring to AIOps, and is challenging due to the following reasons: 1) how to effectively…

Anomaly DetectionGraph Neural NetworkTime Series