Pattern Sampling for Shapelet-based Time Series Classification
Atif Raza, Stefan Kramer

TL;DR
This paper introduces a pattern sampling method using a weighted trie to efficiently extract discriminative shapelets from discretized time series data, significantly reducing computational resources while maintaining accuracy.
Contribution
The paper proposes a novel pattern sampling approach with a weighted trie for shapelet discovery, improving efficiency over exhaustive search methods.
Findings
Reduces computational and memory requirements significantly.
Maintains competitive classification accuracy.
Faster runtime compared to previous algorithms.
Abstract
Subsequence-based time series classification algorithms provide accurate and interpretable models, but training these models is extremely computation intensive. The asymptotic time complexity of subsequence-based algorithms remains a higher-order polynomial, because these algorithms are based on exhaustive search for highly discriminative subsequences. Pattern sampling has been proposed as an effective alternative to mitigate the pattern explosion phenomenon. Therefore, we employ pattern sampling to extract discriminative features from discretized time series data. A weighted trie is created based on the discretized time series data to sample highly discriminative patterns. These sampled patterns are used to identify the shapelets which are used to transform the time series classification problem into a feature-based classification problem. Finally, a classification model can be trained…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTime Series Analysis and Forecasting · Music and Audio Processing · Complex Systems and Time Series Analysis
