Zheng Shao (University of Illinois, Urbana-Champaign)
Mining Interesting Patterns from Very High Dimensional Data: A Top-Down
Row Enumeration Approach
Friday 2:40-3:00, Fountain III
Abstract:
Data sets of very high dimensionality, such as microarray data, pose great challenges on efficient processing to most existing data mining algorithms. Recently, there comes a row-enumeration method that performs a bottom-up search of row combination space to find corresponding frequent patterns. Due to limited number of rows in micro-array data, this method is more efficient than column enumeration-based algorithms. However, the bottom-up search strategy cannot take advantage of user-specified minimum support threshold to efficiently prune search space, and therefore leads to long runtime and much memory overhead.
In this paper, we propose a new search strategy, top-down mining, integrated with a novel row enumeration tree, which makes full use of the pruning power of the minimum support threshold to cut down search space dramatically. Using this kind of searching strategy, we design an algorithm, TD-Close, to find a complete set of frequent closed patterns from very high-dimensional data. Furthermore, an effective closeness-checking method is also developed that avoids scanning the dataset multiple times. Our performance study shows that the TD-Close algorithm outperforms substantially both Carpenter, a bottom-up searching algorithm, and FPclose, a column enumeration-based frequent closed pattern mining algorithm.