LGAug 26, 2023

Time-to-Pattern: Information-Theoretic Unsupervised Learning for Scalable Time Series Summarization

arXiv:2308.13722v1h-index: 20Has Code
Originality Incremental advance
AI Analysis

This addresses the need for scalable and comprehensive summarization of time series data, which is incremental as it builds on existing approaches by mitigating limitations in similarity definitions and search efficiency.

The paper tackles the problem of time series summarization by introducing Time-to-Pattern (T2P), a deep generative model that learns interpretable embeddings to find diverse patterns, resulting in improved pattern diversity and processing scalability over previous methods.

Data summarization is the process of generating interpretable and representative subsets from a dataset. Existing time series summarization approaches often search for recurring subsequences using a set of manually devised similarity functions to summarize the data. However, such approaches are fraught with limitations stemming from an exhaustive search coupled with a heuristic definition of series similarity. Such approaches affect the diversity and comprehensiveness of the generated data summaries. To mitigate these limitations, we introduce an approach to time series summarization, called Time-to-Pattern (T2P), which aims to find a set of diverse patterns that together encode the most salient information, following the notion of minimum description length. T2P is implemented as a deep generative model that learns informative embeddings of the discrete time series on a latent space specifically designed to be interpretable. Our synthetic and real-world experiments reveal that T2P discovers informative patterns, even in noisy and complex settings. Furthermore, our results also showcase the improved performance of T2P over previous work in pattern diversity and processing scalability, which conclusively demonstrate the algorithm's effectiveness for time series summarization.

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