LGMLOct 26, 2020

Benchmarking Deep Learning Interpretability in Time Series Predictions

arXiv:2010.13924v1228 citations
Originality Incremental advance
AI Analysis

This addresses the need for reliable interpretability in time series analysis, though it is incremental as it builds on existing saliency methods.

The paper tackled the problem of evaluating saliency-based interpretability methods for time series predictions by benchmarking them across neural architectures and proposing a new metric, finding that existing methods often fail but can be improved with a two-step temporal saliency rescaling approach.

Saliency methods are used extensively to highlight the importance of input features in model predictions. These methods are mostly used in vision and language tasks, and their applications to time series data is relatively unexplored. In this paper, we set out to extensively compare the performance of various saliency-based interpretability methods across diverse neural architectures, including Recurrent Neural Network, Temporal Convolutional Networks, and Transformers in a new benchmark of synthetic time series data. We propose and report multiple metrics to empirically evaluate the performance of saliency methods for detecting feature importance over time using both precision (i.e., whether identified features contain meaningful signals) and recall (i.e., the number of features with signal identified as important). Through several experiments, we show that (i) in general, network architectures and saliency methods fail to reliably and accurately identify feature importance over time in time series data, (ii) this failure is mainly due to the conflation of time and feature domains, and (iii) the quality of saliency maps can be improved substantially by using our proposed two-step temporal saliency rescaling (TSR) approach that first calculates the importance of each time step before calculating the importance of each feature at a time step.

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