Concepedia

Publication | Closed Access

Efficient Algorithms for Mining High Utility Itemsets from Transactional Databases

564

Citations

37

References

2012

Year

TLDR

Mining high‑utility itemsets in transactional databases often yields a large number of candidate itemsets, which degrades execution time and memory usage, especially when transactions or itemsets are long. This paper introduces two algorithms, UP‑Growth and UP‑Growth+, that employ effective pruning strategies to reduce candidate generation. Both algorithms use a utility pattern tree (UP‑Tree) to store high‑utility itemsets, enabling efficient candidate generation with only two database scans and allowing comparison against state‑of‑the‑art methods on real and synthetic data. Experiments demonstrate that UP‑Growth+ markedly decreases candidate numbers and achieves substantially faster runtimes than existing algorithms, particularly on datasets with many long transactions.

Abstract

Mining high utility itemsets from a transactional database refers to the discovery of itemsets with high utility like profits. Although a number of relevant algorithms have been proposed in recent years, they incur the problem of producing a large number of candidate itemsets for high utility itemsets. Such a large number of candidate itemsets degrades the mining performance in terms of execution time and space requirement. The situation may become worse when the database contains lots of long transactions or long high utility itemsets. In this paper, we propose two algorithms, namely utility pattern growth (UP-Growth) and UP-Growth+, for mining high utility itemsets with a set of effective strategies for pruning candidate itemsets. The information of high utility itemsets is maintained in a tree-based data structure named utility pattern tree (UP-Tree) such that candidate itemsets can be generated efficiently with only two scans of database. The performance of UP-Growth and UP-Growth+ is compared with the state-of-the-art algorithms on many types of both real and synthetic data sets. Experimental results show that the proposed algorithms, especially UP-Growth+, not only reduce the number of candidates effectively but also outperform other algorithms substantially in terms of runtime, especially when databases contain lots of long transactions.

References

YearCitations

Page 1