OPP-Miner: Order-preserving sequential pattern mining
Youxi Wu, Qian Hu, Yan Li, Lei Guo, Xingquan Zhu, Xindong Wu

TL;DR
OPP-Miner introduces a novel order-preserving pattern mining method for time series data, capturing relative value trends without data conversion, enhancing pattern discovery, and demonstrating efficiency and practical utility in real-world applications like COVID-19 analysis.
Contribution
This paper presents OPP-Miner, the first algorithm for mining order-preserving patterns in time series, addressing limitations of existing methods by focusing on relative order rather than data values.
Findings
OPP-Miner is efficient and scalable for large datasets.
The method effectively discovers similar sub-sequences and trends.
Case studies show high utility in epidemic analysis and clustering improvement.
Abstract
A time series is a collection of measurements in chronological order. Discovering patterns from time series is useful in many domains, such as stock analysis, disease detection, and weather forecast. To discover patterns, existing methods often convert time series data into another form, such as nominal/symbolic format, to reduce dimensionality, which inevitably deviates the data values. Moreover, existing methods mainly neglect the order relationships between time series values. To tackle these issues, inspired by order-preserving matching, this paper proposes an Order-Preserving sequential Pattern (OPP) mining method, which represents patterns based on the order relationships of the time series data. An inherent advantage of such representation is that the trend of a time series can be represented by the relative order of the values underneath the time series data. To obtain frequent…
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
TopicsData Mining Algorithms and Applications · Data Stream Mining Techniques · Time Series Analysis and Forecasting
