LGAIJun 5, 2025

TIMING: Temporality-Aware Integrated Gradients for Time Series Explanation

arXiv:2506.05035v111 citationsh-index: 4Has CodeICML
Originality Incremental advance
AI Analysis

This work addresses a specific limitation in time series XAI for researchers and practitioners, offering an incremental improvement over existing methods.

The paper tackled the problem of time series explainable AI (XAI) methods overlooking directional impacts on predictions by proposing TIMING, a temporality-aware version of Integrated Gradients, which outperformed existing baselines in experiments on synthetic and real-world benchmarks.

Recent explainable artificial intelligence (XAI) methods for time series primarily estimate point-wise attribution magnitudes, while overlooking the directional impact on predictions, leading to suboptimal identification of significant points. Our analysis shows that conventional Integrated Gradients (IG) effectively capture critical points with both positive and negative impacts on predictions. However, current evaluation metrics fail to assess this capability, as they inadvertently cancel out opposing feature contributions. To address this limitation, we propose novel evaluation metrics-Cumulative Prediction Difference (CPD) and Cumulative Prediction Preservation (CPP)-to systematically assess whether attribution methods accurately identify significant positive and negative points in time series XAI. Under these metrics, conventional IG outperforms recent counterparts. However, directly applying IG to time series data may lead to suboptimal outcomes, as generated paths ignore temporal relationships and introduce out-of-distribution samples. To overcome these challenges, we introduce TIMING, which enhances IG by incorporating temporal awareness while maintaining its theoretical properties. Extensive experiments on synthetic and real-world time series benchmarks demonstrate that TIMING outperforms existing time series XAI baselines. Our code is available at https://github.com/drumpt/TIMING.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes