| { |
| "paper_id": "P12-1005", |
| "header": { |
| "generated_with": "S2ORC 1.0.0", |
| "date_generated": "2023-01-19T09:28:53.970498Z" |
| }, |
| "title": "A Nonparametric Bayesian Approach to Acoustic Model Discovery", |
| "authors": [ |
| { |
| "first": "Chia-Ying", |
| "middle": [], |
| "last": "Lee", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "Artificial Intelligence Laboratory", |
| "institution": "Massachusetts Institute of Technology Cambridge", |
| "location": { |
| "postCode": "02139", |
| "region": "MA", |
| "country": "USA" |
| } |
| }, |
| "email": "chiaying@csail.mit.edu" |
| }, |
| { |
| "first": "James", |
| "middle": [], |
| "last": "Glass", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "Artificial Intelligence Laboratory", |
| "institution": "Massachusetts Institute of Technology Cambridge", |
| "location": { |
| "postCode": "02139", |
| "region": "MA", |
| "country": "USA" |
| } |
| }, |
| "email": "" |
| } |
| ], |
| "year": "", |
| "venue": null, |
| "identifiers": {}, |
| "abstract": "We investigate the problem of acoustic modeling in which prior language-specific knowledge and transcribed data are unavailable. We present an unsupervised model that simultaneously segments the speech, discovers a proper set of sub-word units (e.g., phones) and learns a Hidden Markov Model (HMM) for each induced acoustic unit. Our approach is formulated as a Dirichlet process mixture model in which each mixture is an HMM that represents a sub-word unit. We apply our model to the TIMIT corpus, and the results demonstrate that our model discovers sub-word units that are highly correlated with English phones and also produces better segmentation than the state-of-the-art unsupervised baseline. We test the quality of the learned acoustic models on a spoken term detection task. Compared to the baselines, our model improves the relative precision of top hits by at least 22.1% and outperforms a language-mismatched acoustic model.", |
| "pdf_parse": { |
| "paper_id": "P12-1005", |
| "_pdf_hash": "", |
| "abstract": [ |
| { |
| "text": "We investigate the problem of acoustic modeling in which prior language-specific knowledge and transcribed data are unavailable. We present an unsupervised model that simultaneously segments the speech, discovers a proper set of sub-word units (e.g., phones) and learns a Hidden Markov Model (HMM) for each induced acoustic unit. Our approach is formulated as a Dirichlet process mixture model in which each mixture is an HMM that represents a sub-word unit. We apply our model to the TIMIT corpus, and the results demonstrate that our model discovers sub-word units that are highly correlated with English phones and also produces better segmentation than the state-of-the-art unsupervised baseline. We test the quality of the learned acoustic models on a spoken term detection task. Compared to the baselines, our model improves the relative precision of top hits by at least 22.1% and outperforms a language-mismatched acoustic model.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Abstract", |
| "sec_num": null |
| } |
| ], |
| "body_text": [ |
| { |
| "text": "Acoustic models are an indispensable component of speech recognizers. However, the standard process of training acoustic models is expensive, and requires not only language-specific knowledge, e.g., the phone set of the language, a pronunciation dictionary, but also a large amount of transcribed data. Unfortunately, these necessary data are only available for a very small number of languages in the world. Therefore, a procedure for training acoustic models without annotated data would not only be a breakthrough from the traditional approach, but would also allow us to build speech recognizers for any language efficiently.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "In this paper, we investigate the problem of unsupervised acoustic modeling with only spoken utterances as training data. As suggested in Garcia and Gish (2006) , unsupervised acoustic modeling can be broken down to three sub-tasks: segmentation, clustering segments, and modeling the sound pattern of each cluster. In previous work, the three subproblems were often approached sequentially and independently in which initial steps are not related to later ones (Lee et al., 1988; Garcia and Gish, 2006; Chan and Lee, 2011) . For example, the speech data was usually segmented regardless of the clustering results and the learned acoustic models.", |
| "cite_spans": [ |
| { |
| "start": 138, |
| "end": 160, |
| "text": "Garcia and Gish (2006)", |
| "ref_id": "BIBREF5" |
| }, |
| { |
| "start": 462, |
| "end": 480, |
| "text": "(Lee et al., 1988;", |
| "ref_id": "BIBREF14" |
| }, |
| { |
| "start": 481, |
| "end": 503, |
| "text": "Garcia and Gish, 2006;", |
| "ref_id": "BIBREF5" |
| }, |
| { |
| "start": 504, |
| "end": 523, |
| "text": "Chan and Lee, 2011)", |
| "ref_id": "BIBREF0" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "In contrast to the previous methods, we approach the problem by modeling the three sub-problems as well as the unknown set of sub-word units as latent variables in one nonparametric Bayesian model. More specifically, we formulate a Dirichlet process mixture model where each mixture is a Hidden Markov Model (HMM) used to model a subword unit and to generate observed segments of that unit. Our model seeks the set of sub-word units, segmentation, clustering and HMMs that best represent the observed data through an iterative inference process. We implement the inference process using Gibbs sampling.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "We test the effectiveness of our model on the TIMIT database (Garofolo et al., 1993) . Our model shows its ability to discover sub-word units that are highly correlated with standard English phones and to capture acoustic context information. For the segmentation task, our model outperforms the state-of-the-art unsupervised method and improves the relative F-score by 18.8 points (Dusan and Rabiner, 2006) . Finally, we test the quality of the learned acoustic models through a keyword spotting task. Compared to the state-of-the-art unsupervised methods (Zhang and Glass, 2009; Zhang et al., 2012) , our model yields a relative improvement in precision of top hits by at least 22.1% with only some degradation in equal error rate (EER), and outperforms a language-mismatched acoustic model trained with supervised data.", |
| "cite_spans": [ |
| { |
| "start": 61, |
| "end": 84, |
| "text": "(Garofolo et al., 1993)", |
| "ref_id": null |
| }, |
| { |
| "start": 382, |
| "end": 407, |
| "text": "(Dusan and Rabiner, 2006)", |
| "ref_id": "BIBREF2" |
| }, |
| { |
| "start": 557, |
| "end": 580, |
| "text": "(Zhang and Glass, 2009;", |
| "ref_id": "BIBREF21" |
| }, |
| { |
| "start": 581, |
| "end": 600, |
| "text": "Zhang et al., 2012)", |
| "ref_id": "BIBREF22" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Unsupervised Sub-word Modeling We follow the general guideline used in (Lee et al., 1988; Garcia and Gish, 2006; Chan and Lee, 2011) and approach the problem of unsupervised acoustic modeling by solving three sub-problems of the task: segmentation, clustering and modeling each cluster. The key difference, however, is that our model does not assume independence among the three aspects of the problem, which allows our model to refine its solution to one sub-problem by exploiting what it has learned about other parts of the problem. Second, unlike (Lee et al., 1988; Garcia and Gish, 2006) in which the number of sub-word units to be learned is assumed to be known, our model learns the proper size from the training data directly.", |
| "cite_spans": [ |
| { |
| "start": 71, |
| "end": 89, |
| "text": "(Lee et al., 1988;", |
| "ref_id": "BIBREF14" |
| }, |
| { |
| "start": 90, |
| "end": 112, |
| "text": "Garcia and Gish, 2006;", |
| "ref_id": "BIBREF5" |
| }, |
| { |
| "start": 113, |
| "end": 132, |
| "text": "Chan and Lee, 2011)", |
| "ref_id": "BIBREF0" |
| }, |
| { |
| "start": 551, |
| "end": 569, |
| "text": "(Lee et al., 1988;", |
| "ref_id": "BIBREF14" |
| }, |
| { |
| "start": 570, |
| "end": 592, |
| "text": "Garcia and Gish, 2006)", |
| "ref_id": "BIBREF5" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Related Work", |
| "sec_num": "2" |
| }, |
| { |
| "text": "Instead of segmenting utterances, the authors of (Varadarajan et al., 2008) trained a single state HMM using all data at first, and then iteratively split the HMM states based on objective functions. This method achieved high performance in a phone recognition task using a label-to-phone transducer trained from some transcriptions. However, the performance seemed to rely on the quality of the transducer. For our work, we assume no transcriptions are available and measure the quality of the learned acoustic units via a spoken query detection task as in Jansen and Church (2011) .", |
| "cite_spans": [ |
| { |
| "start": 558, |
| "end": 582, |
| "text": "Jansen and Church (2011)", |
| "ref_id": "BIBREF10" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Related Work", |
| "sec_num": "2" |
| }, |
| { |
| "text": "Jansen and Church (2011) approached the task of unsupervised acoustic modeling by first discovering repetitive patterns in the data, and then learned a whole-word HMM for each found pattern, where the state number of each HMM depends on the average length of the pattern. The states of the whole-word HMMs were then collapsed and used to represent acoustic units. Instead of discovering repetitive patterns first, our model is able to learn from any given data.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Related Work", |
| "sec_num": "2" |
| }, |
| { |
| "text": "Unsupervised Speech Segmentation One goal of our model is to segment speech data into small sub-word (e.g., phone) segments. Most unsupervised speech segmentation methods rely on acoustic change for hypothesizing phone boundaries (Scharenborg et al., 2010; Qiao et al., 2008; Dusan and Rabiner, 2006; Estevan et al., 2007) . Even though the overall approaches differ, these algorithms are all one-stage and bottom-up segmentation methods (Scharenborg et al., 2010) . Our model does not make a single one-stage decision; instead, it infers the segmentation through an iterative process and exploits the learned sub-word models to guide its hypotheses on phone boundaries.", |
| "cite_spans": [ |
| { |
| "start": 230, |
| "end": 256, |
| "text": "(Scharenborg et al., 2010;", |
| "ref_id": "BIBREF19" |
| }, |
| { |
| "start": 257, |
| "end": 275, |
| "text": "Qiao et al., 2008;", |
| "ref_id": "BIBREF17" |
| }, |
| { |
| "start": 276, |
| "end": 300, |
| "text": "Dusan and Rabiner, 2006;", |
| "ref_id": "BIBREF2" |
| }, |
| { |
| "start": 301, |
| "end": 322, |
| "text": "Estevan et al., 2007)", |
| "ref_id": "BIBREF3" |
| }, |
| { |
| "start": 438, |
| "end": 464, |
| "text": "(Scharenborg et al., 2010)", |
| "ref_id": "BIBREF19" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Related Work", |
| "sec_num": "2" |
| }, |
| { |
| "text": "Bayesian Model for Segmentation Our model is inspired by previous applications of nonparametric Bayesian models to segmentation problems in NLP and speaker diarization (Goldwater, 2009; Fox et al., 2011) ; particularly, we adapt the inference method used in (Goldwater, 2009) to our segmentation task. Our problem is, in principle, similar to the word segmentation problem discussed in (Goldwater, 2009) . The main difference, however, is that our model is under the continuous real value domain, and the problem of (Goldwater, 2009) is under the discrete symbolic domain. For the domain our problem is applied to, our model has to include more latent variables and is more complex.", |
| "cite_spans": [ |
| { |
| "start": 168, |
| "end": 185, |
| "text": "(Goldwater, 2009;", |
| "ref_id": "BIBREF9" |
| }, |
| { |
| "start": 186, |
| "end": 203, |
| "text": "Fox et al., 2011)", |
| "ref_id": "BIBREF4" |
| }, |
| { |
| "start": 258, |
| "end": 275, |
| "text": "(Goldwater, 2009)", |
| "ref_id": "BIBREF9" |
| }, |
| { |
| "start": 386, |
| "end": 403, |
| "text": "(Goldwater, 2009)", |
| "ref_id": "BIBREF9" |
| }, |
| { |
| "start": 516, |
| "end": 533, |
| "text": "(Goldwater, 2009)", |
| "ref_id": "BIBREF9" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Related Work", |
| "sec_num": "2" |
| }, |
| { |
| "text": "The goal of our model, given a set of spoken utterances, is to jointly learn the following:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Problem Formulation", |
| "sec_num": "3" |
| }, |
| { |
| "text": "\u2022 Segmentation: To find the phonetic boundaries within each utterance.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Problem Formulation", |
| "sec_num": "3" |
| }, |
| { |
| "text": "\u2022 Nonparametric clustering: To find a proper set of clusters and group acoustically similar segments into the same cluster.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Problem Formulation", |
| "sec_num": "3" |
| }, |
| { |
| "text": "\u2022 Sub-word modeling: To learn a HMM to model each sub-word acoustic unit.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Problem Formulation", |
| "sec_num": "3" |
| }, |
| { |
| "text": "We model the three sub-tasks as latent variables in our approach. In this section, we describe the observed data, latent variables, and auxiliary variables", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Problem Formulation", |
| "sec_num": "3" |
| }, |
| { |
| "text": "\u20ac x 2 i \u20ac x 3 i \u20ac x 4 i \u20ac x 5 i \u20ac x 6 i \u20ac x 7 i \u20ac x 8 i \u20ac x 9 i \u20ac x 10 i \u20ac x 11 i \u20ac x 1 i b a n a n a \u20ac (x t i ) \u20ac (t)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Problem Formulation", |
| "sec_num": "3" |
| }, |
| { |
| "text": "1 2 3 4 5 6 7 8 9 10 11", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Problem Formulation", |
| "sec_num": "3" |
| }, |
| { |
| "text": "\u20ac (b t i ) \u20ac (g q i ) \u20ac g 0 i \u20ac g 1 i \u20ac g 2 i \u20ac g 3 i \u20ac g 4 i \u20ac g 5 i \u20ac g 6 i \u20ac ( p j,k i ) \u20ac p 1,1 i \u20ac p 2,4 i \u20ac p 5,6 i \u20ac p 7,8 i \u20ac p 9,9 i \u20ac p 10,11 i \u20ac (c j,k i ) \u20ac c 1,1 i \u20ac c 2,4 i \u20ac c 5,6 i \u20ac c 7,8 i \u20ac c 9,9 i \u20ac c 10,11 i \u20ac (\u03b8 c ) \u20ac \u03b8 1 \u20ac \u03b8 2 \u20ac \u03b8 3 \u20ac \u03b8 4 \u20ac \u03b8 3 \u20ac \u03b8 2 \u20ac (s t i )", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Problem Formulation", |
| "sec_num": "3" |
| }, |
| { |
| "text": "1 1 2 3 1 3 1 3 1 1 3 of the problem and show an example in Fig. 1 . In the next section, we show the generative process our model uses to generate the observed data.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 60, |
| "end": 66, |
| "text": "Fig. 1", |
| "ref_id": "FIGREF0" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Problem Formulation", |
| "sec_num": "3" |
| }, |
| { |
| "text": "t ) The only observed data for our problem are a set of spoken utterances, which are converted to a series of 25 ms 13-dimensional Mel-Frequency Cepstral Coefficients (MFCCs) (Davis and Mermelstein, 1980) and their first-and secondorder time derivatives at a 10 ms analysis rate. We use x i t \u2208 R 39 to denote the t th feature frame of the i th utterance. Fig. 1 illustrates how the speech signal of a single word utterance banana is converted to a sequence of feature vectors", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 356, |
| "end": 362, |
| "text": "Fig. 1", |
| "ref_id": "FIGREF0" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Speech Feature (x i", |
| "sec_num": null |
| }, |
| { |
| "text": "x i 1 to x i 11 . Boundary (b i t )", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Speech Feature (x i", |
| "sec_num": null |
| }, |
| { |
| "text": "We use a binary variable b i t to indicate whether a phone boundary exists between x i t and x i t+1 . If our model hypothesizes x i t to be the last frame of a sub-word unit, which is called a boundary frame in this paper, b i t is assigned with value 1; or 0 otherwise. Fig. 1 shows an example of the boundary variables where the values correspond to the true answers. We use an auxiliary variable g i q to denote the index of the q th boundary frame in utterance i. To make the derivation of posterior distributions easier in Section 5, we define g i 0 to be the beginning of an utterance, and L i to be the number of boundary frames in an utterance. For the example shown in Fig. 1 , L i is equal to 6.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 272, |
| "end": 278, |
| "text": "Fig. 1", |
| "ref_id": "FIGREF0" |
| }, |
| { |
| "start": 679, |
| "end": 685, |
| "text": "Fig. 1", |
| "ref_id": "FIGREF0" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Speech Feature (x i", |
| "sec_num": null |
| }, |
| { |
| "text": "Segment (p i j,k )", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Speech Feature (x i", |
| "sec_num": null |
| }, |
| { |
| "text": "We define a segment to be composed of feature vectors between two boundary frames. We use p i j,k to denote a segment that consists of", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Speech Feature (x i", |
| "sec_num": null |
| }, |
| { |
| "text": "x i j , x i j+1 \u2022 \u2022 \u2022 x i k and d i j,k", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Speech Feature (x i", |
| "sec_num": null |
| }, |
| { |
| "text": "to denote the length of p i j,k . See Fig. 1 for more examples.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 38, |
| "end": 44, |
| "text": "Fig. 1", |
| "ref_id": "FIGREF0" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Speech Feature (x i", |
| "sec_num": null |
| }, |
| { |
| "text": "Cluster Label (c i j,k ) We use c i j,k to specify the cluster label of p i j,k . We assume segment p i j,k is generated by the sub-word HMM with label c i j,k . HMM (\u03b8 c ) In our model, each HMM has three emission states, which correspond to the beginning, middle and end of a sub-word unit (Jelinek, 1976) . A traversal of each HMM must start from the first state, and only left-to-right transitions are allowed even though we allow skipping of the middle and the last state for segments shorter than three frames. The emission probability of each state is modeled by a diagonal Gaussian Mixture Model (GMM) with 8 mixtures. We use \u03b8 c to represent the set of parameters that define the c th HMM, which includes state transition probability a j,k c , and the GMM parameters of each state emission probability. We use w m c,s \u2208 R, \u00b5 m c,s \u2208 R 39 and \u03bb m c,s \u2208 R 39 to denote the weight, mean vector and the diagonal of the inverse covariance matrix of the m th mixture in the GMM for the s th state in the c th HMM.", |
| "cite_spans": [ |
| { |
| "start": 292, |
| "end": 307, |
| "text": "(Jelinek, 1976)", |
| "ref_id": "BIBREF11" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Speech Feature (x i", |
| "sec_num": null |
| }, |
| { |
| "text": "Hidden State (s i t ) Since we assume the observed data are generated by HMMs, each feature vector, x i t , has an associated hidden state index. We denote the hidden state of", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Speech Feature (x i", |
| "sec_num": null |
| }, |
| { |
| "text": "x i t as s i t . Mixture ID (m i t )", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Speech Feature (x i", |
| "sec_num": null |
| }, |
| { |
| "text": "Similarly, each feature vector is assumed to be emitted by the state GMM it belongs to. We use m i t to identify the Gaussian mixture that generates x i t .", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Speech Feature (x i", |
| "sec_num": null |
| }, |
| { |
| "text": "We aim to discover and model a set of sub-word units that represent the spoken data. If we think of utterances as sequences of repeated sub-word units, then in order to find the sub-words, we need a model that concentrates probability on highly frequent patterns while still preserving probability for previously unseen ones. Dirichlet processes are particulary suitable for our goal. Therefore, we construct our model as a Dirichlet Process (DP) mixture model, of which the components are HMMs that are used", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Model", |
| "sec_num": "4" |
| }, |
| { |
| "text": "parameter of Bernoulli distribution \u20ac \u03b1 b \u20ac \u03b3 \u20ac \u03b8 0 concentration parameter of DP base distribution of DP \u20ac \u03c0", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Model", |
| "sec_num": "4" |
| }, |
| { |
| "text": "prior distribution for cluster labels", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Model", |
| "sec_num": "4" |
| }, |
| { |
| "text": "\u20ac b t boundary variable \u20ac d j,k duration of a segment \u20ac c j,k cluster label \u20ac \u03b8 c HMM parameters \u20ac s t hidden state \u20ac m t Gaussian mixture id \u20ac x t observed feature vector deterministic relation \u20ac \u03b3 \u20ac T \u20ac \u221e \u20ac d j,k \u20ac \u03c0 \u20ac \u03b1 b \u20ac \u03b8 0 \u20ac c j,k \u20ac s t \u20ac j,k = g q + 1,g q +1 \u20ac x t \u20ac d j,k \u20ac m t \u20ac b t \u20ac \u03b8 c \u20ac 0 \u2264 q < L \u20ac T total number of observed features frames \u20ac L total number of segments determined by \u20ac b t \u20ac g q", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Model", |
| "sec_num": "4" |
| }, |
| { |
| "text": "the index of the boundary variable with value 1 \u20ac q th Figure 2 : The graphical model for our approach. The shaded circle denotes the observed feature vectors, and the squares denote the hyperparameters of the priors used in our model. The dotted arrows indicate deterministic relations. Note that the Markov chain structure over the s t variables is not shown here due to limited space.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 55, |
| "end": 63, |
| "text": "Figure 2", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Model", |
| "sec_num": "4" |
| }, |
| { |
| "text": "to model sub-word units. We assume each spoken segment is generated by one of the clusters in this DP mixture model. Here, we describe the generative process our model uses to generate the observed utterances and present the corresponding graphical model. For clarity, we assume that the values of the boundary variables b i t are given in the generative process. In the next section, we explain how to infer their values.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Model", |
| "sec_num": "4" |
| }, |
| { |
| "text": "Let", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Model", |
| "sec_num": "4" |
| }, |
| { |
| "text": "p i g i q +1,g i q+1", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Model", |
| "sec_num": "4" |
| }, |
| { |
| "text": "for 0 \u2264 q \u2264 L i \u2212 1 be the segments of the i th utterance. Our model assumes each segment is generated as follows:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Model", |
| "sec_num": "4" |
| }, |
| { |
| "text": "1. Choose a cluster label c i", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Model", |
| "sec_num": "4" |
| }, |
| { |
| "text": "g i q +1,g i q+1 for p i g i q +1,g i q+1 .", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Model", |
| "sec_num": "4" |
| }, |
| { |
| "text": "This cluster label can be either an existing label or a new one. Note that the cluster label determines which HMM is used to generate the segment.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Model", |
| "sec_num": "4" |
| }, |
| { |
| "text": "2. Given the cluster label, choose a hidden state for each feature vector x i t in the segment.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Model", |
| "sec_num": "4" |
| }, |
| { |
| "text": "3. For each x i t , based on its hidden state, choose a mixture from the GMM of the chosen state. 4. Use the chosen Gaussian mixture to generate the observed feature vector x i t .", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Model", |
| "sec_num": "4" |
| }, |
| { |
| "text": "The generative process indicates that our model ignores utterance boundaries and views the entire data as concatenated spoken segments. Given this viewpoint, we discard the utterance index, i, of all variables in the rest of the paper.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Model", |
| "sec_num": "4" |
| }, |
| { |
| "text": "The graphical model representing this generative process is shown in Fig. 2 , where the shaded circle denotes the observed feature vectors, and the squares denote the hyperparameters of the priors used in our model. Specifically, we use a Bernoulli distribution as the prior of the boundary variables and impose a Dirichlet process prior on the cluster labels and the HMM parameters. The dotted arrows represent deterministic relations. For example, the boundary variables deterministically construct the duration of each segment, d, which in turn sets the number of feature vectors that should be generated for a segment. In the next section, we show how to infer the value of each of the latent variables in Fig. 2 1 .", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 69, |
| "end": 75, |
| "text": "Fig. 2", |
| "ref_id": null |
| }, |
| { |
| "start": 710, |
| "end": 716, |
| "text": "Fig. 2", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Model", |
| "sec_num": "4" |
| }, |
| { |
| "text": "We employ Gibbs sampling (Gelman et al., 2004) to approximate the posterior distribution of the hidden variables in our model. To apply Gibbs sampling to our problem, we need to derive the conditional posterior distributions of each hidden variable of the model. In the following sections, we first derive the sampling equations for each hidden variable and then describe how we incorporate acoustic cues to reduce the sampling load at the end.", |
| "cite_spans": [ |
| { |
| "start": 25, |
| "end": 46, |
| "text": "(Gelman et al., 2004)", |
| "ref_id": "BIBREF7" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Inference", |
| "sec_num": "5" |
| }, |
| { |
| "text": "Here we present the sampling equations for each hidden variable defined in Section 3. We use P (\u2022| \u2022 \u2022 \u2022 ) to denote a conditional posterior probability given observed data, all the other variables, and hyperparameters for the model.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Sampling Equations", |
| "sec_num": "5.1" |
| }, |
| { |
| "text": "Cluster Label (c j,k ) Let C be the set of distinctive label values in c \u2212j,k , which represents all the cluster labels except c j,k . The conditional posterior probability of c j,k for c \u2208 C is:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Sampling Equations", |
| "sec_num": "5.1" |
| }, |
| { |
| "text": "P (c j,k = c| \u2022 \u2022 \u2022 ) \u221d P (c j,k = c|c \u2212j,k ; \u03b3)P (p j,k |\u03b8 c ) = n (c) N \u2212 1 + \u03b3 P (p j,k |\u03b8 c ) (1)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Sampling Equations", |
| "sec_num": "5.1" |
| }, |
| { |
| "text": "where \u03b3 is a parameter of the DP prior. The first line of Eq. 1 follows Bayes' rule. The first term is the conditional prior, which is a result of the DP prior imposed on the cluster labels 2 . The second term is the conditional likelihood, which reflects how likely the segment p j,k is generated by HMM c . We use n (c) to represent the number of cluster labels in c \u2212j,k taking the value c and N to represent the total number of segments in current segmentation. In addition to existing cluster labels, c j,k can also take a new cluster label, which corresponds to a new sub-word unit. The corresponding conditional posterior probability is:", |
| "cite_spans": [ |
| { |
| "start": 318, |
| "end": 321, |
| "text": "(c)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Sampling Equations", |
| "sec_num": "5.1" |
| }, |
| { |
| "text": "P (c j,k = c, c \u2208 C| \u2022 \u2022 \u2022 ) \u221d \u03b3 N \u2212 1 + \u03b3 \u03b8 P (p j,k |\u03b8) d\u03b8", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Sampling Equations", |
| "sec_num": "5.1" |
| }, |
| { |
| "text": "(2) To deal with the integral in Eq. 2, we follow the suggestions in (Rasmussen, 2000; Neal, 2000) . We sample an HMM from the prior and compute the likelihood of the segment given the new HMM to approximate the integral.", |
| "cite_spans": [ |
| { |
| "start": 69, |
| "end": 86, |
| "text": "(Rasmussen, 2000;", |
| "ref_id": "BIBREF18" |
| }, |
| { |
| "start": 87, |
| "end": 98, |
| "text": "Neal, 2000)", |
| "ref_id": "BIBREF16" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Sampling Equations", |
| "sec_num": "5.1" |
| }, |
| { |
| "text": "Finally, by normalizing Eq. 1 and Eq. 2, the Gibbs sampler can draw a new value for c j,k by sampling from the normalized distribution.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Sampling Equations", |
| "sec_num": "5.1" |
| }, |
| { |
| "text": "Hidden State (s t ) To enforce the assumption that a traversal of an HMM must start from the first state and end at the last state 3 , we do not sample hidden state indices for the first and the last frame of a segment. For each of the remaining feature vectors in a segment p j,k , we sample a hidden state index according to the conditional posterior probability:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Sampling Equations", |
| "sec_num": "5.1" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "P (s t = s| \u2022 \u2022 \u2022 ) \u221d P (s t = s|s t\u22121 )P (x t |\u03b8 c j,k , s t = s)P (s t+1 |s t = s) = a s t\u22121 ,s c j,k P (x t |\u03b8 c j,k , s t = s)a s,s t+1 c j,k", |
| "eq_num": "(3)" |
| } |
| ], |
| "section": "Sampling Equations", |
| "sec_num": "5.1" |
| }, |
| { |
| "text": "where the first term and the third term are the conditional prior -the transition probability of the HMM that p j,k belongs to. The second term is the likelihood of x t being emitted by state s of HMM c j,k . Note for initialization, s t is sampled from the first prior term in Eq. 3.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Sampling Equations", |
| "sec_num": "5.1" |
| }, |
| { |
| "text": "Mixture ID (m t ) For each feature vector in a segment, given the cluster label c j,k and the hidden state index s t , the derivation of the conditional posterior probability of its mixture ID is straightforward:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Sampling Equations", |
| "sec_num": "5.1" |
| }, |
| { |
| "text": "P (m t = m| \u2022 \u2022 \u2022 ) \u221d P (m t = m|\u03b8 c j,k , s t )P (x t |\u03b8 c j,k , s t , m t = m) = w m c j,k ,st P (x t |\u00b5 m c j,k ,st , \u03bb m c j,k ,st ) (4)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Sampling Equations", |
| "sec_num": "5.1" |
| }, |
| { |
| "text": "where 1 \u2264 m \u2264 8. The conditional posterior consists of two terms: 1) the mixing weight of the m th Gaussian in the state GMM indexed by c j,k and s t and 2) the likelihood of x t given the Gaussian mixture. The sampler draws a value for m t from the normalized distribution of Eq. 4.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Sampling Equations", |
| "sec_num": "5.1" |
| }, |
| { |
| "text": "HMM Parameters (\u03b8 c ) Each \u03b8 c consists of two sets of variables that define an HMM: the state emission probabilities w m c,s , \u00b5 m c,s , \u03bb m c,s and the state transition probabilities a j,k c . In the following, we derive the conditional posteriors of these variables.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Sampling Equations", |
| "sec_num": "5.1" |
| }, |
| { |
| "text": "Mixture Weight w m c,s : We use w c,s = {w m c,s |1 \u2264 m \u2264 8} to denote the mixing weights of the Gaussian mixtures of state s of HMM c. We choose a symmetric Dirichlet distribution with a positive hyperparameter \u03b2 as its prior. The conditional posterior probability of w c,s is:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Sampling Equations", |
| "sec_num": "5.1" |
| }, |
| { |
| "text": "P (w c,s | \u2022 \u2022 \u2022 ) \u221d P (w c,s ; \u03b2)P (m c,s |w c,s ) \u221d Dir(w c,s ; \u03b2)M ul(m c,s ; w c,s ) \u221d Dir(w c,s ; \u03b2 ) (5)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Sampling Equations", |
| "sec_num": "5.1" |
| }, |
| { |
| "text": "where m c,s is the set of mixture IDs of feature vectors that belong to state s of HMM c. The m th entry of \u03b2 is \u03b2 + mt\u2208mc,s \u03b4(m t , m), where we use \u03b4(\u2022) to denote the discrete Kronecker delta. The last line of Eq. 5 comes from the fact that Dirichlet distributions are a conjugate prior for multinomial distributions. This property allows us to derive the update rule analytically.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Sampling Equations", |
| "sec_num": "5.1" |
| }, |
| { |
| "text": "P (p l,t , p t+1,r |c \u2212 , \u03b8) = P (p l,t |c \u2212 , \u03b8)P (p t+1,r |c \u2212 , c l,t , \u03b8) = c\u2208C n (c) N \u2212 + \u03b3 P (p l,t |\u03b8 c ) + \u03b3 N \u2212 + \u03b3 \u03b8 P (p l,t |\u03b8) d\u03b8 \u00d7 c\u2208C n (c) + \u03b4(c l,t , c) N \u2212 + 1 + \u03b3 P (p t+1,r |\u03b8 c ) + \u03b3 N \u2212 + 1 + \u03b3 \u03b8 P (p t+1,r |\u03b8) d\u03b8 P (p l,r |c \u2212 , \u03b8) = c\u2208C n (c) N \u2212 + \u03b3 P (p l,r |\u03b8 c ) + \u03b3 N \u2212 + \u03b3 \u03b8 P (p l,r |\u03b8) d\u03b8", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Sampling Equations", |
| "sec_num": "5.1" |
| }, |
| { |
| "text": "Gaussian Mixture \u00b5 m c,s , \u03bb m c,s : We assume the dimensions in the feature space are independent. This assumption allows us to derive the conditional posterior probability for a single-dimensional Gaussian and generalize the results to other dimensions. c,s . The conjugate prior we use for the two variables is a normal-Gamma distribution with hyperparameters \u00b5 0 , \u03ba 0 , \u03b1 0 and \u03b2 0 (Murphy, 2007) .", |
| "cite_spans": [ |
| { |
| "start": 387, |
| "end": 401, |
| "text": "(Murphy, 2007)", |
| "ref_id": "BIBREF15" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Sampling Equations", |
| "sec_num": "5.1" |
| }, |
| { |
| "text": "P (\u00b5 m,d c,s , \u03bb m,d c,s |\u00b5 0 , \u03ba 0 , \u03b1 0 , \u03b2 0 ) = N (\u00b5 m,d c,s |\u00b5 0 , (\u03ba 0 \u03bb m,d c,s ) \u22121 )Ga(\u03bb m,d c,s |\u03b1 0 , \u03b2 0 )", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Sampling Equations", |
| "sec_num": "5.1" |
| }, |
| { |
| "text": "By tracking the d th dimension of feature vectors x \u2208 {x t |m t = m, s t = s, c j,k = c, x t \u2208 p j,k }, we can derive the conditional posterior distribution of \u00b5 m,d", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Sampling Equations", |
| "sec_num": "5.1" |
| }, |
| { |
| "text": "c,s and \u03bb m,d c,s analytically following the procedures shown in (Murphy, 2007) . Due to limited space, we encourage interested readers to find more details in (Murphy, 2007) .", |
| "cite_spans": [ |
| { |
| "start": 65, |
| "end": 79, |
| "text": "(Murphy, 2007)", |
| "ref_id": "BIBREF15" |
| }, |
| { |
| "start": 160, |
| "end": 174, |
| "text": "(Murphy, 2007)", |
| "ref_id": "BIBREF15" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Sampling Equations", |
| "sec_num": "5.1" |
| }, |
| { |
| "text": "Transition Probabilities a j,k c : We represent the transition probabilities at state j in HMM c using a j c . If we view a j c as mixing weights for states reachable from state j, we can simply apply the update rule derived for the mixing weights of Gaussian mixtures shown in Eq. 5 to a j c . Assume we use a symmetric Dirichlet distribution with a positive hyperparameter \u03b7 as the prior, the conditional posterior for a j c is:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Sampling Equations", |
| "sec_num": "5.1" |
| }, |
| { |
| "text": "P (a j c | \u2022 \u2022 \u2022 ) \u221d Dir(a j c ; \u03b7 )", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Sampling Equations", |
| "sec_num": "5.1" |
| }, |
| { |
| "text": "where the k th entry of \u03b7 is \u03b7 + n j,k c , the number of occurrences of the state transition pair (j, k) in segments that belong to HMM c.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Sampling Equations", |
| "sec_num": "5.1" |
| }, |
| { |
| "text": "To derive the conditional posterior probability for b t , we introduce two variables:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Boundary Variable (b t )", |
| "sec_num": null |
| }, |
| { |
| "text": "l = (arg max gq g q < t) + 1 r = arg min gq t < g q", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Boundary Variable (b t )", |
| "sec_num": null |
| }, |
| { |
| "text": "where l is the index of the closest turned-on boundary variable that precedes b t plus 1, while r is the index of the closest turned-on boundary variable that follows b t . Note that because g 0 and g L are defined, l and r always exist for any b t . Note that the value of b t only affects segmentation between x l and x r . If b t is turned on, the sampler hypothesizes two segments p l,t and p t+1,r between x l and x r . Otherwise, only one segment p l,r is hypothesized. Since the segmentation on the rest of the data remains the same no matter what value b t takes, the conditional posterior probability of b t is:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Boundary Variable (b t )", |
| "sec_num": null |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "P (b t = 1| \u2022 \u2022 \u2022 ) \u221d P (p l,t , p t+1,r |c \u2212 , \u03b8)", |
| "eq_num": "(6)" |
| } |
| ], |
| "section": "Boundary Variable (b t )", |
| "sec_num": null |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "P (b t = 0| \u2022 \u2022 \u2022 ) \u221d P (p l,r |c \u2212 , \u03b8)", |
| "eq_num": "(7)" |
| } |
| ], |
| "section": "Boundary Variable (b t )", |
| "sec_num": null |
| }, |
| { |
| "text": "where we assume that the prior probabilities for b t = 1 and b t = 0 are equal; c \u2212 is the set of cluster labels of all segments except those between x l and x r ; and \u03b8 indicates the set of HMMs that have associated segments. Our Gibbs sampler hypothesizes b t 's value by sampling from the normalized distribution of Eq. 6 and Eq. 7. The full derivations of Eq. 6 and Eq. 7 are shown in Fig. 3 . Note that in Fig. 3 , N \u2212 is the total number of segments in the data except those between x l and x r .", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 389, |
| "end": 395, |
| "text": "Fig. 3", |
| "ref_id": "FIGREF1" |
| }, |
| { |
| "start": 411, |
| "end": 417, |
| "text": "Fig. 3", |
| "ref_id": "FIGREF1" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Boundary Variable (b t )", |
| "sec_num": null |
| }, |
| { |
| "text": "For b t = 1, to account the fact that when the model generates p t+1,r , p l,t is already generated and owns a cluster label, we sample a cluster label for p l,t that is reflected in the Kronecker delta function. To handle the integral in Fig. 3 , we sample one HMM from the prior and compute the likelihood using the new HMM to approximate the integral as suggested in (Rasmussen, 2000; Neal, 2000) .", |
| "cite_spans": [ |
| { |
| "start": 370, |
| "end": 387, |
| "text": "(Rasmussen, 2000;", |
| "ref_id": "BIBREF18" |
| }, |
| { |
| "start": 388, |
| "end": 399, |
| "text": "Neal, 2000)", |
| "ref_id": "BIBREF16" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 239, |
| "end": 245, |
| "text": "Fig. 3", |
| "ref_id": "FIGREF1" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Boundary Variable (b t )", |
| "sec_num": null |
| }, |
| { |
| "text": "To reduce the inference load on the boundary variables b t , we exploit acoustic cues in the feature space to eliminate b t 's that are unlikely to be phonetic boundaries. We follow the pre-segmentation method described in Glass (2003) to achieve the goal. For the rest of the boundary variables that are proposed by the heuristic algorithm, we randomly initialize their values and proceed with the sampling process described above.", |
| "cite_spans": [ |
| { |
| "start": 223, |
| "end": 235, |
| "text": "Glass (2003)", |
| "ref_id": "BIBREF8" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Heuristic Boundary Elimination", |
| "sec_num": "5.2" |
| }, |
| { |
| "text": "To the best of our knowledge, there are no standard corpora for evaluating unsupervised methods for acoustic modeling. However, numerous related studies have reported performance on the TIMIT corpus (Dusan and Rabiner, 2006; Estevan et al., 2007; Qiao et al., 2008; Zhang and Glass, 2009; Zhang et al., 2012) , which creates a set of strong baselines for us to compare against. Therefore, the TIMIT corpus is chosen as the evaluation set for our model. In this section, we describe the methods used to measure the performance of our model on the following three tasks: sub-word acoustic modeling, segmentation and nonparametric clustering.", |
| "cite_spans": [ |
| { |
| "start": 199, |
| "end": 224, |
| "text": "(Dusan and Rabiner, 2006;", |
| "ref_id": "BIBREF2" |
| }, |
| { |
| "start": 225, |
| "end": 246, |
| "text": "Estevan et al., 2007;", |
| "ref_id": "BIBREF3" |
| }, |
| { |
| "start": 247, |
| "end": 265, |
| "text": "Qiao et al., 2008;", |
| "ref_id": "BIBREF17" |
| }, |
| { |
| "start": 266, |
| "end": 288, |
| "text": "Zhang and Glass, 2009;", |
| "ref_id": "BIBREF21" |
| }, |
| { |
| "start": 289, |
| "end": 308, |
| "text": "Zhang et al., 2012)", |
| "ref_id": "BIBREF22" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Experimental Setup", |
| "sec_num": "6" |
| }, |
| { |
| "text": "We compare the phonetic boundaries proposed by our model to the manual labels provided in the TIMIT dataset. We follow the suggestion of (Scharenborg et al., 2010) and use a 20-ms tolerance window to compute recall, precision rates and F-score of the segmentation our model proposed for TIMIT's training set. We compare our model against the state-of-the-art unsupervised and semi-supervised segmentation methods that were also evaluated on the TIMIT training set (Dusan and Rabiner, 2006; Qiao et al., 2008) . Nonparametric Clustering Our model automatically groups speech segments into different clus-ters. One question we are interested in answering is whether these learned clusters correlate to English phones. To answer the question, we develop a method to map cluster labels to the phone set in a dataset. We align each cluster label in an utterance to the phone(s) it overlaps with in time by using the boundaries proposed by our model and the manually-labeled ones. When a cluster label overlaps with more than one phone, we align it to the phone with the largest overlap. 4 We compile the alignment results for 3696 training utterances 5 and present a confusion matrix between the learned cluster labels and the 48 phonetic units used in TIMIT (Lee and Hon, 1989) .", |
| "cite_spans": [ |
| { |
| "start": 137, |
| "end": 163, |
| "text": "(Scharenborg et al., 2010)", |
| "ref_id": "BIBREF19" |
| }, |
| { |
| "start": 464, |
| "end": 489, |
| "text": "(Dusan and Rabiner, 2006;", |
| "ref_id": "BIBREF2" |
| }, |
| { |
| "start": 490, |
| "end": 508, |
| "text": "Qiao et al., 2008)", |
| "ref_id": "BIBREF17" |
| }, |
| { |
| "start": 1082, |
| "end": 1083, |
| "text": "4", |
| "ref_id": null |
| }, |
| { |
| "start": 1254, |
| "end": 1273, |
| "text": "(Lee and Hon, 1989)", |
| "ref_id": "BIBREF13" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Unsupervised Segmentation", |
| "sec_num": null |
| }, |
| { |
| "text": "Sub-word Acoustic Modeling Finally, and most importantly, we need to gauge the quality of the learned sub-word acoustic models. In previous work, Varadarajan et al. (2008) and Garcia and Gish (2006) tested their models on a phone recognition task and a term detection task respectively. These two tasks are fair measuring methods, but performance on these tasks depends not only on the learned acoustic models, but also other components such as the label-to-phone transducer in (Varadarajan et al., 2008) and the graphone model in (Garcia and Gish, 2006) . To reduce performance dependencies on components other than the acoustic model, we turn to the task of spoken term detection, which is also the measuring method used in (Jansen and Church, 2011) .", |
| "cite_spans": [ |
| { |
| "start": 146, |
| "end": 171, |
| "text": "Varadarajan et al. (2008)", |
| "ref_id": "BIBREF20" |
| }, |
| { |
| "start": 176, |
| "end": 198, |
| "text": "Garcia and Gish (2006)", |
| "ref_id": "BIBREF5" |
| }, |
| { |
| "start": 478, |
| "end": 504, |
| "text": "(Varadarajan et al., 2008)", |
| "ref_id": "BIBREF20" |
| }, |
| { |
| "start": 531, |
| "end": 554, |
| "text": "(Garcia and Gish, 2006)", |
| "ref_id": "BIBREF5" |
| }, |
| { |
| "start": 726, |
| "end": 751, |
| "text": "(Jansen and Church, 2011)", |
| "ref_id": "BIBREF10" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Unsupervised Segmentation", |
| "sec_num": null |
| }, |
| { |
| "text": "We compare our unsupervised acoustic model with three supervised ones: 1) an English triphone model, 2) an English monophone model and 3) a Thai monophone model. The first two were trained on TIMIT, while the Thai monophone model was trained with 32 hour clean read Thai speech from the LOTUS corpus (Kasuriya et al., 2003) . All of the three models, as well as ours, used threestate HMMs to model phonetic units. To conduct spoken term detection experiments on the TIMIT dataset, we computed a posteriorgram representation for both training and test feature frames over the \u03b3 \u03b1 b \u03b2 \u03b7 \u00b5 0 \u03ba 0 \u03b1 0 \u03b2 0 1 0.5 3 3 \u00b5 d 5 3 3/\u03bb d Table 1 : The values of the hyperparameters of our model, where \u00b5 d and \u03bb d are the d th entry of the mean and the diagonal of the inverse covariance matrix of training data.", |
| "cite_spans": [ |
| { |
| "start": 300, |
| "end": 323, |
| "text": "(Kasuriya et al., 2003)", |
| "ref_id": "BIBREF12" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 625, |
| "end": 632, |
| "text": "Table 1", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Unsupervised Segmentation", |
| "sec_num": null |
| }, |
| { |
| "text": "HMM states for each of the four models. Ten keywords were randomly selected for the task. For every keyword, spoken examples were extracted from the training set and were searched for in the test set using segmental dynamic time warping (Zhang and Glass, 2009) . In addition to the supervised acoustic models, we also compare our model against the state-ofthe-art unsupervised methods for this task (Zhang and Glass, 2009; Zhang et al., 2012) . Zhang and Glass (2009) trained a GMM with 50 components to decode posteriorgrams for the feature frames, and Zhang et al. (2012) used a deep Boltzmann machine (DBM) trained with pseudo phone labels generated from an unsupervised GMM to produce a posteriorgram representation. The evaluation metrics they used were: 1) P@N, the average precision of the top N hits, where N is the number of occurrences of each keyword in the test set; 2) EER: the average equal error rate at which the false acceptance rate is equal to the false rejection rate. We also report experimental results using the P@N and EER metrics.", |
| "cite_spans": [ |
| { |
| "start": 237, |
| "end": 260, |
| "text": "(Zhang and Glass, 2009)", |
| "ref_id": "BIBREF21" |
| }, |
| { |
| "start": 399, |
| "end": 422, |
| "text": "(Zhang and Glass, 2009;", |
| "ref_id": "BIBREF21" |
| }, |
| { |
| "start": 423, |
| "end": 442, |
| "text": "Zhang et al., 2012)", |
| "ref_id": "BIBREF22" |
| }, |
| { |
| "start": 445, |
| "end": 467, |
| "text": "Zhang and Glass (2009)", |
| "ref_id": "BIBREF21" |
| }, |
| { |
| "start": 554, |
| "end": 573, |
| "text": "Zhang et al. (2012)", |
| "ref_id": "BIBREF22" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Unsupervised Segmentation", |
| "sec_num": null |
| }, |
| { |
| "text": "The values of the hyperparameters of our model are shown in Table 1 , where \u00b5 d and \u03bb d are the d th entry of the mean and the diagonal of the inverse covariance matrix computed from training data. We pick these values to impose weak priors on our model. 6 We run our sampler for 20,000 iterations, after which the evaluation metrics for our model all converged. In Section 7, we report the performance of our model using the sample from the last iteration. Fig. 4 shows a confusion matrix of the 48 phones used in TIMIT and the sub-word units learned from 3696 TIMIT utterances. Each circle represents a mapping pair for a cluster label and an English phone. The confusion matrix demonstrates a strong 6 In the future, we plan to extend the model and infer the values of these hyperparameters from data directly. correlation between the cluster labels and individual English phones. For example, clusters 19, 20 and 21 are mapped exclusively to the vowel /ae/. A more careful examination on the alignment results shows that the three clusters are mapped to the same vowel in a different acoustic context. For example, cluster 19 is mapped to /ae/ followed by stop consonants, while cluster 20 corresponds to /ae/ followed by nasal consonants. This context-dependent relationship is also observed in other English phones and their corresponding sets of clusters. Fig. 4 also shows that a cluster may be mapped to multiple English phones. For instance, clusters 85 and 89 are mapped to more than one phone; nevertheless, a closer look reveals that these clusters are mapped to /n/, /d/ and /b/, which are sounds with a similar place of articulation (i.e. labial and dental). These correlations indicate that our model is able to discover the phonetic composition of a set of speech data without any language-specific knowledge. The performance of the four acoustic models on the spoken term detection task is presented in Table 2. The English triphone model achieves the best P@N and EER results and performs slightly better than the English monophone model, which indicates a correlation between the quality of an acoustic model and its performance on the spoken term detection task. Although our unsupervised model does not perform as well as the supervised English unit(%) P@N EER English triphone 75.9 11.7 English monophone 74.0 11.8 Thai monophone 56.6 14.9 Our model 63.0 16.9 Table 2 : The performance of our model and three supervised acoustic models on the spoken term detection task.", |
| "cite_spans": [ |
| { |
| "start": 255, |
| "end": 256, |
| "text": "6", |
| "ref_id": null |
| }, |
| { |
| "start": 703, |
| "end": 704, |
| "text": "6", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 60, |
| "end": 67, |
| "text": "Table 1", |
| "ref_id": null |
| }, |
| { |
| "start": 458, |
| "end": 464, |
| "text": "Fig. 4", |
| "ref_id": "FIGREF3" |
| }, |
| { |
| "start": 1363, |
| "end": 1369, |
| "text": "Fig. 4", |
| "ref_id": "FIGREF3" |
| }, |
| { |
| "start": 2383, |
| "end": 2390, |
| "text": "Table 2", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Hyperparameters and Training Iterations", |
| "sec_num": null |
| }, |
| { |
| "text": "acoustic models, it generates a comparable EER and a more accurate detection performance for top hits than the Thai monophone model. This indicates that even without supervision, our model captures and learns the acoustic characteristics of a language automatically and is able to produce an acoustic model that outperforms a language-mismatched acoustic model trained with high supervision. Table 3 shows that our model improves P@N by a large margin and generates only a slightly worse EER than the GMM baseline on the spoken term detection task. At the end of the training process, our model induced 169 HMMs, which were used to compute posteriorgrams. This seems unfair at first glance because Zhang and Glass (2009) only used 50 Gaussians for decoding, and the better result of our model could be a natural outcome of the higher complexity of our model. However, Zhang and Glass (2009) pointed out that using more Gaussian mixtures for their model did not improve their model performance. This indicates that the key reason for the improvement is our joint modeling method instead of simply the higher complexity of our model. Compared to the DBM baseline, our model produces a higher EER; however, it improves the relative detection precision of top hits by 24.3%. As indicated in (Zhang et al., 2012) , the hierarchical structure of DBM allows the model to provide a descent posterior representation of phonetic units. Even though our model only contains simple HMMs and Gaussians, it still achieves a comparable, if not better, performance as the DBM baseline. This demonstrates that even with just a simple model structure, the proposed learning algorithm is able to acquire rich phonetic knowledge from data and generate a fine posterior representation for phonetic units. Table 4 summarizes the segmentation performance of the baselines, our model and the heuristic unit(%) P@N EER GMM (Zhang and Glass, 2009) 52.5 16.4 DBM (Zhang et al., 2012) 51.1 14.7 Our model 63.0 16.9 Table 3 : The performance of our model and the GMM and DBM baselines on the spoken term detection task.", |
| "cite_spans": [ |
| { |
| "start": 698, |
| "end": 720, |
| "text": "Zhang and Glass (2009)", |
| "ref_id": "BIBREF21" |
| }, |
| { |
| "start": 868, |
| "end": 890, |
| "text": "Zhang and Glass (2009)", |
| "ref_id": "BIBREF21" |
| }, |
| { |
| "start": 1287, |
| "end": 1307, |
| "text": "(Zhang et al., 2012)", |
| "ref_id": "BIBREF22" |
| }, |
| { |
| "start": 1897, |
| "end": 1920, |
| "text": "(Zhang and Glass, 2009)", |
| "ref_id": "BIBREF21" |
| }, |
| { |
| "start": 1935, |
| "end": 1955, |
| "text": "(Zhang et al., 2012)", |
| "ref_id": "BIBREF22" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 392, |
| "end": 399, |
| "text": "Table 3", |
| "ref_id": null |
| }, |
| { |
| "start": 1783, |
| "end": 1790, |
| "text": "Table 4", |
| "ref_id": "TABREF2" |
| }, |
| { |
| "start": 1986, |
| "end": 1993, |
| "text": "Table 3", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Results", |
| "sec_num": "7" |
| }, |
| { |
| "text": "unit(%) Recall Precision F-score Dusan (2006) 75.2 66.8 70.8 Qiao et al. (2008) pre-segmentation (pre-seg) method. The languageindependent pre-seg method is suitable for seeding our model. It eliminates most unlikely boundaries while retaining about 87% true boundaries. Even though this indicates that at best our model only recalls 87% of the true boundaries, the pre-seg reduces the search space significantly. In addition, it also allows the model to capture proper phone durations, which compensates the fact that we do not include any explicit duration modeling mechanisms in our approach. In the best semi-supervised baseline model (Qiao et al., 2008) , the number of phone boundaries in an utterance was assumed to be known. Although our model does not incorporate this information, it still achieves a very close F-score. When compared to the baseline in which the number of phone boundaries in each utterance was also unknown (Dusan and Rabiner, 2006) , our model outperforms in both recall and precision, improving the relative F-score by 18.8%. The key difference between the two baselines and our method is that our model does not treat segmentation as a stand-alone problem; instead, it jointly learns segmentation, clustering and acoustic units from data. The improvement on the segmentation task shown by our model further supports the strength of the joint learning scheme proposed in this paper.", |
| "cite_spans": [ |
| { |
| "start": 33, |
| "end": 45, |
| "text": "Dusan (2006)", |
| "ref_id": "BIBREF2" |
| }, |
| { |
| "start": 61, |
| "end": 79, |
| "text": "Qiao et al. (2008)", |
| "ref_id": "BIBREF17" |
| }, |
| { |
| "start": 639, |
| "end": 658, |
| "text": "(Qiao et al., 2008)", |
| "ref_id": "BIBREF17" |
| }, |
| { |
| "start": 936, |
| "end": 961, |
| "text": "(Dusan and Rabiner, 2006)", |
| "ref_id": "BIBREF2" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Results", |
| "sec_num": "7" |
| }, |
| { |
| "text": "We present a Bayesian unsupervised approach to the problem of acoustic modeling. Without any prior knowledge, this method is able to discover phonetic units that are closely related to English phones, improve upon state-of-the-art unsupervised segmentation method and generate more precise spoken term detection performance on the TIMIT dataset. In the future, we plan to explore phonological context and use more flexible topological structures to model acoustic units within our framework.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusion", |
| "sec_num": "8" |
| }, |
| { |
| "text": "Note that the value of \u03c0 is irrelevant to our problem; therefore, it is integrated out in the inference process", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "See (Neal, 2000) for an overview on Dirichlet process mixture models and the inference methods.3 If a segment has only 1 frame, we assign the first state to it.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "Except when a cluster label is mapped to /vcl/ /b/, /vcl/ /g/ and /vcl/ /d/, where the duration of the release /b/, /g/, /d/ is almost always shorter than the closure /vcl/. In this case, we align the cluster label to both the closure and the release.5 The TIMIT training set excluding the sa-type subset.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| } |
| ], |
| "back_matter": [ |
| { |
| "text": "The authors would like to thank Hung-an Chang and Ekapol Chuangsuwanich for training the English and Thai acoustic models. Thanks to Matthew Johnson, Ramesh Sridharan, Finale Doshi, S.R.K. Branavan, the MIT Spoken Language Systems group and the anonymous reviewers for helpful comments.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Acknowledgements", |
| "sec_num": null |
| } |
| ], |
| "bib_entries": { |
| "BIBREF0": { |
| "ref_id": "b0", |
| "title": "Unsupervised hidden Markov modeling of spoken queries for spoken term detection without speech recognition", |
| "authors": [ |
| { |
| "first": "Chun-An", |
| "middle": [], |
| "last": "Chan", |
| "suffix": "" |
| }, |
| { |
| "first": "Lin-Shan", |
| "middle": [], |
| "last": "Lee", |
| "suffix": "" |
| } |
| ], |
| "year": 2011, |
| "venue": "Proceedings of INTERSPEECH", |
| "volume": "", |
| "issue": "", |
| "pages": "2141--2144", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Chun-An Chan and Lin-Shan Lee. 2011. Unsupervised hidden Markov modeling of spoken queries for spo- ken term detection without speech recognition. In Pro- ceedings of INTERSPEECH, pages 2141 -2144.", |
| "links": null |
| }, |
| "BIBREF1": { |
| "ref_id": "b1", |
| "title": "Comparison of parametric representations for monosyllabic word recognition in continuously spoken sentences", |
| "authors": [ |
| { |
| "first": "B", |
| "middle": [], |
| "last": "Steven", |
| "suffix": "" |
| }, |
| { |
| "first": "Paul", |
| "middle": [], |
| "last": "Davis", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Mermelstein", |
| "suffix": "" |
| } |
| ], |
| "year": 1980, |
| "venue": "IEEE Trans. on Acoustics, Speech, and Signal Processing", |
| "volume": "28", |
| "issue": "4", |
| "pages": "357--366", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Steven B. Davis and Paul Mermelstein. 1980. Com- parison of parametric representations for monosyllabic word recognition in continuously spoken sentences. IEEE Trans. on Acoustics, Speech, and Signal Pro- cessing, 28(4):357-366.", |
| "links": null |
| }, |
| "BIBREF2": { |
| "ref_id": "b2", |
| "title": "On the relation between maximum spectral transition positions and phone boundaries", |
| "authors": [ |
| { |
| "first": "Sorin", |
| "middle": [], |
| "last": "Dusan", |
| "suffix": "" |
| }, |
| { |
| "first": "Lawrence", |
| "middle": [], |
| "last": "Rabiner", |
| "suffix": "" |
| } |
| ], |
| "year": 2006, |
| "venue": "Proceedings of INTER-SPEECH", |
| "volume": "", |
| "issue": "", |
| "pages": "1317--1320", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Sorin Dusan and Lawrence Rabiner. 2006. On the re- lation between maximum spectral transition positions and phone boundaries. In Proceedings of INTER- SPEECH, pages 1317 -1320.", |
| "links": null |
| }, |
| "BIBREF3": { |
| "ref_id": "b3", |
| "title": "Finding maximum margin segments in speech", |
| "authors": [ |
| { |
| "first": "Vincent", |
| "middle": [], |
| "last": "Yago Pereiro Estevan", |
| "suffix": "" |
| }, |
| { |
| "first": "Odette", |
| "middle": [], |
| "last": "Wan", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Scharenborg", |
| "suffix": "" |
| } |
| ], |
| "year": 2007, |
| "venue": "Proceedings of ICASSP", |
| "volume": "", |
| "issue": "", |
| "pages": "937--940", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Yago Pereiro Estevan, Vincent Wan, and Odette Scharen- borg. 2007. Finding maximum margin segments in speech. In Proceedings of ICASSP, pages 937 -940.", |
| "links": null |
| }, |
| "BIBREF4": { |
| "ref_id": "b4", |
| "title": "A sticky HDP-HMM with application to speaker diarization", |
| "authors": [ |
| { |
| "first": "Emily", |
| "middle": [], |
| "last": "Fox", |
| "suffix": "" |
| }, |
| { |
| "first": "Erik", |
| "middle": [ |
| "B" |
| ], |
| "last": "Sudderth", |
| "suffix": "" |
| }, |
| { |
| "first": "Michael", |
| "middle": [ |
| "I" |
| ], |
| "last": "Jordan", |
| "suffix": "" |
| }, |
| { |
| "first": "Alan", |
| "middle": [ |
| "S" |
| ], |
| "last": "Willsky", |
| "suffix": "" |
| } |
| ], |
| "year": 2011, |
| "venue": "Annals of Applied Statistics", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Emily Fox, Erik B. Sudderth, Michael I. Jordan, and Alan S. Willsky. 2011. A sticky HDP-HMM with application to speaker diarization. Annals of Applied Statistics.", |
| "links": null |
| }, |
| "BIBREF5": { |
| "ref_id": "b5", |
| "title": "Keyword spotting of arbitrary words using minimal speech resources", |
| "authors": [ |
| { |
| "first": "Alvin", |
| "middle": [], |
| "last": "Garcia", |
| "suffix": "" |
| }, |
| { |
| "first": "Herbert", |
| "middle": [], |
| "last": "Gish", |
| "suffix": "" |
| } |
| ], |
| "year": 2006, |
| "venue": "Proceedings of ICASSP", |
| "volume": "", |
| "issue": "", |
| "pages": "949--952", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Alvin Garcia and Herbert Gish. 2006. Keyword spotting of arbitrary words using minimal speech resources. In Proceedings of ICASSP, pages 949-952.", |
| "links": null |
| }, |
| "BIBREF7": { |
| "ref_id": "b7", |
| "title": "Bayesian Data Analysis. Texts in Statistical Science. Chapman & Hall/CRC", |
| "authors": [ |
| { |
| "first": "Andrew", |
| "middle": [], |
| "last": "Gelman", |
| "suffix": "" |
| }, |
| { |
| "first": "John", |
| "middle": [ |
| "B" |
| ], |
| "last": "Carlin", |
| "suffix": "" |
| }, |
| { |
| "first": "Hal", |
| "middle": [ |
| "S" |
| ], |
| "last": "Stern", |
| "suffix": "" |
| }, |
| { |
| "first": "Donald", |
| "middle": [ |
| "B" |
| ], |
| "last": "Rubin", |
| "suffix": "" |
| } |
| ], |
| "year": 2004, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Andrew Gelman, John B. Carlin, Hal S. Stern, and Don- ald B. Rubin. 2004. Bayesian Data Analysis. Texts in Statistical Science. Chapman & Hall/CRC, second edition.", |
| "links": null |
| }, |
| "BIBREF8": { |
| "ref_id": "b8", |
| "title": "A probabilistic framework for segment-based speech recognition", |
| "authors": [ |
| { |
| "first": "James", |
| "middle": [], |
| "last": "Glass", |
| "suffix": "" |
| } |
| ], |
| "year": 2003, |
| "venue": "Computer Speech and Language", |
| "volume": "17", |
| "issue": "", |
| "pages": "137--152", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "James Glass. 2003. A probabilistic framework for segment-based speech recognition. Computer Speech and Language, 17:137 -152.", |
| "links": null |
| }, |
| "BIBREF9": { |
| "ref_id": "b9", |
| "title": "A Bayesian framework for word segmentation: exploring the effects of context", |
| "authors": [ |
| { |
| "first": "Sharon", |
| "middle": [], |
| "last": "Goldwater", |
| "suffix": "" |
| } |
| ], |
| "year": 2009, |
| "venue": "Cognition", |
| "volume": "112", |
| "issue": "", |
| "pages": "21--54", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Sharon Goldwater. 2009. A Bayesian framework for word segmentation: exploring the effects of context. Cognition, 112:21-54.", |
| "links": null |
| }, |
| "BIBREF10": { |
| "ref_id": "b10", |
| "title": "Towards unsupervised training of speaker independent acoustic models", |
| "authors": [ |
| { |
| "first": "Aren", |
| "middle": [], |
| "last": "Jansen", |
| "suffix": "" |
| }, |
| { |
| "first": "Kenneth", |
| "middle": [], |
| "last": "Church", |
| "suffix": "" |
| } |
| ], |
| "year": 2011, |
| "venue": "Proceedings of INTERSPEECH", |
| "volume": "", |
| "issue": "", |
| "pages": "1693--1696", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Aren Jansen and Kenneth Church. 2011. Towards un- supervised training of speaker independent acoustic models. In Proceedings of INTERSPEECH, pages 1693 -1696.", |
| "links": null |
| }, |
| "BIBREF11": { |
| "ref_id": "b11", |
| "title": "Continuous speech recognition by statistical methods", |
| "authors": [ |
| { |
| "first": "Frederick", |
| "middle": [], |
| "last": "Jelinek", |
| "suffix": "" |
| } |
| ], |
| "year": 1976, |
| "venue": "Proceedings of the IEEE", |
| "volume": "64", |
| "issue": "", |
| "pages": "532--556", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Frederick Jelinek. 1976. Continuous speech recogni- tion by statistical methods. Proceedings of the IEEE, 64:532 -556.", |
| "links": null |
| }, |
| "BIBREF12": { |
| "ref_id": "b12", |
| "title": "Supphanat Kanokphara, and Nattanun Thatphithakkul", |
| "authors": [ |
| { |
| "first": "Sawit", |
| "middle": [], |
| "last": "Kasuriya", |
| "suffix": "" |
| }, |
| { |
| "first": "Virach", |
| "middle": [], |
| "last": "Sornlertlamvanich", |
| "suffix": "" |
| }, |
| { |
| "first": "Patcharika", |
| "middle": [], |
| "last": "Cotsomrong", |
| "suffix": "" |
| } |
| ], |
| "year": 2003, |
| "venue": "Proceedings of Oriental CO-COSDA", |
| "volume": "", |
| "issue": "", |
| "pages": "54--61", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Sawit Kasuriya, Virach Sornlertlamvanich, Patcharika Cotsomrong, Supphanat Kanokphara, and Nattanun Thatphithakkul. 2003. Thai speech corpus for Thai speech recognition. In Proceedings of Oriental CO- COSDA, pages 54-61.", |
| "links": null |
| }, |
| "BIBREF13": { |
| "ref_id": "b13", |
| "title": "Speakerindependent phone recognition using hidden Markov models", |
| "authors": [ |
| { |
| "first": "Kai-Fu", |
| "middle": [], |
| "last": "Lee", |
| "suffix": "" |
| }, |
| { |
| "first": "Hsiao-Wuen", |
| "middle": [], |
| "last": "Hon", |
| "suffix": "" |
| } |
| ], |
| "year": 1989, |
| "venue": "Speech, and Signal Processing", |
| "volume": "37", |
| "issue": "", |
| "pages": "1641--1648", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Kai-Fu Lee and Hsiao-Wuen Hon. 1989. Speaker- independent phone recognition using hidden Markov models. IEEE Trans. on Acoustics, Speech, and Sig- nal Processing, 37:1641 -1648.", |
| "links": null |
| }, |
| "BIBREF14": { |
| "ref_id": "b14", |
| "title": "A segment model based approach to speech recognition", |
| "authors": [ |
| { |
| "first": "Chin-Hui", |
| "middle": [], |
| "last": "Lee", |
| "suffix": "" |
| }, |
| { |
| "first": "Frank", |
| "middle": [], |
| "last": "Soong", |
| "suffix": "" |
| }, |
| { |
| "first": "Biing-Hwang", |
| "middle": [], |
| "last": "Juang", |
| "suffix": "" |
| } |
| ], |
| "year": 1988, |
| "venue": "Proceedings of ICASSP", |
| "volume": "", |
| "issue": "", |
| "pages": "501--504", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Chin-Hui Lee, Frank Soong, and Biing-Hwang Juang. 1988. A segment model based approach to speech recognition. In Proceedings of ICASSP, pages 501- 504.", |
| "links": null |
| }, |
| "BIBREF15": { |
| "ref_id": "b15", |
| "title": "Conjugate Bayesian analysis of the Gaussian distribution", |
| "authors": [ |
| { |
| "first": "Kevin", |
| "middle": [ |
| "P" |
| ], |
| "last": "Murphy", |
| "suffix": "" |
| } |
| ], |
| "year": 2007, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Kevin P. Murphy. 2007. Conjugate Bayesian analysis of the Gaussian distribution. Technical report, University of British Columbia.", |
| "links": null |
| }, |
| "BIBREF16": { |
| "ref_id": "b16", |
| "title": "Markov chain sampling methods for Dirichlet process mixture models", |
| "authors": [ |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Radford", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Neal", |
| "suffix": "" |
| } |
| ], |
| "year": 2000, |
| "venue": "Journal of Computational and Graphical Statistics", |
| "volume": "9", |
| "issue": "2", |
| "pages": "249--265", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Radford M. Neal. 2000. Markov chain sampling meth- ods for Dirichlet process mixture models. Journal of Computational and Graphical Statistics, 9(2):249- 265.", |
| "links": null |
| }, |
| "BIBREF17": { |
| "ref_id": "b17", |
| "title": "Unsupervised optimal phoeme segmentation: Objectives, algorithms and comparisons", |
| "authors": [ |
| { |
| "first": "Yu", |
| "middle": [], |
| "last": "Qiao", |
| "suffix": "" |
| }, |
| { |
| "first": "Naoya", |
| "middle": [], |
| "last": "Shimomura", |
| "suffix": "" |
| }, |
| { |
| "first": "Nobuaki", |
| "middle": [], |
| "last": "Minematsu", |
| "suffix": "" |
| } |
| ], |
| "year": 2008, |
| "venue": "Proceedings of ICASSP", |
| "volume": "", |
| "issue": "", |
| "pages": "3989--3992", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Yu Qiao, Naoya Shimomura, and Nobuaki Minematsu. 2008. Unsupervised optimal phoeme segmentation: Objectives, algorithms and comparisons. In Proceed- ings of ICASSP, pages 3989 -3992.", |
| "links": null |
| }, |
| "BIBREF18": { |
| "ref_id": "b18", |
| "title": "The infinite Gaussian mixture model", |
| "authors": [ |
| { |
| "first": "Carl", |
| "middle": [ |
| "Edward" |
| ], |
| "last": "Rasmussen", |
| "suffix": "" |
| } |
| ], |
| "year": 2000, |
| "venue": "Advances in Neural Information Processing Systems", |
| "volume": "12", |
| "issue": "", |
| "pages": "554--560", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Carl Edward Rasmussen. 2000. The infinite Gaussian mixture model. In Advances in Neural Information Processing Systems, 12:554-560.", |
| "links": null |
| }, |
| "BIBREF19": { |
| "ref_id": "b19", |
| "title": "Unsupervised speech segmentation: An analysis of the hypothesized phone boundaries", |
| "authors": [ |
| { |
| "first": "Odette", |
| "middle": [], |
| "last": "Scharenborg", |
| "suffix": "" |
| }, |
| { |
| "first": "Vincent", |
| "middle": [], |
| "last": "Wan", |
| "suffix": "" |
| }, |
| { |
| "first": "Mirjam", |
| "middle": [], |
| "last": "Ernestus", |
| "suffix": "" |
| } |
| ], |
| "year": 2010, |
| "venue": "Journal of the Acoustical Society of America", |
| "volume": "127", |
| "issue": "", |
| "pages": "1084--1095", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Odette Scharenborg, Vincent Wan, and Mirjam Ernestus. 2010. Unsupervised speech segmentation: An analy- sis of the hypothesized phone boundaries. Journal of the Acoustical Society of America, 127:1084-1095.", |
| "links": null |
| }, |
| "BIBREF20": { |
| "ref_id": "b20", |
| "title": "Unsupervised learning of acoustic sub-word units", |
| "authors": [ |
| { |
| "first": "Sanjeev", |
| "middle": [], |
| "last": "Balakrishnan Varadarajan", |
| "suffix": "" |
| }, |
| { |
| "first": "Emmanuel", |
| "middle": [], |
| "last": "Khudanpur", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Dupoux", |
| "suffix": "" |
| } |
| ], |
| "year": 2008, |
| "venue": "Proceedings of ACL-08: HLT, Short Papers", |
| "volume": "", |
| "issue": "", |
| "pages": "165--168", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Balakrishnan Varadarajan, Sanjeev Khudanpur, and Em- manuel Dupoux. 2008. Unsupervised learning of acoustic sub-word units. In Proceedings of ACL-08: HLT, Short Papers, pages 165-168.", |
| "links": null |
| }, |
| "BIBREF21": { |
| "ref_id": "b21", |
| "title": "Unsupervised spoken keyword spotting via segmental DTW on Gaussian posteriorgrams", |
| "authors": [ |
| { |
| "first": "Yaodong", |
| "middle": [], |
| "last": "Zhang", |
| "suffix": "" |
| }, |
| { |
| "first": "James", |
| "middle": [], |
| "last": "Glass", |
| "suffix": "" |
| } |
| ], |
| "year": 2009, |
| "venue": "Proceedings of ASRU", |
| "volume": "", |
| "issue": "", |
| "pages": "398--403", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Yaodong Zhang and James Glass. 2009. Unsuper- vised spoken keyword spotting via segmental DTW on Gaussian posteriorgrams. In Proceedings of ASRU, pages 398 -403.", |
| "links": null |
| }, |
| "BIBREF22": { |
| "ref_id": "b22", |
| "title": "Resource configurable spoken query detection using deep Boltzmann machines", |
| "authors": [ |
| { |
| "first": "Yaodong", |
| "middle": [], |
| "last": "Zhang", |
| "suffix": "" |
| }, |
| { |
| "first": "Ruslan", |
| "middle": [], |
| "last": "Salakhutdinov", |
| "suffix": "" |
| } |
| ], |
| "year": 2012, |
| "venue": "Proceedings of ICASSP", |
| "volume": "", |
| "issue": "", |
| "pages": "5161--5164", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Yaodong Zhang, Ruslan Salakhutdinov, Hung-An Chang, and James Glass. 2012. Resource configurable spoken query detection using deep Boltzmann machines. In Proceedings of ICASSP, pages 5161-5164.", |
| "links": null |
| } |
| }, |
| "ref_entries": { |
| "FIGREF0": { |
| "type_str": "figure", |
| "uris": null, |
| "text": "An example of the observed data and hidden variables of the problem for the word banana. See Section 3 for a detailed explanation.", |
| "num": null |
| }, |
| "FIGREF1": { |
| "type_str": "figure", |
| "uris": null, |
| "text": "The full derivation of the relative conditional posterior probabilities of a boundary variable.", |
| "num": null |
| }, |
| "FIGREF2": { |
| "type_str": "figure", |
| "uris": null, |
| "text": "Let the d th entry of \u00b5 m c,s and \u03bb m c,s be \u00b5 m,d c,s and \u03bb m,d", |
| "num": null |
| }, |
| "FIGREF3": { |
| "type_str": "figure", |
| "uris": null, |
| "text": "A confusion matrix of the learned cluster labels from the TIMIT training set excluding the sa type utterances and the 48 phones used in TIMIT. Note that for clarity, we show only pairs that occurred more than 200 times in the alignment results. The average co-occurrence frequency of the mapping pairs in this figure is 431.", |
| "num": null |
| }, |
| "TABREF2": { |
| "html": null, |
| "type_str": "table", |
| "text": "The segmentation performance of the baselines, our model and the heuristic pre-segmentation on TIMIT training set. *The number of phone boundaries in each utterance was assumed to be known in this model.", |
| "content": "<table/>", |
| "num": null |
| } |
| } |
| } |
| } |