Motiflets -- Simple and Accurate Detection of Motifs in Time Series
Patrick Sch\"afer, Ulf Leser

TL;DR
This paper introduces a novel motif discovery method in time series that focuses on finding sets of k similar occurrences, making parameter selection more intuitive and improving motif detection accuracy.
Contribution
The authors propose k-Motiflets, a new approach that emphasizes the number of motif occurrences rather than distance thresholds, with algorithms and statistical tools for automatic parameter setting.
Findings
Outperforms state-of-the-art algorithms in size and similarity of detected motifs
Produces clearer and more interpretable motifs without manual tuning
Demonstrates effectiveness on multiple real-world datasets
Abstract
A time series motif intuitively is a short time series that repeats itself approximately the same within a larger time series. Such motifs often represent concealed structures, such as heart beats in an ECG recording, the riff in a pop song, or sleep spindles in EEG sleep data. Motif discovery (MD) is the task of finding such motifs in a given input series. As there are varying definitions of what exactly a motif is, a number of different algorithms exist. As central parameters they all take the length l of the motif and the maximal distance r between the motif's occurrences. In practice, however, especially suitable values for r are very hard to determine upfront, and found motifs show a high variability even for very similar r values. Accordingly, finding an interesting motif requires extensive trial-and-error. In this paper, we present a different approach to the MD problem. We…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTime Series Analysis and Forecasting · Anomaly Detection Techniques and Applications · Neural Networks and Applications
