Direct Discriminative Pattern Mining for Effective Classification

  • Authors:
  • Hong Cheng;Xifeng Yan;Jiawei Han;Philip S. Yu

  • Affiliations:
  • University of Illinois at Urbana-Champaign, Urbana, IL USA. hcheng3@uiuc.edu;IBM T. J. Watson Research Center, Hawthorne, NY USA. xifengyan@us.ibm.com;University of Illinois at Urbana-Champaign, Urbana, IL USA. hanj@cs.uiuc.edu;University of Illinois at Chicago, Chicago, IL USA. psyu@cs.uic.edu

  • Venue:
  • ICDE '08 Proceedings of the 2008 IEEE 24th International Conference on Data Engineering
  • Year:
  • 2008

Quantified Score

Hi-index 0.00

Visualization

Abstract

The application of frequent patterns in classification has demonstrated its power in recent studies. It often adopts a two-step approach: frequent pattern (or classification rule) mining followed by feature selection (or rule ranking). However, this two-step process could be computationally expensive, especially when the problem scale is large or the minimum support is low. It was observed that frequent pattern mining usually produces a huge number of "patterns" that could not only slow down the mining process but also make feature selection hard to complete. In this paper, we propose a direct discriminative pattern mining approach, DDPMine, to tackle the efficiency issue arising from the two-step approach. DDPMine performs a branch-and-bound search for directly mining discriminative patterns without generating the complete pattern set. Instead of selecting best patterns in a batch, we introduce a "feature-centered" mining approach that generates discriminative patterns sequentially on a progressively shrinking FP-tree by incrementally eliminating training instances. The instance elimination effectively reduces the problem size iteratively and expedites the mining process. Empirical results show that DDPMine achieves orders of magnitude speedup without any downgrade of classification accuracy. It outperforms the state-of-the-art associative classification methods in terms of both accuracy and efficiency.