Scalable Order-Preserving Pattern Mining
Ling Li, Wiktor Zuba, Grigorios Loukides, Solon P. Pissis and, Maria Matsangidou

TL;DR
This paper introduces scalable algorithms for order-preserving pattern mining in time series, including novel suffix tree construction methods and efficient pattern mining techniques, significantly outperforming previous approaches in speed and scalability.
Contribution
The paper presents the first practical algorithms for constructing order-preserving suffix trees and for mining maximal and closed frequent order-preserving patterns in linear time.
Findings
Algorithms are up to orders of magnitude faster than existing methods.
OP pattern-based clustering is shown to be effective.
OPST construction algorithms perform well on real-world datasets.
Abstract
Time series are ubiquitous in domains ranging from medicine to marketing and finance. Frequent Pattern Mining (FPM) from a time series has thus received much attention. Recently, it has been studied under the order-preserving (OP) matching relation stating that a match occurs when two time series have the same relative order on their elements. Here, we propose exact, highly scalable algorithms for FPM in the OP setting. Our algorithms employ an OP suffix tree (OPST) as an index to store and query time series efficiently. Unfortunately, there are no practical algorithms for OPST construction. Thus, we first propose a novel and practical -time and -space algorithm for constructing the OPST of a length- time series over an alphabet of size . We also propose an alternative faster OPST construction algorithm running in…
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 · Advanced Database Systems and Queries · Fuzzy Logic and Control Systems
