王宇新

个人信息Personal Information

副教授

硕士生导师

性别:男

毕业院校:大连理工大学

学位:博士

所在单位:计算机科学与技术学院

办公地点:创新园大厦A0827

联系方式:18640987378

电子邮箱:wyx@dlut.edu.cn

扫描关注

论文成果

当前位置: 中文主页 >> 科学研究 >> 论文成果

D2P-Apriori: A deep parallel frequent itemset mining algorithm with dynamic queue

点击次数:

论文类型:会议论文

发表时间:2018-01-01

收录刊物:CPCI-S

页面范围:649-654

关键字:Frequent itemset mining; Association rule mining; GPU Computing; Apriori; CUDA; Parallel Algorithms

摘要:As the core methodology of implementing association rules mining, frequent itemsets mining is used to extract frequent itemsets from items in a large database of transactions. In this paper, we proposed Dynamic queue & Deep Parallel Apriori (D2P-Apriori), a parallel frequent itemset mining algorithm on GPU to satisfy the high-performance requirement. The contributions of D2P-Apriori include as follows. The dynamic queue with bitmap is improved upon the vertical data structure to deal with the problem that the required memory for sparse data may exceed the size of GPU global memory. The Graph-join way is devised to adapt GPU architecture for candidate generation method. And the improved data structure also contributes to the significantly accelerated performance in support counting method on GPU. The implementation of this algorithm achieves the deep and comprehensive parallelization. Our parallel implementation on GeForce GTX 1080 graphic processor outperforms several state-of-the-art frequent itemset mining algorithms on CPU, up to 63x speedup ratio can be obtained on large dataset.