Discriminative training for speaker and speech verification

Information

  • Patent Grant
  • 7454339
  • Patent Number
    7,454,339
  • Date Filed
    Tuesday, December 20, 2005
    18 years ago
  • Date Issued
    Tuesday, November 18, 2008
    15 years ago
Abstract
A method for discriminatively training acoustic models is provided for automated speaker verification (SV) and speech (or utterance) verification (UV) systems. The method includes: defining a likelihood ratio for a given speech segment, whose speaker identity (for SV system) or linguist identity (for UV system) is known, using a corresponding acoustic model, and an alternative acoustic model which represents all other speakers (in SV) or all other linguist identities (in UV); determining an average likelihood ratio score for the likelihood ratio scores over a set of training utterances (referred to as true data set) whose speaker identities (for SV) or linguist identities (for UV) are the same; determining an average likelihood ratio score for the likelihood ratio scores over a competing set of training utterances which excludes the speech data in the true data set (referred to as competing data set); and optimizing a difference between the average likelihood ratio score over the true data set and the average likelihood ratio score over the competing data set, thereby improving the acoustic model.
Description
FIELD OF THE INVENTION

The present invention relates generally to discriminative model training, more particularly, to an improved method for discriminatively training acoustic models used in verification.


BACKGROUND OF THE INVENTION

Speaker verification (SV) is the process of verifying an unknown speaker whether he/she is the person as claimed. Speech verification or utterance verification (UV) is the process of verifying the claimed content of a spoken utterance (for example, verifying the hypotheses output from an automatic speech recognition system). Both SV and UV technologies have many applications. For example, SV systems can be used in places (e.g. security gates) where access is only allowed to certain registered people. UV systems can be used to enhance speech recognition systems by rejecting non-reliable hypotheses and therefore improve the user interface. Sometimes UV is included as a component of a speech recognition system to verify the hypotheses from the speech recognition process.


Acoustic model training is a very important process in building any speaker verification systems and speech or utterance verification systems. Acoustic model training has been extensively studied over the past two decades and various methods have been proposed.


Maximum likelihood estimation (ML) is the most widely used parametric estimation method for training acoustic models, largely because of its efficiency. ML assumes the parameters of models are fixed but unknown and aims to find the set of parameters that maximizes the likelihood of generating the observed data. ML training criterion attempts to match the models to their corresponding training data to maximize the likelihood.


Although ML is found to be efficient, discriminative training methods have proven to achieve better models. One example of a discriminative training method is Minimum Verification Error (MVE) training. MVE training criterion attempts to adjust model parameters so as to minimize the approximate verification errors on the training data. While the above mention methods have both proven to be effective, discriminative training methods for creating more accurate and more robust models are still being pursued.


SUMMARY OF THE INVENTION

An improved method is provided for discriminatively training acoustic models for an automated speaker verification systems (SV) and speech (or utterance) verification systems (UV). The method includes: defining a likelihood ratio for a given speech segment, whose speaker identity (in the case of speaker verification system) or linguist identity (in the case of utterance verification system) is known, using a corresponding acoustic model (referred to as a true model), and an alternative acoustic model which represents all other speakers (in SV) or all other speech identities (in UV); determining an average likelihood ratio score for the likelihood ratio scores over a set of training utterances whose speaker identities (in SV) or linguist identities (in UV) are the same, and let's refer to it as true data set; determining an average likelihood ratio score for the likelihood ratio over a competing set of training utterances which excludes the speech data in the true data set (also referred to as a competing data set); and optimizing a difference between the average likelihood ratio score over the true data set and the average likelihood ratio score over the competing data set, thereby improving the acoustic model.


Further areas of applicability of the present invention will become apparent from the detailed description provided hereinafter. It should be understood that the detailed description and specific examples, while indicating the preferred embodiment of the invention, are intended for purposes of illustration only and are not intended to limit the scope of the invention.





BRIEF DESCRIPTION OF THE DRAWINGS


FIG. 1 is a functional block diagram illustrating an exemplary speech verification system; and



FIG. 2 is a flowchart illustrating the discriminative training method for models used in speaker and speech verification according to the present invention.





DETAILED DESCRIPTION OF EXEMPLARY EMBODIMENTS


FIG. 1 illustrates an exemplary speech verification system 10. Given unknown speech data and a claimed linguistic identity (e.g., output from a speech recognizer), a test score (e.g. a likelihood ratio score) is calculated based on corresponding acoustic models. The test score is then compared with a threshold associated with the claimed linguistic identity to decide if the claimed identity should be accepted or rejected.


An improved method is provided for discriminatively training acoustic models used in speech (or utterance) verification systems (UV). For ease of discussion the proposed method will be discussed in the context of speech verification. However, it is readily understood that the described techniques are also applicable to acoustic models used in speaker verification (SV) applications. Thus, the following description is merely exemplary in nature and is not intended to limit the present disclosure, application, or uses.


For a given speech segment X, assume that a speech recognizer recognizes it as word W. Speech (utterance) verification is a post-processing step that examines the reliability of the hypothesized recognition result. Under the framework of statistical hypothesis testing, two complementary hypotheses are proposed, namely the null hypothesis H0 and the alternative hypothesis H1 as follows:

H0: x is a spoken word of W
H1: X is NOT a spoken word of W

While the description is provided with reference to a word speech segment, it is readily understood that models intended to verify other types of speech segments, such as phoneme, syllable, phrase, and sentence, are also within the scope of the present invention. Likewise, speaker identification models are also within the scope of the present invention.


The verification process tests the hypotheses H0 against H1 to determine whether to accept the recognition result or reject it. Under some conditions, the optimal method for performing the test is based on a likelihood ratio test (LRT) determined by Neyman-Pearson Lemma, shown mathematically as:










LRT


(
X
)


=


P


(

X
|

H
0


)



P


(

X
|

H
1


)







(
1
)







If the likelihood ratio test of X is greater than τ (i.e., LRT(X)>τ), then H0 is accepted; whereas, if the likelihood ratio test of X is less than τ (i.e., LRT(X)<τ), then H1 is accepted, where τ is the decision threshold.


Two key issues affect the performance of such testing. The first is how to determine and collect the appropriate data for H0 and H1. The second is how to accurately calculate P(X|H0) and P(X|H1) given the collected training data. This disclosure focuses on the second issue.


For exemplary purposes, statistical models such as Hidden Markov Models (HMMs) will be used to represent the data for H0 and H1. Thus, the model for H0 is represented as λW (also referred to as the true model). The corresponding training data set for the true model is named the true data (TD) set ST, where the true data set contains samples of data (e.g., words) for word W. The model for H1 is represented as λW (also referred to as an anti-model). The corresponding training data set for the anti-model is named the competing data set (CD) set SC, where the competing data set contains samples of data for words other than the word W. It is envisioned that other types of statistical models are also within the scope of the present invention.


In practice, a log-likelihood ratio test can be used in place of the likelihood ratio test to prevent underflow in machine computation. The log-likelihood ratio test for the true model λW and the anti-model λW is shown mathematically as:










LRT


(
X
)


=


log







P


(

X
|

λ
W


)



P


(

X
|

λ

W
_



)




=


log






P


(

X
|

λ
W


)



-

log






P


(

X
|

λ

W
_



)









(
2
)








In order to more effectively train acoustic models for speaker and/or speech verification, a margin of log likelihood ratio test scores for the true data set and the competing set should be optimized.



FIG. 2 illustrates exemplary steps performed in order to effectively train acoustic models. For every training speech segment X in either true data set or competing data set for word W, a log-likelihood ratio score is determined at 100 using a true acoustic model for word W and an anti-acoustic model which represents words other than word W. An average of log-likelihood ratio scores over the true data set is then determined at 110. In the same way, an average of log-likelihood ratio scores over the competing data set is determined at 120. A difference is determined at 130 based on the two averages and parameters of the models are adjusted at 140. To optimize the difference, the process may be iterative as shown at 150.


In an exemplary embodiment, parameters of the acoustic model are iteratively adjusted in order to maximize the difference between an average of LRT scores over the true data set ST and an average of LRT scores over the competing data set SC, as shown below:











1



S
T









X


S
T





LRT


(
X
)




-


1



S
C









X


S
C





LRT


(
X
)








(
3
)








where |ST| is the size of (i.e., number of utterances in) ST and |SC| is the size of |SC|. An objective function Q(λWW) for equation (3) is defined as follows:










Q


(


λ
W

,

λ

W
_



)


=



1



S
T









X


S
T





LRT


(
X
)




-


1



S
C









X


S
C





LRT


(
X
)




-
θ





(
4
)








where θ is a constant. Substituting the log-likelihood ratio test into this equation provides:






=



1



S
T









X


S
C





{


log






P


(

X
|

λ
W


)



-

log






P


(

X
|

λ

W
_



)




}



-


1



S
C









X


S
C





{


log






P


(

X
|

λ
W


)



-

log






P


(

X
|

λ

W
_



)




}



-
θ






Using Λ to denote the model pair (λWW), the training criterion is:










Λ
opt

=


arg







max
Λ



Q


(
Λ
)




=

arg







max

(


λ
W

,

λ

W
_



)




Q


(


λ
W

,

λ

W
_



)









(
5
)







Alternatively, parameters of the acoustic models can be iteratively adjusted in order to minimize the difference between an average of LRT scores for the competing data set SC and an average of LRT scores for the true data set ST, as shown below:











1



S
C









X


S
C





LRT


(
X
)




-


1



S
T









X


S
T





LRT


(
X
)








(
6
)








An objective function Q1WW) for this equation may be defined as:











Q
1



(
Λ
)


=



Q
1



(


λ
W

,

λ

W
_



)


=



-

1



S
T










X


S
T





LRT


(
X
)




+


1



S
C









X


S
C





LRT


(
X
)




-
θ






(
7
)








Substituting the log-likelihood ratio test into this equation provides:






=



-

1



S
T










X


S
C





{


log






P


(

X
|

λ
W


)



-

log






P


(

X
|

λ

W
_



)




}



+


1



S
C









X


S
C





{


log






P


(

X
|

λ
W


)



-

log






P


(

X
|

λ

W
_



)




}



-
θ






Simplified as:












=




x



α


{


log






P


(

X
|

λ
W


)



-

log






P


(

X
|

λ

W
_



)




}



-
θ








α
=



-

1



S
T










when





X



S
T



;






α
=



1



S
C









when





X



S
C









(
8
)








In this alternative, parameters of the acoustic models are iteratively adjusted to minimize Q1WW), so the training criterion is










Λ
opt

=


arg







max
Λ




Q
1



(
Λ
)




=

arg







min

(


λ
W

,

λ

W
_



)





Q
1



(


λ
W

,

λ

W
_



)









(
9
)








As can be appreciated, the invention contemplates other mathematically equivalent variations of the above stated equations involving the average of LRT scores over the true data set and the competing data set such as:











Q
2



(


λ
W

,

λ

W
_



)


=



1




S
T



+



S
C







(





X


S
T





LRT


(
X
)



-




X


S
C





LRT


(
X
)




)


-
θ





(
10
)







To perform model estimation according to these new training criteria, optimization methods such as the Generalized Probabilistic Descent (GPD) algorithm or Quickprop can be used to iteratively adjust the model parameters to solve the above minimization/maximization problem. It is envisioned that other optimization methods may also be used to solve this problem.


For example, the formula to estimate Gaussian means for the true model and the anti-model (for HMM based acoustic models) based on the training criterion given in equation 9, using the Generalized Probabilistic Descent algorithm, are:











μ
k



(

n
+
1

)


=




μ
k



(

n
+
1

)


-

ɛ










Q
1



(
Λ
)






μ
k







|

Λ
=

Λ
n













μ
_

k



(

n
+
1

)


=





μ
_

k



(

n
+
1

)


-

ɛ






Q
1



(
Λ
)







μ
_

k







|

Λ
=

Λ
n












where μk(n+1) is the k-th Gaussian mean in the true model λW at (n+1)-th iteration and μk (n+1) is the k-th Gaussian mean in the anti-model λW at (n+1)-th iteration. ε>0 is the step size.


As compared to ML training, the proposed discriminative training method has been shown to achieve better models than ML training. As compared to minimum verification error (MVE) training, the proposed discriminative training method directly aims to maximize the difference or margin of the LRT scores for the true data set and the competing data set, while MVE embeds that margin into a sigmoid function to approximate the total verification error count, and then aims to minimize that function. The verification system or classifier built by the proposed training method can be regarded as a type of large margin classifier. According to the machine learning theory, a large margin classifier generally has better robustness, therefore the proposed training method may be able to achieve more robust models than MVE training does.


Those skilled in the art can now appreciate from the foregoing description that the broad teachings of the present invention can be implemented in a variety of forms. Therefore, while this invention has been described in connection with particular examples thereof, the true scope of the invention should not be so limited since other modifications will become apparent to the skilled practitioner upon a study of the drawings, specification, and the following claims.

Claims
  • 1. A method for discriminatively training acoustic models for automated speech verification, comprising: defining a likelihood ratio for a given speech segment X having a known linguist identity W, using an acoustic model which represents W and an alternative acoustic model which represents linguist identities other than W;determining an average likelihood ratio score for the likelihood ratio scores over a set of training utterances whose linguist identities are the same, W;determining an average likelihood ratio score for the likelihood ratio scores over a competing set of training utterances whose linguist identities are not W; andoptimizing a difference between the average likelihood ratio score over the set of training utterances and the average likelihood ratio score over the competing set of training utterances, thereby improving the acoustic model.
  • 2. The method of claim 1 wherein the acoustic models are further defined as hidden Markov models.
  • 3. The method of claim 1 wherein defining a likelihood ratio further comprises using a log-likelihood ratio test, LTR(X), defined as
  • 4. The method of claim 3 wherein optimizing a difference further comprises defining a training criterion as
  • 5. The method of claim 3 wherein optimizing a difference further comprises defining a training criterion as
  • 6. The method of claim 5 further comprises solving the training criterion using a generalized probabilistic descent algorithm or a Quickprop optimization algorithm.
  • 7. The method of claim 3 wherein optimizing a difference further comprises defining a training criterion as
  • 8. The method of claim 1 wherein optimizing a difference further comprises maximizing the difference by iteratively adjusting parameters of the acoustic models.
  • 9. A method for discriminatively training acoustic models for automated speaker verification, comprising: defining a likelihood ratio for a given speech segment X having a known speaker identity, K, using an acoustic model which represents K and an alternative acoustic model which represents speakers other than K;determining an average likelihood ratio score for the likelihood ratio scores over a set of training utterances which are spoken by speaker K;determining an average likelihood ratio score for the likelihood ratio scores over a competing set of training utterances which are spoken by speakers other than speaker K; andoptimizing a difference between the average likelihood ratio score over the set of training utterances and the average likelihood ratio score over the competing set of training utterances, thereby improving the acoustic model.
  • 10. The method of claim 9 wherein defining a likelihood ratio further comprises using a log-likelihood ratio test, LRT(X) defined as
  • 11. The method of claim 10 wherein optimizing a difference further comprises defining a training criterion as
  • 12. The method of claim 10 wherein optimizing a difference further comprises defining a training criterion as
  • 13. The method of claim 12 further comprises solving the training criterion using a generalized probabilistic descent algorithm or a Quickprop optimization algorithm.
  • 14. The method of claim 10 wherein optimizing a difference further comprises defining a training criterion as
  • 15. The method of claim 9 wherein optimizing a difference further comprises maximizing the difference by iteratively adjusting parameters of the acoustic model.
US Referenced Citations (2)
Number Name Date Kind
5579436 Chou et al. Nov 1996 A
20030036904 Chaudhari et al. Feb 2003 A1
Related Publications (1)
Number Date Country
20070143109 A1 Jun 2007 US