Mining Top-K Largest Tiles in a Data Stream

Abstract

Large tiles in a database are itemsets with the largest area which is defined as the itemset frequency in the database multiplied by its size. Mining these large tiles is an important pattern mining problem since tiles with a large area describe a large part of the database. In this paper, we introduce the problem of mining top- k largest tiles in a data stream under the sliding window model. We propose a candidate-based approach which summarizes the data stream and produces the top- k largest tiles efficiently for moderate window size. We also propose an approximation algorithm with theoretical bounds on the error rate to cope with large size windows. In the experiments with two real-life datasets, the approximation algorithm is up to hundred times faster than the candidate-based solution and the baseline algorithms based on the state-of-the-art solutions. We also investigate an application of large tile mining in computer vision and in emerging search topics monitoring.

Cite

Text

Lam et al. "Mining Top-K Largest Tiles in a Data Stream." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2014. doi:10.1007/978-3-662-44851-9_6

Markdown

[Lam et al. "Mining Top-K Largest Tiles in a Data Stream." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2014.](https://mlanthology.org/ecmlpkdd/2014/lam2014ecmlpkdd-mining/) doi:10.1007/978-3-662-44851-9_6

BibTeX

@inproceedings{lam2014ecmlpkdd-mining,
  title     = {{Mining Top-K Largest Tiles in a Data Stream}},
  author    = {Lam, Hoang Thanh and Pei, Wenjie and Prado, Adriana and Jeudy, Baptiste and Fromont, Élisa},
  booktitle = {European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases},
  year      = {2014},
  pages     = {82-97},
  doi       = {10.1007/978-3-662-44851-9_6},
  url       = {https://mlanthology.org/ecmlpkdd/2014/lam2014ecmlpkdd-mining/}
}