提出SSET方法,精准定位时间序列分类中影响情绪判断的关键片段。
SSET: Swapping-Sliding Explanation for Time Series Classifiers in Affect Detection
- 通过变量置换与滑动窗口,识别导致预测分数下降的显著子序列。
- 在WESAD和MAHNOB-HCI数据集上,比LIME、集成梯度等方法更准确。
- 适用于非可微模型,适合真实场景下情绪检测的可解释性需求。
局部解释在减少机器学习模型决策模糊性方面受到广泛关注。尽管图像等领域已有大量可解释性研究,但多变量时间序列数据的解释工作仍有限。主要原因在于时间与变量混杂导致解释结果难以理解,且现有方法或忽略时间上下文,或依赖模型可微性,限制了其在真实场景和不可微模型中的应用。本文提出一种针对多变量时间序列分类器的交换-滑动解释方法(SSET),包含两个阶段:首先通过将目标序列与同类训练数据置换,识别关键变量;其次通过滑动窗口分析这些变量的显著观测点。该方法以多因素方式衡量变量随时间的重要性。我们在情绪检测任务中评估SSET,使用真实生理数据集WESAD和MAHNOB-HCI,以及性能优越的深度卷积分类器CN-Waterfall。实验表明,相比LIME、集成梯度和Dynamask等基准方法,SSET能生成更准确、可理解的解释。
原文摘要 · Abstract (English)
Local explanation of machine learning (ML) models has recently received significant attention due to its ability to reduce ambiguities about why the models make specific decisions. Extensive efforts have been invested to address explainability for different data types, particularly images. However, the work on multivariate time series data is limited. A possible reason is that the conflation of time and other variables in time series data can cause the generated explanations to be incomprehensible to humans. In addition, some efforts on time series fall short of providing accurate explanations as they either ignore a context in the time domain or impose differentiability requirements on the ML models. Such restrictions impede their ability to provide valid explanations in real-world applications and non-differentiable ML settings. In this paper, we propose a swapping--sliding decision explanation for multivariate time series classifiers, called SSET. The proposal consists of swapping and sliding stages, by which salient sub-sequences causing significant drops in the prediction score are presented as explanations. In the former stage, the important variables are detected by swapping the series of interest with close train data from target classes. In the latter stage, the salient observations of these variables are explored by sliding a window over each time step. Additionally, the model measures the importance of different variables over time in a novel way characterized by multiple factors. We leverage SSET on affect detection domain where evaluations are performed on two real-world physiological time series datasets, WESAD and MAHNOB-HCI, and a deep convolutional classifier, CN-Waterfall. This classifier has shown superior performance to prior models to detect human affective states. Comparing SSET with several benchmarks, including LIME, integrated gradients, and Dynamask, we found..
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。