LGOct 25, 2023

Interpretable time series neural representation for classification purposes

arXiv:2310.16696v11 citationsh-index: 13
Originality Incremental advance
AI Analysis

This work addresses the lack of interpretability in deep learning for time series analysis, which is crucial for domains like healthcare or finance where understanding model decisions is essential, though it appears incremental by building on existing symbolic and neural methods.

The authors tackled the problem of creating interpretable neural representations for time series classification by proposing a new unsupervised neural architecture that meets specific interpretability requirements, achieving better average results than other interpretable approaches on UCR archive datasets.

Deep learning has made significant advances in creating efficient representations of time series data by automatically identifying complex patterns. However, these approaches lack interpretability, as the time series is transformed into a latent vector that is not easily interpretable. On the other hand, Symbolic Aggregate approximation (SAX) methods allow the creation of symbolic representations that can be interpreted but do not capture complex patterns effectively. In this work, we propose a set of requirements for a neural representation of univariate time series to be interpretable. We propose a new unsupervised neural architecture that meets these requirements. The proposed model produces consistent, discrete, interpretable, and visualizable representations. The model is learned independently of any downstream tasks in an unsupervised setting to ensure robustness. As a demonstration of the effectiveness of the proposed model, we propose experiments on classification tasks using UCR archive datasets. The obtained results are extensively compared to other interpretable models and state-of-the-art neural representation learning models. The experiments show that the proposed model yields, on average better results than other interpretable approaches on multiple datasets. We also present qualitative experiments to asses the interpretability of the approach.

Foundations

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

Your Notes