ImageVerifierCode 换一换
格式:PPT , 页数:19 ,大小:59.50KB ,
资源ID:379580      下载积分:2000 积分
快捷下载
登录下载
邮箱/手机:
温馨提示:
快捷下载时,用户名和密码都是您填写的邮箱或者手机号,方便查询和重复下载(系统自动生成)。 如填写123,账号就是123,密码也是123。
特别说明:
请自助下载,系统不会自动发送文件的哦; 如果您已付费,想二次下载,请登录后访问:我的下载记录
支付方式: 支付宝扫码支付 微信扫码支付   
验证码:   换一换

加入VIP,免费下载
 

温馨提示:由于个人手机设置不同,如果发现不能下载,请复制以下地址【http://www.mydoc123.com/d-379580.html】到电脑端继续下载(重复下载不扣费)。

已注册用户请登录:
账号:
密码:
验证码:   换一换
  忘记密码?
三方登录: 微信登录  

下载须知

1: 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。
2: 试题试卷类文档,如果标题没有明确说明有答案则都视为没有答案,请知晓。
3: 文件的所有权益归上传用户所有。
4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
5. 本站仅提供交流平台,并不能对任何下载内容负责。
6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

版权提示 | 免责声明

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

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.,

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