A Generic Algorithm for Top-K On-Shelf Utility Mining
Jiahui Chen, Xu Guo, Wensheng Gan, Shichen Wan, and Philip S. Yu

TL;DR
This paper introduces TOIT, a generic algorithm for efficiently mining the top-k high-utility itemsets in on-shelf utility mining, addressing the challenge of threshold setting and improving performance over existing methods.
Contribution
The paper proposes a novel top-k on-shelf utility mining algorithm, TOIT, with strategies to prune search space and enhance efficiency, outperforming current algorithms like KOSHU.
Findings
TOIT reduces mining time compared to KOSHU.
TOIT consumes less memory during mining.
Experimental results validate TOIT's superior performance.
Abstract
On-shelf utility mining (OSUM) is an emerging research direction in data mining. It aims to discover itemsets that have high relative utility in their selling time period. Compared with traditional utility mining, OSUM can find more practical and meaningful patterns in real-life applications. However, there is a major drawback to traditional OSUM. For normal users, it is hard to define a minimum threshold minutil for mining the right amount of on-shelf high utility itemsets. On one hand, if the threshold is set too high, the number of patterns would not be enough. On the other hand, if the threshold is set too low, too many patterns will be discovered and cause an unnecessary waste of time and memory consumption. To address this issue, the user usually directly specifies a parameter k, where only the top-k high relative utility itemsets would be considered. Therefore, in this paper, we…
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 Management and Algorithms · Time Series Analysis and Forecasting
