1. Field of the Invention
The invention in one aspect relates to is a method for dealing with speech recognition.
2. Background Art
Speech recognition systems have been under development for years and commonly used. However, a need continues to exist for improved accuracy.
It is known in the prior art to input audio data 10 to a front end 12 which extracts feature data. These feature data are input fed into a decoder 14, which with the help of an acoustic model 16 and a language model 18, outputs HYPs, the hypothetical sentence(s). HYPs consist of a series of words, such as in this document.
It is known to use a post decoder 20 to output a word confidence score, WCS, which is a measure of the confidence degree of a word/HYP. It is widely known in speech recognition to use a sentence/phrase confidence score to accept or reject phrases or sentences entirely. A more detailed description of prior development is shown in U.S. Pat. No. 6,959,278, which is incorporated by reference.
There exists an opportunity to improve recognition accuracy using WCS to reduce word recognition error rate further than shown in the prior art. To this end, a method is disclosed in which the WCS is used to improve recognition accuracy. In one embodiment, audio data are decoded to obtain a HYP and a WCS is determined in post processing, and a modified hypothetical word (mHYP) based on HYP and WCS is outputted.
The method also optionally comprehends developing a selected word list which includes words that occur frequently in the transcription and that yield high error rates.
In another approach, the method may also include determining insertion and substitution threshold values for each word on the selected word list with the substitution threshold value greater than the insertion threshold value in most cases. The insertion and substitution threshold values are preferably determined in a tuning phase in which an occurrence distribution in WCS is developed for such situations as: correct identification, insertion error, and substitution error. The insertion and substitution thresholds are based at least in part on WCS occurrence distributions.
A selected word list is optionally developed in the tuning phase based on words that frequently occur and words that have higher error rates. A mapping function may be used in the testing phase to convert each HYP to its mHYP with the following rules:
Also disclosed is a method for determining the optimized parameters for the decoder in a tuning phase to minimize a weighted total error rate, according to the following algorithm:
Wt Etotal=(λsub*num_error_sub_word+λins*num_error_ins_word+λdel*num_error_del_word)/total_num_RefWord,
where λsub, λins, and λdel are weighting factors; λdel>λsub>λins; and num_error_sub_word, num_error_ins_word, and num_error_del_word refer to the number of substitution errors, insertion errors, and deletion errors, respectively. The total_num_RefWord refers to the total number of words in the transcript.
A method for developing a selected word list in the tuning phase is also disclosed. The selected word list is based on words that occur frequently and words which have high error rates. According to an aspect of the method, HYP words on the selected word list are processed based on their WCS to determine a mHYP, the output. The determination of mHYP is further based on substitution and insertion threshold values. The resulting mHYP is equal to HYP when WCS is greater than the substitution threshold value and equal to null when WCS is less than the insertion threshold value. When WCS is in between the substitution threshold value and the insertion threshold value, mHYP is set equal to a substituted HYP.
A system for processing audio data is also disclosed. The algorithms described herein can be performed by accessing instructions in a computer readable storage media having instructions executable by a computer. The storage media may be any of a number of memory devices including: ROMs (read-only memory) PROMs (programmable ROM), EPROMs (electrically PROM), EEPROMs (electrically erasable PROM), flash memory in its various physical variants and interface variants, and any other electric, magnetic, optical, and combination memory devices.
Word error rate in speech recognition application systems can be reduced by 25-50% when compared to prior art methods without such algorithms.
There are two phases in speech recognition: a tuning phase and a testing phase. In the tuning phase, a tuning audio data set along with its transcription are input to the speech recognition system to determine the decoder parameters that provide the lowest error rate. It is known that to evaluate the minimum error rate for the decoder in the prior art with the following formula is applicable:
Etotal=(num_error_sub_word+num_error_ins_word+num_error_del_word)/total_num_RefWord,
where
Etotal is the total word error rate;
num_error_sub_word is the number of substitution word errors;
num_error_ins_word is the number of insertion word errors;
num_error_del_word is the number of deletion word errors; and
tot_num_RefWord is the number of words in the transcription.
According to an aspect of the present development, a weighted total error rate formula below has been employed in place of the Etotal formula above.
Wt Etotal=(λsub*num_error_sub_word+λins*num_error_ins_word+λdel*num_error_del_word)/total_num_RefWord,
where
λsub, λins, and λdel are weighting factors.
The relative values of the weighting factors are: λdel>λsubst>λins. The insertion weighting factor is the smallest because insertion errors are the least problematic, i.e., if an insertion error is determined, the inserted word can simply be removed in WCS processing. On the other hand, nothing can be done for the deletion error in WCS processing.
According to an aspect of the present invention, a selected word list is developed. The decoder of the prior art may be deployed, but using the decoder parameters 22 as described above. The selected words, which are generated in the tuning phase, are those which produce high error rates in insertion and/or substitution. The selected words, which are on the selected word list, are generated by:
One of the advantages of the present development is that the WCS processing is performed on words that are on the selected word list, i.e., the words that occur most frequently and that have higher error rates. In this way, the WCS processing is conducted on only a portion of the total words, i.e., those words that have the most impact on error rate.
In
cost(thr_ins)=error_accept(WCS>=thr_ins)+error_reject(WCS<thr_ins); and
gain(thr_ins)=correct_accept(WCS>=thr_ins)+correct_reject(WCS<thr_ins),
where thr_ins is an insertion threshold level of WCS.
Cost relates to two situations: accepting an incorrectly inserted word and rejecting a correctly recognized word. Gain relates to two situations: accepting a correctly recognized word and rejecting an incorrectly inserted word. For the data presented in
However, according to the present development cost and gain are employed. Referring again to
cost(thr_ins=40)=(11+9+2+4+0+1)+(0+1+1+2)=31; and
gain(thr_ins=40)=(33+122+151+175+87+3)+(19+5+7+10)=612.
The cost-to-gain ratio is 31:612, which is much more favorable than a corresponding ratio of 68:575 that was realized without using WCS processing. This exemplifies an improvement of 57% compared to not using WCS processing.
In
The granularization of 10 in WCS is used by way of example and not intended to be limiting. Any level of slicing in WCS can be used and remains within the scope of the invention.
In
It has been observed that a WCS frequency distribution for many words follows the pattern shown in
Referring to
According to an aspect of the present development, there are multiple subst_HYPs which are made up of the top substituted words. A substitution threshold is determined for each of the substituted words depending on the distribution functions in WCS. Or, according to another embodiment of the development, there is simply one subst_HYP, which is the most frequently substituted word. In this embodiment, there is one substitution threshold value.
While particular embodiments of the invention have been shown and described, numerous variations and alternate embodiments will occur to those skilled in the art.