skip to main content
10.1145/2108616.2108659acmconferencesArticle/Chapter ViewAbstractPublication PagesicuimcConference Proceedingsconference-collections
research-article

Interactive stream mining of maximal frequent itemsets allowing flexible time intervals and support thresholds

Published:14 January 2010Publication History

ABSTRACT

Stream data mining is to extract useful patterns or knowledge from continuous, rapid data elements in modern applications. The discovery of frequent patterns in data streams generally is constrained by the usage of bounded memory and computation time. Most algorithms for mining frequent itemsets in streaming transactions assume a fixed minimum threshold and an unchangeable time interval. The support threshold, however, should be changeable to cope with the needs of the users and the characteristics of the incoming data. In addition, allowing the specification of the interesting time period of data may enhance the discovered knowledge. Still, the number of frequent itemsets might be too large to discovering the trends or changes. Thus, maximal frequent itemsets (MFIs) with respect to a changeable support in a user specified period become a favorable objective in stream data mining. In this paper, we propose an algorithm named VIMFI for mining MFIs in a data stream, allowing an arbitrary time interval and support threshold. A bounded memory space is allocated for summarizing all the transactions. VIMFI appends transactions to the summary structure and compresses the structure when it becomes full. Corresponding transactions in the specified interval will be extracted and a mining will be performed for the desired MFIs within that interval. Experiments using both synthetic and real-world datasets demonstrate that VIMFI efficiently mines MFIs in data streams with flexible time intervals and changeable support thresholds.

References

  1. Agrawal, R. and Srikant, R. 1994. Fast algorithm for mining association rules. Proceedings of the 20th International Conference on Very Large Databases. pp. 487--499. Google ScholarGoogle ScholarDigital LibraryDigital Library
  2. Ayres, J., Flannick, J., Gehrke, J., and Yiu, T. 2002. Sequential pattern mining using a bitmap representation. Proceedings of the 8th ACM International Conference on Knowledge Discovery and Data Mining. pp. 429--435, July. Google ScholarGoogle ScholarDigital LibraryDigital Library
  3. Bayardo Jr., R. J. 1998. Efficiently mining long patterns from databases. Proceeding of Special Interest Group on Management of Data. pp. 85--93, June. Google ScholarGoogle ScholarDigital LibraryDigital Library
  4. Burdick, D., Calimlim, M., Flannick, J., Gehrke, J., and Yiu, T. 2005. MAFIA: a maximal frequent itemset algorithm. IEEE Transactions on Knowledge and Data Engineering. Vol. 17, No. 11, pp. 1490--1504, November. Google ScholarGoogle ScholarDigital LibraryDigital Library
  5. Chang, J. H. and Lee, W. S. 2006. Finding recent frequent itemsets adaptively over online transactional data streams. Information Systems. Vol. 31, No. 8, pp. 849--869. Google ScholarGoogle ScholarDigital LibraryDigital Library
  6. Dong, J. and Han, M. 2007. BitTableFI: an efficient mining frequent itemsets algorithm. Knowledge-Based Systems. Vol. 20, No. 4, pp. 329--335, May. Google ScholarGoogle ScholarDigital LibraryDigital Library
  7. Giannella, C., Han, J., Pei, J., Yan, X., and Yu, P. S. 2002. Mining frequent patterns in data streams at multiple time granularities. Proceedings of the NSF Workshop on Next Generation Data Mining.Google ScholarGoogle Scholar
  8. Gouda, K. and Zaki, M. J. 2005. GenMax: an efficient algorithm for mining maximal frequent itemsets. Data Mining and Knowledge Discovery. Vol. 11, No.1, pp. 223--242, July. Google ScholarGoogle ScholarDigital LibraryDigital Library
  9. Grahne, G. and Zhu, J. 2003. High performance mining of maximal frequent itemsets. Proceedings of 6th International Workshop on High Performance Data Mining. pp. 135--143.Google ScholarGoogle Scholar
  10. Ju, S. and Chen, C. 2008. MMFI: an effective algorithm for mining maximal frequent itemsets. Proceedings of International Symposium on Information Processing. pp. 144--148. Google ScholarGoogle ScholarDigital LibraryDigital Library
  11. Koh, J. L. and Shin, S. N. 2006. An approximate approach for mining recently frequent itemsets from data streams. Proceedings of the 8th International Conference on Data Warehousing and Knowledge Discovery (Poland, September). pp. 352--362. Google ScholarGoogle ScholarDigital LibraryDigital Library
  12. Li, H. F. and Lee, S. Y. 2009. Approximate mining of maximal frequent itemsets in data streams with different window models. Expert Systems with Applications. Vol. 35, No. 3, pp. 781--789. Google ScholarGoogle ScholarDigital LibraryDigital Library
  13. Li, H. F., Shan, M. K., and Lee, S. Y. 2008. DSM-FI: an efficient algorithm for mining frequent itemsets in data streams. Knowledge and Information Systems. Vol. 17, No. 1, pp. 79--97. Google ScholarGoogle ScholarDigital LibraryDigital Library
  14. Lin, M. Y., Hsueh, S. C., and Wang, C. Y. 2008. Interactive mining of frequent patterns in a data stream of time-fading models. Proceedings of the 8th International Conference on Intelligent System Design and Applications. Vol. 1, pp. 513--518, November. Google ScholarGoogle ScholarDigital LibraryDigital Library
  15. Lin, M. Y., Hsueh, S. C., and Hwang, S. K. 2008. Interactive mining of frequent itemsets over arbitrary time intervals in a data stream. CPRIT Vol. 75, Database Technologies 2008 (ADC 2008). Fekete, A. and Lin, X., Eds., pp. 15--21, January. Google ScholarGoogle ScholarDigital LibraryDigital Library
  16. Lin, M. Y., Hsueh, S. C., and Hwang, S. K. 2006. Variable support mining of frequent itemsets over data streams using synopsis vectors. Proceedings of the 10th Pacific-Asia Conference on Knowledge Discovery and Data Mining (Singapore, April). pp. 724--728. Google ScholarGoogle ScholarDigital LibraryDigital Library
  17. Lin, C. H., Chiu, D. Y., Wu, Y. H., and Chen, L. P. 2005. Mining frequent itemsets from data streams with a time-sensitive sliding window. Proceedings of SIAM International Conference on Data Mining. April.Google ScholarGoogle Scholar
  18. Liu, G. P. 2008. Interactive Mining of Frequent Itemsets in Data Streams. Master Thesis. Feng Chia University.Google ScholarGoogle Scholar
  19. Manku, G. S. and Motwani, R. 2002. Approximate frequency counts over data streams. Proceedings of the 28th VLDB Conference (Hong Kong, China, August). pp. 346--357. Google ScholarGoogle ScholarDigital LibraryDigital Library
  20. Wo, H. J. and Lee, W. S. 2007. EstMax: tracing maximal frequent itemsets over online data streams. Proceedings of the 7th IEEE International Conference on Data Mining. pp. 709--714, October. Google ScholarGoogle ScholarDigital LibraryDigital Library
  21. Wong, C. W. and Fu, W. C. 2006. Mining top-k frequent itemsets from data streams. Data Mining and Knowledge Discovery. Vol. 13, No. 2, pp. 193--217, September. Google ScholarGoogle ScholarDigital LibraryDigital Library
  22. Zou, Q., Chu, W., and Lu, B. 2002. SmartMiner: a DepthFirst algorithm guided by tail information for mining maximal frequent itemsets. Proceedings of the IEEE International Conference on Data Mining. pp. 570--590, December. Google ScholarGoogle ScholarDigital LibraryDigital Library

Index Terms

  1. Interactive stream mining of maximal frequent itemsets allowing flexible time intervals and support thresholds

    Recommendations

    Comments

    Login options

    Check if you have access through your login credentials or your institution to get full access on this article.

    Sign in
    • Published in

      cover image ACM Conferences
      ICUIMC '10: Proceedings of the 4th International Conference on Uniquitous Information Management and Communication
      January 2010
      550 pages
      ISBN:9781605588933
      DOI:10.1145/2108616

      Copyright © 2010 ACM

      Permission to make digital or hard copies of all or part of this work for personal or classroom use is granted without fee provided that copies are not made or distributed for profit or commercial advantage and that copies bear this notice and the full citation on the first page. Copyrights for components of this work owned by others than ACM must be honored. Abstracting with credit is permitted. To copy otherwise, or republish, to post on servers or to redistribute to lists, requires prior specific permission and/or a fee. Request permissions from [email protected]

      Publisher

      Association for Computing Machinery

      New York, NY, United States

      Publication History

      • Published: 14 January 2010

      Permissions

      Request permissions about this article.

      Request Permissions

      Check for updates

      Qualifiers

      • research-article

      Acceptance Rates

      Overall Acceptance Rate251of941submissions,27%
    • Article Metrics

      • Downloads (Last 12 months)1
      • Downloads (Last 6 weeks)0

      Other Metrics

    PDF Format

    View or Download as a PDF file.

    PDF

    eReader

    View online with eReader.

    eReader