Order-preserving pattern mining with forgetting mechanism
Yan Li, Chenyu Ma, Rong Gao, Youxi Wu, Jinyan Li, Wenjian Wang, and, Xindong Wu

TL;DR
This paper introduces OPF-Miner, an algorithm for order-preserving pattern mining in time series that incorporates a forgetting mechanism to prioritize recent data, improving pattern discovery and clustering performance.
Contribution
It proposes a novel OPF-Miner algorithm with strategies to efficiently discover frequent order-preserving patterns using a forgetting mechanism.
Findings
OPF-Miner outperforms 12 alternative algorithms in experiments.
The forgetting mechanism enhances clustering performance of time series.
OPF-Miner effectively reduces redundant pattern calculations.
Abstract
Order-preserving pattern (OPP) mining is a type of sequential pattern mining method in which a group of ranks of time series is used to represent an OPP. This approach can discover frequent trends in time series. Existing OPP mining algorithms consider data points at different time to be equally important; however, newer data usually have a more significant impact, while older data have a weaker impact. We therefore introduce the forgetting mechanism into OPP mining to reduce the importance of older data. This paper explores the mining of OPPs with forgetting mechanism (OPF) and proposes an algorithm called OPF-Miner that can discover frequent OPFs. OPF-Miner performs two tasks, candidate pattern generation and support calculation. In candidate pattern generation, OPF-Miner employs a maximal support priority strategy and a group pattern fusion strategy to avoid redundant pattern…
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
TopicsData Mining Algorithms and Applications · Rough Sets and Fuzzy Logic
