Mining compact high utility sequential patterns
Tai Dinh, Philippe Fournier-Viger, Huynh Van Hong

TL;DR
This paper introduces CHUSP, an algorithm for efficiently mining a compact set of high utility sequential patterns that are closed and frequent, reducing redundancy and computational complexity in sequence data analysis.
Contribution
The paper proposes a novel algorithm called CHUSP that efficiently mines closed high utility sequential patterns using pruning strategies and a specialized data structure.
Findings
CHUSP significantly reduces execution time compared to baseline methods.
The algorithm effectively minimizes memory usage during pattern mining.
It successfully discovers a compact set of patterns across various datasets.
Abstract
High utility sequential pattern mining (HUSPM) aims to mine all patterns that yield a high utility (profit) in a sequence dataset. HUSPM is useful for several applications such as market basket analysis, marketing, and website clickstream analysis. In these applications, users may also consider high utility patterns frequently appearing in the dataset to obtain more fruitful information. However, this task is high computation since algorithms may generate a combinatorial explosive number of candidates that may be redundant or of low importance. To reduce complexity and obtain a compact set of frequent high utility sequential patterns (FHUSPs), this paper proposes an algorithm named CHUSP for mining closed frequent high utility sequential patterns (CHUSPs). Such patterns keep a concise representation while preserving the same expressive power of the complete set of FHUSPs. The proposed…
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
MethodsPruning
