| { |
| "paper_id": "N10-1022", |
| "header": { |
| "generated_with": "S2ORC 1.0.0", |
| "date_generated": "2023-01-19T14:50:41.071570Z" |
| }, |
| "title": "Unsupervised Model Adaptation using Information-Theoretic Criterion", |
| "authors": [ |
| { |
| "first": "Ariya", |
| "middle": [], |
| "last": "Rastrow", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "Johns Hopkins University", |
| "location": {} |
| }, |
| "email": "" |
| }, |
| { |
| "first": "Frederick", |
| "middle": [], |
| "last": "Jelinek", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "Johns Hopkins University", |
| "location": {} |
| }, |
| "email": "jelinek@jhu.edu" |
| }, |
| { |
| "first": "Abhinav", |
| "middle": [], |
| "last": "Sethy", |
| "suffix": "", |
| "affiliation": {}, |
| "email": "asethy@us.ibm.com" |
| }, |
| { |
| "first": "Bhuvana", |
| "middle": [], |
| "last": "Ramabhadran", |
| "suffix": "", |
| "affiliation": {}, |
| "email": "bhuvana@us.ibm.com" |
| } |
| ], |
| "year": "", |
| "venue": null, |
| "identifiers": {}, |
| "abstract": "In this paper we propose a novel general framework for unsupervised model adaptation. Our method is based on entropy which has been used previously as a regularizer in semi-supervised learning. This technique includes another term which measures the stability of posteriors w.r.t model parameters, in addition to conditional entropy. The idea is to use parameters which result in both low conditional entropy and also stable decision rules. As an application, we demonstrate how this framework can be used for adjusting language model interpolation weight for speech recognition task to adapt from Broadcast news data to MIT lecture data. We show how the new technique can obtain comparable performance to completely supervised estimation of interpolation parameters.", |
| "pdf_parse": { |
| "paper_id": "N10-1022", |
| "_pdf_hash": "", |
| "abstract": [ |
| { |
| "text": "In this paper we propose a novel general framework for unsupervised model adaptation. Our method is based on entropy which has been used previously as a regularizer in semi-supervised learning. This technique includes another term which measures the stability of posteriors w.r.t model parameters, in addition to conditional entropy. The idea is to use parameters which result in both low conditional entropy and also stable decision rules. As an application, we demonstrate how this framework can be used for adjusting language model interpolation weight for speech recognition task to adapt from Broadcast news data to MIT lecture data. We show how the new technique can obtain comparable performance to completely supervised estimation of interpolation parameters.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Abstract", |
| "sec_num": null |
| } |
| ], |
| "body_text": [ |
| { |
| "text": "All statistical and machine learning techniques for classification, in principle, work under the assumption that 1. A reasonable amount of training data is available.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "2. Training data and test data are drawn from the same underlying distribution.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "In fact, the success of statistical models is crucially dependent on training data. Unfortunately, the latter assumption is not fulfilled in many applications. Therefore, model adaptation is necessary when training data is not matched (not drawn from same distribution) with test data. It is often the case where we have plenty of labeled data for one specific domain/genre (source domain) and little amount of labeled data (or no labeled data at all) for the desired domain/genre (target domain). Model adaptation techniques are commonly used to address this problem. Model adaptation starts with trained models (trained on source domain with rich amount of labeled data) and then modify them using the available labeled data from target domain (or instead unlabeled data). A survey on different methods of model adaptation can be found in (Jiang, 2008) .", |
| "cite_spans": [ |
| { |
| "start": 841, |
| "end": 854, |
| "text": "(Jiang, 2008)", |
| "ref_id": "BIBREF5" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Information regularization framework has been previously proposed in literature to control the label conditional probabilities via input distribution (Szummer and Jaakkola, 2003) . The idea is that labels should not change too much in dense regions of the input distribution. The authors use the mutual information between input features and labels as a measure of label complexity. Another framework previously suggested is to use label entropy (conditional entropy) on unlabeled data as a regularizer to Maximum Likelihood (ML) training on labeled data (Grandvalet and Bengio, 2004) .", |
| "cite_spans": [ |
| { |
| "start": 150, |
| "end": 178, |
| "text": "(Szummer and Jaakkola, 2003)", |
| "ref_id": "BIBREF9" |
| }, |
| { |
| "start": 555, |
| "end": 584, |
| "text": "(Grandvalet and Bengio, 2004)", |
| "ref_id": "BIBREF3" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Availability of resources for the target domain categorizes these techniques into either supervised or unsupervised. In this paper we propose a general framework for unsupervised adaptation using Shannon entropy and stability of entropy. The assumption is that in-domain and out-of-domain distributions are not too different such that one can improve the performance of initial models on in-domain data by little adjustment of initial decision boundaries (learned on out-of-domain data).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "In this section, conditional entropy and its relation to classifier performance are first described. Next, we introduce our proposed objective function for domain adaptation.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conditional Entropy based Adaptation", |
| "sec_num": "2" |
| }, |
| { |
| "text": "Considering the classification problem where X and Y are the input features and the corresponding class labels respectively, the conditional entropy is a measure of the class overlap and is calculated as follows", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conditional Entropy", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "H(Y|X) = E X [H(Y|X = x)] = \u2212 p(x) y p(y|x) log p(y|x) dx", |
| "eq_num": "(1)" |
| } |
| ], |
| "section": "Conditional Entropy", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "Through Fano's Inequality theorem, one can see how conditional entropy is related to classification performance.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conditional Entropy", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "Theorem 1 (Fano's Inequality) Suppose P e = P {\u0176 = Y} where\u0176 = g(X) are the assigned labels for the data points, based on the classification rule. Then", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conditional Entropy", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "P e \u2265 H(Y|X) \u2212 1 log(|Y| \u2212 1)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conditional Entropy", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "where Y is the number of possible classes and H(Y |X) is the conditional entropy with respect to true distibution.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conditional Entropy", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "The proof to this theorem can be found in (Cover and Thomas, 2006) . This inequality indicates that Y can be estimated with low probability of error only if the conditional entropy H(Y|X) is small.", |
| "cite_spans": [ |
| { |
| "start": 53, |
| "end": 66, |
| "text": "Thomas, 2006)", |
| "ref_id": "BIBREF2" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conditional Entropy", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "Although the above theorem is useful in a sense that it connects the classification problem to Shannon entropy, the true distributions are almost never known to us 1 . In most classification methods, a specific model structure for the distributions is assumed and the task is to estimate the model parameters within the assumed model space. Given the model 1 In fact, Theorem 1 shows how relevant the input features are for the classification task by putting a lower bound on the best possible classifier performance. As the overlap between features from different classes increases, conditional entropy increases as well, thus lowering the performance of the best possible classifier. structure and parameters, one can modify Fano's Inequality as follows,", |
| "cite_spans": [ |
| { |
| "start": 357, |
| "end": 358, |
| "text": "1", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conditional Entropy", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "Corollary 1 P e (\u03b8) = P {\u0176 = Y |\u03b8} \u2265 H \u03b8 (Y|X) \u2212 1 log(|Y| \u2212 1)", |
| "eq_num": "(2)" |
| } |
| ], |
| "section": "Conditional Entropy", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "where P e (\u03b8) is the classifier probability of error given model parameters, \u03b8 and", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conditional Entropy", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "H \u03b8 (Y|X) = \u2212 p(x) y p \u03b8 (y|x) log p \u03b8 (y|x) dx", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conditional Entropy", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "Here, H \u03b8 (Y|X) is the conditional entropy imposed by model parameters.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conditional Entropy", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "Eqn. 2 indicates the fact that models with low conditional entropy are preferable. However, a low entropy model does not necessarily have good performance (this will be reviewed later on) 2", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conditional Entropy", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "Minimization of conditional entropy as a framework in the classification task is not a new concept and has been tried by researchers. In fact, (Grandvalet and Bengio, 2004) use this along with the maximum likelihood criterion in a semi-supervised set up such that parameters with both maximum likelihood on labeled data and minimum conditional entropy on unlabeled data are chosen. By minimizing the entropy, the method assumes a prior which prefers minimal class overlap. Entropy minimization is used in (Li et al., 2004) as an unsupervised non-parametric clustering method and is shown to result in significant improvement over k-mean, hierarchical clustering and etc.", |
| "cite_spans": [ |
| { |
| "start": 143, |
| "end": 172, |
| "text": "(Grandvalet and Bengio, 2004)", |
| "ref_id": "BIBREF3" |
| }, |
| { |
| "start": 505, |
| "end": 522, |
| "text": "(Li et al., 2004)", |
| "ref_id": "BIBREF7" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Objective Function", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "These methods are all based on the fact that models with low conditional entropy have their decision boundaries passing through low-density regions of the input distribution, P (X). This is consistent with the assumption that classes are well separated so that one can expect to take advantage of unlabeled examples (Grandvalet and Bengio, 2004) .", |
| "cite_spans": [ |
| { |
| "start": 316, |
| "end": 345, |
| "text": "(Grandvalet and Bengio, 2004)", |
| "ref_id": "BIBREF3" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Objective Function", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "In many cases shifting from one domain to another domain, initial trained decision boundaries (on out-of-domain data) result in high conditional entropy for the new domain, due to mismatch between distributions. Therefore, there is a need to adjust model parameters such that decision boundaries goes through low-density regions of the distribution. This motivates the idea of using minimum conditional entropy criterion for adapting to a new domain. At the same time, two domains are often close enough that one would expect that the optimal parameters for the new domain should not deviate too much from initial parameters. In order to formulate the technique mentioned in the above paragraph, let us define \u0398 init to be the initial model parameters estimated on out-of-domain data (using labeled data). Assuming the availability of enough amount of unlabeled data for in-domain task, we try to minimize the following objective function w.r.t the parameters,", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Objective Function", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "\u03b8 new = argmin \u03b8 H \u03b8 (Y|X) + \u03bb ||\u03b8 \u2212 \u03b8 init || p (3)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Objective Function", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "where ||\u03b8 \u2212 \u03b8 init || p is an L p regularizer and tries to prevent parameters from deviating too much from their initial values 3 .", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Objective Function", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "Once again the idea here is to adjust the parameters (using unlabeled data) such that low-density separation between the classes is achieved. In the following section we will discuss the drawback of this objective function for adaptation in realistic scenarios.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Objective Function", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "It is discussed in Section 2.2 that the model parameters are adapted such that a minimum conditional entropy is achieved. It was also discussed how this is related to finding decision boundaries through lowdensity regions of input distribution. However, the obvious assumption here is that the classes are well separated and there in fact exists low-density regions between classes which can be treated as boundaries. Although this is a suitable/ideal assumption for classification, in most practical problems this assumption is not satisfied and often classes overlap. Therefore, we can not expect the conditional entropy to be convex in this situation and to achieve minimization w.r.t parameters (other than the trivial solutions).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Issues with Minimum Entropy Criterion", |
| "sec_num": "3" |
| }, |
| { |
| "text": "Let us clarify this through an example. Consider X to be generated by mixture of two 2-D Gaussians (each with a particular mean and covariance matrix) where each Gaussian corresponds to a particular class ( binary class situation) . Also in order to have linear decision boundaries, let the Gaussians have same covariance matrix and let the parameter being estimated be the prior for class 1, P (Y = 1). Fig. 1 shows two different situations with overlapping classes and non-overlapping classes. The left panel shows a distribution in which classes are well separated whereas the right panel corresponds to the situation where there is considerable overlap between classes. Clearly, in the later case there is no low-density region separating the classes. Therefore, as we change the parameter (here, the prior on the class Y = 1), there will not be any well defined point with minimum entropy. This can be seen from Fig. 2 where model conditional entropy is plotted vs. class prior parameter for both cases. In the case of no-overlap between classes, entropy is a convex function w.r.t the parameter (excluding trivial solutions which happens at P (Y = 1) = 0, 1) and is minimum at P (Y = 1) = 0.7 which is the true prior with which the data was generated.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 404, |
| "end": 410, |
| "text": "Fig. 1", |
| "ref_id": "FIGREF1" |
| }, |
| { |
| "start": 917, |
| "end": 923, |
| "text": "Fig. 2", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Issues with Minimum Entropy Criterion", |
| "sec_num": "3" |
| }, |
| { |
| "text": "We summarize issues with minimum entropy criterion and our proposed solutions as follows:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Issues with Minimum Entropy Criterion", |
| "sec_num": "3" |
| }, |
| { |
| "text": "\u2022 Trivial solution: this happens when we put decision boundaries such that both classes are considered as one class (this can be avoided using the regularizer in Eqn. 3 and the assumption that initial models have a reasonable solution, e.g. close to the optimal solution for new domain )", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Issues with Minimum Entropy Criterion", |
| "sec_num": "3" |
| }, |
| { |
| "text": "\u2022 Overlapped Classes: As it was discussed in this section, if the overlap is considerable then the entropy will not be convex w.r.t to model parameters. We will address this issue in the next section by introducing the entropystability concept.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Issues with Minimum Entropy Criterion", |
| "sec_num": "3" |
| }, |
| { |
| "text": "It was discussed in the previous section that a minimum entropy criterion can not be used (by itself) in situations where there is a considerable amount of overlap among classes. Assuming that class boundaries happen in the regions close to the tail of class distributions, we introduce the concept of Entropy-Stability and show how it can be used to detect boundary regions. Define Entropy-Stability to be the reciprocal of the following", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Entropy-Stability", |
| "sec_num": "4" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "\u2202H \u03b8 (Y|X) \u2202\u03b8 p = p(x) \u2202 y p \u03b8 (y|x) log p \u03b8 (y|x) \u2202\u03b8 dx p", |
| "eq_num": "(4)" |
| } |
| ], |
| "section": "Entropy-Stability", |
| "sec_num": "4" |
| }, |
| { |
| "text": "Recall: since \u03b8 is a vector of parameters, \u2202H \u03b8 (Y|X) \u2202\u03b8 will be a vector and by using L p norm Entropystability will be a scalar.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Entropy-Stability", |
| "sec_num": "4" |
| }, |
| { |
| "text": "The introduced concept basically measures the stability of label entropies w.r.t the model parameters. The idea is that we prefer models which not only have low-conditional entropy but also have stable decision rules imposed by the model. Next, we show through the following theorem how Entropy-Stability measures the stability over posterior probabilities (decision rules) of the model.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Entropy-Stability", |
| "sec_num": "4" |
| }, |
| { |
| "text": "\u2202H \u03b8 (Y|X) \u2202\u03b8 p = p(x) y \u2202p \u03b8 (y|x) \u2202\u03b8 log p \u03b8 (y|x) dx p", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Theorem 2", |
| "sec_num": null |
| }, |
| { |
| "text": "where the term inside the parenthesis is the weighted sum (by log-likelihood) over the gradient of posterior probabilities of labels for a given sample x", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Theorem 2", |
| "sec_num": null |
| }, |
| { |
| "text": "Proof The proof is straight forward and uses the fact that", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Theorem 2", |
| "sec_num": null |
| }, |
| { |
| "text": "\u2202p \u03b8 (y|x) \u2202\u03b8 = \u2202( P p \u03b8 (y|x)) \u2202\u03b8 = 0 .", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Theorem 2", |
| "sec_num": null |
| }, |
| { |
| "text": "Using Theorem 2 and Eqn. 4, it should be clear how Entropy-Stability measures the expected stability over the posterior probabilities of the model. A high value of \u2202H \u03b8 (Y|X) \u2202\u03b8 p implies models with less stable decision rules. In order to explain how this is used for detecting boundaries (overlapped regions) we once again refer back to our mixture of Gaussians' example. As the decision boundary moves from class specific regions to overlapped regions (by changing the parameter which is here class prior probability) we expect the entropy to continuously decrease (due to the assumption that the overlaps occur at the tail of class distributions). However, as we get close to the overlapping regions the added data points from other class(es) will resist changes in the entropy. resulting in stability over the entropy until we enter the regions specific to other class(es).", |
| "cite_spans": [ |
| { |
| "start": 169, |
| "end": 174, |
| "text": "(Y|X)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Theorem 2", |
| "sec_num": null |
| }, |
| { |
| "text": "In the following subsection we use this idea to propose a new objective function which can be used as an unsupervised adaptation method even for the case of input distribution with overlapping classes.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Theorem 2", |
| "sec_num": null |
| }, |
| { |
| "text": "The idea here is to use the Entropy-Stability concept to accept only regions which are close to the overlapped parts of the distribution (based on our assumption, these are valid regions for decision boundaries) and then using the minimum entropy criterion we find optimum solutions for our parameters inside these regions. Therefore, we modify Eqn. 3 such that it also includes the Entropy-Stability term", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Better Objective Function", |
| "sec_num": "4.1" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "\u03b8 new = argmin \u03b8 H \u03b8 (Y|X) + \u03b3 \u2202H \u03b8 (Y|X) \u2202\u03b8 p + \u03bb ||\u03b8 \u2212 \u03b8 init || p", |
| "eq_num": "(5)" |
| } |
| ], |
| "section": "Better Objective Function", |
| "sec_num": "4.1" |
| }, |
| { |
| "text": "The parameter \u03b3 and \u03bb can be tuned using small amount of labeled data (Dev set).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Better Objective Function", |
| "sec_num": "4.1" |
| }, |
| { |
| "text": "In this section we will discuss how the proposed framework can be used in a speech recognition task. In the speech recognition task, Y is the sequence of words and X is the input speech signal. For a given speech signal, almost every word sequence is a possible output and therefore there is a need for a compact representation of output labels (words). For this, word graphs (Lattices) are generated during the recognition process. In fact, each lattice is an acyclic directed graph whose nodes correspond to particular instants of time, and arcs (edges connecting nodes) represent possible word hypotheses. Associated with each arc is an acoustic likelihood and language model likelihood scores. Fig. 3 shows an example of recognition lattice 4 (for the purpose of demonstration likelihood scores are not shown). alignment (which gives rise to the standard string edit distance WE(W, R)) with a modified, multiple string alignment. The new approach incorporates all lattice hypotheses 7 into a single alignment, and word error between any two hypotheses is then computed according to that one alignment. The multiple alignment thus defines a new string edit distance, which we will call MWE(W, R). While the new alignment may in some cases overestimate the word error between two hypotheses, as we will show in Section 5 it gives very similar results in practice. The main benefit of the multiple alignment is that it allows us to extract the hypothesis with the smallest expected (modified) word error very efficiently. To see this, consider an example. Figure 1 shows a word lattice and the corresponding hypothesis alignment. Each word hypothesis is mapped to a position in the alignment (with deletions marked by \"-\"). The alignment also supports the computation of word posterior probabilities. The posterior probability of a word hypothesis is the sum of the posterior probabilities of all lattice paths of which the word is a part. Given an alignment and posterior probabilities, it is easy to see that the hypothesis with the lowest expected word error is obtained by picking the word with the highest posterior at each position in the alignment. We call this the consensus hypothesis. Since lattices contain all the likely hypotheses (unlikely hypotheses are pruned during recognition and will not be included in the lattice), conditional entropy for any given input speech signal, x, can be approximated by the conditional entropy of the lattice. That is,", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 698, |
| "end": 704, |
| "text": "Fig. 3", |
| "ref_id": null |
| }, |
| { |
| "start": 1557, |
| "end": 1565, |
| "text": "Figure 1", |
| "ref_id": "FIGREF1" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Speech Recognition Task", |
| "sec_num": "5" |
| }, |
| { |
| "text": "H \u03b8 (Y|X = x i ) = H \u03b8 (Y|L i )", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Speech Recognition Task", |
| "sec_num": "5" |
| }, |
| { |
| "text": "where L i is the corresponding decoded lattice (given speech recognizer parameters) of utterance x i .", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Speech Recognition Task", |
| "sec_num": "5" |
| }, |
| { |
| "text": "For the calculation of entropy we need to know the distribution of X because H \u03b8 (Y|X) = E X [H \u03b8 (Y|X = x)] and since this distribution is not known to us, we use Law of Large Numbers to approximate it by the empirical average", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Speech Recognition Task", |
| "sec_num": "5" |
| }, |
| { |
| "text": "H \u03b8 (Y|X) \u2248 \u2212 1 N N i=1 y\u2208L i p \u03b8 (y|L i ) log p \u03b8 (y|L i ) (6)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Speech Recognition Task", |
| "sec_num": "5" |
| }, |
| { |
| "text": "Here N indicates the number of unlabeled utterances for which we calculate the empirical value of conditional entropy. Similarly, expectation w.r.t input distribution in entropy-stability term is also approximated by the empirical average of samples. Since the number of paths (hypotheses) in the lattice is very large, it would be computationally infeasible to compute the conditional entropy by enumerating all possible paths in the lattice and calculating their corresponding posterior probabilities. Instead we use Finite-State Transducers (FST) to represent the hypothesis space (lattice). To calculate entropy and the gradient of entropy, the weights for the FST are defined to be First-and Second-Order semirings (Li and Eisner, 2009) . The idea is to use semirings and their corresponding operations along with the forward-backward algorithm to calculate first-and second-order statistics to compute entropy and the gradient of entropy respectively. Assume we are interested in calculating the entropy of the lattice,", |
| "cite_spans": [ |
| { |
| "start": 720, |
| "end": 741, |
| "text": "(Li and Eisner, 2009)", |
| "ref_id": "BIBREF6" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Speech Recognition Task", |
| "sec_num": "5" |
| }, |
| { |
| "text": "Element p, r p 1 , r 1 \u2297 p 2 , r 2 p 1 p 2 , p 1 r 2 + p 2 r 1 p 1 , r 1 \u2295 p 2 , r 2 p 1 + p 2 , r 1 + r 2 0 0, 0 1 1, 0", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Speech Recognition Task", |
| "sec_num": "5" |
| }, |
| { |
| "text": "H(p) = \u2212 d\u2208L i p(d) Z log( p(d) Z ) = log Z \u2212 1 Z d\u2208L i p(d) log p(d) = log Z \u2212r Z (7)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Speech Recognition Task", |
| "sec_num": "5" |
| }, |
| { |
| "text": "where Z is the total probability of all the paths in the lattice (normalization factor). In order to do so, we need to compute Z,r on the lattice. It can be proved that if we define the first-order semiring p e , p e log p e (p e is the non-normalized score of each arc in the lattice) as our FST weights and define semiring operations as in Table. 1, then applying the forward algorithm will result in the calculation of Z,r as the weight (semiring weight) for the final node.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 342, |
| "end": 348, |
| "text": "Table.", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Speech Recognition Task", |
| "sec_num": "5" |
| }, |
| { |
| "text": "The details for using Second-Order semirings for calculating the gradient of entropy can be found in (Li and Eisner, 2009) . The same paper describes how to use the forward-backward algorithm to speed-up the this procedure.", |
| "cite_spans": [ |
| { |
| "start": 101, |
| "end": 122, |
| "text": "(Li and Eisner, 2009)", |
| "ref_id": "BIBREF6" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Speech Recognition Task", |
| "sec_num": "5" |
| }, |
| { |
| "text": "Language Model Adaptation is crucial when the training data does not match the test data being decoded. This is a frequent scenario for all Automatic Speech Recognition (ASR) systems. The application domain very often contains named entities and N-gram sequences that are unique to the domain of interest. For example, conversational speech has a very different structure than class-room lectures. Linear Interpolation based methods are most commonly used to adapt LMs to a new domain. As explained in (Bacchiani et al., 2003) , linear interpolation is a special case of Maximum A Posterior (MAP) estimation, where an N-gram LM is built on the adaptation data from the new domain and the two LMs are combined using:", |
| "cite_spans": [ |
| { |
| "start": 502, |
| "end": 526, |
| "text": "(Bacchiani et al., 2003)", |
| "ref_id": "BIBREF0" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Language Model Adaptation", |
| "sec_num": "6" |
| }, |
| { |
| "text": "p(w i |h) = \u03bbp B (w i |h) + (1 \u2212 \u03bb)p A (w i |h) 0 \u2264 \u03bb \u2264 1", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Language Model Adaptation", |
| "sec_num": "6" |
| }, |
| { |
| "text": "where p B refers to out-of-domain (background) models and p A is the adaptation (in-domain) models. Here \u03bb is the interpolation weight. Conventionally, \u03bb is calculated by optimizing perplexity (P P L) or Word Error Rate (W ER) on some held-out data from target domain. Instead using our proposed framework, we estimate \u03bb on enough amount of unlabeled data from target domain. The idea is that resources on the new domain have already been used to build domain specific models and it does not make sense to again use in-domain resources for estimating the interpolation weight. Since we are trying to just estimate one parameter and the performance of the interpolated model is bound by in-domain/out-of-domain models, there is no need to include a regularization term in Eqn. 5. Also \u2202H \u03b8 (Y|X) \u2202\u03b8 p Y|X) \u2202\u03bb | because we only have one parameter. Therefore, interpolation weight will be chosen by the following criterion", |
| "cite_spans": [ |
| { |
| "start": 789, |
| "end": 794, |
| "text": "(Y|X)", |
| "ref_id": null |
| }, |
| { |
| "start": 800, |
| "end": 804, |
| "text": "Y|X)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Language Model Adaptation", |
| "sec_num": "6" |
| }, |
| { |
| "text": "= | \u2202H \u03bb (", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Language Model Adaptation", |
| "sec_num": "6" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "\u03bb = argmin 0\u2264\u03bb\u22641 H \u03bb (Y|X) + \u03b3| \u2202H \u03bb (Y|X) \u2202\u03bb |", |
| "eq_num": "(8)" |
| } |
| ], |
| "section": "Language Model Adaptation", |
| "sec_num": "6" |
| }, |
| { |
| "text": "For the purpose of estimating one parameter \u03bb, we use \u03b3 = 1 in the above equation", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Language Model Adaptation", |
| "sec_num": "6" |
| }, |
| { |
| "text": "The large vocabulary continuous speech recognition (LVCSR) system used throughout this paper is based on the 2007 IBM Speech transcription system for GALE Distillation Go/No-go Evaluation (Chen et al., 2006) . The acoustic models used in this system are state-of-the-art discriminatively trained models and are the same ones used for all experiments presented in this paper.", |
| "cite_spans": [ |
| { |
| "start": 188, |
| "end": 207, |
| "text": "(Chen et al., 2006)", |
| "ref_id": "BIBREF1" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Experimental Setup", |
| "sec_num": "7" |
| }, |
| { |
| "text": "For LM adaptation experiments, the out-ofdomain LM (p B , Broadcast News LM) training text consists of 335M words from the following broadcast news (BN) data sources (Chen et al., 2006) : 1996 CSR Hub4 Language Model data, EARS BN03 closed captions, GALE Phase 2 Distillation GNG Evaluation Supplemental Multilingual data, Hub4 acoustic model training transcripts, TDT4 closed captions, TDT4 newswire, and GALE Broadcast Conversations and GALE Broadcast News. This language model is of order 4-gram with Kneser-Ney smoothing and contains 4.6M ngrams based on a lexicon size of 84K.", |
| "cite_spans": [ |
| { |
| "start": 166, |
| "end": 185, |
| "text": "(Chen et al., 2006)", |
| "ref_id": "BIBREF1" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Experimental Setup", |
| "sec_num": "7" |
| }, |
| { |
| "text": "The second source of data is the MIT lectures data set (J. Glass, T. Hazen, S. Cyphers, I. Malioutov, D. Huynh, and R. Barzilay, 2007) . This serves as the target domain (in-domain) set for language model adaptation experiments. This set is split into 8 hours for in-domain LM building, another 8 hours served as unlabeled data for interpolation weight estimation using criterion in Eqn. 8 (we refer to this as unsupervised training data) and finally 2.5 hours Dev set for estimating the interpolation weight w.r.t W ER (supervised tuning) . The lattice entropy and gradient of entropy w.r.t \u03bb are calculated on the unsupervised training data set. The results are discussed in the next section.", |
| "cite_spans": [ |
| { |
| "start": 59, |
| "end": 134, |
| "text": "Glass, T. Hazen, S. Cyphers, I. Malioutov, D. Huynh, and R. Barzilay, 2007)", |
| "ref_id": "BIBREF4" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Experimental Setup", |
| "sec_num": "7" |
| }, |
| { |
| "text": "In order to optimize the interpolation weight \u03bb based on criterion in Eqn. 8, we devide [0, 1] to 20 different points and evaluate the objective function (Eqn. 8) on those points. For this, we need to calculate entropy and gradient of the entropy on the decoded lattices of the ASR system on 8 hours of MIT lecture set which is used as an unlabeled training data. Fig. 4 shows the value of the objective function against different values of model parameters (interpolation weight \u03bb). As it can be seen from this figure just considering the conditional entropy will result in a non-convex objective function whereas adding the entropy-stability term will make the objective function convex. For the purpose of the evaluation, we show the results for estimating \u03bb directly on the tran- Therefore, it can be seen that the new unsuper-vised method results in the same performance as supervised adaptation in speech recognition task.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 364, |
| "end": 371, |
| "text": "Fig. 4", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Results", |
| "sec_num": "8" |
| }, |
| { |
| "text": "In this paper we introduced the notion of entropy stability and presented a new criterion for unsupervised adaptation which combines conditional entropy minimization with entropy stability. The entropy stability criterion helps in selecting parameter settings which correspond to stable decision boundaries. Entropy minimization on the other hand tends to push decision boundaries into sparse regions of the input distributions. We show that combining the two criterion helps to improve unsupervised parameter adaptation in real world scenario where class conditional distributions show significant overlap. Although conditional entropy has been previously proposed as a regularizer, to our knowledge, the gradient of entropy (entropy-stability) has not been used previously in the literature. We presented experimental results where the proposed criterion clearly outperforms entropy minimization. For the speech recognition task presented in this paper, the proposed unsupervised scheme results in the same performance as the supervised technique. As a future work, we plan to use the proposed criterion for adapting log-linear models used in Machine Translation, Conditional Random Fields (CRF) and other applications. We also plan to expand linear interpolation Language Model scheme to include history specific (context dependent) weights.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusion and Future Work", |
| "sec_num": "9" |
| }, |
| { |
| "text": "Imagine a model which classifies any input as class 1. Clearly for this model H \u03b8 (Y|X) = 0.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "The other reason for using a regularizer is to prevent trivial solutions of minimum entropy criterion", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "In practice we apply some pruning of the lattice to remove low probability word hypotheses (see Section 3.4).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "The figure is adopted from(Mangu et al., 1999)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| } |
| ], |
| "back_matter": [ |
| { |
| "text": "The Authors want to thank Markus Dreyer and Zhifei Li for their insightful discussions and suggestions.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Acknowledgments", |
| "sec_num": null |
| } |
| ], |
| "bib_entries": { |
| "BIBREF0": { |
| "ref_id": "b0", |
| "title": "Unsupervised language model adaptation", |
| "authors": [ |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Bacchiani", |
| "suffix": "" |
| }, |
| { |
| "first": "B", |
| "middle": [], |
| "last": "Roark", |
| "suffix": "" |
| }, |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Saraclar", |
| "suffix": "" |
| } |
| ], |
| "year": 2003, |
| "venue": "Proc. ICASSP", |
| "volume": "", |
| "issue": "", |
| "pages": "224--227", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "M. Bacchiani, B. Roark, and M. Saraclar. 2003. Un- supervised language model adaptation. In Proc. ICASSP, pages 224-227.", |
| "links": null |
| }, |
| "BIBREF1": { |
| "ref_id": "b1", |
| "title": "Advances in speech transcription at IBM under the DARPA EARS program", |
| "authors": [ |
| { |
| "first": "S", |
| "middle": [], |
| "last": "Chen", |
| "suffix": "" |
| }, |
| { |
| "first": "B", |
| "middle": [], |
| "last": "Kingsbury", |
| "suffix": "" |
| }, |
| { |
| "first": "L", |
| "middle": [], |
| "last": "Mangu", |
| "suffix": "" |
| }, |
| { |
| "first": "D", |
| "middle": [], |
| "last": "Povey", |
| "suffix": "" |
| }, |
| { |
| "first": "G", |
| "middle": [], |
| "last": "Saon", |
| "suffix": "" |
| }, |
| { |
| "first": "H", |
| "middle": [], |
| "last": "Soltau", |
| "suffix": "" |
| }, |
| { |
| "first": "G", |
| "middle": [], |
| "last": "Zweig", |
| "suffix": "" |
| } |
| ], |
| "year": 2006, |
| "venue": "IEEE Transactions on Audio, Speech and Language Processing", |
| "volume": "", |
| "issue": "", |
| "pages": "1596--1608", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "S. Chen, B. Kingsbury, L. Mangu, D. Povey, G. Saon, H. Soltau, and G. Zweig. 2006. Advances in speech transcription at IBM under the DARPA EARS pro- gram. IEEE Transactions on Audio, Speech and Lan- guage Processing, pages 1596-1608.", |
| "links": null |
| }, |
| "BIBREF2": { |
| "ref_id": "b2", |
| "title": "Elements of information theory", |
| "authors": [ |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Thomas", |
| "suffix": "" |
| }, |
| { |
| "first": "Joy", |
| "middle": [ |
| "A" |
| ], |
| "last": "Cover", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Thomas", |
| "suffix": "" |
| } |
| ], |
| "year": 2006, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Thomas M. Cover and Joy A. Thomas. 2006. Elements of information theory. Wiley-Interscience, 3rd edition.", |
| "links": null |
| }, |
| "BIBREF3": { |
| "ref_id": "b3", |
| "title": "Semisupervised learning by entropy minimization", |
| "authors": [ |
| { |
| "first": "Yves", |
| "middle": [], |
| "last": "Grandvalet", |
| "suffix": "" |
| }, |
| { |
| "first": "Yoshua", |
| "middle": [], |
| "last": "Bengio", |
| "suffix": "" |
| } |
| ], |
| "year": 2004, |
| "venue": "Advances in neural information processing systems (NIPS)", |
| "volume": "17", |
| "issue": "", |
| "pages": "529--536", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Yves Grandvalet and Yoshua Bengio. 2004. Semi- supervised learning by entropy minimization. In Advances in neural information processing systems (NIPS), volume 17, pages 529-536.", |
| "links": null |
| }, |
| "BIBREF4": { |
| "ref_id": "b4", |
| "title": "Recent progress in MIT spoken lecture processing project", |
| "authors": [ |
| { |
| "first": "J", |
| "middle": [], |
| "last": "Glass", |
| "suffix": "" |
| }, |
| { |
| "first": "T", |
| "middle": [], |
| "last": "Hazen", |
| "suffix": "" |
| }, |
| { |
| "first": "S", |
| "middle": [], |
| "last": "Cyphers", |
| "suffix": "" |
| }, |
| { |
| "first": "I", |
| "middle": [], |
| "last": "Malioutov", |
| "suffix": "" |
| }, |
| { |
| "first": "D", |
| "middle": [], |
| "last": "Huynh", |
| "suffix": "" |
| }, |
| { |
| "first": "R", |
| "middle": [], |
| "last": "Barzilay", |
| "suffix": "" |
| } |
| ], |
| "year": 2007, |
| "venue": "Proc. Interspeech", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "J. Glass, T. Hazen, S. Cyphers, I. Malioutov, D. Huynh, and R. Barzilay. 2007. Recent progress in MIT spo- ken lecture processing project. In Proc. Interspeech.", |
| "links": null |
| }, |
| "BIBREF5": { |
| "ref_id": "b5", |
| "title": "A literature survey on domain adaptation of statistical classifiers", |
| "authors": [ |
| { |
| "first": "Jing", |
| "middle": [], |
| "last": "Jiang", |
| "suffix": "" |
| } |
| ], |
| "year": 2008, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Jing Jiang. 2008. A literature survey on domain adapta- tion of statistical classifiers, March.", |
| "links": null |
| }, |
| "BIBREF6": { |
| "ref_id": "b6", |
| "title": "First-and second-order expectation semirings with applications to minimumrisk training on translation forests", |
| "authors": [ |
| { |
| "first": "Zhifei", |
| "middle": [], |
| "last": "Li", |
| "suffix": "" |
| }, |
| { |
| "first": "Jason", |
| "middle": [], |
| "last": "Eisner", |
| "suffix": "" |
| } |
| ], |
| "year": 2009, |
| "venue": "EMNLP", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Zhifei Li and Jason Eisner. 2009. First-and second-order expectation semirings with applications to minimum- risk training on translation forests. In EMNLP.", |
| "links": null |
| }, |
| "BIBREF7": { |
| "ref_id": "b7", |
| "title": "Minimum entropy clustering and applications to gene expression analysis", |
| "authors": [ |
| { |
| "first": "Haifeng", |
| "middle": [], |
| "last": "Li", |
| "suffix": "" |
| }, |
| { |
| "first": "Keshu", |
| "middle": [], |
| "last": "Zhang", |
| "suffix": "" |
| }, |
| { |
| "first": "Tao", |
| "middle": [], |
| "last": "Jiang", |
| "suffix": "" |
| } |
| ], |
| "year": 2004, |
| "venue": "Proceedings of IEEE Computational Systems Bioinformatics Conference", |
| "volume": "", |
| "issue": "", |
| "pages": "142--151", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Haifeng Li, Keshu Zhang, and Tao Jiang. 2004. Min- imum entropy clustering and applications to gene ex- pression analysis. In Proceedings of IEEE Computa- tional Systems Bioinformatics Conference, pages 142- 151.", |
| "links": null |
| }, |
| "BIBREF8": { |
| "ref_id": "b8", |
| "title": "Finding consensus among words: Lattice-based word error minimization", |
| "authors": [ |
| { |
| "first": "Lidia", |
| "middle": [], |
| "last": "Mangu", |
| "suffix": "" |
| }, |
| { |
| "first": "Eric", |
| "middle": [], |
| "last": "Brill", |
| "suffix": "" |
| }, |
| { |
| "first": "Andreas", |
| "middle": [], |
| "last": "Stolcke", |
| "suffix": "" |
| } |
| ], |
| "year": 1999, |
| "venue": "Sixth European Conference on Speech Communication and Technology", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Lidia Mangu, Eric Brill, and Andreas Stolcke. 1999. Finding consensus among words: Lattice-based word error minimization. In Sixth European Conference on Speech Communication and Technology.", |
| "links": null |
| }, |
| "BIBREF9": { |
| "ref_id": "b9", |
| "title": "Information regularization with partially labeled data", |
| "authors": [ |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Szummer", |
| "suffix": "" |
| }, |
| { |
| "first": "T", |
| "middle": [], |
| "last": "Jaakkola", |
| "suffix": "" |
| } |
| ], |
| "year": 2003, |
| "venue": "Advances in Neural Information Processing Systems", |
| "volume": "", |
| "issue": "", |
| "pages": "1049--1056", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "M. Szummer and T. Jaakkola. 2003. Information regu- larization with partially labeled data. In Advances in Neural Information Processing Systems, pages 1049- 1056.", |
| "links": null |
| } |
| }, |
| "ref_entries": { |
| "FIGREF0": { |
| "text": "Mixture of two Gaussians and the corresponding Bayes decision boundary: (left) with no class overlap (right) with class overlap Condtional entropy vs. prior parameter, P (Y = 1)", |
| "num": null, |
| "uris": null, |
| "type_str": "figure" |
| }, |
| "FIGREF1": { |
| "text": "Sample recognition lattice and corresponding multiple alignment represented as confusion network.", |
| "num": null, |
| "uris": null, |
| "type_str": "figure" |
| }, |
| "FIGREF2": { |
| "text": "Figure 3: Lattice Example", |
| "num": null, |
| "uris": null, |
| "type_str": "figure" |
| }, |
| "FIGREF3": { |
| "text": "Objective function with and without including Entropy-Stability term vs. interpolation weight \u03bb on 8 hours MIT lecture unlabeled data scription of the 8 hour MIT lecture data and compare it to estimated value using our framework. The results are shown inFig. 5. Using \u03bb = 0 and \u03bb = 1 the W ERs are 24.7% and 21.1% respectively. Using the new proposed objective function, the optimal \u03bb is estimated to be 0.6 with W ER of 20.1% (Red circle on thefigure). Estimating \u03bb w.r.t 8 hour training data transcription (supervised adaptation) will result in \u03bb = 0.7 (green circle) and W ER of 20.0%. Instead \u03bb = 0.8 will be chosen by tuning the interpolation weight on 2.5 hour Dev set with comparable W ER of 20.1%. Also it is clear from the figure that the new objective function can be used to predict the W ER trend w.r.t the interpolation weight parameter. Estimating \u03bb based on W ER vs. the information-theoretic criterion", |
| "num": null, |
| "uris": null, |
| "type_str": "figure" |
| }, |
| "TABREF0": { |
| "num": null, |
| "html": null, |
| "type_str": "table", |
| "text": "First-Order (Expectation) semiring: Defining multiplication and sum operations for first-order semirings.", |
| "content": "<table/>" |
| } |
| } |
| } |
| } |