ICML2026
TimeSAE: Causal Sparse Decoding for Faithful Explanations of Black-Box Time Series Models
Khalid Oublal, Quentin Bouniot, Qi Gan, Stephan Clemencon, Zeynep Akata
被引用 2 次
摘要
As black box models and pretrained models gain traction in time series applications, understanding and explaining their predictions becomes increasingly vital, especially in high-stakes domains where interpretability and trust are essential. However, most of the existing methods involve only in-distribution explanation, and do not generalize outside the training support, which requires the learning capability of generalization. In this work, we aim to provide a framework to explain blackbox models for time series data through the dual lenses of Sparse Autoencoders (SAEs) and causality. We show that many current explanation methods are sensitive to distributional shifts, limiting their effectiveness in real-world scenarios. Building on the concept of Sparse Autoencoder, we introduce TimeSAE , a framework for black-box model explanation. We conduct extensive evaluations of TimeSAE on both synthetic and realworld time series datasets, comparing it to leading baselines. The results, supported by both quantitative metrics and qualitative insights, show that TimeSAE delivers more faithful and robust explanations. Our code and dataset are available in an easy-to-use library TimeSAE -Lib: https:// oublalkhalid.github.io/TimeSAE/ .