Presentation is loading. Please wait.

Presentation is loading. Please wait.

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.

Similar presentations


Presentation on theme: "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."— Presentation transcript:

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

2 14.1 Introduction to speaker recognition (1) Speaker recognition tries to extract the personal factors of speakers, and speech recognition – common factors of speakers. Speaker Verification : is the speaker as claimed or not Speaker Identification : who is the speaker in a name list

3 Introduction to speaker recognition (2) Text dependent speaker recognition and text independent speaker recognition Application of speaker recognition –Business SystemsLegal Systems –Military SystemsSecurity Systems Hard problemsWhich features are effective and reliable ?

4 14.2 The basic problems of speaker recognition (1) System diagram Training : Create utterances and model parameters for all speakers Verification : Compare the real parameters with that of claimed speaker. If the difference is less than some threshold the speaker is verified otherwise rejected

5 The basic problems of speaker recognition (2) Recognition : Compare the extracted parameters with the reference parameters of all speakers and chose the minimum distance decision 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.

6 The basic problems of speaker recognition (3) Design compromising. For speaker verification 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

7 The basic problems of speaker recognition (4) Updating of Reference Templates 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.

8 The basic problems of speaker recognition (5) Evaluation approaches to parameter’s effectiveness F = / k,i. where x k (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,=T r (W -1 B)

9 The 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

10 The basic problems of speaker recognition (7) (2) Probability Model Method (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.

11 14.3 Approaches and systems (1) GMM(Gaussian Mixture Model) It is a kind of probability model. Every speaker corresponds a GMM model. P(x|λ)=ΣP i b i (x), i=1~M It means P(x|λ) is the weighted sum of M normal density b i. x is n-dimensional observation vector; P i are the weighting coefficients; b i are n- dimensional gaussian functions.

12 Approaches and systems (2) b i (x) = {1/[(2π) n/2 |C i | 1/2 ]}* exp{-(x-μ i ) t C i - 1 (x-μ i )/2} where μ i is the mean vector, C i is the covariance matrix. λ i ={P i, μ i, C i }, i=1~M MLE of GMM parameters Assume X = {x t } t=1~T are training feature vectors. The likelyhood of model λis P(X|λ)=ΠP(x t |λ), t=1~T

13 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 function of λ. So EM is used to find the optimal λ. Define Q(λ,λ’)=ΣP(X,i|λ)log P(X,i|λ’), i=1~M, i is the sequence number of gaussian components. Q(λ,λ’)= Σ Σγ t (i)logP i ’b i ’(x t ), i=1~M,t=1~T λ

14 Approaches and systems (4) where γ t (i)= P(x|λ)P(i t =i|x t,λ) P(i t =i|x t,λ)=P i b i (x t )/ΣP m b m (x t ) for m=1~M Let the partial derivation of Q over P i,μ i,C i, i=1~M the following iteration could be : P’ i =(1/T) Σ P(i t =i|x t,λ) μ’ i = Σ P(i t =i|x t,λ)x t /Σ P(i t =i|x t,λ), i=1~M

15 And σ i 2 ’=Σ P(i t =i|x t,λ)x t 2 /Σ P(i t =i|x t,λ), i=1~M Recognition Algorithm As soon as we have models for all speakers then we will calculate maximum posteriori probability to find the speaker: S =argmax ΣlogP(x t |λ k ), t=1~T, k=1~M Approaches and systems (5)

16 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 based, phoneme based.

17 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 followed by any phoneme. These models are trained by the corpus with the label files.

18 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 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

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


Download ppt "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."

Similar presentations


Ads by Google