基于CUDA的GMM模型快速训练方法及应用(.doc

基于CUDA的GMM模型快速训练方法及应用(.doc

  1. 1、本文档共7页,可阅读全部内容。
  2. 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
基于CUDA的GMM模型快速训练方法及应用(.doc

基于CUDA的GMM模型快速训练方法及应用( 吴奎,宋彦,戴礼荣 (中国科学技术大学电子工程与信息科学系,安徽合肥,230027) 摘 要 由于能够很好地近似描述任何分布,GMM在模式在识别领域得到了广泛的应用。GMM模型参数通常使用迭代的EM算法训练获得,当训练数据量非常庞大及模型混合数很大时,需要花费很长的训练时间。NVIDIA公司推出的CUDA技术通过在GPU并发执行多个线程能够实现大规模并行快速计算。由此,本文提出一种基于CUDA,适用于特大数据量的GMM模型快速训练方法,包括用于模型初始化的K-means算法的快速实现方法,以及用于模型参数估计的EM算法的快速实现方法。文中还将这种训练方法应用到语种GMM模型训练中。实验结果表明,与Intel DualCore Pentium Ⅳ 3.0GHz CPU的一个单核相比,在NVIDIA GTS250 GPU上语种GMM模型训练速度提高了26倍左右。 关键词:GMM模型;语种识别;图形处理单元;统一计算设备架构 CUDA based Fast GMM Model Training Method and its Application Wu Kui,Song Yan,Dai LiRong (Department of Electronic Engineering and Information Science,University of Science and Technology of China,Hefei,230027,China) Abstract: Due to its good property to provide an approximation to any distribution, GMM has been widely applied in the field of pattern recognition. Usually, the iterative EM algorithm is applied to estimate GMM parameters .The computational complexity at model training procedure will become very high when large amounts of training data and large mixture number are engaged. The CUDA technology provided by NVIDIA Corporation can perform fast parallel computation by running thousands of threads simultaneously on GPU. In this paper, a fast GMM model training implementation using CUDA is presented, which is especially applicable to large amounts of training data. The fast training implementation contains two parts, the K-means algorithm for model initialization and the EM algorithm for parameter estimation. Furthermore, this fast training method has been applied in language GMMs training. The experimental results show that language model training using GPU is about 26 times faster on NVIDIA GTS250 when compared to traditional implementation on one of the single core of Intel DualCore Pentium Ⅳ 3.0GHz CPU. Keywords: GMM model; Language identification; GPU; CUDA 1 引言 由于能够很好地近似描述任何分布,高斯混合模型(Gaussian Mixture Model ,GMM)在模式识别领域得到了广泛的应用。GMM模型参数通常使用迭代的EM(Expectation-Maximization)算法[1]训练获得。EM算法是一个迭代算法,需要对模型初始化,一般采用K-means算法实现EM

文档评论(0)

magui + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

版权声明书
用户编号:8140007116000003

1亿VIP精品文档

相关文档