Locality sensitive hashing for sampling-based algorithms in association rule mining

  • Authors:
  • Chyouhwa Chen;Shi-Jinn Horng;Chin-Pin Huang

  • Affiliations:
  • Department of Computer Science and Information Engineering, National Taiwan University of Science and Technology, 43, Keelung Road, Section , Taipei 10607, Taiwan, ROC;Department of Computer Science and Information Engineering, National Taiwan University of Science and Technology, 43, Keelung Road, Section , Taipei 10607, Taiwan, ROC;Department of Computer Science and Information Engineering, National Taiwan University of Science and Technology, 43, Keelung Road, Section , Taipei 10607, Taiwan, ROC

  • Venue:
  • Expert Systems with Applications: An International Journal
  • Year:
  • 2011

Quantified Score

Hi-index 12.05

Visualization

Abstract

Association rule mining is one of the most important techniques for intelligent system design and has been widely applied in a large number of real applications. However, classical mining algorithms cannot process very large databases in a reasonable amount of time. The sampling approach that processes a subset of the whole database is a viable alternative. Obviously, such an approach cannot extract perfectly accurate rules. Previous works have tried to improve the accuracy by removing ''outliers'' from the initial sample based on global statistical properties in the sample. In this paper, we take the view that the initial sample may actually consist of multiple possibly overlapping subsets or clusters. It is more reasonable to apply data clustering techniques to the initial sample before outlier removal is performed on the resulting clusters, so that outliers are removed based on local properties of individual clusters. However, clustering transactional data with very high dimensions is a difficult problem by itself. We solve this problem by interpreting locality sensitive hashing as a means for data clustering. Previously proposed algorithms may be then optionally used to remove the outliers in the individual clusters. We propose several concrete algorithms based on this general strategy. Using an extensive set of synthetic data and real datasets, we evaluate our proposed algorithms and find that our proposals exhibit better accuracy or execution time, or both, than previously proposed algorithms.