NSPG-Miner: Mining Repetitive Negative Sequential Patterns
Yan Li, Zhulin Wang, Jing Liu, Lei Guo, Philippe Fournier-Viger, Youxi, Wu, Xindong Wu

TL;DR
NSPG-Miner is an efficient algorithm that simultaneously mines positive and negative sequential patterns with gap constraints, improving pattern discovery in sequential data analysis.
Contribution
The paper introduces NSPG-Miner, a novel algorithm that effectively mines both positive and negative sequential patterns with gap constraints, enhancing pattern discovery capabilities.
Findings
NSPG-Miner outperforms 11 existing algorithms in efficiency.
It discovers more valuable patterns than state-of-the-art methods.
Experimental results validate the effectiveness of the proposed strategies.
Abstract
Sequential pattern mining (SPM) with gap constraints (or repetitive SPM or tandem repeat discovery in bioinformatics) can find frequent repetitive subsequences satisfying gap constraints, which are called positive sequential patterns with gap constraints (PSPGs). However, classical SPM with gap constraints cannot find the frequent missing items in the PSPGs. To tackle this issue, this paper explores negative sequential patterns with gap constraints (NSPGs). We propose an efficient NSPG-Miner algorithm that can mine both frequent PSPGs and NSPGs simultaneously. To effectively reduce candidate patterns, we propose a pattern join strategy with negative patterns which can generate both positive and negative candidate patterns at the same time. To calculate the support (frequency of occurrence) of a pattern in each sequence, we explore a NegPair algorithm that employs a key-value pair array…
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 · Time Series Analysis and Forecasting
