DOI QR코드

DOI QR Code

Performance Analysis of Frequent Pattern Mining with Multiple Minimum Supports

다중 최소 임계치 기반 빈발 패턴 마이닝의 성능분석

  • Ryang, Heungmo (Dept. of Computer Engineering, Sejong University) ;
  • Yun, Unil (Dept. of Computer Engineering, Sejong University)
  • Received : 2013.08.05
  • Accepted : 2013.10.10
  • Published : 2013.12.31

Abstract

Data mining techniques are used to find important and meaningful information from huge databases, and pattern mining is one of the significant data mining techniques. Pattern mining is a method of discovering useful patterns from the huge databases. Frequent pattern mining which is one of the pattern mining extracts patterns having higher frequencies than a minimum support threshold from databases, and the patterns are called frequent patterns. Traditional frequent pattern mining is based on a single minimum support threshold for the whole database to perform mining frequent patterns. This single support model implicitly supposes that all of the items in the database have the same nature. In real world applications, however, each item in databases can have relative characteristics, and thus an appropriate pattern mining technique which reflects the characteristics is required. In the framework of frequent pattern mining, where the natures of items are not considered, it needs to set the single minimum support threshold to a too low value for mining patterns containing rare items. It leads to too many patterns including meaningless items though. In contrast, we cannot mine any pattern if a too high threshold is used. This dilemma is called the rare item problem. To solve this problem, the initial researches proposed approximate approaches which split data into several groups according to item frequencies or group related rare items. However, these methods cannot find all of the frequent patterns including rare frequent patterns due to being based on approximate techniques. Hence, pattern mining model with multiple minimum supports is proposed in order to solve the rare item problem. In the model, each item has a corresponding minimum support threshold, called MIS (Minimum Item Support), and it is calculated based on item frequencies in databases. The multiple minimum supports model finds all of the rare frequent patterns without generating meaningless patterns and losing significant patterns by applying the MIS. Meanwhile, candidate patterns are extracted during a process of mining frequent patterns, and the only single minimum support is compared with frequencies of the candidate patterns in the single minimum support model. Therefore, the characteristics of items consist of the candidate patterns are not reflected. In addition, the rare item problem occurs in the model. In order to address this issue in the multiple minimum supports model, the minimum MIS value among all of the values of items in a candidate pattern is used as a minimum support threshold with respect to the candidate pattern for considering its characteristics. For efficiently mining frequent patterns including rare frequent patterns by adopting the above concept, tree based algorithms of the multiple minimum supports model sort items in a tree according to MIS descending order in contrast to those of the single minimum support model, where the items are ordered in frequency descending order. In this paper, we study the characteristics of the frequent pattern mining based on multiple minimum supports and conduct performance evaluation with a general frequent pattern mining algorithm in terms of runtime, memory usage, and scalability. Experimental results show that the multiple minimum supports based algorithm outperforms the single minimum support based one and demands more memory usage for MIS information. Moreover, the compared algorithms have a good scalability in the results.

거대한 데이터베이스로부터 중요하고 의미 있는 정보를 찾아내기 위해 데이터 마이닝 기법들이 사용되며, 패턴 마이닝은 이러한 데이터 마이닝을 위한 중요한 기법 중에 하나이다. 패턴 마이닝은 거대 데이터베이스로부터 유용한 패턴을 찾아내는 기법이며, 패턴 마이닝 분야 중에 하나인 빈발 패턴 마이닝은 데이터베이스에서 최소 임계치 이상의 빈도수를 가지는 빈발 패턴을 마이닝 한다. 전통적인 빈발 패턴 마이닝은 전체 데이터베이스에 대한 단일 최소 임계치를 기반으로 중요 빈발 패턴을 마이닝 한다. 단일 최소 임계치 모델은 데이터베이스 내 모든 아이템이 동일한 특성을 가진다고 암묵적으로 가정한다. 그러나 실제 응용에서는 각 아이템들이 개별적인 특성을 가지고 있을 수 있으며, 따라서 이를 반영한 패턴 마이닝 기법이 요구된다. 데이터베이스 내 아이템들의 이러한 특성이 반영되지 않은 빈발 패턴 마이닝 모델에서, 중요한 희귀 아이템이 포함된 패턴을 마이닝 하기 위해서는 낮은 최소 임계치를 설정해야 한다. 그러나 너무 낮은 최소 임계치는 의미 없는 아이템들을 포함하는 수많은 패턴을 야기한다. 반대로 높은 최소 임계치는 희귀 아이템이 포함된 패턴을 마이닝 하지 못하는 희귀 아이템 문제라 불리는 딜레마가 발생한다. 이러한 문제의 해결을 위한 초기 연구들은 아이템 빈도수에 따라 데이터를 몇 개의 블록으로 분할하거나 관련 희귀 아이템들을 하나의 그룹으로 만드는 방법을 사용한 근사적 접근법을 제안하였다. 그러나 이러한 기법들은 근사적 방법의 적용에 의해 모든 희귀 패턴을 포함한 빈발 패턴을 마이닝 하지 못한다. 다중 최소 임계치를 고려한 패턴 마이닝 모델은 아이템들의 개별적인 특성을 반영하여 희귀 아이템 문제를 해결하기 위해 제안되었다. 다중 최소 임계치 기반의 빈발 패턴 마이닝 모델에서 각 아이템은 MIS (Minimum Item Support)라고 불리는 개별 최소 임계치를 가지며, 아이템들의 데이터베이스 내 빈도수를 기반으로 계산된다. 다중 최소 임계치 모델은 MIS를 통해 수많은 의미 없는 패턴을 생성하지 않고도 손실 없이 모든 희귀 빈발 패턴을 찾아낸다. 한편, 빈발 패턴을 마이닝 하는 과정에서 후보 패턴들이 생성되며, 단일 최소 임계치 모델에서는 각 후보 패턴의 빈도수가 유일한 최소 임계치와 비교된다. 따라서, 희귀 아이템 문제가 발생할 뿐만 아니라 후보 패턴을 구성하는 아이템들의 특성이 고려되지 않는다. 다중 최소 임계치 모델에서는 이 문제를 다루기 위해 후보 패턴을 구성하는 아이템들의 MIS 값 중에서 가장 작은 MIS 값을 해당 후보 패턴의 최소 임계치로 설정하여 패턴 내 아이템들의 특성을 반영한다. 이를 적용하여 효율적으로 희귀 빈발 패턴을 마이닝 하기 위해 트리 구조 기반의 알고리즘은 빈도수 내림차순으로 트리 내 아이템들을 정렬하는 단일 최소 임계치 모델과는 달리 MIS 내림차순으로 아이템들을 정렬하여 마이닝을 수행한다. 본 논문에서는 다중 최소 임계치 기반의 빈발 패턴 마이닝 알고리즘에 대한 특성을 살펴보고, 일반 단일 임계치 기반 알고리즘과의 성능평가를 수행한다. 성능평가는 실행 속도, 메모리 사용량, 그리고 확장성의 관점에서 수행된다. 성능평가 결과, 다중 최소 임계치 기반의 빈발 패턴 마이닝 알고리즘은 희귀 빈발 패턴을 포함한 모든 빈발 패턴을 단일 임계치 기반의 빈발 패턴 마이닝 알고리즘보다 더 빠른 속도로 마이닝 하였으며, 각 아이템의 최소 임계치 정보를 위한 추가적인 메모리를 필요로 하였다. 또한, 비교 알고리즘들은 좋은 확장성 결과를 보였다.

Keywords

References

  1. R. Agrawal and R. Srikant, "Fast Algorithms for Mining Association Rules," in Proc. of the 20th Int'l Conf. on Very Large Data Bases (VLDB), pp. 487-499, 1994.
  2. M. Berlingerio, F. Pinelli, and Francesco Calabrese, "ABACUS: frequent pAttern mining-BAsed Community discovery in mUltidimensional networkS," Data Mining and Knowledge Discovery, Vol. 27, No. 3, pp. 294-320, 2013. https://doi.org/10.1007/s10618-013-0331-0
  3. J. Han and Y. Fu, "Discovery of Multiple-level Association Rules from Large Databases," in Proc. of the 21th Int'l Conf. on Very Large Database (VLDB), pp. 420-431, 1995.
  4. A.Y.R. Gonzalez, J.F.M. Trinidad, J.A. Carrasco-Ochoa, and J. Ruiz-Shulcloper, "Mining frequent patterns and association rules using similarities," Expert Systems with Applications, Vol. 40, No. 17, pp. 6823-6836, 2013. https://doi.org/10.1016/j.eswa.2013.06.041
  5. J. Han, J. Pei, and Y. Yin, "Mining Frequent Patterns without Candidate Generation," in Proc. of the 2000 ACM SIGMOD Int'l Conf. on Management of Data, pp. 1-12, 2000.
  6. Y.-H. Hu, F. Wu, and Y.-J. Liao, "An efficient tree-based algorithm for mining sequential patterns with multiple minimum supports," Journal of Systems and Software, Vol. 86, No. 5, pp. 1224-1238, 2013. https://doi.org/10.1016/j.jss.2012.12.020
  7. Y.-H. Hu and Y.-L. Chen, "Mining Association Rules with Multiple Minimum Supports: a New Mining Algorithm and a Support Tuning Mechanism," Decision Support Systems, Vol. 42, No. 1, pp. 1-24, 2006. https://doi.org/10.1016/j.dss.2004.09.007
  8. T.C.-K. Huang, "Discovery of fuzzy quantitative sequential patterns with multiple minimum supports and adjustable membership functions," Information Sciences, Vol. 222, pp. 126-146, 2013. https://doi.org/10.1016/j.ins.2012.07.047
  9. R.U. Kiran and P.K. Reddy, "Novel Techniques to Reduce Search Space in Multiple Minimum Supports-based Frequent Pattern Mining Algorithms," The 14th Int'l Conf. on Extending Database Technology (EDBT), pp. 11-20, 2011.
  10. R. Kohavi, C.E. Brodley, B. Frasca, L. Mason, and Zijian Zheng, "KDD-Cup 2000 Organizers' Report: Peeling the Onion," SIGKDD Explorations (SIGKDD), Vol. 2, No. 2, pp. 86-98, 2000.
  11. W. Lee, S.J. Stolfo, and K.W. Mok, "Mining Audit Data to Build Intrusion Detection Models," in Proc. the 4th Int'l Conf. on Knowledge Discovery and Data Mining (KDD), pp. 66-72, 1998.
  12. Y. Lee and S. Park, "Optimal Moving Pattern Mining using Frequency of Sequence and Weights," Journal of Korean Society for Internet Information, Vol. 10, No. 5, pp. 79-94, 2009.
  13. B. Liu, W. Hsu, and Y. Ma, "Mining Association Rules with Multiple Minimum Supports," in Proc. of the Fifth ACM SIGKDD Int'l Conf. on Knowledge Discovery and Data Mining (KDD), pp. 337-341, 1999.
  14. Y.-H. Liu, "Mining frequent patterns from univariate uncertain data," Data and Knowledge Engineering, Vol. 71, No. 1, pp. 47-68, 2012. https://doi.org/10.1016/j.datak.2011.07.009
  15. H. Mannila, "Database Methods for Data Mining," in ACM SIGKDD Conf. on Knowledge Discovery and Data Mining (KDD) tutorial, 1998.
  16. G. Pyun and U. Yun, "Performance evaluation of approximate frequent pattern mining based on probabilistic technique," Journal of Korean Society for Internet Information, Vol. 14, No. 1, pp. 63-69, 2013. https://doi.org/10.7472/jksii.2013.14.63
  17. M. Shin and W. Paik, "Design and Implementation of Sequential Pattern Miner to Analyze Alert Data Pattern," Journal of Korean Society for Internet Information, Vol. 10, No. 2, pp. 1-13, 2009.

Cited by

  1. Performance analysis of Frequent Itemset Mining Technique based on Transaction Weight Constraints vol.16, pp.1, 2015, https://doi.org/10.7472/jksii.2015.16.1.67
  2. Analysis and Performance Evaluation of Pattern Condensing Techniques used in Representative Pattern Mining vol.16, pp.2, 2015, https://doi.org/10.7472/jksii.2015.16.2.77