欢迎来到麦多课文档分享! | 帮助中心 海量文档,免费浏览,给你所需,享你所想!
麦多课文档分享
全部分类
  • 标准规范>
  • 教学课件>
  • 考试资料>
  • 办公文档>
  • 学术论文>
  • 行业资料>
  • 易语言源码>
  • ImageVerifierCode 换一换
    首页 麦多课文档分享 > 资源分类 > PPT文档下载
    分享到微信 分享到微博 分享到QQ空间

    Chapter 14 Speaker Recognition.ppt

    • 资源ID:379580       资源大小:59.50KB        全文页数:19页
    • 资源格式: PPT        下载积分:2000积分
    快捷下载 游客一键下载
    账号登录下载
    微信登录下载
    二维码
    微信扫一扫登录
    下载资源需要2000积分(如需开发票,请勿充值!)
    邮箱/手机:
    温馨提示:
    如需开发票,请勿充值!快捷下载时,用户名和密码都是您填写的邮箱或者手机号,方便查询和重复下载(系统自动生成)。
    如需开发票,请勿充值!如填写123,账号就是123,密码也是123。
    支付方式: 支付宝扫码支付    微信扫码支付   
    验证码:   换一换

    加入VIP,交流精品资源
     
    账号:
    密码:
    验证码:   换一换
      忘记密码?
        
    友情提示
    2、PDF文件下载后,可能会被浏览器默认打开,此种情况可以点击浏览器菜单,保存网页到桌面,就可以正常下载了。
    3、本站不支持迅雷下载,请使用电脑自带的IE浏览器,或者360浏览器、谷歌浏览器下载即可。
    4、本站资源下载后的文档和图纸-无水印,预览文档经过压缩,下载后原文更清晰。
    5、试题试卷类文档,如果标题没有明确说明有答案则都视为没有答案,请知晓。

    Chapter 14 Speaker Recognition.ppt

    1、Chapter 14 Speaker Recognition,14.1 Introduction to speaker recognition 14.2 The basic problems for speaker recognition 14.3 Approaches and systems 14.4 Language Identification,14.1 Introduction to speaker recognition (1),Speaker recognition tries to extract the personal factors of speakers, and spe

    2、ech recognition common factors of speakers. Speaker Verification : is the speaker as claimed or not Speaker Identification : who is the speaker in a name list,Introduction to speaker recognition (2),Text dependent speaker recognition and text independent speaker recognition Application of speaker re

    3、cognition Business Systems Legal Systems Military Systems Security Systems Hard problems Which features are effective and reliable ?,14.2 The basic problems of speaker recognition (1),System diagram Training : Create utterances and model parameters for all speakers Verification : Compare the real pa

    4、rameters with that of claimed speaker. If the difference is less than some threshold the speaker is verified otherwise rejected,The basic problems of speaker recognition (2),Recognition : Compare the extracted parameters with the reference parameters of all speakers and chose the minimum distance de

    5、cision to identify the speaker. Three basic problems : parameter selection; specifying the similarity measure to make the calculation simple and reliable; updating the reference parameters to adapt to users.,The basic problems of speaker recognition (3),Design compromising. For speaker verification

    6、system, two important parameters are False Rejection Rate(FR) and False Acceptance Rate(FA). They have some relation with acceptance threshold. In different cases they have different influence. Performance vs number of speakers,The basic problems of speaker recognition (4),Updating of Reference Temp

    7、lates Performance Evaluation Basic Characteristics of Speakers Ideally these features should effectively distinguish different speakers and keep relative stability when speech changes; they should be easy to extract; not easy to mimic.,The basic problems of speaker recognition (5),Evaluation approac

    8、hes to parameters effectiveness F = /k,i. where xk(i)is the parameters for k-th utterance of i-th speaker. i is averaging for speakers; k is averaging for different utterances of a speaker; i=k is the mean estimation of i-th speaker; =i For multi-dimension, B=i, W=k,i. Divergence D = i,j,=Tr(W-1B),T

    9、he basic problems of speaker recognition (6),Feature Examples (1) LPC and its derived parameters (2) Parameters deducted from speech spectrum (3) Mixture parameters Approaches to Speaker Recognition (1) Template Matching Method,The basic problems of speaker recognition (7),(2) Probability Model Meth

    10、od (3) Text independent speaker recognition system based on VQ (4) Neural Network We have done a speaker recognition system using BP network. It was text dependent.,14.3 Approaches and systems (1),GMM(Gaussian Mixture Model) It is a kind of probability model. Every speaker corresponds a GMM model. P

    11、(x|)=Pibi(x), i=1M It means P(x|) is the weighted sum of M normal density bi. x is n-dimensional observation vector; Pi are the weighting coefficients; bi are n-dimensional gaussian functions.,Approaches and systems (2),bi(x) = 1/(2)n/2|Ci|1/2* exp-(x-i)tCi-1(x-i)/2 where i is the mean vector, Ci is

    12、 the covariance matrix. i =Pi, i, Ci, i=1M MLE of GMM parameters Assume X = xt t=1T are training feature vectors. The likelyhood of model is P(X|)=P(xt|), t=1T,Approaches and systems (3),The goal for training is to find a 0 such that P(X|0) get maximum: 0 =argmax P(X|) for all P(X|) is non linear fu

    13、nction of . So EM is used to find the optimal . Define Q(,)=P(X,i|)log P(X,i|), i=1M, i is the sequence number of gaussian components. Q(,)= t(i)logPibi(xt), i=1M,t=1T,Approaches and systems (4),where t(i)= P(x|)P(it=i|xt,) P(it=i|xt,)=Pibi(xt)/Pmbm(xt) for m=1M Let the partial derivation of Q over

    14、Pi,i,Ci, i=1M the following iteration could be : Pi=(1/T) P(it=i|xt,) i= P(it=i|xt,)xt / P(it=i|xt,), i=1M,And i2= P(it=i|xt,)xt2/ P(it=i|xt,), i=1MRecognition Algorithm As soon as we have models for all speakers then we will calculate maximum posteriori probability to find the speaker: S =argmax lo

    15、gP(xt|k), t=1T, k=1M,Approaches and systems (5),14.4 Language Identification (1),Principles Different level to recognize and utilize : phonemes, syllable structure, prosodic features, lexicon categories, syntax and semantic network. Structure of Language Identification System Different systems : HMM

    16、 based, phoneme based.,Language Identification (2),Our experimental system OGI corpus System now contains four languages : English, Chinese, Spanish, Japanese It is phoneme based. Every language has a set of HMM models for its phonemes. The models are constructed such that every phoneme could be fol

    17、lowed by any phoneme. These models are trained by the corpus with the label files.,Language Identification (3),The system structure is similar with above. Every language has a network of HMM models. The incoming utterance (with different length) is feed into every language network and every network

    18、will output a probability value for the incoming utterance. By comparing these values the decision could be made, the language will be identified. By our experiments the accuracy could be more than 95%. Because only thing is to decide,Language Identification (4),(continued) which language it is. So if you use two or three utterances to test, you will definitely get a correct answer with very high probability. The way is simpler than the large vocabulary word system based on HMM.,


    注意事项

    本文(Chapter 14 Speaker Recognition.ppt)为本站会员(ideacase155)主动上传,麦多课文档分享仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。 若此文所含内容侵犯了您的版权或隐私,请立即通知麦多课文档分享(点击联系客服),我们立即给予删除!




    关于我们 - 网站声明 - 网站地图 - 资源地图 - 友情链接 - 网站客服 - 联系我们

    copyright@ 2008-2019 麦多课文库(www.mydoc123.com)网站版权所有
    备案/许可证编号:苏ICP备17064731号-1 

    收起
    展开