LGJul 25, 2022

dCAM: Dimension-wise Class Activation Map for Explaining Multivariate Data Series Classification

arXiv:2207.12165v133 citationsh-index: 56
Originality Incremental advance
AI Analysis

This addresses the need for better explanations in multivariate time series classification, which is important for applications requiring interpretability, though it is incremental as it builds on existing CNN-based methods.

The authors tackled the problem of poor explanation for multivariate data series classification by proposing dCAM, a dimension-wise class activation map that highlights temporal and dimensional discriminant information, demonstrating it as more accurate and the only viable solution for discriminant feature discovery in experiments with synthetic and real datasets.

Data series classification is an important and challenging problem in data science. Explaining the classification decisions by finding the discriminant parts of the input that led the algorithm to some decisions is a real need in many applications. Convolutional neural networks perform well for the data series classification task; though, the explanations provided by this type of algorithm are poor for the specific case of multivariate data series. Addressing this important limitation is a significant challenge. In this paper, we propose a novel method that solves this problem by highlighting both the temporal and dimensional discriminant information. Our contribution is two-fold: we first describe a convolutional architecture that enables the comparison of dimensions; then, we propose a method that returns dCAM, a Dimension-wise Class Activation Map specifically designed for multivariate time series (and CNN-based models). Experiments with several synthetic and real datasets demonstrate that dCAM is not only more accurate than previous approaches, but the only viable solution for discriminant feature discovery and classification explanation in multivariate time series. This paper has appeared in SIGMOD'22.

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