ACL-OCL / Base_JSON /prefixH /json /H92 /H92-1033.json
Benjamin Aw
Add updated pkl file v3
6fa4bc9
{
"paper_id": "H92-1033",
"header": {
"generated_with": "S2ORC 1.0.0",
"date_generated": "2023-01-19T03:28:13.648611Z"
},
"title": "Vocabulary and Environment Adaptation in Vocabulary-Independent Speech Recognition",
"authors": [
{
"first": "Hsiao-Wuen",
"middle": [],
"last": "Hon",
"suffix": "",
"affiliation": {},
"email": ""
},
{
"first": "Kai-Fu",
"middle": [],
"last": "Lee",
"suffix": "",
"affiliation": {},
"email": ""
}
],
"year": "",
"venue": null,
"identifiers": {},
"abstract": "In this paper, we are looking into the adaptation issues of vocabulary-independent (VI) systems. Just as with speakeradaptation in speaker-independent system, two vocabulary adaptation algorithms [5] are implemented in order to tailor the VI subword models to the target vocabulary. The first algorithm is to generate vocabulary-adapted clustering decision trees by focusing on relevant allophones during tree generation and reduces the VI error rate by 9%. The second algorithm, vocabulary-bias training, is to give the relevant allophones more prominence by assign more weight to them during Baum-Welch training of the generalized allophonic models and reduces the VI error rate by 15%. Finally, in order to overcome the degradation caused by the different acoustic environments used for VI training and testing, CDCN and ISDCN originally designed for microphone adaptation are incorporated into our VI system and both reduce the degradation of VI cross-environment recognition by 50%.",
"pdf_parse": {
"paper_id": "H92-1033",
"_pdf_hash": "",
"abstract": [
{
"text": "In this paper, we are looking into the adaptation issues of vocabulary-independent (VI) systems. Just as with speakeradaptation in speaker-independent system, two vocabulary adaptation algorithms [5] are implemented in order to tailor the VI subword models to the target vocabulary. The first algorithm is to generate vocabulary-adapted clustering decision trees by focusing on relevant allophones during tree generation and reduces the VI error rate by 9%. The second algorithm, vocabulary-bias training, is to give the relevant allophones more prominence by assign more weight to them during Baum-Welch training of the generalized allophonic models and reduces the VI error rate by 15%. Finally, in order to overcome the degradation caused by the different acoustic environments used for VI training and testing, CDCN and ISDCN originally designed for microphone adaptation are incorporated into our VI system and both reduce the degradation of VI cross-environment recognition by 50%.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Abstract",
"sec_num": null
}
],
"body_text": [
{
"text": "In 89' and 91' DARPA Speech and Natural Language Workshops [8, 7] , we have shown that accurate vocabularyindependent (VI) speech recognition is possible. However, there are many anatomical differences between tasks (vocabularies), such as the size of the vocabulary and the frequency of confusable words., which might affect the acoustic modeling techniques to achieve optimal performance in vocabularydependent (VD) systems. For example, whole-word models are often used in small-vocabulary tasks, while subword models must be used in large-vocabulary tasks. Moreover, within a limited vocabulary, it is possible to design some special features to separate the confusable models. Therefore, discriminative training techniques, such as neural networks [10] , and maximum mutual information estimator (MMIE) [4] , have so much success in small-vocabulary tasks.",
"cite_spans": [
{
"start": 59,
"end": 62,
"text": "[8,",
"ref_id": "BIBREF7"
},
{
"start": 63,
"end": 65,
"text": "7]",
"ref_id": "BIBREF6"
},
{
"start": 753,
"end": 757,
"text": "[10]",
"ref_id": "BIBREF9"
},
{
"start": 808,
"end": 811,
"text": "[4]",
"ref_id": "BIBREF3"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "2"
},
{
"text": "Just as with speaker adaptation in speaker-independent systems, it is desirable to implement vocabulary adaptation to make the VI system tailored to the target vocabulary (task). Our first vocabulary adaptation algorithm is to build vocabulary-adapted allophonic clustering decision trees for the target vocabulary based on only the relevant allophones. The adapted trees would only focus on the relevant contexts to separate the relevant allophones, thus give the resulting allophonic clusters more discriminative power for the target vocabulary. In an experiment of adapting allophone clustering tree for the Resource Management task, this algorithm achieved an 9% error reduction.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "2"
},
{
"text": "Our second vocabulary adaptation algorithm is to focus on the relevant allophones during training of generalized allophonic models, instead of focusing on them during generation of allophonic clustering decision trees. To achieve that, we give the relevant allophones more prominence by assigning more weight to the relevant allophones during Baum-Welch training of generalized allophonic models. With vocabularybias training we are able to reduce the VI error rate by 15% for the Resource Management task.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "2"
},
{
"text": "We have found that different recording environments between training and testing (CMU vs. TI) will degrade the performance significantly [6] , even when the same microphone is used in either case. Based on the framework of semicontinuous HMMs, we proposed to update codebook prototypes in discrete HMMs in order to fit speech vectors from new environments [5] . Moreover, codebook-dependent cepstral normalization (CDCN) and interpolated SNR-dependent cepstral normalization (ISDCN) proposed by Acero et al. [2] for microphone adaptation are incorporated into the our VI system to achieve environmental robustness. CDCN uses the speech knowledge represented in a codebook to estimate the noise and spectral equalization correction vectors for environmental normalization. In ISDCN, the SNR-dependent correction vectors are obtained via EM algorithm to minimize the VQ distortion. Both algorithms reduced the degradation of VI cross-environment recognition by 50%.",
"cite_spans": [
{
"start": 137,
"end": 140,
"text": "[6]",
"ref_id": "BIBREF5"
},
{
"start": 356,
"end": 359,
"text": "[5]",
"ref_id": "BIBREF4"
},
{
"start": 508,
"end": 511,
"text": "[2]",
"ref_id": "BIBREF1"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "2"
},
{
"text": "In this paper, we first describe our two vocabulary adaptation algorithms , vocabulary-adapted decision trees and vocabulary-bias training. Then we describe the codebook adaptation algorithm and two cepstral normalization techniques, CDCN and ISDCN for environmental robustness. We will also present results with these vocabulary and environment adaptation algorithms. Finally, we will close with some concluding remark about this work and future work.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "2"
},
{
"text": "Unlike most speaker adaptation techniques, our vocabulary adaptation algorithms only take advantage of analyzing the target vocabulary and thus do not require any additional vocabulary-specific data. Two terminologies which play an essential role in our algorithms are defined as follows.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "2"
},
{
"text": "relevant allophones Those allophones which occur in the target vocabulary (task).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "2"
},
{
"text": "irrelevant allophones Those allophone which occur in the VI training set, but not in the target vocabulary (task).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "2"
},
{
"text": "In 91' DARPA Speech and Natural Language Workshop [7] , we have shown the decision-tree based generalized allophone is a adequate VI subword model. Figure 1 is an example of our VI subword unit, generalized allophone, which is actually an allophonic cluster. The allophones in the white area are relevant allophones and the rest are irrelevant ones. ",
"cite_spans": [
{
"start": 50,
"end": 53,
"text": "[7]",
"ref_id": "BIBREF6"
}
],
"ref_spans": [
{
"start": 148,
"end": 156,
"text": "Figure 1",
"ref_id": "FIGREF0"
}
],
"eq_spans": [],
"section": "Introduction",
"sec_num": "2"
},
{
"text": "Our first vocabulary adaptation algorithm is to change the allophone clustering (the decision trees) so that the brand new set of subword models would have a more discriminative power for the target vocabulary. Since the clustering decision tree was built on the entire VI training set, the existence of the enormous irrelevant aUophones might result in sub-optimally clustering of allophones for the target vocabulary.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Vocabulary.Adapted Decision Tree",
"sec_num": "3.1"
},
{
"text": "To reveal such facts, let's look at the following scenario. Figure 2 is a split in the original decision tree for phone / k / generated from vocabulary-independent training set and the associated question for this split is \"Is the left context a vowel\". Suppose all the left contexts for phone/k/ in the target vocabulary are vowels. Thus, the question for this split is totally unsuitable for the target vocabulary because the split assigns all the allophones for /k/ in the target vocabulary to one branch and discrimination among those allophones becomes impossible.",
"cite_spans": [],
"ref_spans": [
{
"start": 60,
"end": 68,
"text": "Figure 2",
"ref_id": null
}
],
"eq_spans": [],
"section": "Vocabulary.Adapted Decision Tree",
"sec_num": "3.1"
},
{
"text": "On the other hand, if only the relevant ailophones are considered for this split, the associated split question would turns out to be the one of relevant questions which separates the relevant allophones appropriately and therefore possesses the greatest discriminative ability among the relevant allophones. Figure 3 : the correspondent optimal split(question) for relevant allophones of phone / k / Based on the analysis, our first adaptation algorithm is to build vocabulary-adapted (VA) decision trees by using only relevant allophones during the generation of decision trees. The adapted trees would not only be automatically generated, but also focus on the relevant questions to separate the relevant allophones, therefore give the resulting allophonic clusters more discriminative power for the target vocabulary.",
"cite_spans": [],
"ref_spans": [
{
"start": 309,
"end": 317,
"text": "Figure 3",
"ref_id": null
}
],
"eq_spans": [],
"section": "Vocabulary.Adapted Decision Tree",
"sec_num": "3.1"
},
{
"text": "Three potential problems are brought up when one examining the algorithm closely. First of all, some relevant allophones might not occur in the VI training set since we can't expect 100% allophone coverage for every task, especially for large-vocabulary task. Nevertheless, it is essential to have all the models for relevant allophones ready before generating the VA decision trees because we need the entropy information of models for each split. It is trivial for those relevant allophones which also occur in VI training set. The correspondent allophonic models trained from the training data can be used directly. Because of the nature of decision trees, every allophone could find its closest generalized allophonic cluster by traw~rsing the decision trees. Therefore, the correspondent generalized allophonic models could be used as the models for those relevant allophones not occurring in the VI training set during the generation of the VA clustering trees.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Vocabulary.Adapted Decision Tree",
"sec_num": "3.1"
},
{
"text": "Secondly, if only the part of VI training set which conrains the relevant allophones is used to train new generalized allophonic models, the new adapted generalized allophonic models would be under-trained and less robust. Fortunately, we can retain the entire training set because of the the nature of decision trees. All the allophones could find their generalized allophonic clusters by traversing the new VA decision trees, so the entire VI training set could actually contribute to the training of new adapted generalized allophonic models and make them well-trained and robust.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Vocabulary.Adapted Decision Tree",
"sec_num": "3.1"
},
{
"text": "The entropy criterion for splitting during the generation of decision trees is weighted by the counts (frequencies) of allophones [6] . By preferring to split nodes with large counts (allophones appearing frequently), the counts of the allophonic cluster will become more balanced and the final generalized allophonic models will be equally trainable. Since the VA decision tress are generated from the set of relevant allophones which is not the same as the set of allophones to train the generalized allophonic models. The balance feature of those models will be no longer valid. Some generalized allophonic models might only have few (or even none) examples in the VI training set and thus cannot be well-trained. Fortunately, we can enhance the trainability of VA subword models through gross validation with the entire VI training set. The gross validation for VA decision trees is somehow different than the conventional cross validation which uses one part of the data to grow the trees and the other part of independent data to prune the trees in order to predict new contexts. Since relevant allophones is already only a small portion of the entire VI training set, further dividing it will prevent the learning algorithm from generating reliable VA decision trees. Instead, we grow the VA decision trees very deeply; replace the entropy reduction information of each split by traversing through the trees with all the allophones (including irrelevant ones); and finally prune the trees based on the new entropy information. This will prune out those splits of nodes without enough training support (too few examples) even though they might be relevant to the target vocabulary. Therefore the resulting generalized allophonic models will become more trainable.",
"cite_spans": [
{
"start": 130,
"end": 133,
"text": "[6]",
"ref_id": "BIBREF5"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Vocabulary.Adapted Decision Tree",
"sec_num": "3.1"
},
{
"text": "The vocabulary-adapted decision tree learning algorithm, emphasizing the relevant allophones during growing of the decision trees and using the gross validation with the entire VI training set provides an ideal mean for finding the equilibrium between adaptability for the target vocabulary and trainability with the VI training database.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Vocabulary.Adapted Decision Tree",
"sec_num": "3.1"
},
{
"text": "While the above adaptation algorithm tailors the subword units to the target vocabulary by focusing on the relevant allophones during the generation of clustering decision trees, it treated relevant and other irrelevant allophones equally in the final training of generalized allophonic models. Our next adaptation algorithm is to give the relevant allophones more prominence during the training of generalized allophonic models.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Vocabulary-Bias Training",
"sec_num": "3.2"
},
{
"text": "Since the VI training database is supposed to be very large, it is reasonable to assume that the irrelevant allophones are the majority of almost every cluster. Thus, the resulting allophonic cluster will more likely represent the acoustic behavior of the set of irrelevant allophones, instead of the set of relevant allophones.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Vocabulary-Bias Training",
"sec_num": "3.2"
},
{
"text": "In order to make relevant allophones become the majority of the allophonic cluster without incorporating new vocabularyspecific data, we must impose a bias toward the relevant allophones during training. Since our VI system is based on HMM approach, it is trivial to give the relevant allophones more prominence by assigning more weight to them during Baum-Welch training. The simplest way is to multiply a prominent weight to the parametric re-estimation equations for relevant allophones.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Vocabulary-Bias Training",
"sec_num": "3.2"
},
{
"text": "The prominent weight can be a pre-defined constant, like 2.0 or 3.0, or a function of some variables. However, it is better for the prominent weight to reflect the reliability of the relevant allophones toward which we imposed a bias. If a relevant allophone occur rarely in the training set, we shouldn't assign a large weight to it because the statistics of it is not reliable. On the other hand, we could assign larger weights to those relevant allophones with enough examples in the training data. In our experiments, we use a simple function based on the frequencies of relevant allophones. All the irrelevant allophones have the weight 1.0 and the weight for relevant allophones is given by the following function:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Vocabulary-Bias Training",
"sec_num": "3.2"
},
{
"text": "1 + loya(Z) where x is the frequency of relevant allophones a is chosen to be the minimum number of training examples to train a reasonable model in our configuration.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Vocabulary-Bias Training",
"sec_num": "3.2"
},
{
"text": "Imposing a bias toward the relevant allophones is similar to duplicating the training data of relevant allophones. For example, using aprominent weight of 2.0 for an training example in the Baum-Welch re-estimation is like observing the same training example twice. Therefore, our vocabulary-bias training algorithm is identical to duplicating the training examples of relevant allophones according to the weight function. Based on the same principle, this adaptation algorithm can be applied to other non-HMM systems by duplicating the training data of relevant allophones to make relevant allophones become the majority of the training data during training. The resulting models will then be tailored to those relevant aUophones.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Vocabulary-Bias Training",
"sec_num": "3.2"
},
{
"text": "It is well known that when a system is trained and tested under different environments, the performance of recognition drops moderately [8] However, it is very likely for training and testing taking place under different environments in VI systems because the VI models can be used for any task which could happen anywhere. Even if the recording hardware remains unchanged, e.g., microphones, A/D converters, pre-amplifiers, etc, the other environmental factors, e.g. the room size, background noise, positions of microphones, reverberation from surface reflections, etc, are all out of the control realm. For example, when comparing the recording environment of Texas Instruments (TI) and Carnegie Mellon University (CMU), a few differences were observed although both used the same close-talk microphone (Sennheiser HMD-414).",
"cite_spans": [
{
"start": 136,
"end": 139,
"text": "[8]",
"ref_id": "BIBREF7"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Environment Adaptation",
"sec_num": "4"
},
{
"text": "\u2022 Recording equipment -TI and CMU used different A/D devices, filters and pre-amplifiers which might change the overall transfer function and thus generate different spectral tilts on speech signals.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Environment Adaptation",
"sec_num": "4"
},
{
"text": "\u2022 Room -The TI recording took place in a sound-proof room, while the CMU recording took place in a big laboratory with much background noise (mostly paper rustle, keyboard noise, and other conversations). Therefore; CMU's data tends to contain more additive noise than TI's.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Environment Adaptation",
"sec_num": "4"
},
{
"text": "\u2022 Input level -The CMU recording process always adjusted the amplifier's gain control for different speakers to compensate the varied sound volume of speakers.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Environment Adaptation",
"sec_num": "4"
},
{
"text": "Since the sound volume of TI's female speakers tends to be much lower, TI probably didn't adjust the gain control like CMU did. Therefore, the dynamic range of CMU's data tends to be larger.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Environment Adaptation",
"sec_num": "4"
},
{
"text": "The speech signal processing of our VI system is based on a characterization of speech in a codebook of prototypical moOels [7] . Typically the performance of systems based on a codebook degrade over time as the speech signal drifts through environmental changes due to the increased distortion between the speech and the codebook.",
"cite_spans": [
{
"start": 124,
"end": 127,
"text": "[7]",
"ref_id": "BIBREF6"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Codebook Adaptation",
"sec_num": "4.1"
},
{
"text": "Therefore, two possible adaptation strategies include:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Codebook Adaptation",
"sec_num": "4.1"
},
{
"text": "1. continuously updating the cooebook prototypes to fit the testing speech spectral vectors xt.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Codebook Adaptation",
"sec_num": "4.1"
},
{
"text": "2. continuously transforming the testing speech spectral vectors x, into normalized vectors Yi, so that the distribution of the y~ is close to that of the training data described by the codebook prototypes.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Codebook Adaptation",
"sec_num": "4.1"
},
{
"text": "Our first environment adaptation algorithm belongs to the first strategy, while two cepstral normalization algorithms which will be described in Section 4.2 belongs to the second strategy.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Codebook Adaptation",
"sec_num": "4.1"
},
{
"text": "Semi-continuous HMMs (SCHMMs) or tied mixture continuous HMMs [9, 3] has been proposed to extend the discrete HMMs by replacing discrete output distributions with a combination of the original discrete output probability distributions and continuous pdf's of codebooks. SCHMMs can jointly re-estimate both the codebooks and HMM parameters to achieve an optimal codebook/model combination according to a maximum likelihood criterion during training. They have been applied to several recognition systems with improved performance over discrete HMMs [9, 3] .",
"cite_spans": [
{
"start": 62,
"end": 65,
"text": "[9,",
"ref_id": "BIBREF8"
},
{
"start": 66,
"end": 68,
"text": "3]",
"ref_id": "BIBREF2"
},
{
"start": 548,
"end": 551,
"text": "[9,",
"ref_id": "BIBREF8"
},
{
"start": 552,
"end": 554,
"text": "3]",
"ref_id": "BIBREF2"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Codebook Adaptation",
"sec_num": "4.1"
},
{
"text": "The cooebooks of our vocabulary-independent system can be modified to optimize the probability of generating data from new environment by the vocabulary-independent HMMs according to the SCHMM framework. Let #i denote the mean vector of cooebook index i in the original codebook, then the new vector ~ can be obtained from the following equation",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Codebook Adaptation",
"sec_num": "4.1"
},
{
"text": "- E (cT= (1)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Codebook Adaptation",
"sec_num": "4.1"
},
{
"text": "where 7~ (t) denotes the posterior probability observed the codeword i at time t using HMM m for speech vector xt.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Codebook Adaptation",
"sec_num": "4.1"
},
{
"text": "Note that we did not use continuous Gassian pdf's to represent the cooebooks in the Equation 1. Each mean vector of the new codebook is computed from acoustic vector xt associated with corresponding posterior probability in the discrete forward-backward algorithm without involving continuous pdf computation. The new data from different environment, xt, can be automatically aligned with corresponding codeword in the forward-backward training procedure. If the alignment is not closely associated with the corresponding codeword in the HMM training procedure, reestimation of the corresponding codeword will then be de-weighted by the posterior probability 7~ n (t) accordingly in order to adjust the new cooebook to fit the new data.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Codebook Adaptation",
"sec_num": "4.1"
},
{
"text": "The types of environmental factors which differ in TI's and CMU's recording environments can roughly be classified into two complementary categories :",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Cepstral Normalization",
"sec_num": "4.2"
},
{
"text": "1. additive noise -noise from different sources, like paper rustle, keyboard noise, other conversations, etc.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Cepstral Normalization",
"sec_num": "4.2"
},
{
"text": "2. spectral equalization -distortions from the convolution of the speech signal with an unknown channel, like positions of microphones, reverberation from surface reflections, etc.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Cepstral Normalization",
"sec_num": "4.2"
},
{
"text": "Acero at al. [1, 2] proposed a series of environment normalization algorithms based on joint compensation for additive noise and equaliTation. They has been implemented successfully on SPHINX to achieve robustness to different microphones. Among those algorithms, codeword-dependent cepstral normalization (CDCN), is the most accurate one, while interpolated SNR-dependent cepstral normalization (ISDCN) is the most efficient one 1. In this study, we incorporate these two algorithms to make our vocabulary-independent system more robust to environmental variations.",
"cite_spans": [
{
"start": 13,
"end": 16,
"text": "[1,",
"ref_id": "BIBREF0"
},
{
"start": 17,
"end": 19,
"text": "2]",
"ref_id": "BIBREF1"
},
{
"start": 396,
"end": 403,
"text": "(ISDCN)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Cepstral Normalization",
"sec_num": "4.2"
},
{
"text": "x = z-w(q,n)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Cepstral Normalization",
"sec_num": "4.2"
},
{
"text": "Equation 2 is the environmental compensation model, where x, z, w, q and n represent respectively the normalized vector, observed vector, correction vector, spectral equalization vector and noise vector. The CDCN algorithm attempts to determine q and n that provide an ensemble of compensated vectors x being collectively closest to the set of locations of legitimate VQ codewords. The correction vector w will be obtained using MMSE estimator based on q, n and the codebook. In ISDCN, q and n were determined by an EM algorithm aiming at minimizing VQ distortion. The final correction vector w also depends on the instantaneous SNR of the current input frame using a sigmoid function.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Cepstral Normalization",
"sec_num": "4.2"
},
{
"text": "Error to further tailor the vocabulary-independent models to the Resource Management task, no compound improvement was produced. It might be because either both algorithms are learning the similar characteristics of the target task, or the combination of these two algorithms already reaches the limitation of adaptation capability within our modeling technique without the help of vocabulary-specific data. ",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Condition",
"sec_num": null
},
{
"text": "Rate Error",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Condition",
"sec_num": null
},
{
"text": "All the experiments are evaluated on the speaker-independent DARPA resource management task. This task is a 991-word continuous task and a standard word-pair grammar with perplexity 60 was used throughout. The test set, TI.TEST, consists of 320 sentences from 32 speakers (a random selection from June 1988, February 1989 and October 1990 DARPA evaluation sets).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Experiments and Results",
"sec_num": "5"
},
{
"text": "In order to isolate the influence of cross-environment recognition, another identical same test set, CMU-TEST, from 32 speakers (different from TI speakers) was collected at CMU. Our baseline is using 4-codebook discrete SPHINX and decision-tree based generalized allophones as the VI subword units [7] . Table 1 shows that about 9% error reduction is achieved by adapting the decision trees for Resource Management task, while about 15% error reduction is achieved by using vocabulary-bias training for the same task. Nevertheless, when we try to combine these two adaptation algorithms 1The reader is referred to [1] for detailed CDCN and ISDCN algorithms In codebook adaptation experiments, the 4 codebooks used in our HMM-based system are updated according Equation 1. We randomly select 100, 300, 1000, 2000 sentences from TIRM database to form different adaptation sets. Two iteration were carried out for each adaptation sets to estimated the new codebooks for TI's data, while the HMM parameters are fixed. Table 2 shows the adaptation recognition result on TI testing set. It is indicated that only marginal improvement by adapting codebook for new environment even with lots of adaptation data. The result suggested that the adaptation of codebook alone fail to produce adequate adaptation because the HMM statistics used by recognizer have not been updated. ",
"cite_spans": [
{
"start": 299,
"end": 302,
"text": "[7]",
"ref_id": "BIBREF6"
},
{
"start": 615,
"end": 618,
"text": "[1]",
"ref_id": "BIBREF0"
},
{
"start": 632,
"end": 657,
"text": "CDCN and ISDCN algorithms",
"ref_id": null
}
],
"ref_spans": [
{
"start": 305,
"end": 312,
"text": "Table 1",
"ref_id": null
},
{
"start": 1015,
"end": 1022,
"text": "Table 2",
"ref_id": "TABREF2"
}
],
"eq_spans": [],
"section": "Experiments and Results",
"sec_num": "5"
},
{
"text": "In this paper, we have presented two vocabulary adaptation algonthms, including vocabulary-adapted decision trees and vocabulary-bias training, that improve the performance of the vocabulary-independent system on the target task by tailoring the VI subword models to he target vocabulary. In 91' DARPA Speech and Natural Language Workshop [7] , we have shown that our VI system is already slightly better than our VD system. With these two adaptation algorithms which led to 9% and 15% error reduction respectively on Resource Management task, the resulting VI system is far more accurate than our VD system. In [8] , we have demonstrated improved vocabulary-independent results with vocabularyspecific adaptation data. In the future, we plan to extend our adaptation algorithms with the help of vocabulary-specific data to achieve further adaptation with the target vocabulary (task).",
"cite_spans": [
{
"start": 339,
"end": 342,
"text": "[7]",
"ref_id": "BIBREF6"
},
{
"start": 612,
"end": 615,
"text": "[8]",
"ref_id": "BIBREF7"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusions",
"sec_num": "6"
},
{
"text": "CDCN and ISDCN have been successfully incorporated to the vocabulary-independent system and reduce the degradation of VI cross-environment recognition by 50%. In the future, we will keep investigating new environment normalization techniques to further reduce the degradation and ultimately achieve the full environmental robustness across different acoustic environments. Moreover, environment adaptation with environment-specific data will also be explored for adapting the VI system to the new environment once we have more knowledge about it.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusions",
"sec_num": "6"
},
{
"text": "To make the speech recognition system more robust for new vocabularies and new environments is essential to make the speech recognition application feasible. Our results have shown that plentiful training data, careful subword modeling (decision-tree based generalized allophones) and suitable environment normalization have compensated for the lack of vocabulary and environment specific training. With the additional help of vocabulary adaptation, the vocabularyindependent system can be further tailored to any task quickly and cheaply, and therefore facilitates speech applications tremendously.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusions",
"sec_num": "6"
}
],
"back_matter": [
{
"text": "This research was sponsored by the Defense Advanced Research Projects Agency (DOD), Arpa Order No. 5167, under contract number N00039-85-C-0163. The authors would like to express their gratitude to Professor Raj Reddy and CMU speech research group for their support.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Acknowledgements",
"sec_num": null
}
],
"bib_entries": {
"BIBREF0": {
"ref_id": "b0",
"title": "Acoustical and Environmental Robustness in Automatic Speech Recognition. Department of Electrical Engineering",
"authors": [
{
"first": "A",
"middle": [],
"last": "Acero",
"suffix": ""
}
],
"year": 1990,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Acero, A. Acoustical and Environmental Robustness in Auto- matic Speech Recognition. Department of Electrical Engineer- ing, Carnegie-Mellon University, September 1990.",
"links": null
},
"BIBREF1": {
"ref_id": "b1",
"title": "Environmental Robustness in Automatic Speech Recognition",
"authors": [
{
"first": "A",
"middle": [],
"last": "Acero",
"suffix": ""
},
{
"first": "R",
"middle": [],
"last": "Stem",
"suffix": ""
}
],
"year": 1990,
"venue": "IEEE International Conference on Acoustics, Speech, and Signal Processing",
"volume": "",
"issue": "",
"pages": "849--852",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Acero, A. and Stem, R. Environmental Robustness in Auto- matic Speech Recognition. in: IEEE International Confer- ence on Acoustics, Speech, and Signal Processing. 1990, pp. 849-852.",
"links": null
},
"BIBREF2": {
"ref_id": "b2",
"title": "Tied Mixture Continuous Parameter Models for Large Vocabulary Isolated Speech Recognition",
"authors": [
{
"first": "I",
"middle": [],
"last": "Bellegarda",
"suffix": ""
},
{
"first": "D",
"middle": [],
"last": "Nahamoo",
"suffix": ""
}
],
"year": 1989,
"venue": "IEEE International Conference on Acoustics, Speech, and Signal Processing",
"volume": "",
"issue": "",
"pages": "13--16",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Bellegarda, I. and Nahamoo, D. Tied Mixture Continuous Pa- rameter Models for Large Vocabulary Isolated Speech Recog- nition, in: IEEE International Conference on Acoustics, Speech, and Signal Processing. 1989, pp. 13-16.",
"links": null
},
"BIBREF3": {
"ref_id": "b3",
"title": "The Acoustic-Modeling Problem in Automatic Speech Recognition",
"authors": [
{
"first": "P",
"middle": [],
"last": "Brown",
"suffix": ""
}
],
"year": 1987,
"venue": "Computer Science Department",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Brown, P. The Acoustic-Modeling Problem in Automatic Speech Recognition. Computer Science Department, Carnegie Mellon University, May 1987.",
"links": null
},
"BIBREF4": {
"ref_id": "b4",
"title": "Vocabulary-lndependentSpeech Recognition: : The VOCIND System",
"authors": [
{
"first": "H",
"middle": [],
"last": "Hon",
"suffix": ""
}
],
"year": 1992,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Hon, H. Vocabulary-lndependentSpeech Recognition: : The VOCIND System. School of Computer Science, Carnegie Mel- lon University, February 1992.",
"links": null
},
"BIBREF5": {
"ref_id": "b5",
"title": "CMU Robust Vocabulary-Independent Speech Recognition System",
"authors": [
{
"first": "H",
"middle": [],
"last": "Hon",
"suffix": ""
},
{
"first": "K",
"middle": [],
"last": "Lee",
"suffix": ""
}
],
"year": 1991,
"venue": "IEEE International Conference on Acoustics, Speech, and Signal Processing",
"volume": "",
"issue": "",
"pages": "889--892",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Hon, H. and Lee, K. CMU Robust Vocabulary-Independent Speech Recognition System. in: IEEE International Confer- ence on Acoustics, Speech, and Signal Processing. Toronto, Ontario, CANADA, 1991, pp. 889-892.",
"links": null
},
"BIBREF6": {
"ref_id": "b6",
"title": "Recent Progress in Robust Vocabulary-Independent Speech Recognition",
"authors": [
{
"first": "H",
"middle": [],
"last": "Hon",
"suffix": ""
},
{
"first": "K",
"middle": [],
"last": "Lee",
"suffix": ""
}
],
"year": 1991,
"venue": "DARPA Speech and Language Workshop",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Hon, H. and Lee, K. Recent Progress in Robust Vocabulary- Independent Speech Recognition. in: DARPA Speech and Language Workshop. Morgan Kaufmann Publishers, Asilo- mar, CA, 1991.",
"links": null
},
"BIBREF7": {
"ref_id": "b7",
"title": "Towards Speech Recognition Without Vocabulary-Speci~c Training",
"authors": [
{
"first": "H",
"middle": [],
"last": "Hon",
"suffix": ""
},
{
"first": "K",
"middle": [],
"last": "Lee",
"suffix": ""
}
],
"year": 1989,
"venue": "DARPA Speech and Language Workshop",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Hon, H. and Lee, K. Towards Speech Recognition Without Vocabulary-Speci~c Training. in: DARPA Speech and Lan- guage Workshop. Morgan Kaufmann Publishers, Cape Cod, MA, 1989.",
"links": null
},
"BIBREF8": {
"ref_id": "b8",
"title": "On Semi-Continuous Hidden Markov Modeling",
"authors": [
{
"first": "X",
"middle": [],
"last": "Huang",
"suffix": ""
},
{
"first": "K",
"middle": [],
"last": "Lee",
"suffix": ""
},
{
"first": "H",
"middle": [],
"last": "Hon",
"suffix": ""
}
],
"year": 1990,
"venue": "IEEE International Conference on Acoustics, Speech, and Signal Processing",
"volume": "",
"issue": "",
"pages": "689--692",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Huang, X., Lee, K., and Hon, H. On Semi-Continuous Hidden Markov Modeling. in: IEEE International Conference on Acoustics, Speech, and Signal Processing. Albuquerque, NM, 1990, pp. 689-692.",
"links": null
},
"BIBREF9": {
"ref_id": "b9",
"title": "Phoneme Recognition using Time-Delay Neural Networks",
"authors": [
{
"first": "A",
"middle": [],
"last": "Walbel",
"suffix": ""
},
{
"first": "T",
"middle": [],
"last": "Hanazawa",
"suffix": ""
},
{
"first": "G",
"middle": [],
"last": "Hinton",
"suffix": ""
},
{
"first": "K",
"middle": [],
"last": "Shikano",
"suffix": ""
},
{
"first": "Lang",
"middle": [],
"last": "",
"suffix": ""
},
{
"first": "K",
"middle": [],
"last": "",
"suffix": ""
}
],
"year": 1989,
"venue": "IEEE Transactions on Acoustics, Speech, and Signal Processing",
"volume": "28",
"issue": "",
"pages": "357--366",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Walbel, A., Hanazawa, T., Hinton, G., Shikano, K., and Lang, K. Phoneme Recognition using Time-Delay Neural Networks. IEEE Transactions on Acoustics, Speech, and Signal Pro- cessing, vol. ASSP-28 (1989), pp. 357-366.",
"links": null
}
},
"ref_entries": {
"FIGREF0": {
"uris": null,
"text": "A generalized allophone (allophonic cluster)",
"num": null,
"type_str": "figure"
},
"FIGREF1": {
"uris": null,
"text": "just shows such optimal split for relevant allophones. The generation of the clustering decision trees are recursive. The existence of enormous irrelevant allophones would prevent the generation of the decision trees from concentrating on those relevant allophones and relevant questions, and results in sub-optimal trees for those relevant allophones.Left = Vowel?IN! irrelevant allophones relevant allophnones An split(question) in the original decision tree for phone / k /",
"num": null,
"type_str": "figure"
},
"TABREF2": {
"content": "<table/>",
"text": "The vocabulary-independent results on TI-TEST by adapting the codebooks for TI's data",
"type_str": "table",
"html": null,
"num": null
},
"TABREF3": {
"content": "<table><tr><td>Test Set</td><td colspan=\"2\">CMU-TEST TI-TEST</td></tr><tr><td>Baseline</td><td>5.4%</td><td>7.4%</td></tr><tr><td>CDCN</td><td>5.6%</td><td>6A%</td></tr><tr><td>ISDCN</td><td>5.7%</td><td>6.5%</td></tr></table>",
"text": "the recognition error rate on two test sets for VI systems incorporated with CDCN and ISDCN. Be aware that our VI training set was recorded at CMU. The degradation of cross-environment recognition with TI-TEST is roughly reduced by 50%. Like most environment normalization algorithms, there is also a minor performance degradation for same-environment recognition when gaining robustness to other environments.",
"type_str": "table",
"html": null,
"num": null
},
"TABREF4": {
"content": "<table/>",
"text": "The results for environment normalization using CDCN & ISDCN",
"type_str": "table",
"html": null,
"num": null
}
}
}
}