US20130132083A1 - Generic framework for large-margin mce training in speech recognition - Google Patents
Generic framework for large-margin mce training in speech recognition Download PDFInfo
- Publication number
- US20130132083A1 US20130132083A1 US13/744,438 US201313744438A US2013132083A1 US 20130132083 A1 US20130132083 A1 US 20130132083A1 US 201313744438 A US201313744438 A US 201313744438A US 2013132083 A1 US2013132083 A1 US 2013132083A1
- Authority
- US
- United States
- Prior art keywords
- training
- acoustic model
- margin
- loss function
- calculated
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Abandoned
Links
Images
Classifications
-
- G—PHYSICS
- G10—MUSICAL INSTRUMENTS; ACOUSTICS
- G10L—SPEECH ANALYSIS TECHNIQUES OR SPEECH SYNTHESIS; SPEECH RECOGNITION; SPEECH OR VOICE PROCESSING TECHNIQUES; SPEECH OR AUDIO CODING OR DECODING
- G10L15/00—Speech recognition
- G10L15/06—Creation of reference templates; Training of speech recognition systems, e.g. adaptation to the characteristics of the speaker's voice
- G10L15/063—Training
-
- G—PHYSICS
- G10—MUSICAL INSTRUMENTS; ACOUSTICS
- G10L—SPEECH ANALYSIS TECHNIQUES OR SPEECH SYNTHESIS; SPEECH RECOGNITION; SPEECH OR VOICE PROCESSING TECHNIQUES; SPEECH OR AUDIO CODING OR DECODING
- G10L15/00—Speech recognition
- G10L15/06—Creation of reference templates; Training of speech recognition systems, e.g. adaptation to the characteristics of the speaker's voice
- G10L15/063—Training
- G10L2015/0631—Creating reference templates; Clustering
Definitions
- discriminative training has been a prominent theme in recent speech recognition research and system development.
- the essence of discriminative training algorithms is the adoption of various cost functions that are directly or indirectly related to the empirical error rate found in the training data. These cost functions serve as objective functions for optimization, and for a related empirical error rate that may either be calculated at a sentence string level, at a super-string level, or at a sub-string level, e.g., at an word/phone token level.
- one approach that has been found during research is that when the empirical training error rate is optimized through the use of a classifier or recognizer, only a biased estimate of the true error rate is obtained.
- the size of this bias depends on the complexity of the recognizer and the task (as quantified by the Vapnik Chervonenkis (VC) dimension).
- VC Vapnik Chervonenkis
- HMM Hidden Markov Model
- Another key insight from the machine learning research suggests that one effective way to reduce this bias and improve generalization performance is to increase “margins” in training data. That is, making correct samples be classified well away from a decision boundary.
- a method and apparatus for training an acoustic model are disclosed.
- a training corpus is provided to a training model.
- This training corpus can be either commercially available training corpuses or can be generated by the user.
- This training corpus is then accessed and an initial acoustic model is created using the training set.
- scores are calculated for each token in a correct class and competitive classes.
- a sample-adaptive window bandwidth is calculated for each training token. From the calculated scores and the sample-adaptive window bandwidth values, loss values can be calculated based on a loss function.
- the loss function which may be derived from a Bayesian viewpoint, can include a margin value that moves a decision boundary for empirical convergence.
- the margin can either be a fixed margin or can vary depending on a number of iterations performed.
- the acoustic model is updated based on the calculated loss values. This process can be repeated until such time as an empirical convergence is met.
- FIG. 1 is a block diagram of an exemplary speech recognition system.
- FIG. 2 is a block diagram of a exemplary system used to train an acoustic model.
- FIG. 3 is a simplified block diagram that illustrates an example scheme for choosing a sample-adaptive window bandwidth.
- FIG. 4 is an example series of plots of sigmoid functions illustrating large-margin minimum classification (LM-MCE) results for given tokens with and without a margin.
- L-MCE large-margin minimum classification
- FIG. 5A is a flow diagram illustrating a general method of training of an acoustic model according to one embodiment.
- FIG. 5B is a flow diagram illustrating steps of a more specific method of training of an acoustic model according to one embodiment.
- FIG. 1 is a block diagram illustrating an exemplary speech recognition system 100 according to one embodiment.
- the speech recognition system 100 includes a microphone 92 , an analog-to-digital (A/D) converter 101 , a training module 115 , a feature extraction module 110 , a lexicon storage module 130 , an acoustic model 140 , a tree search engine 120 , and a language model 150 .
- A/D analog-to-digital
- the entire system 100 , or part of speech recognition system 100 can be implemented on any computer system or across multiple computer systems.
- microphone 92 can preferably be provided as an input device to the computer through an appropriate interface, and through the A/D converter 101 .
- the training module 115 and the feature extraction module 110 can either be hardware modules in the computer system, or software modules stored in any information storage device. This information is accessible by a processing unit on the computer or any other suitable processor.
- the lexicon storage module 130 , the acoustic model 140 , and the language model 150 are also preferably stored in any of the memory devices contained on the computer.
- the tree search engine 120 is implemented in a processing unit (which can include one or more processors) or can be performed by a dedicated speech recognition processor employed by the computer.
- speech is provided as an input into system 100 in the form of an audible voice signal by the user to the microphone 92 .
- the microphone 92 converts the audible speech signal into an analog electronic signal which is provided to the A/D converter 101 .
- the A/D converter 101 converts the analog speech signal into a sequence of digital signals, which is provided to the feature extraction module 110 .
- the feature extraction module 110 is a conventional array processor that performs spectral analysis on the digital signals and computes a magnitude value for each frequency band of a frequency spectrum.
- the signals are, in one illustrative embodiment, provided to the feature extraction module 110 by the A/D converter 101 at a sample rate of approximately 16 kHz.
- the feature extraction module 110 divides the digital signal received from the A/D converter 101 into frames that include a plurality of digital samples. In one embodiment, each frame is approximately 10 milliseconds in duration. The frames are then encoded by the feature extraction module 110 into feature vectors reflecting the spectral characteristics for a plurality of frequency bands. In the case of discrete and semi-continuous Hidden Markov Modeling, the feature extraction module 110 also encodes the feature vectors into one or more code words using vector quantization techniques and a code book derived from training data. Thus, the feature extraction module 110 provides, at its output, the feature vectors (or code words) for each spoken utterance. The feature extraction module 110 provides the feature vectors (or code words) at a rate of one feature vector (or code word) approximately every 10 milliseconds.
- Output probability distributions are then computed against Hidden Markov Models (HMMs) using the feature vectors (or code words) of the particular frame being analyzed. These probability distributions are later used in executing a Viterbi or similar type of processing technique.
- HMMs Hidden Markov Models
- the tree search engine 120 Upon receiving the code words from the feature extraction module 110 , the tree search engine 120 accesses information stored in the acoustic model 140 .
- the model 140 stores acoustic models such as HMMs which represent speech units to be detected by the speech recognition system 100 .
- the acoustic model 140 includes the senone tree associated with each Markov state in a HMM.
- the HMM represents, in one illustrative embodiment, phonemes.
- the tree search engine 120 determines the most likely phonemes represented by the feature vectors (or code words) received from the feature extraction module 110 and hence representative of the utterance received from the user of the system.
- the tree search engine 120 also accesses the lexicon stored in the module 130 .
- the information received by the tree search engine 120 based on its accessing of the acoustic model 140 is used in searching the lexicon storage model 130 to determine a word that most likely represents the code words or feature vectors received from the feature extraction module 110 .
- the search engine 120 accesses the language model 150 , which is illustratively a 60,000 word trigram language model, derived from the North American Business News Corpus.
- the language model 150 is also used in identifying the most likely word represented by the input speech. The most likely word is provided as output text of the speech recognition system 100 .
- the speech recognition system 100 uses HMM modeling and senone trees, it should be understood that the speech recognition system 100 can take many forms, and all that is required is that it provide as an output the text spoken by the user.
- FIG. 2 is a detailed block diagram of a system 200 used to train acoustic model 140 in accordance with one illustrative embodiment.
- system 200 can be used to generate a model that is customized to the user.
- This custom model is an exemplary description only, and other embodiments can use a general model for all speakers, or have a limited number of models to approximate the various general speakers.
- System 200 includes a data store 202 , and acoustic model training components 204 a and 204 b . It should be noted that components 204 a and 204 b can be the same component used by different portions of system 200 , or they can be different components. In some embodiments, components 204 a and 204 b are components of training module 115 (of FIG. 1 ). System 200 also includes a model estimator 206 , enrollment data 208 , selection component 210 and optionally cohort data 212 , which is data corresponding to selected cohort models.
- FIG. 2 also shows that data store 202 includes pre-stored data 214 as well as incrementally corrected data 216 .
- Pre-stored data 214 may illustratively be a wide variety of commercially available data sets which includes acoustic data and transcriptions indicative of input utterances.
- the incrementally collected data 216 can include, for example, data from additional speakers which is collected at a later time.
- Enrollment data 208 is illustratively a set of sentences collected from a user.
- the acoustic model training component 204 a accesses the pre-stored data 214 and trains the acoustic model 250 . The user inputs for these samples are then received in the form of the enrollment data 208 .
- enrollment data 208 not only includes an acoustic representation of the user input of the enrollment data, but an accurate transcription of the enrollment data as well.
- This transcription can be obtained by directing a user to speak predetermined sentences or number strings, and verifying that they spoke the sentences or number strings. Thus, it is possible to know exactly what words corresponded to the acoustic data.
- other methods of obtaining the transcription can be used as well.
- the user's speech input to the speech recognition system can be input to the speech recognition system 100 to obtain the transcription.
- Model estimator 206 then assesses intermittently collected data 216 which is data from a number of different speakers that may be used for cohort speakers. Based on the acoustic model 250 and the data 216 , model estimator 206 estimates a plurality of different models 256 .
- Each possible model 256 is provided to the selection component 210 .
- the selection component 210 compares the input samples (enrollment data 208 ) to the estimated models 256 .
- the selection component 210 selects the speakers that are closest to the enrollment data 208 . This can be done using cohorts or any other predetermined similarity measure.
- the acoustic model generation component 204 b uses this data 212 to generate an acoustic model 266 .
- the training system 200 uses minimum classification error (MCE) or similar discriminative training algorithms to develop the acoustic model 140 .
- MCE training is usually formulated as a problem of optimizing a smoothed empirical training set error rate, and a sigmoid function is usually used as the cost function. Recently, it has been shown that the sigmoid function based MCE training can be made equivalent to optimizing an estimated empirical test set error rate using a Parzen window based non-parametric distribution estimation.
- a C-class classification problem is considered, where each observation sample x is to be classified into one of the C classes.
- g i (x; ⁇ ) is a discriminant function for class-i with classifier parameters denoted by ⁇
- an anti-discriminant function is defined as
- G i ⁇ ( x ; ⁇ ) max k ⁇ i ⁇ g k ⁇ ( x ; ⁇ ) .
- D j ⁇ ( x ) D j ⁇ p x ⁇ ( x
- D r,j is the misclassification score associated with a training data sample (or token, which is a single training sentence or utterance, for example) x r labeled as class j
- R j is the number of training samples for class j
- H r is a sample-adaptive window bandwidth (or the bandwidth of a one-dimensional kernel function W D in the score domain).
- H r can be estimated using the distribution of scores for individual tokens.
- FIG. 3 shows a one-dimensional case for such kernel bandwidth selection with a uniform kernel, where each circle represents a token ( 302 , 304 , 306 , 308 ) in a training set, with 303 , 305 , 307 and 309 being the corresponding windows.
- any suitable technique for estimating H r can be used.
- Equation 3 (3A, 3B) is chosen, Equation 3 (3A, 3B) becomes
- Equation 6E the loss function in Equation 6E is
- the sigmoid function is just one of the loss functions that can be used in MCE training. Many different loss functions can be derived by choosing different kernel functions W D .
- the MCE is optimizing an estimated empirical error rate on the true distribution of the data if the training set is representative. In other words, the MCE has some built in generalization ability. This property can also be noticed by examining the sigmoid loss function. If a token is correctly classified but is close to the decision boundary, the cost associated with this token is greater than 0. This means that a similar (but not exact) token in the test set might be misclassified. On other hand, a token that is mis-classified in the training set and is close to the decision boundary would have a cost less than 1, indicating that a similar token in the test set might be correctly classified.
- Equation 3 the generalization ability of the MCE training can be further improved through large-margin MCE (LM-MCE), which embeds discriminative margins in the margin-free Bayes risk of Equation 3 (3A, 3B).
- LM-MCE large-margin MCE
- the discriminative margin in the score space is defined as a positive value m>0, which represents the extent of the classifier's tolerant gap.
- m>0 represents the extent of the classifier's tolerant gap.
- Equation 6 (6A-6D) is accordingly changed to
- Equation 8F The loss function in Equation 8F is
- the margin-sensitive Bayes risk in the form of Equation 8 (8A-8F) can be viewed as a principled extension to the MCE in two ways.
- the slope of the sigmoid loss function, 1/H r , in MCE can be adaptive to each training sample, i.e., H r is dependent with the r-th training sample.
- a non-zero valued discriminative margin, m is introduced to improve the gap tolerance and generalization ability of the classifier.
- the LM-MCE criteria can be easily extended when other kernel functions are used.
- MCE training can be carried out using either the generalized probabilistic descent (GPD) or extended Baum Welch (EBW) method, both of which update the HMM parameters based on the derivatives of the loss function.
- GPD generalized probabilistic descent
- EBW extended Baum Welch
- the introduction of the margin does not change the basic parameter updating algorithms.
- setting a fixed large margin as described above may introduce additional outlier tokens (tokens that are far from the center of the loss function and have no effect in adjusting model parameters) and thus negatively impact the training performance.
- FIG. 4 illustrates a two-class special case for the use of discriminative margins in LM-MCE.
- Tokens shaped as circles 410 are from class 1 and those represented as triangles 420 are from class 2 .
- margins are set to 0, while in the lower sub-figures ( 450 and 460 ) margins are set to a positive value.
- the token represented by circle 432 in the upper-left sub- FIG. 430 is not an outlier token.
- the margin when the margin is set to a fixed large value, it becomes an outlier token as indicated in the lower-left sub- FIG. 460 .
- a similar process occurs with triangle token 442 is similarly situated with the introduction of a margin in plot 360 .
- using gradually increased margins over iterations is proposed. In other words, the margin is originally set to 0 or even negative and then increased over iterations.
- the training process stops when the minimum word error rate (WER) on the development set is achieved.
- the entire training set utilized includes 26 separate corpuses, about 2.7 million utterances, and a total of around 2000 hours of speech data.
- data are collected through various channels including close-talk telephones, far-field microphones, and cell phones. Speech data are recorded under various conditions with different environmental noises. Both native English speakers and speakers with various foreign accents are included.
- the text prompts include common telephony-application style utterances and some dictation-style utterances from the Wall Street Journal speech database.
- the model evaluation is conducted on several typical context free grammar (CFG) based commercial telephony ASR tasks.
- CFG context free grammar
- database-independent tests are conducted, (that is, the test data are collected by vendors that have not contributed to the training database).
- the size of the delivered vocabulary of the ASR system is 120K. However, the actual vocabulary used for different tests varies from one set to another. Table 1 summarizes the test sets used in the experiments.
- the 52-dimensional raw acoustic feature vectors are composed of the normalized energy, 12 Mel-Frequency Cepstrum Coefficients (MFCCs) and their first, second and third order time derivatives.
- MFCCs Mel-Frequency Cepstrum Coefficients
- the 52-dimensional raw features are further projected to form 36-dimensional feature vectors via heteroscedastic linear discriminant analysis (HLDA) transformation.
- HLDA heteroscedastic linear discriminant analysis
- the baseline uses maximum likelihood (ML) trained HMMs.
- ML maximum likelihood
- the LM-MCE training is performed upon the ML-trained model.
- the training data is decoded by a simple unigram weighted context-free grammar (CFG) and the competitors are updated every three iterations.
- the window bandwidth H r is set to 30.
- a variable-size window could be used in accordance with the present embodiments. All HMM model parameters (except transition probabilities) are updated.
- a dimension dependent variance floor is set to be 1/20 of the average variance over all Gaussian components along that dimension. Variance values that are less than the variance floor are set to that floor value.
- the WER on the three database-independent test sets are presented in Table 2 further below.
- the conventional MCE training can reduce the WER by 11.58%.
- LM-MCE training further reduces the WER and achieves 16.57% WER reduction over the ML baseline across three test sets.
- the results shown in Table 2 demonstrate that the LM-MCE training approach has strong generalization ability in large-scale ASR tasks as well as in small-scale tasks.
- FIGS. 5A and 5B flow diagrams are provided to briefly illustrate a general process and a more specific process, respectively, of training an acoustic model in accordance with the present embodiments.
- a generic framework for incorporating a margin into a differential kernel function is developed.
- the developed generic framework is utilized for training an acoustic model in a speech recognition system.
- the trained acoustic model is output.
- a training data corpus is accessed or otherwise provided to the training module 115 . This is illustrated at step 530 . Then the training module 115 calculates an initial acoustic model using the training corpus. This is illustrated at step 540 . Once the initial acoustic model is created, the system calculates scores for each token with regard to a correct class and competing classes from the initial acoustic model. The calculation of this score can in some embodiments be accomplished through the use of Equation 4, above. This is illustrated at step 550 . At step 560 , a sample-adaptive window bandwidth for each training token is calculated as described earlier.
- a value for the loss function which includes a value for margin, is calculated. This is illustrated at step 570 .
- the margin can be a fixed value, or can vary over each iteration of the training process.
- the parameters in the initial acoustic model are updated to create a revised acoustic model. This is illustrated at step 580 . Steps 550 to 580 are repeated until either a predetermined number of iterations have passed or empirical convergence is achieved. Once the process is finished the final revised acoustic model is output at step 590 .
Landscapes
- Engineering & Computer Science (AREA)
- Artificial Intelligence (AREA)
- Computational Linguistics (AREA)
- Health & Medical Sciences (AREA)
- Audiology, Speech & Language Pathology (AREA)
- Human Computer Interaction (AREA)
- Physics & Mathematics (AREA)
- Acoustics & Sound (AREA)
- Multimedia (AREA)
- Electrically Operated Instructional Devices (AREA)
Abstract
A method and apparatus for training an acoustic model are disclosed. A training corpus is accessed and converted into an initial acoustic model. Scores are calculated for a correct class and competitive classes, respectively, for each token given the initial acoustic model. Also, a sample-adaptive window bandwidth is calculated for each training token. From the calculated scores and the sample-adaptive window bandwidth values, loss values are calculated based on a loss function. The loss function, which may be derived from a Bayesian risk minimization viewpoint, can include a margin value that moves a decision boundary such that token-to-boundary distances for correct tokens that are near the decision boundary are maximized. The margin can either be a fixed margin or can vary monotonically as a function of algorithm iterations. The acoustic model is updated based on the calculated loss values. This process can be repeated until an empirical convergence is met.
Description
- The present application is a continuation of and claims priority of U.S. patent application Ser. No. 11/708,440, filed Feb. 20, 2007, the content of which is hereby incorporated by reference in its entirety.
- Discriminative training has been a prominent theme in recent speech recognition research and system development. The essence of discriminative training algorithms (for example, minimum classification error (MCE) training algorithms) is the adoption of various cost functions that are directly or indirectly related to the empirical error rate found in the training data. These cost functions serve as objective functions for optimization, and for a related empirical error rate that may either be calculated at a sentence string level, at a super-string level, or at a sub-string level, e.g., at an word/phone token level.
- For example, one approach that has been found during research is that when the empirical training error rate is optimized through the use of a classifier or recognizer, only a biased estimate of the true error rate is obtained. The size of this bias depends on the complexity of the recognizer and the task (as quantified by the Vapnik Chervonenkis (VC) dimension). Analysis and experimental results have shown that this bias can be quite substantial even for a simple Hidden Markov Model (HMM) recognizer applied to a simple single digit recognition task. Another key insight from the machine learning research suggests that one effective way to reduce this bias and improve generalization performance is to increase “margins” in training data. That is, making correct samples be classified well away from a decision boundary. Thus, it is desirable to use such large margins for achieving lower test errors even if this may result in higher empirical errors in training. Most previous approaches to discriminative learning techniques and speech recognition have focused on the issue of empirical error rate. Recently, one approach, which has focused on the issue of margins, has shown some positive results when utilized for small automatic speech recognition tasks. However, similar success has not been demonstrated in connection with large-scale speech recognition.
- The discussion above is merely provided for general background information and is not intended to be used as an aid in determining the scope of the claimed subject matter.
- A method and apparatus for training an acoustic model are disclosed. Depending on the type of acoustic model being trained, (that is, customized to each user or general) a training corpus is provided to a training model. This training corpus can be either commercially available training corpuses or can be generated by the user. This training corpus is then accessed and an initial acoustic model is created using the training set. Once an initial acoustic model is created, scores are calculated for each token in a correct class and competitive classes. Also, a sample-adaptive window bandwidth is calculated for each training token. From the calculated scores and the sample-adaptive window bandwidth values, loss values can be calculated based on a loss function. The loss function, which may be derived from a Bayesian viewpoint, can include a margin value that moves a decision boundary for empirical convergence. The margin can either be a fixed margin or can vary depending on a number of iterations performed. The acoustic model is updated based on the calculated loss values. This process can be repeated until such time as an empirical convergence is met.
- This Summary is provided to introduce a selection of concepts in a simplified form that are further described below in the Detailed Description. This Summary is not intended to identify key features or essential features of the claimed subject matter, nor is it intended to be used as an aid in determining the scope of the claimed subject matter. The claimed subject matter is not limited to implementations that solve any or all disadvantages noted in the background.
-
FIG. 1 is a block diagram of an exemplary speech recognition system. -
FIG. 2 is a block diagram of a exemplary system used to train an acoustic model. -
FIG. 3 is a simplified block diagram that illustrates an example scheme for choosing a sample-adaptive window bandwidth. -
FIG. 4 is an example series of plots of sigmoid functions illustrating large-margin minimum classification (LM-MCE) results for given tokens with and without a margin. -
FIG. 5A is a flow diagram illustrating a general method of training of an acoustic model according to one embodiment. -
FIG. 5B is a flow diagram illustrating steps of a more specific method of training of an acoustic model according to one embodiment. -
FIG. 1 is a block diagram illustrating an exemplaryspeech recognition system 100 according to one embodiment. Thespeech recognition system 100 includes amicrophone 92, an analog-to-digital (A/D)converter 101, atraining module 115, afeature extraction module 110, alexicon storage module 130, an acoustic model 140, atree search engine 120, and alanguage model 150. It should be noted that theentire system 100, or part ofspeech recognition system 100, can be implemented on any computer system or across multiple computer systems. For example, microphone 92 can preferably be provided as an input device to the computer through an appropriate interface, and through the A/D converter 101. - The
training module 115 and thefeature extraction module 110 can either be hardware modules in the computer system, or software modules stored in any information storage device. This information is accessible by a processing unit on the computer or any other suitable processor. In addition, thelexicon storage module 130, the acoustic model 140, and thelanguage model 150 are also preferably stored in any of the memory devices contained on the computer. Furthermore, thetree search engine 120 is implemented in a processing unit (which can include one or more processors) or can be performed by a dedicated speech recognition processor employed by the computer. - In the embodiment illustrated in
FIG. 1 , during speech recognition, speech is provided as an input intosystem 100 in the form of an audible voice signal by the user to themicrophone 92. Themicrophone 92 converts the audible speech signal into an analog electronic signal which is provided to the A/D converter 101. The A/D converter 101 converts the analog speech signal into a sequence of digital signals, which is provided to thefeature extraction module 110. In one embodiment, thefeature extraction module 110 is a conventional array processor that performs spectral analysis on the digital signals and computes a magnitude value for each frequency band of a frequency spectrum. The signals are, in one illustrative embodiment, provided to thefeature extraction module 110 by the A/D converter 101 at a sample rate of approximately 16 kHz. - The
feature extraction module 110 divides the digital signal received from the A/D converter 101 into frames that include a plurality of digital samples. In one embodiment, each frame is approximately 10 milliseconds in duration. The frames are then encoded by thefeature extraction module 110 into feature vectors reflecting the spectral characteristics for a plurality of frequency bands. In the case of discrete and semi-continuous Hidden Markov Modeling, thefeature extraction module 110 also encodes the feature vectors into one or more code words using vector quantization techniques and a code book derived from training data. Thus, thefeature extraction module 110 provides, at its output, the feature vectors (or code words) for each spoken utterance. Thefeature extraction module 110 provides the feature vectors (or code words) at a rate of one feature vector (or code word) approximately every 10 milliseconds. - Output probability distributions are then computed against Hidden Markov Models (HMMs) using the feature vectors (or code words) of the particular frame being analyzed. These probability distributions are later used in executing a Viterbi or similar type of processing technique.
- Upon receiving the code words from the
feature extraction module 110, thetree search engine 120 accesses information stored in the acoustic model 140. The model 140 stores acoustic models such as HMMs which represent speech units to be detected by thespeech recognition system 100. In one embodiment, the acoustic model 140 includes the senone tree associated with each Markov state in a HMM. The HMM represents, in one illustrative embodiment, phonemes. Based on the senones in the acoustic model 140, thetree search engine 120 determines the most likely phonemes represented by the feature vectors (or code words) received from thefeature extraction module 110 and hence representative of the utterance received from the user of the system. - The
tree search engine 120 also accesses the lexicon stored in themodule 130. The information received by thetree search engine 120 based on its accessing of the acoustic model 140 is used in searching thelexicon storage model 130 to determine a word that most likely represents the code words or feature vectors received from thefeature extraction module 110. Also, thesearch engine 120 accesses thelanguage model 150, which is illustratively a 60,000 word trigram language model, derived from the North American Business News Corpus. Thelanguage model 150 is also used in identifying the most likely word represented by the input speech. The most likely word is provided as output text of thespeech recognition system 100. - Although described herein where the
speech recognition system 100 uses HMM modeling and senone trees, it should be understood that thespeech recognition system 100 can take many forms, and all that is required is that it provide as an output the text spoken by the user. -
FIG. 2 is a detailed block diagram of asystem 200 used to train acoustic model 140 in accordance with one illustrative embodiment. In one embodiment, portions of the training process are handled bytraining module 115 ofFIG. 1 . In this embodiment,system 200 can be used to generate a model that is customized to the user. This custom model is an exemplary description only, and other embodiments can use a general model for all speakers, or have a limited number of models to approximate the various general speakers. -
System 200 includes adata store 202, and acousticmodel training components 204 a and 204 b. It should be noted thatcomponents 204 a and 204 b can be the same component used by different portions ofsystem 200, or they can be different components. In some embodiments,components 204 a and 204 b are components of training module 115 (ofFIG. 1 ).System 200 also includes amodel estimator 206,enrollment data 208,selection component 210 andoptionally cohort data 212, which is data corresponding to selected cohort models. -
FIG. 2 also shows thatdata store 202 includespre-stored data 214 as well as incrementally correcteddata 216.Pre-stored data 214 may illustratively be a wide variety of commercially available data sets which includes acoustic data and transcriptions indicative of input utterances. The incrementally collecteddata 216 can include, for example, data from additional speakers which is collected at a later time.Enrollment data 208 is illustratively a set of sentences collected from a user. In training the acoustic model, the acousticmodel training component 204 a accesses thepre-stored data 214 and trains theacoustic model 250. The user inputs for these samples are then received in the form of theenrollment data 208. Illustratively,enrollment data 208 not only includes an acoustic representation of the user input of the enrollment data, but an accurate transcription of the enrollment data as well. This transcription can be obtained by directing a user to speak predetermined sentences or number strings, and verifying that they spoke the sentences or number strings. Thus, it is possible to know exactly what words corresponded to the acoustic data. Alternatively, other methods of obtaining the transcription can be used as well. For example, the user's speech input to the speech recognition system can be input to thespeech recognition system 100 to obtain the transcription. -
Model estimator 206 then assesses intermittently collecteddata 216 which is data from a number of different speakers that may be used for cohort speakers. Based on theacoustic model 250 and thedata 216,model estimator 206 estimates a plurality ofdifferent models 256. - Each
possible model 256 is provided to theselection component 210. Theselection component 210 compares the input samples (enrollment data 208) to the estimatedmodels 256. Theselection component 210 then selects the speakers that are closest to theenrollment data 208. This can be done using cohorts or any other predetermined similarity measure. Using thisdata 212, the acoustic model generation component 204 b generates an acoustic model 266. - In order to determine the best acoustic model using the available training data, the
training system 200 uses minimum classification error (MCE) or similar discriminative training algorithms to develop the acoustic model 140. MCE training is usually formulated as a problem of optimizing a smoothed empirical training set error rate, and a sigmoid function is usually used as the cost function. Recently, it has been shown that the sigmoid function based MCE training can be made equivalent to optimizing an estimated empirical test set error rate using a Parzen window based non-parametric distribution estimation. - In order to develop the present embodiments, a C-class classification problem is considered, where each observation sample x is to be classified into one of the C classes. The objective of the classifier is to design a mapping or decision function F(x) from the observation space xε to the discrete set Ci=F(x)ε, i=1, 2, . . . , C. In MCE, the zero-one risk function rji=δ(Ci≠Cj) for the cost or risk of classifying a class-j observation into class-i is utilized, and the decision rule used is
-
- where gi(x;Λ) is a discriminant function for class-i with classifier parameters denoted by Λ, and an anti-discriminant function is defined as
-
- expected overall risk is
-
- wherein
-
- The problem is now converted from the feature domain to the score domain and the expected Bayes classification risk Equation 2 (2A-2D) becomes
-
- where
-
- is defined as a distribution for a misclassification score for class Cj and can be estimated using the Parzen window
-
- where Dr,j is the misclassification score associated with a training data sample (or token, which is a single training sentence or utterance, for example) xr labeled as class j, Rj is the number of training samples for class j, and Hr is a sample-adaptive window bandwidth (or the bandwidth of a one-dimensional kernel function WD in the score domain). Hr can be estimated using the distribution of scores for individual tokens.
FIG. 3 shows a one-dimensional case for such kernel bandwidth selection with a uniform kernel, where each circle represents a token (302, 304, 306, 308) in a training set, with 303, 305, 307 and 309 being the corresponding windows. In general, any suitable technique for estimating Hr can be used. - As an example, if a symmetric kernel function
-
- is chosen, Equation 3 (3A, 3B) becomes
-
- and the MCE training criteria with sigmoid loss function is obtained. Specifically, the loss function in Equation 6E is
-
- Two primary observations can be made from the above. First, the Bayes risk minimization based explanation is more generic. The sigmoid function is just one of the loss functions that can be used in MCE training. Many different loss functions can be derived by choosing different kernel functions WD. Second, the MCE is optimizing an estimated empirical error rate on the true distribution of the data if the training set is representative. In other words, the MCE has some built in generalization ability. This property can also be noticed by examining the sigmoid loss function. If a token is correctly classified but is close to the decision boundary, the cost associated with this token is greater than 0. This means that a similar (but not exact) token in the test set might be misclassified. On other hand, a token that is mis-classified in the training set and is close to the decision boundary would have a cost less than 1, indicating that a similar token in the test set might be correctly classified.
- It should be noted that the generalization ability of the MCE training can be further improved through large-margin MCE (LM-MCE), which embeds discriminative margins in the margin-free Bayes risk of Equation 3 (3A, 3B). To develop LM-MCE, the discriminative margin in the score space is defined as a positive value m>0, which represents the extent of the classifier's tolerant gap. This is followed by a modification of the earlier margin-free version of the integration space in Equation 2 (2A-2D): {x: Dj(x; Λ)≧0} to the new, margin-sensitive one: {x:Dj(x; Λ≧−m}. As a result, Equation 3 (3A, 3B) is changed to
-
- with an additional term of “margin-bound” Bayes risk. Equation 6 (6A-6D) is accordingly changed to
-
- The loss function in Equation 8F is
-
- The margin-sensitive Bayes risk in the form of Equation 8 (8A-8F) can be viewed as a principled extension to the MCE in two ways. First, the slope of the sigmoid loss function, 1/Hr, in MCE can be adaptive to each training sample, i.e., Hr is dependent with the r-th training sample. Second, a non-zero valued discriminative margin, m, is introduced to improve the gap tolerance and generalization ability of the classifier. As in the case of the present MCE embodiments, the LM-MCE criteria can be easily extended when other kernel functions are used. MCE training can be carried out using either the generalized probabilistic descent (GPD) or extended Baum Welch (EBW) method, both of which update the HMM parameters based on the derivatives of the loss function. The introduction of the margin does not change the basic parameter updating algorithms. However, setting a fixed large margin as described above may introduce additional outlier tokens (tokens that are far from the center of the loss function and have no effect in adjusting model parameters) and thus negatively impact the training performance. This is described in connection with
FIG. 4 , which illustrates a two-class special case for the use of discriminative margins in LM-MCE. InFIG. 4 , Tokens shaped ascircles 410 are fromclass 1 and those represented astriangles 420 are fromclass 2. In the upper sub-figures (430 and 440), margins are set to 0, while in the lower sub-figures (450 and 460) margins are set to a positive value. As can be seen, the token represented bycircle 432 in the upper-left sub-FIG. 430 is not an outlier token. However, when the margin is set to a fixed large value, it becomes an outlier token as indicated in the lower-left sub-FIG. 460 . A similar process occurs withtriangle token 442 is similarly situated with the introduction of a margin in plot 360. To overcome this drawback, using gradually increased margins over iterations is proposed. In other words, the margin is originally set to 0 or even negative and then increased over iterations. The training process (as well as the change of the margin) stops when the minimum word error rate (WER) on the development set is achieved. - An example of the implementation of the techniques described above is illustrated below in connection with the training of a large-scale speech recognition system. For this training process, the entire training set utilized includes 26 separate corpuses, about 2.7 million utterances, and a total of around 2000 hours of speech data. To improve the robustness of acoustic models, data are collected through various channels including close-talk telephones, far-field microphones, and cell phones. Speech data are recorded under various conditions with different environmental noises. Both native English speakers and speakers with various foreign accents are included. The text prompts include common telephony-application style utterances and some dictation-style utterances from the Wall Street Journal speech database.
- The model evaluation is conducted on several typical context free grammar (CFG) based commercial telephony ASR tasks. In order to examine the generalization ability of the approach, database-independent tests are conducted, (that is, the test data are collected by vendors that have not contributed to the training database).
- The size of the delivered vocabulary of the ASR system is 120K. However, the actual vocabulary used for different tests varies from one set to another. Table 1 summarizes the test sets used in the experiments.
-
TABLE 1 Description of the test sets Vocabulary Word Name Size Count Description MSCT 70K 4356 General call center application. STK 40K 12851 Finance applications (stock transaction, etc.) QSR 55K 5718 Name dialing application (note: pronunciations of most names are generated by letter-to-sound rules). - In the experiments, all data are sampled at a rate of 8K Hz. Phonetic decision trees are used for state tying and there are about 6000 tied states with an average of 16 Gaussian mixture components per state. The 52-dimensional raw acoustic feature vectors are composed of the normalized energy, 12 Mel-Frequency Cepstrum Coefficients (MFCCs) and their first, second and third order time derivatives. The 52-dimensional raw features are further projected to form 36-dimensional feature vectors via heteroscedastic linear discriminant analysis (HLDA) transformation.
- The baseline uses maximum likelihood (ML) trained HMMs. The LM-MCE training is performed upon the ML-trained model. In the large-margin MCE training, the training data is decoded by a simple unigram weighted context-free grammar (CFG) and the competitors are updated every three iterations. In the training process the window bandwidth Hr is set to 30. Of course, as described earlier, a variable-size window could be used in accordance with the present embodiments. All HMM model parameters (except transition probabilities) are updated. Only two epochs of training are performed in the LM-MCE training: the first epoch is performed with m=0 and takes three iterations and the second epoch is performed with m=6 and also takes three iterations. Due to the high cost of training on such a large database, tweaking and tuning of the system are substantially limited. It is possible to obtain better performance by fine tune these training parameters if resource permits. A growth transformation based training algorithm is used for fast convergence.
- In order to prevent variance underflow, a dimension dependent variance floor is set to be 1/20 of the average variance over all Gaussian components along that dimension. Variance values that are less than the variance floor are set to that floor value.
- The WER on the three database-independent test sets are presented in Table 2 further below. Compared with the ML baseline, the conventional MCE training can reduce the WER by 11.58%. LM-MCE training further reduces the WER and achieves 16.57% WER reduction over the ML baseline across three test sets. The results shown in Table 2 demonstrate that the LM-MCE training approach has strong generalization ability in large-scale ASR tasks as well as in small-scale tasks.
-
TABLE 2 Experimental results on the three database- independent telephony ASR test sets Test Set ML MCE LM-MCE MSCT WER 12.413% 10.514% 10.009% Abs. WERR — 1.899% 2.404% Rel. WERR — 15.30% 19.37% STK WER 7.993% 7.330% 6.926% Abs. WERR — 0.663% 1.067% Rel. WERR — 8.30% 13.35% QSR WER 9.349% 8.464% 7.887% Abs. WERR — 0.885% 1.4625 Rel. WERR — 9.47% 15.64% Average WER 9.918% 8.769% 8.274% Abs. WERR — 1.149% 1.644% Rel. WERR — 11.58% 16.57% - The experimental results demonstrate that the LM-MCE is not only suitable for small-vocabulary ASR tasks (such as TIDIGITS) but is also well suited for large-scale model training and can achieve significant performance improvement on large-scale ASR tasks.
- In conclusion, referring now to
FIGS. 5A and 5B , flow diagrams are provided to briefly illustrate a general process and a more specific process, respectively, of training an acoustic model in accordance with the present embodiments. In the general process ofFIG. 5A , atstep 500, from a Bayes risk minimization viewpoint, a generic framework for incorporating a margin into a differential kernel function is developed. Atstep 510, the developed generic framework is utilized for training an acoustic model in a speech recognition system. Atstep 520, the trained acoustic model is output. - In the more specific process of
FIG. 5B , first, a training data corpus is accessed or otherwise provided to thetraining module 115. This is illustrated atstep 530. Then thetraining module 115 calculates an initial acoustic model using the training corpus. This is illustrated atstep 540. Once the initial acoustic model is created, the system calculates scores for each token with regard to a correct class and competing classes from the initial acoustic model. The calculation of this score can in some embodiments be accomplished through the use of Equation 4, above. This is illustrated atstep 550. Atstep 560, a sample-adaptive window bandwidth for each training token is calculated as described earlier. Once the scores and the sample-adaptive window bandwidths have been calculated, a value for the loss function, which includes a value for margin, is calculated. This is illustrated atstep 570. As discussed above, the margin can be a fixed value, or can vary over each iteration of the training process. Once the value for the loss function has been calculated the parameters in the initial acoustic model are updated to create a revised acoustic model. This is illustrated atstep 580.Steps 550 to 580 are repeated until either a predetermined number of iterations have passed or empirical convergence is achieved. Once the process is finished the final revised acoustic model is output atstep 590. It should be noted that, even without the use of a margin in the loss function (or when the margin in the loss function is set to zero), the incorporation of the sample-adaptive window bandwidth into the loss function improves the generalization capability of the acoustic model training algorithm. - Although the subject matter has been described in language specific to structural features and/or methodological acts, it is to be understood that the subject matter defined in the appended claims is not necessarily limited to the specific features or acts described above. Rather, the specific features and acts described above are disclosed as example forms of implementing the claims.
Claims (20)
1. A method of training an acoustic model in a speech recognition system, comprising:
utilizing a training corpus, having training tokens, to calculate an initial acoustic model;
computing, using the initial acoustic model, a plurality of scores for each training token with regard to a correct class and a plurality of competing classes;
calculating a sample-adaptive window bandwidth for each training token;
determining a value for a loss function based on the computed scores and the calculated sample-adaptive window bandwidth for each training token;
updating parameters in the current acoustic model to create a revised acoustic model based upon the loss value; and
outputting the revised acoustic model.
2. The method of claim 1 and further comprising:
deriving the loss function from a Bayesian viewpoint.
3. The method of claim 2 wherein deriving the loss function from a Bayesian viewpoint further comprises utilizing a margin-free Bayes risk function.
4. The method of claim 3 wherein deriving the loss function from a Bayesian viewpoint further comprises incorporating a margin-bound Bayes risk function in addition to utilizing the margin-free Bayes risk function.
5. The method of claim 1 wherein determining a value of a loss function is additionally based on a margin.
6. The method of claim 5 and further comprising:
repeating the steps of computing, calculating, determining and updating until an empirical convergence has been met for the revised acoustic model.
7. The method of claim 5 wherein the margin is a fixed value.
8. The method of claim 5 wherein the margin is a fixed value greater than zero.
9. The method of claim 6 wherein the margin varies with each iteration.
10. A system for training an acoustic model comprising:
a training corpus having training tokens;
a training component; and
wherein the training component is configured to generate the acoustic model based on the training corpus and a loss function that is calculated based on calculated scores of closeness and a calculated sample-adaptive window bandwidth for each training token.
11. The system of claim 10 wherein the loss function is calculated based additionally on a margin.
12. The system of claim 10 wherein the training component is configured to generate a series of revised acoustic models until an empirical convergence is achieved.
13. The system of claim 10 further comprising:
speaker independent data; and
wherein the training component is configured to use the speaker independent data in conjunction with the training corpus to generate the acoustic model.
14. The system of claim 13 wherein the training component generates a custom acoustic model for each speaker.
15. The system of claim 11 wherein the margin is a fixed value.
16. The system of claim 11 wherein the margin is greater than zero.
17. A method comprising:
developing, from a Bayes risk minimization viewpoint, a generic framework for incorporating a margin into a differential kernel function;
utilizing the developed generic framework for training an acoustic model in a speech recognition system; and
outputting the trained acoustic model.
18. The method of claim 17 wherein utilizing the generic framework for training an acoustic model comprises:
deriving, using the developed generic framework, a loss function that incorporates the margin; and
utilizing the derived loss function for training the acoustic model.
19. The method of claim 18 wherein utilizing the derived loss function for training the acoustic model comprises carrying out, using the derived loss function, an iterative training process in which a first iteration involves the refining of a initial acoustic model and subsequent iterations further refine refined acoustic models from previous iterations.
20. The speech recognition system of claim 19 wherein the margin of the loss function varies with at least some of the iterations.
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US13/744,438 US20130132083A1 (en) | 2007-02-20 | 2013-01-18 | Generic framework for large-margin mce training in speech recognition |
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US11/708,440 US8423364B2 (en) | 2007-02-20 | 2007-02-20 | Generic framework for large-margin MCE training in speech recognition |
| US13/744,438 US20130132083A1 (en) | 2007-02-20 | 2013-01-18 | Generic framework for large-margin mce training in speech recognition |
Related Parent Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| US11/708,440 Continuation US8423364B2 (en) | 2007-02-20 | 2007-02-20 | Generic framework for large-margin MCE training in speech recognition |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| US20130132083A1 true US20130132083A1 (en) | 2013-05-23 |
Family
ID=39707410
Family Applications (2)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| US11/708,440 Expired - Fee Related US8423364B2 (en) | 2007-02-20 | 2007-02-20 | Generic framework for large-margin MCE training in speech recognition |
| US13/744,438 Abandoned US20130132083A1 (en) | 2007-02-20 | 2013-01-18 | Generic framework for large-margin mce training in speech recognition |
Family Applications Before (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| US11/708,440 Expired - Fee Related US8423364B2 (en) | 2007-02-20 | 2007-02-20 | Generic framework for large-margin MCE training in speech recognition |
Country Status (1)
| Country | Link |
|---|---|
| US (2) | US8423364B2 (en) |
Cited By (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20170154622A1 (en) * | 2015-12-01 | 2017-06-01 | International Business Machines Corporation | Accent correction in speech recognition systems |
| CN109800294A (en) * | 2019-01-08 | 2019-05-24 | 中国科学院自动化研究所 | Autonomous evolution Intelligent dialogue method, system, device based on physical environment game |
| WO2020101743A1 (en) * | 2018-11-14 | 2020-05-22 | Tencent America LLC | N-best softmax smoothing for minimum bayes risk training of attention based sequence-to-sequence models |
Families Citing this family (18)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US8510109B2 (en) | 2007-08-22 | 2013-08-13 | Canyon Ip Holdings Llc | Continuous speech transcription performance indication |
| US9973450B2 (en) | 2007-09-17 | 2018-05-15 | Amazon Technologies, Inc. | Methods and systems for dynamically updating web service profile information by parsing transcribed message strings |
| KR100911429B1 (en) * | 2007-08-22 | 2009-08-11 | 한국전자통신연구원 | Method and apparatus for generating noise adaptive acoustic model for moving environment |
| WO2010019831A1 (en) | 2008-08-14 | 2010-02-18 | 21Ct, Inc. | Hidden markov model for speech processing with training method |
| US8370046B2 (en) * | 2010-02-11 | 2013-02-05 | General Electric Company | System and method for monitoring a gas turbine |
| US8756062B2 (en) * | 2010-12-10 | 2014-06-17 | General Motors Llc | Male acoustic model adaptation based on language-independent female speech data |
| US9093061B1 (en) * | 2011-04-14 | 2015-07-28 | Canyon IP Holdings, LLC. | Speech recognition with hierarchical networks |
| US20130110491A1 (en) * | 2011-10-28 | 2013-05-02 | Microsoft Corporation | Discriminative learning of feature functions of generative type in speech translation |
| US9767415B2 (en) * | 2012-03-30 | 2017-09-19 | Informetis Corporation | Data processing apparatus, data processing method, and program |
| PL399698A1 (en) * | 2012-06-27 | 2014-01-07 | Voice Lab Spólka Z Ograniczona Odpowiedzialnoscia | The method of selecting the complexity of the discrete acoustic model in the automatic speech recognition system |
| US9953646B2 (en) | 2014-09-02 | 2018-04-24 | Belleau Technologies | Method and system for dynamic speech recognition and tracking of prewritten script |
| US9293134B1 (en) * | 2014-09-30 | 2016-03-22 | Amazon Technologies, Inc. | Source-specific speech interactions |
| JP6870613B2 (en) * | 2015-09-03 | 2021-05-12 | 日本電気株式会社 | Information providing device, information providing method, and program |
| CN110390093B (en) * | 2018-04-20 | 2023-08-11 | 普天信息技术有限公司 | Language model building method and device |
| CN110459205B (en) | 2019-09-24 | 2022-04-12 | 京东科技控股股份有限公司 | Speech recognition method and device, computer storable medium |
| CN111598190B (en) * | 2020-07-21 | 2020-10-30 | 腾讯科技(深圳)有限公司 | Training method of image target recognition model, image recognition method and device |
| CN112466294B (en) * | 2020-11-24 | 2021-12-14 | 北京百度网讯科技有限公司 | Acoustic model generation method and device and electronic equipment |
| CN117765926B (en) * | 2024-02-19 | 2024-05-14 | 上海蜜度科技股份有限公司 | Speech synthesis method, system, electronic device and medium |
Family Cites Families (24)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP2690027B2 (en) * | 1994-10-05 | 1997-12-10 | 株式会社エイ・ティ・アール音声翻訳通信研究所 | Pattern recognition method and apparatus |
| US5737489A (en) * | 1995-09-15 | 1998-04-07 | Lucent Technologies Inc. | Discriminative utterance verification for connected digits recognition |
| JP2871561B2 (en) * | 1995-11-30 | 1999-03-17 | 株式会社エイ・ティ・アール音声翻訳通信研究所 | Unspecified speaker model generation device and speech recognition device |
| US6490555B1 (en) * | 1997-03-14 | 2002-12-03 | Scansoft, Inc. | Discriminatively trained mixture models in continuous speech recognition |
| US6125345A (en) * | 1997-09-19 | 2000-09-26 | At&T Corporation | Method and apparatus for discriminative utterance verification using multiple confidence measures |
| US6112175A (en) * | 1998-03-02 | 2000-08-29 | Lucent Technologies Inc. | Speaker adaptation using discriminative linear regression on time-varying mean parameters in trended HMM |
| US6076053A (en) * | 1998-05-21 | 2000-06-13 | Lucent Technologies Inc. | Methods and apparatus for discriminative training and adaptation of pronunciation networks |
| US6374220B1 (en) * | 1998-08-05 | 2002-04-16 | Texas Instruments Incorporated | N-best search for continuous speech recognition using viterbi pruning for non-output differentiation states |
| EP1011094B1 (en) * | 1998-12-17 | 2005-03-02 | Sony International (Europe) GmbH | Semi-supervised speaker adaption |
| US7216079B1 (en) | 1999-11-02 | 2007-05-08 | Speechworks International, Inc. | Method and apparatus for discriminative training of acoustic models of a speech recognition system |
| JP2002366187A (en) * | 2001-06-08 | 2002-12-20 | Sony Corp | Device and method for recognizing voice, program and recording medium |
| US20030171931A1 (en) * | 2002-03-11 | 2003-09-11 | Chang Eric I-Chao | System for creating user-dependent recognition models and for making those models accessible by a user |
| WO2004049305A2 (en) * | 2002-11-21 | 2004-06-10 | Scansoft, Inc. | Discriminative training of hidden markov models for continuous speech recognition |
| US7165026B2 (en) * | 2003-03-31 | 2007-01-16 | Microsoft Corporation | Method of noise estimation using incremental bayes learning |
| TWI223792B (en) * | 2003-04-04 | 2004-11-11 | Penpower Technology Ltd | Speech model training method applied in speech recognition |
| US7379867B2 (en) * | 2003-06-03 | 2008-05-27 | Microsoft Corporation | Discriminative training of language models for text and speech classification |
| US20050021337A1 (en) * | 2003-07-23 | 2005-01-27 | Tae-Hee Kwon | HMM modification method |
| US7590589B2 (en) * | 2004-09-10 | 2009-09-15 | Hoffberg Steven M | Game theoretic prioritization scheme for mobile ad hoc networks permitting hierarchal deference |
| US20060069678A1 (en) * | 2004-09-30 | 2006-03-30 | Wu Chou | Method and apparatus for text classification using minimum classification error to train generalized linear classifier |
| US20060115145A1 (en) * | 2004-11-30 | 2006-06-01 | Microsoft Corporation | Bayesian conditional random fields |
| US7574358B2 (en) * | 2005-02-28 | 2009-08-11 | International Business Machines Corporation | Natural language system and method based on unisolated performance metric |
| US20070083373A1 (en) * | 2005-10-11 | 2007-04-12 | Matsushita Electric Industrial Co., Ltd. | Discriminative training of HMM models using maximum margin estimation for speech recognition |
| US7702631B1 (en) * | 2006-03-14 | 2010-04-20 | Google Inc. | Method and system to produce and train composite similarity functions for product normalization |
| US7617103B2 (en) * | 2006-08-25 | 2009-11-10 | Microsoft Corporation | Incrementally regulated discriminative margins in MCE training for speech recognition |
-
2007
- 2007-02-20 US US11/708,440 patent/US8423364B2/en not_active Expired - Fee Related
-
2013
- 2013-01-18 US US13/744,438 patent/US20130132083A1/en not_active Abandoned
Non-Patent Citations (3)
| Title |
|---|
| McDermott et al, "Discriminative training via minimization of risk estimates based on Parzen smoothing", August 2006, In Applied Intelligence August 2006, Volume 25, Issue 1, pp 37-57 * |
| Yu et al, "Large-Margin Minimum Classification Error Training for Large-Scale Speech Recognition Tasks," April 15-20, 2007, Acoustics, In ICASSP 2007. IEEE International Conference on , vol.4, no., pp. 1137-1140 * |
| Yu et al, "Large-Margin minimum classification error training: A theoretical risk minimization perspective," 2008, In Comput. Speech, Lang., vol. 22, no. 4, pp. 415-429. * |
Cited By (8)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20170154622A1 (en) * | 2015-12-01 | 2017-06-01 | International Business Machines Corporation | Accent correction in speech recognition systems |
| US9870769B2 (en) * | 2015-12-01 | 2018-01-16 | International Business Machines Corporation | Accent correction in speech recognition systems |
| WO2020101743A1 (en) * | 2018-11-14 | 2020-05-22 | Tencent America LLC | N-best softmax smoothing for minimum bayes risk training of attention based sequence-to-sequence models |
| US11551136B2 (en) | 2018-11-14 | 2023-01-10 | Tencent America LLC | N-best softmax smoothing for minimum bayes risk training of attention based sequence-to-sequence models |
| US11803618B2 (en) | 2018-11-14 | 2023-10-31 | Tencent America LLC | N-best softmax smoothing for minimum bayes risk training of attention based sequence-to-sequence models |
| CN109800294A (en) * | 2019-01-08 | 2019-05-24 | 中国科学院自动化研究所 | Autonomous evolution Intelligent dialogue method, system, device based on physical environment game |
| WO2020143130A1 (en) * | 2019-01-08 | 2020-07-16 | 中国科学院自动化研究所 | Autonomous evolution intelligent dialogue method, system and device based on physical environment game |
| US11487950B2 (en) | 2019-01-08 | 2022-11-01 | Institute Of Automation, Chinese Academy Of Sciences | Autonomous evolution intelligent dialogue method, system, and device based on a game with a physical environment |
Also Published As
| Publication number | Publication date |
|---|---|
| US20080201139A1 (en) | 2008-08-21 |
| US8423364B2 (en) | 2013-04-16 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US8423364B2 (en) | Generic framework for large-margin MCE training in speech recognition | |
| US7617103B2 (en) | Incrementally regulated discriminative margins in MCE training for speech recognition | |
| US6542866B1 (en) | Speech recognition method and apparatus utilizing multiple feature streams | |
| Kinnunen et al. | Real-time speaker identification and verification | |
| US7664642B2 (en) | System and method for automatic speech recognition from phonetic features and acoustic landmarks | |
| US9672815B2 (en) | Method and system for real-time keyword spotting for speech analytics | |
| EP2216775B1 (en) | Speaker recognition | |
| US6539353B1 (en) | Confidence measures using sub-word-dependent weighting of sub-word confidence scores for robust speech recognition | |
| Stolcke et al. | Speaker recognition with session variability normalization based on MLLR adaptation transforms | |
| US20080249770A1 (en) | Method and apparatus for searching for music based on speech recognition | |
| US9679556B2 (en) | Method and system for selectively biased linear discriminant analysis in automatic speech recognition systems | |
| US20030055640A1 (en) | System and method for parameter estimation for pattern recognition | |
| Ney et al. | The RWTH large vocabulary continuous speech recognition system | |
| Yu et al. | Large-margin minimum classification error training for large-scale speech recognition tasks | |
| Matsoukas et al. | Advances in transcription of broadcast news and conversational telephone speech within the combined EARS BBN/LIMSI system | |
| Aggarwal et al. | Integration of multiple acoustic and language models for improved Hindi speech recognition system | |
| Stuttle | A Gaussian mixture model spectral representation for speech recognition | |
| Beyerlein et al. | Large vocabulary continuous speech recognition of Broadcast News–The Philips/RWTH approach | |
| Williams | Knowing what you don't know: roles for confidence measures in automatic speech recognition | |
| Yu et al. | Large-margin minimum classification error training: A theoretical risk minimization perspective | |
| US20020133343A1 (en) | Method for speech recognition, apparatus for the same, and voice controller | |
| Lopes et al. | Broad phonetic class definition driven by phone confusions | |
| Furui | Generalization problem in ASR acoustic model training and adaptation | |
| US8140333B2 (en) | Probability density function compensation method for hidden markov model and speech recognition method and apparatus using the same | |
| Pasricha et al. | Hybrid architecture for robust speech recognition system |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| AS | Assignment |
Owner name: MICROSOFT TECHNOLOGY LICENSING, LLC, WASHINGTON Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:MICROSOFT CORPORATION;REEL/FRAME:034544/0541 Effective date: 20141014 |
|
| STCB | Information on status: application discontinuation |
Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION |