This invention relates to speech recognition and more particularly to operation in an ambient noise environment (additive distortion) and channel changes (convolutive distortion) such as microphone changes.
A speech recognizer trained with office environment speech data and operating in a mobile environment may fail due at least to at least two distortion sources. A first is background noise such as from a computer fan, car engine, road noise. The second is microphone changes such as from hand-held to hands-free or from the position to the mouth. In mobile applications of speech recognition, both microphone and background noise are subject to change. Therefore, handling simultaneously the two sources of distortion is critical to performance.
The recognition failure can be reduced by retraining the recognizer's acoustic model using large amounts of training data collected under conditions as close as possible to the testing data. There are several problems associated with this approach.
Collecting a large database to train speaker-independent HMMs is very expensive.
It is not easy to determine if the collected data can cover all future noisy environments.
The recognizer has to spend large number of parameters to cover collectively the different environments.
The average of a variety of data results in flat distribution of models, which degrades the recognition of clean speech.
Cepstral Mean Normalization (CMN) removes utterance mean and is a simple and efficient way of dealing with convolutive distortion such as telephone channel distortion. This is described by B. Atal in “Effectiveness of Linear Prediction Characteristics of the Speech Wave for Automatic Speaker Identification and Verification”, Journal of Acoust. Society America, 55:1304–1312,1974. Spectral subtraction (SS) reduces background noise in the feature space. Described by S. F. Boll in “Suppression of Acoustic Noise in Speech Using Spectral Subtraction”, IEEE Trans. On Acoustics Speech and Signal Processing, ASSP-27(2):113–120, April 1979. Parallel Model Combination (PMC) gives an approximation of speech models in noisy conditions from noise-free speech models and noise estimates as described by M. J. F. Gales and S. Young in “An Improved Approach to the Hidden Markov Model Decomposition of Speech and Noise”, In Proceedings of IEEE International Conference on Acoustics, Speech and Signal Processing, Volume I, pages 233–236, U.S.A., April 1992. The technique is effective for speech recognition in noisy environments with a fixed microphone. These techniques do not require any training data. However, they only deal with either convolutive (channel, microphone) distortion or additive (background noise) distortion.
Joint compensation of additive noise and convolutive noise can be achieved by introduction of a channel model and a noise model. A spectral bias for additive noise and a cepstral bias for convolutive noise are described in article entitled “A General Joint Additive and Convolutive Bias Compensation Approach Applied to Noisy Lombard Speech Recognition” in IEEE Transactions on Speech and Audio Processing by M. Afify, Y. Gong and J. P. Haton, in 6(6):524–538, November 1998. The two biases can be calculated by application of EM (estimation maximization) in both spectral and convolutive domains. The magnitude response of the distortion channel and power spectrum of the additive noise can be estimated by an EM algorithm, using a mixture model of speech in the power spectral domain. This is described in an article entitled “Frequency-Domain Maximum Likelihood Estimation for Automatic Speech Recognition in Additive and Convolutive Noises” by Y. Zhao in IEEE Transaction on Speech and Audio Processing. 8(3):255–266, May 2000. A procedure to calculate the convolutive component, which requires rescanning of training data is presented by J. L. Gauvain et al. in an article entitled “Developments in Continuous Speech Dictation Using the ARPA NAB News Task” published in Proceedings of IEEE International Conference on Acoustics, Speech and Signal Processing, pages 73–76, Detroit, 1996. Solution of the convolutive component by steepest descent methods is reported in article of Y. Minami and S. Furui entitled “A Maximum Likelihood Procedure for a Universal Adaptation Method Based on HMM Composition” published in Proceedings of IEEE International Conference on Acoustics, Speech and Signal Processing, pages 128–132, Detroit, 1995. The method described by Y. Minami and S. Furui entitled “Adaptation Method Based on HMM Composition and EM Algorithm” in Proceedings of IEEE International Conference on Acoustics, Speech and Signal Processing, pages 327–330, Atlanta 1996 needs additional universal speech models, and re-estimation of channel distortion with the universal models when the channel changes. A technique presented by M. J. F. Gales in Technical Report TR-154, CUED/F-INFENG, entitled “PMC for Speech Recognition in Additive and Convolutive Noise” December 1993 needs two passes of the test utterance; e.g. parameter estimation followed by recognition, several transformations between cepstral and spectral domains, and a Gaussian mixture model for clean speech.
Alternatively, the nonlinear changes of both type of distortions can be approximated by linear equations, assuming that the changes are small. A Jacobian approach described by S. Sagayama et al. in an article entitled “Jacobian Adaptation of Noisy Speech Models” in Proceedings of IEEE Automatic Speech Recognition Workshop, pages 396–403, Santa Barbara, Calif., USA, December 1997, IEEE Signal Processing Society. This Jacobian approach models speech model parameter changes as the product of a Jacobian matrix and the difference in noisy conditions, and statistical linear approximation described by N. S. Kim are along this direction. The statistical linear approximation of Kim is found in IEEE Signal Processing Letters, 5(1): 8–10, January 1998 and entitled “Statistical Linear Approximation for Environment Compensation.”
Finally, Maximum Likelihood Linear Regression (MLLR) transforms HMM parameters to match the distortion factors. See article of C. J. Leggetter et al entitled “Maximum Likelihood Linear Regression for Speaker Adaptation of Continuous Density HMMs”, in Computer, Speech and language, 9(2):171–185,1995. MLLR does not model explicitly channel and background noise, but approximates their effect by piece-wise linearity. When given enough data, it is effective for both sources. However, it requires training data and may introduce dependence to the speaker.
In order to make speaker-independent system robust to a wide variety of noises and channel distortions, a new method is needed that handles simultaneously both noise and channel distortions.
In accordance with one embodiment of the present invention speaker-independent speech recognition is provided under simultaneous presence of channel distortion and changing additive distortion such as background noise by identifying one component for channel and one component for additive distortion such as noise and using these components to derive a speech model set for operating in the presence of both types of distortions.
Before describing the joint compensation for channel and noise the influence of channel and noise is reviewed and explained. A speech signal x(n) can only be observed in a given acoustic environment. An acoustic environment can be modeled by a background noise bN(n) and a distortion channel h(n). For typical mobile speech recognition b′(n) consists of noise from office, vehicle engine and road noises, and h(n) consists of microphone type and relative position to the speaker. Let y(n) be the speech observed in the environment defined by bN(n) and h(n):
y(n)=(x(n)+bN(n))*h(n). (1)
In typical speech recognition applications, bN(n) cannot be measured directly. What is available is bN(n)*h(n), which can be measured during speech pauses. Let b(n)=bN(n)*h(n), our model of distorted speech becomes:
y(n)=x(n)*h(n)+b(n). (2)
Or, applying the Discrete Fourier Transform (DFT) to both sides of equation 2:
Y(k)=X(k)H(k)+B(k) (3)
Representing the above quantities in logarithmic scale is the following:
YlΔg(Xl,Hl,Bl) (4)
Where
g(Xl,Hl,Bl)(k)=log(exp(Xl(k)+Hl(k))+exp(Bl(k))) (5)
Assuming the log-normal distribution and ignoring the variance, we have
E{Yl}Δ{circumflex over (m)}l=g(ml,Hl,Bl) (6)
Where
ml is the original Gaussian mean vector, and
{circumflex over (m)}l is the Gaussian mean vector compensated for the distortions caused by channel and environment noise.
Estimation of Noise Components
For estimation of the noise component, from equation 2, with x(n)=0 we have:
y(n)=b(n) (7)
which means that the filtered noise b(n) can be observed during a speech pause. Given that y(n) of the window t is typically represented in MFCC (mel-scaled cepstrum coeffients) domain as yt, one can calculate an estimate of noise in the log domain Bl as the average of P noise frames in the log domain:
Estimation of Channel Component
It is an object of the present invention to derive the HMMs of Y under both additive noise and convolutive distortions. The key problem is to obtain an estimate of the channel Hl. It is assumed that some speech data recorded in the noisy environment is available, and that the starting HMM models for X are trained on clean speech in the MFCC feature space. The speech model is continuous density Gaussian mixture HMMs. In the following, only the mean vectors of the original model space will be modified.
Let R be the number of utterances available for training a Hidden Markov Model. Let Tr be the number of frames in utterance r. Let Ωs be the set of states of an HMM. Let Ωm be the set of mixing components of a state. The method for Hl is iterative which, at iteration i+1, gives a new estimate Hl[I+l] of Hl using:
where γtr(j,k) is the joint probability of state j and mixing component k at time t of utterance r, given observed speech otr and current model parameters, and
with
η(k)=exp(Xl(k)+Hl(k)−Bl(k)) (11)
η(k) is called the generalized SNR.
As the initial condition, we set:
Compensation for Time Derivatives
Typical speech recognizers are augmented feature vectors, each of which consists of MFCC and their time derivatives. The time derivative of MFCC can be also compensated under the present framework. The compensated first order time derivative of MFCC {dot over (Y)}C is calculated from the original first order time derivative of MFCC {dot over (Y)}l:
The second order time derivative is calculated as:
Compensation Procedure
Recognizing an utterance requires an estimate of channel and noise, as in Equation 5. Typically, the channel is fixed once a microphone and transmission channel are chosen, and noise can be varying from utterance to utterance.
In accordance with the preferred embodiment of the present invention the estimate comprises the channel estimate obtained from the previously recognized utterances and the noise estimate is obtained from the pre-utterance pause of the test utterance. Referring to
As the recognizer does not have to wait for channel estimation, which would introduce at least a delay of the duration of the utterance, the recognition result is available as soon as the utterance is completed. The processor in the model adapter subsystem 17 operates according to the steps as follows:
In step 1 the channel Hl is set to zero. In step 2 the current utterance is recognized. The background noise is estimated using sensed noise during a preutterance pause in step 3. For each HMM modify Gaussian distribution with current channel Hl and noise Nl estimates by compensating static MFCC using E{Yl}Δ{circumflex over (m)}l=g(ml, Hl, Bl) from equation 6 where ml is the original Gaussian mean vector and {circumflex over (m)} is the Gaussian mean vector compensated for the distortions caused by channel and environment noise and compensating for time derivatives by compensating first order dynamic MFCC using
from equation 13 and compensating second order dynamic MFCC using
from equation 14. The compensated first order derivative of MFCC {dot over (Y)}C is calculated from the original first order time derivative {dot over (Y)}l. The next step 5 is to recognize the current utterance using the modified or adapted HMM models. In step 6 is the estimation of the channel component with alignment information using an iterative method which at iteration i+1 gives a new estimate Hl[i+1] of Hl using:
The operations in step 6 include for each segment of utterance r, calculating γtr(j,k) accumulating statistics and update channel parameters. γtr(j,k) is the joint probability of state j and mixing component k at time t of the utterance r, given observed speech otr and current model parameters, and
with
η(k)=exp(Xl(k)+Hl(k)−Bl(k)).
If Hl[i+1] ≠the final iteration of segment r H[i]l then repeat the steps of the calculation, accumulate and update.
In step 7 the channel estimate repeats for the next current utterance. As illustrated in
Experiments
The database is recorded in-vehicle using an AKG M2 hands-free distant talking microphone, in three recording sessions: parked (car parked, engine off), stop and go (car driven on a stop and go basis), and highway (car driven on a highway). In each session 20 speakers (10 male) read 40 sentences each, giving 800 utterances. Each sentence is either 10, 7, or 4 digit sequence, with equal probabilities. The database is sampled at 8 kHz, with MFCC analysis and frame rate of 20 milliseconds. From the speech, MFCC of the order of 10 is derived.
HMMs used in all experiments are trained in TIDIGITS clean speech data. The HMMs contain 1957 mean vectors, and 270 diagonal variances. Evaluated on TIDIGIT test set, the recognizer gives 0.36% word error rate (WER).
Given the above HMM models, the hands-free database presents severe mismatch:
It is therefore very challenging to see the performance of different compensation approaches on this database.
To improve the performance in noisy environments, the variances of the Gaussian PDFs can be MAP adapted to some slightly noisy data, e.g. the parked-eval data. Such adaptation will not affect recognition of clean speech, but will reduce variance mismatch between HMMs and the noisy speech.
Ideally, the bias corresponding to microphone should be independent of the testing utterance. However, due to limited data for bias estimation, speaker-specificity, and background noise, the actual estimate may vary from utterance to utterance.
The new algorithm is referred to as JAC (joint compensation of additive noise and convolutive distortion). Table 1 shows that:
Although preferred embodiments have been described, it will be apparent to those skilled in the relevant art that various modifications, additions, substitutions and the Ike can be made without departing from the spirit of the invention and these are therefore considered to be within the scope of the invention as defined in the following claims.
This application claims priority under 35 USC § 119(e)(1) of provisional application No. 60/339,327, filed Dec. 12, 2001.
Number | Name | Date | Kind |
---|---|---|---|
4630304 | Borth et al. | Dec 1986 | A |
4905288 | Gerson et al. | Feb 1990 | A |
4918732 | Gerson et al. | Apr 1990 | A |
4959865 | Stettiner et al. | Sep 1990 | A |
5263019 | Chu | Nov 1993 | A |
5924065 | Eberman et al. | Jul 1999 | A |
5970446 | Goldberg et al. | Oct 1999 | A |
6006175 | Holzrichter | Dec 1999 | A |
6202047 | Ephraim et al. | Mar 2001 | B1 |
6219635 | Coulter et al. | Apr 2001 | B1 |
6389393 | Gong | May 2002 | B1 |
6418411 | Gong | Jul 2002 | B1 |
6529872 | Cerisara et al. | Mar 2003 | B1 |
6658385 | Gong et al. | Dec 2003 | B1 |
6691091 | Cerisara et al. | Feb 2004 | B1 |
6868378 | Breton | Mar 2005 | B1 |
6876966 | Deng et al. | Apr 2005 | B1 |
6934364 | Ho | Aug 2005 | B1 |
7096169 | Crutchfield, Jr. | Aug 2006 | B1 |
7103541 | Attias et al. | Sep 2006 | B1 |
Number | Date | Country | |
---|---|---|---|
20030115055 A1 | Jun 2003 | US |
Number | Date | Country | |
---|---|---|---|
60339327 | Dec 2001 | US |