Mining All Non-Derivable Frequent Itemsets
Toon Calders, Bart Goethals

TL;DR
This paper introduces deduction rules to identify redundancies among frequent itemsets, enabling the construction of minimal representations that improve efficiency and often outperform traditional frequent itemset mining algorithms.
Contribution
The paper proposes deduction rules to derive tight support bounds, facilitating minimal representations of all frequent itemsets and enhancing mining performance.
Findings
Deduction rules effectively reduce the number of itemsets to consider.
Constructing minimal representations can outperform existing algorithms.
Experiments confirm the effectiveness of the proposed approach.
Abstract
Recent studies on frequent itemset mining algorithms resulted in significant performance improvements. However, if the minimal support threshold is set too low, or the data is highly correlated, the number of frequent itemsets itself can be prohibitively large. To overcome this problem, recently several proposals have been made to construct a concise representation of the frequent itemsets, instead of mining all frequent itemsets. The main goal of this paper is to identify redundancies in the set of all frequent itemsets and to exploit these redundancies in order to reduce the result of a mining operation. We present deduction rules to derive tight bounds on the support of candidate itemsets. We show how the deduction rules allow for constructing a minimal representation for all frequent itemsets. We also present connections between our proposal and recent proposals for concise…
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 · Rough Sets and Fuzzy Logic · Data Management and Algorithms
