Recognition of phonemes in continuous speech using a modified LVQ2 method

Size: px
Start display at page:

Download "Recognition of phonemes in continuous speech using a modified LVQ2 method"

Transcription

1 J. Acoust. Soc. Jpn.(E) 13, 6 (1992) Recognition of phonemes in continuous speech using a modified LVQ2 method Shozo Makino,* Mitsuru Endo,** Toshio Sone,*** and Ken'iti Kido**** *Research Center for Applied Information. Sciences, Tohoku University, 211 Katahira, Aobaku, Sendai, 980 Japan **Matsushita Research Institute Tokyo Inc., Higashimita, Tamaku, Kawasaki, 214 Japan ***Research Institute of Electrical Communication, Tohoku University, 211 Katahira, Aobaku, Sendai, 980 Japan ****Department of Information Engineering, Chiba Institute of Technology, 2171 Tsudanurna, Narashino, 275 Japan (Received 19 February 1992) This paper proposes a new phoneme recognition method based on the Learning Vector Quantization (LVQ2) algorithm proposed by Kohonen. We propose three versions of a modified training algorithm to overcome a shortcoming of the LVQ2 method. In the modified LVQ2 algorithm, p reference vectors are modified at the same time if the correct class is within the Nth rank where N is set to some constant. Using this al gorithm, the phoneme recognition scores obtained by the modified LVQ2 algorithm were higher than those obtained by the original LVQ2 algorithm. Furthermore, we propose a segmentation and recognition method for phonemes in continuous speech. At first a likelihood matrix is computed using the reference vectors, where each row indicates the likelihood sequence of each phoneme and each column indicates the likeli hood of all phonemes for each 10ms unit. The optimum phoneme sequence is com puted from the likelihood matrix using the DP with duration constraints. We applied this method to a multispeakerdependent phoneme recognition task for continuous speech uttered Bunsetsu by Bunsetsu. The phoneme recognition score was 85.5% for the speech samples in continuous speech. Keywords:Phoneme recognition, Learning vector quantization, Phoneme segmenta tion, Neural network, Discriminative training PACS number: Ne 1. INTRODUCTION The neural network approach is one of the most promising approaches to a phoneme recognition task. We proposed phoneme recognition methods based on the multilayer perceptrons, 1,2) which produced a hypothesis of a phoneme sequence from continuous speech. However, there is a problem in robustness for variations in duration within a phoneme and for speaker differences, because these systems used a single phoneme reference vector with the length set to the average duration of each phoneme. The Learning Vector Quantization (LVQ, LVQ2) methods were proposed by Kohonen et al. 3) They showed that the LVQ2 was superior to the LVQ. However, in the LVQ2 method, two reference vec tors are modified at the same time if the first nearest class to an input vector is incorrect while the second nearest class to the input vector is correct. If the given vector is recognized as the third rank, the modification is not performed. McDermott et al. 4) 351

2 J. Acoust. Soc. Jpn.(E) 13, 6 (1992) developed a shifttolerant phoneme recognition system based on the LVQ2 method. This system uses multiple reference vectors with a duration of 70 ms for each phoneme. By adopting multiple reference vectors with lengths shorter than the average duration of the phoneme, the system ob tains a robustness for the variation in duration with in the phoneme and for the variation in speaker characteristics. However, this system does not perform segmentation and recognition of phoneme in continuous speech. The system only performs discrimination of a single phoneme from a given phoneme group for a given segment. Iwamida et al.5) developed an LVQHMM phoneme recogni tion system. In this system, speech is first trans formed to a vectorcode sequence using a code book obtained by the LVQ2 method and then the discretetype HMM is applied to the vectorcode sequence. This phoneme recognition system also only performs discrimination. As noted above, the following problems in con structing a phoneme recognition system using the LVQ2 method still remain: (1) No training algorithm if the rank of the given vector is greater than 2, and (2) No segmentation and recognition method for continuous speech. This paper describes a phoneme recognition sys tem based on the Learning Vector Quantization algorithm and the DP. The reference vectors are trained using the modified Learning Vector Quanti zation algorithm (MLVQ2) which we propose in this paper. Each phoneme has multiple reference vectors with a duration of 70 ms. Accordingly, the system can also deal with the variation in dura tion within a phoneme and the speaker variation. We then investigate the optimum dimension for representing the reference vectors. Finally we construct a phoneme recognition system which produces a hypothesis of a phoneme sequence from continuous speech using the DP with phoneme duration constraints. 2. MODIFIED LEARNING VECTOR QUANTIZATION ALGORITHM (MLVQ2) In the LVQ2 algorithm, the reference vector is modified when a given training vector x satisfies the following three conditions:1) the nearest class to the given vector must be incorrect, 2) the next nearest class to the given vector must be correct, and 3) the training vector must fall inside a small, sym metric window defined around the midpoint of the incorrect reference vector and the correct reference vector. In our preliminary phoneme recognition experi ments using the LVQ2 algorithm, we found that the given training vector hardly contributed to the learning when the rank of the given vector was greater than 2. In this paper, we propose three versions of a modified training algorithm for the LVQ2 method. Figure 1 shows a flowchart of the modified LVQ2 algorithm. In the modified LVQ2 (MLVQ2) al gorithm, p reference vectors are modified at the same time if the correct class is within the Nth rank where N is set to some constant. The modified LVQ2 algorithm consists of the following 6 steps. In step 1, reference vectors are chosen using the K Means clustering method from each class. In step 2, the reference vector of each class nearest to an input vector is selected. In step 3, the rank of the correct class is computed. When the rank of the correct class is n, we assume that the reference vector of the correct class is mn. In step 4, n is checked to see whether or not n falls in the range 2 n N. In step 5, a check is made to see whether or not the input vector falls within a small window, where the window is defined around the midpoint of m1 and mn. In step 6, the ith reference vector is modified according to one of the following three versions of the modified LVQ2 algorithm. MLVQ2.a6) step 6: MLVQ2.b step 6: MLVQ2.c step 6: where, (1) (2) (3) (4) (5) t is the sample number, T=No. of iterations ~No. of (6) (7) 352

3 S. MAKINO et al.:recognition OF PHONEMES USING A MODIFIED LVQ2 MLVQ2.a MLVQ2.b NILVQ2.c LVQ3[McDermott] Fig. 1 Modified LVQ2 algorithm. samples, and ƒ 0 is the initial learning coefficient equal to 0.02 After we proposed MLVQ2.a, McDermott pro posed the LVQ3 7) and Kohonen also proposed another LVQ3. 8) Recently McDermott and Kata giri 9) proposed several generalized training algo rithms for various speech units based on the gener alized probabilistic decent method. 10) The LVQ3 proposed by Kohonen is almost the same as the LVQ2, while one more modification equation is added. That is, if an input and the two closest classes belong to the same class, the modification is performed so that the mean vector mi can approxi mate the class distribution. McDermott and Katagiri found that the generalized training algo rithm for the segment unit corresponded to the LVQ3 proposed by McDermott when the approximation was extremely simplified. Until the present we can not make clear the relation between the MLVQ2 and the generalized training algorithms. Hereafter, we compare the MLVQ2 with the LVQ3 proposed by McDermott. Figure 2 shows examples of the three versions together with the LVQ3 proposed by McDermott.7) In the MLVQ2.a, if the correct training vector is recognized as the nth rank, the top (n1) reference vectors are moved away by ƒ n while the nth refer ence vector is moved nearer by ƒ n. In the MLVQ2.b, Fig. 2 Examples of various LVQ algo rithms(rank of correct vector=4). Num bersindicate ranks. the (n1)th reference vector is moved away by ƒ 1 while the nth reference vector is moved nearer by In the MLVQ2.c, the top n1 reference vectors are moved away by ƒ 1/(n1) while the nth refer ence vector is moved nearer by ƒ 1. In the LVQ3 proposed by McDermott, the first reference vector is moved away by ƒ while the nth reference vector is moved nearer by ƒ. 3. COMPARISON AMONG THE VARIOUS LVQ ALGORITHMS Recognition experiments were carried out to compare the various LVQ algorithms. The recogni tion experiments were carried out for a phoneme segment where the beginning and final frames of each input phoneme were given. Training was carried out for the phoneme samples in a 212word vocabulary uttered by 7 male and 8 female speakers. The recognition experiments for the 30 phonemes shown in Table 1 were carried out for the phoneme samples in the 212word vocabulary uttered by another set of 3 male and 2 female speakers. Speech was analyzed by a 29channel bandpass 353

4 J. Acoust. Soc. Jpn.(E) 13, 6 (1992) Table 1 Thirty phonemes to be recognized. an activation value aw as defined by (8) filter bank. The speech was represented by a se quence of logarithmic spectra with 10ms frame shift. The phoneme recognition system, for the com parison was similar to the shifttolerant model pro posed by McDermott et al. 4): (1) Eight melcepstrum coefficients and 8 4 mel cepstrum coefficients were computed for every frame from the logarithmic spectrum. The value of each coefficient was normalized by the maximum magnitude of the coefficient. Each reference vector was represented by 112 co efficients (7 frames ~16 coefficients). Each class was assigned 15 reference vectors chosen by the KMeans clustering method. (2) A 7frame window was moved over the given phoneme segment and yields a 112dimensional input vector every frame. (3) In the training stage the various LVQ2 al gorithms were applied to the input vector as previously described. (4) In the recognition stage we computed the dis tances between the input vector of each frame and the nearest reference vector within each class. (5) From these distances, each class was assigned where d, c and t are distance, class, and frame number, respectively. (6) The activation value of each frame was summed over the given phoneme segment. (7) The class with the maximum activation value was regarded as the recognized output. Figure 3 shows the relation between the recogni tionscores for the consonants /b/, /d/ and /g/ and the number of iterations. In the LVQ2 method, the top2 recognition scores reached a plateau after a few iterations and was lower compared to those obtained by the MLVQ2.a. That is, the modified LVQ2 methods gave higher accumulated recognition scores because the modification was carried out even when the rank of the given vector was greater than 2. Thus, the recognition scores obtained by the MLVQ2 methods were higher than those obtained by the LVQ2 method. Table 2 shows the phoneme recognition scores obtained by the various algorithms. The recogni tionscores obtained by the modified LVQ2 algo rithms were higher by about 5% than those obtained by the LVQ2 algorithm. However, the MLVQ2.a gave a lower recognition score compared to the LVQ2 when the number of iterations was increased and N was set to 30. In the MLVQ2.a algorithm, there remains a problem in choosing the value of N. The recognition scores obtained by the MLVQ2.b and MLVQ2.c increased as the number of iterations and N were increased. Accordingly we used the MLVQ2.b for phoneme recognition hereafter. LVQ2 MLVQ2.a Fig. 3 Relation between number of iterations and percent correct, 354

5 S. MAKINO et al.:recognition OF PHONEMES USING A MODIFIED LVQ2 No. of iteration=10. Table 2 Comparison among various LVQ algorithms. 4. INVESTIGATION ON OPTIMUM DIMENSION OF REFERENCE VECTORS In the experiments described in section 3, we used the 112dimensional vector computed from the 7frame window, where each frame was, represented by the 8 melcepstrum coefficients and the 8 mel cepstrum coefficients computed by a regression analysis over 5 frames. In this section, we investi gate the optimum dimension for representing a reference vector. We should investigate the follow ing dimensions: (1) Number (Nc) of the melcepstrum coefficients computed in every frame (2) Number (Nd) of the melcepstrum coefficients computed in every frame (3) Number (Ns) of frames of the time span for computing melcepstrum (4) Number (Nw) of frames of the time window of the reference vector We defined the optimum dimension by phoneme recognition experiments for /b/, /d/ and /g/ samples in the 212word vocabulary uttered by 3 male and 2 female speakers, where the reference vectors of each phoneme were constructed using speech samples uttered by another set of 7 male and 8 female speakers. At first, N, was set to 7 and then the optimum Nc and Nd were examined for. Ns=3, 5, 7. Figure 4(a) shows the results for Ns=5. Two parameter sets gave the best recognition scores for the test set: the combination of 8 melcepstrum coefficients and 8 melcepstrum coefficients, and the 16 melcepstrum coefficients. A similar tendency was observed for Ns=3 and Ns=7. Next, the optimum Ns was examined when using the parameters pre viously defined. Figure 4(b) shows the results. The two sets of parameters showed the best recogni tion scores at Ns=5. There was no significant difference between the two sets of parameters in the recognition scores. We used the 8 melcepstrum coefficients and the 8 melcepstrum coefficients obtained from the 5frame span hereafter. Under the conditions previously described, we investigated the optimum Nw. Figure 4(c) shows the results. The recognition scores show a fluctuation. We used 7 frames for Nw since the recognition score reached a plateau for the training set and a relatively higher recognition score was obtained for the test set. 5. SELECTION METHOD OF INITIAL REFERENCE VECTORS As previously described, we used 15 reference vectors for each phoneme obtained by the KMeans clustering method. However, it still remains whether or not the 15 reference vectors is sufficient and which method is appropriate for selecting the initial reference vectors. In this section, we in vestigate on these questions. At first, we changed the number of reference vectors selected by the KMeans clustering method. Figure 5 shows the result for the 30 phonemes. As can be seen from the figure, the recognition score does not change much when the number of reference 355

6 J. Acoust. Soc. Jpn.(E) 13, 6 (1992) (a) Effect of number of coefficients of melcepstrum (b) Effect of number of frames of time span for computing melcepstrum (c) Effect of number of frames of time window Fig. 4 Investigations on optimum dimensions for reference vectors. recognizing the phoneme. Next we investigated the following four methods for selecting the initial reference vectors. (1) Method 1:each phoneme is assigned 15 refer ence vectors selected by the KMeans clustering method. (2) Method 2:the number of reference vectors of each phoneme is changed based on the average distortion D defined by (9) where, mi, is a reference vector and x is an input vector. x mi denotes that mi is the nearest Fig. 5 Relation between number of refer ence vectors of each phoneme and percent correct. vectors is greater than 10. Accordingly when each phoneme was assigned the same number of reference vectors, the 15 reference vectors were sufficient for reference vector to the input vector x. For comparison with method 1, when the total number of reference vectors is set to 450 and the maximum number of the reference vectors of each class is limited to 30, the number of ref erence vectors is so defined that the averagedistortion of each class is almost the same. 356

7 S. MAKINO et al.:recognition OF PHONEMES USING A MODIFIED LVQ2 Table 3 Number of reference vectors ob tained by method 2 and method 3. Method 2 Table 4 Recognition scores for four methods for selecting the initial reference vectors. Method 3 Table 3 shows the number of reference vectors. The obtained reference vectors are used as the initial reference vectors for the training. (3) Method 3:the number of reference vectors of each phoneme is automatically defined in the training process of the MLVQ2. m is defined as the average vector of the whole training speech data. Each phoneme class always has the vector m in addition to the reference vec tors. At the first step each phoneme only has the single vector m. When the average vector m satisfies the conditions of the modification and the average vector is moved nearer to the input vector, the modification is carried out. After the modification is over, the modified average vector is reassigned to the phoneme class and the average vector m is again added to the phoneme class. When the average vector is moved away, the modification and the assignment are not carried out. The training is carried out until the total number of true reference vectors reaches 450. Table 3 also shows the number of reference vectors of each phoneme obtained by method 3. (4) Method 4:the KMeans clustering method is applied to each class using the number of reference vectors defined by method 3. Table 4 shows the recognition scores obtained by the four methods mentioned previously. Method 2 gave the worst recognition scores among the four methods and needed the longest computation time. Method 3 gave the best recognition scores for the training set and needed the shortest computation time. However, the recognition score for the test set was not so high. Method 4 showed the best recognition score for the test set. This indicates that method 3 gave a nearly optimum number of reference vectors. Method 1 gave a moderate recognition score and a moderate computation time. Hereafter we used method 1 for selecting the initial vectors for the training. 6. RECOGNITION OF PHONEMES IN SPOKEN WORDS The recognition scores described in the previous sections were obtained for given segments. It is necessary to carry out segmentation of speech for an acoustic processor in a continuous speech rec ognition system. It is desirable to carry out simultaneous recognition and segmentation of phonemes. In this paper, we used the DP with phoneme duration constraints for the recognition and segmentation of phonemes in continuous speech, where the beginning and final frames of the input speech were given. The phoneme recognition system is as follows: (1) A 7frame window is moved over the input speech and yields a 112dimensional input vector per frame. (2) The distances between the input vector and the nearest reference vector within each class are computed every frame. (3) An optimum hypothesis for a phoneme se quence is made using the DP by taking into account phoneme duration constraints. The DP equation with phoneme duration con straints is as follows: Initialization:G(0)=0 DP equation: for j:=1 to N do begin 357

8 J. Acoust. Soc. Jpn.(E) 13, 6 (1992) for i:=1 to j do begin classes where (ji+1) satisfy their duration constraints) Table 5 Recognition scores for four kinds of duration constraints. where distc(k) is the distance between the kth frame vector and phoneme class c end end This DP equation is similar to the 2level DP. 11) However, the first stage DP is substituted with linear matching. The following four kinds of constraints were examined for integrating to the DP. (a) Minimum and maximum duration constraints of a phoneme independent of the context. (b) Phoneme connection constraints between suc cessive two phonemes in addition to constraint (a). (c) Minimum duration constraints of a phoneme dependent on the preceding phoneme, where the maximum duration constraints of a phoneme is defined independent of the context. (d) Minimum duration constraints of a phoneme dependent on the preceding phoneme, where no constraints are used for the maximum dura tion constraints of a phoneme. The recognition experiments were carried out for evaluating the effectiveness of the duration con straints mentioned above. The training data and the test data were the same as those described in section 3. Table 5 shows the recognition scores for the various constraints. As can been seen from Table 5, the minimum duration constraints of a phoneme dependent on the preceding phoneme are very effective. On the contrary, the maximum duration constraints of a phoneme are not necessary. Next we investigated the effectiveness of the following methods, where dc is the minimum Euclid distance within a phoneme class c. (a) Method using the square of the Euclid distance (b) (c) (d) Table 6 Recognition scores for four methods. and the DP (10) Method using the activation value defined by Ep. (8) and the DP Method using the activation value and the DP for selecting an optimum phoneme se quence 12,13) Method using the logarithmic activation value and the DP Table 6 shows recognition scores for the test set using the various methods. By comparing method (b) to method (c), the DP is superior to the DP for selecting an optimum phoneme sequence. All distances or activation values gave similar per formances. 7. RECOGNITION OF PHONEMES IN CONTINUOUS SPEECH Recognition experiments were carried out for continuous speech uttered Bunsetsu by Bunsetsu. Each of two adult male uttered 148 sentences. The sentence speech were analyzed in the same fashion as described in section 3. Additional training was carried out for phoneme samples in 70 sentences 358

9 S. MAKINO et al.:recognition OF PHONEMES Table 7 Relation between recognition, scores and number of iterations in addi tional training. USING A MODIFIED 6) 7) 8) 9) uttered by the two male speakers, where the ref erence vectors of each phoneme obtained from the spoken words were used as the initial values. A recognition experiment for 30 phonemes was carried out for the phoneme samples in the remaining 226 sentences uttered by the same two speakers. Table 7 shows the relation between the recognition scores and the number of iterations in the additional training. The recognition scores reached a plateau after ten iterations. 8. CONCLUSION We proposed a modified LVQ2 algorithm and showed its superiority to the original LVQ2 algo rithm. We also showed that the DP using the Euclid distance obtained by the MLVQ2.b gave the best performance. The minimum duration of a phoneme dependent on the preceding phoneme was the most effective constraint in achieving a high recognition score. In order to apply the reference vectors ob tained from spoken words to continuous speech, ten iterations in the additional training were sufficient for the adaptation. REFERENCES 1) S. Makino, T. Kawabata, and K. Kido,"Recogni tionof consonant based on the perceptron model," Proc. ICASSP83, (1983). 2) S. Moriai, S. Makino, and K. Kido,"Phoneme recognition in continuous speech using phoneme discriminant filters," Proc. ICASSP86, (1986). 3) T. Kohonen, G. Barna, and R. Chrisley,"Statistical pattern recognition with neural networks:bench marking studies," IEEE Proc. ICNN, Vol.1, 6168 (1988). 4) E. McDermott and S. Katagiri,"Shiftinvariant phoneme recognition using Kohonen networks," Proc. Autumn Meet. Acoust. Soc. Jpn., (1988). 5) H. Iwamida, S. Katagiri, E. McDermott, and Y. Tohkura,"A hybrid speech recognition system 10) 11) 12) 13) LVQ2 using HMMs with an LVQtrained codebooks," Proc. ICASSP90, (1990). M. Endo, S. Makino, and K. Kido,"Phoneme recognition using a LVQ2 method," Trans. IEICEJ SP 8950 (1989)(in Japanese). E. McDermott,"LVQ3 for phoneme recognition," Proc. Spring Meet. Acoust. Soc. Jpn., (1990). T. Kohonen,"The selforganizing map," Proc. IEEE 78, (1990). E. McDermott and S. Katagiri,"Prototypebased minimum error classification for various speech units," Proc. Autumn Meet. Acoust. Soc. Jpn., (1991). S. Amari,"A theory of adaptive pattern classifiers," IEEE Trans. Electron. Comput. 16, (1967). H. Sakoe,"Twolevel DPmatchingA dynamic programming based pattern matching algorithm for connected word recognition" IEEE Trans. Acoust. Speech Signal Process. ASSP27, (1979). S. Makino, S. Moriai, and K. Kido,"A method for selecting an optimum phoneme sequence using a posteriori probabilities of phonemes," J. Acoust. Soc. Am. Suppl. No.1, PPP5 (1988). S. Makino, A. Ito, M. Endo, and K. Kido,"A Japanese text dictation system based on phoneme recognition and a dependency grammar," Trans. IEICEJ E74, (1991). Shozo Makino was born in Osaka, Japan, on January 3, He received the B.E., M.E. and Dr. en gineeringdegrees from Tohoku Uni versity, Sendai, Japan, in 1969, 1971 and 1974 respectively. In 1974, he worked with the Research Institute of Electrical Communication, Tohoku University as a Research Associate. In 1980, he worked with the Research Center for Applied Information Sciences, Tohoku University as a Research Associate. From 1984 to 1986 he worked with the Speech Technol ogy Laboratory, Santa Barbara, California, USA, as a visiting research scientist. Since 1987 he has been an Associate Professor of Information Science at the Research Center for Applied Information Sciences, Tohoku University. His present research interest is in spoken language processing, speech database, image processing and digital signal processing. Mitsuru Endo was born in He received the B.E. and M.E. degrees from Tohoku University, in 1989 and He went on to join the Matsu shita Research Institute Tokyo, Inc., where he has been engaged in speech recognition research and develop ment. He is a member of the Acousti 359

10 J. Acoust. Soc. Jpn.(E) 13, 6 (1992) cal Society in Japan. Toshio Sone was born on 14 May A graduate in electrical en gineering at Tohoku University, Japan in 1958, Sone did his graduate work at the same university, where he was awarded his Ph. D in electrical and communication engineering in He joined the Faculty of Engineering, Tohoku University as a Research Associate in 1963, be coming an Associate Professor in 1964 and a Full Pro fessor in He is now a Professor of the Research Institute of Electrical Communication, Tohoku Uni versity. He has been engaged in researches on psycho logical acoustics, electroacoustics, room acoustics and noise control for over thirty years, and is a fellow mem ber of the Institute of Noise Control Engineering of the USA, a member of the Board of Directors of INCE/ Japan, and a member of some other academic societies. He was a member of the Board of Directors of the Inter national Institute of Noise Control Engineering from 1985 to 1990 and also acted as SecretaryGeneral of the Western Pacific Commission for Acoustics from 1989 to Ken'iti Kido was born in Hamhun, Korea, on April 15, He received the B.E. and Dr. engineering degrees form Tohoku University, Sendai Japan, in 1948 and 1962 respectively. In 1948, he worked with the Research Institute of Electrical Communication, Tohoku University as a Research Associate. In 1957 he was an Associate Professor in the Faculty of Engineering. In 1963 he was a Professor of Acoustics at the Research Institute of Electrical Com munication, and from 1976 to 1990 he was a Professorof Information Sciences at the Research Center for Applied Information Sciences, Tohoku University, and the Direc tor of the Center. Since 1990 he has been a Professor of Department of Information Engineering at the Chiba Institute of Technology, Narashino, Japan. His present research interest is in digital signal processing and its application to acoustics and speech recognition. Dr. Kido is a Fellow of the Acoustical Society of America. From 1983 to 1985 he was President of the Acoustical Society of Japan.

Human Emotion Recognition From Speech

Human Emotion Recognition From Speech RESEARCH ARTICLE OPEN ACCESS Human Emotion Recognition From Speech Miss. Aparna P. Wanare*, Prof. Shankar N. Dandare *(Department of Electronics & Telecommunication Engineering, Sant Gadge Baba Amravati

More information

Speech Emotion Recognition Using Support Vector Machine

Speech Emotion Recognition Using Support Vector Machine Speech Emotion Recognition Using Support Vector Machine Yixiong Pan, Peipei Shen and Liping Shen Department of Computer Technology Shanghai JiaoTong University, Shanghai, China panyixiong@sjtu.edu.cn,

More information

Class-Discriminative Weighted Distortion Measure for VQ-Based Speaker Identification

Class-Discriminative Weighted Distortion Measure for VQ-Based Speaker Identification Class-Discriminative Weighted Distortion Measure for VQ-Based Speaker Identification Tomi Kinnunen and Ismo Kärkkäinen University of Joensuu, Department of Computer Science, P.O. Box 111, 80101 JOENSUU,

More information

AUTOMATIC DETECTION OF PROLONGED FRICATIVE PHONEMES WITH THE HIDDEN MARKOV MODELS APPROACH 1. INTRODUCTION

AUTOMATIC DETECTION OF PROLONGED FRICATIVE PHONEMES WITH THE HIDDEN MARKOV MODELS APPROACH 1. INTRODUCTION JOURNAL OF MEDICAL INFORMATICS & TECHNOLOGIES Vol. 11/2007, ISSN 1642-6037 Marek WIŚNIEWSKI *, Wiesława KUNISZYK-JÓŹKOWIAK *, Elżbieta SMOŁKA *, Waldemar SUSZYŃSKI * HMM, recognition, speech, disorders

More information

International Journal of Computational Intelligence and Informatics, Vol. 1 : No. 4, January - March 2012

International Journal of Computational Intelligence and Informatics, Vol. 1 : No. 4, January - March 2012 Text-independent Mono and Cross-lingual Speaker Identification with the Constraint of Limited Data Nagaraja B G and H S Jayanna Department of Information Science and Engineering Siddaganga Institute of

More information

Voice conversion through vector quantization

Voice conversion through vector quantization J. Acoust. Soc. Jpn.(E)11, 2 (1990) Voice conversion through vector quantization Masanobu Abe, Satoshi Nakamura, Kiyohiro Shikano, and Hisao Kuwabara A TR Interpreting Telephony Research Laboratories,

More information

A Comparison of DHMM and DTW for Isolated Digits Recognition System of Arabic Language

A Comparison of DHMM and DTW for Isolated Digits Recognition System of Arabic Language A Comparison of DHMM and DTW for Isolated Digits Recognition System of Arabic Language Z.HACHKAR 1,3, A. FARCHI 2, B.MOUNIR 1, J. EL ABBADI 3 1 Ecole Supérieure de Technologie, Safi, Morocco. zhachkar2000@yahoo.fr.

More information

Speaker recognition using universal background model on YOHO database

Speaker recognition using universal background model on YOHO database Aalborg University Master Thesis project Speaker recognition using universal background model on YOHO database Author: Alexandre Majetniak Supervisor: Zheng-Hua Tan May 31, 2011 The Faculties of Engineering,

More information

WHEN THERE IS A mismatch between the acoustic

WHEN THERE IS A mismatch between the acoustic 808 IEEE TRANSACTIONS ON AUDIO, SPEECH, AND LANGUAGE PROCESSING, VOL. 14, NO. 3, MAY 2006 Optimization of Temporal Filters for Constructing Robust Features in Speech Recognition Jeih-Weih Hung, Member,

More information

Design Of An Automatic Speaker Recognition System Using MFCC, Vector Quantization And LBG Algorithm

Design Of An Automatic Speaker Recognition System Using MFCC, Vector Quantization And LBG Algorithm Design Of An Automatic Speaker Recognition System Using MFCC, Vector Quantization And LBG Algorithm Prof. Ch.Srinivasa Kumar Prof. and Head of department. Electronics and communication Nalanda Institute

More information

A study of speaker adaptation for DNN-based speech synthesis

A study of speaker adaptation for DNN-based speech synthesis A study of speaker adaptation for DNN-based speech synthesis Zhizheng Wu, Pawel Swietojanski, Christophe Veaux, Steve Renals, Simon King The Centre for Speech Technology Research (CSTR) University of Edinburgh,

More information

Speaker Identification by Comparison of Smart Methods. Abstract

Speaker Identification by Comparison of Smart Methods. Abstract Journal of mathematics and computer science 10 (2014), 61-71 Speaker Identification by Comparison of Smart Methods Ali Mahdavi Meimand Amin Asadi Majid Mohamadi Department of Electrical Department of Computer

More information

Modeling function word errors in DNN-HMM based LVCSR systems

Modeling function word errors in DNN-HMM based LVCSR systems Modeling function word errors in DNN-HMM based LVCSR systems Melvin Jose Johnson Premkumar, Ankur Bapna and Sree Avinash Parchuri Department of Computer Science Department of Electrical Engineering Stanford

More information

Likelihood-Maximizing Beamforming for Robust Hands-Free Speech Recognition

Likelihood-Maximizing Beamforming for Robust Hands-Free Speech Recognition MITSUBISHI ELECTRIC RESEARCH LABORATORIES http://www.merl.com Likelihood-Maximizing Beamforming for Robust Hands-Free Speech Recognition Seltzer, M.L.; Raj, B.; Stern, R.M. TR2004-088 December 2004 Abstract

More information

Analysis of Speech Recognition Models for Real Time Captioning and Post Lecture Transcription

Analysis of Speech Recognition Models for Real Time Captioning and Post Lecture Transcription Analysis of Speech Recognition Models for Real Time Captioning and Post Lecture Transcription Wilny Wilson.P M.Tech Computer Science Student Thejus Engineering College Thrissur, India. Sindhu.S Computer

More information

Speech Recognition at ICSI: Broadcast News and beyond

Speech Recognition at ICSI: Broadcast News and beyond Speech Recognition at ICSI: Broadcast News and beyond Dan Ellis International Computer Science Institute, Berkeley CA Outline 1 2 3 The DARPA Broadcast News task Aspects of ICSI

More information

Learning Methods in Multilingual Speech Recognition

Learning Methods in Multilingual Speech Recognition Learning Methods in Multilingual Speech Recognition Hui Lin Department of Electrical Engineering University of Washington Seattle, WA 98125 linhui@u.washington.edu Li Deng, Jasha Droppo, Dong Yu, and Alex

More information

Speech Segmentation Using Probabilistic Phonetic Feature Hierarchy and Support Vector Machines

Speech Segmentation Using Probabilistic Phonetic Feature Hierarchy and Support Vector Machines Speech Segmentation Using Probabilistic Phonetic Feature Hierarchy and Support Vector Machines Amit Juneja and Carol Espy-Wilson Department of Electrical and Computer Engineering University of Maryland,

More information

Unvoiced Landmark Detection for Segment-based Mandarin Continuous Speech Recognition

Unvoiced Landmark Detection for Segment-based Mandarin Continuous Speech Recognition Unvoiced Landmark Detection for Segment-based Mandarin Continuous Speech Recognition Hua Zhang, Yun Tang, Wenju Liu and Bo Xu National Laboratory of Pattern Recognition Institute of Automation, Chinese

More information

Robust Speech Recognition using DNN-HMM Acoustic Model Combining Noise-aware training with Spectral Subtraction

Robust Speech Recognition using DNN-HMM Acoustic Model Combining Noise-aware training with Spectral Subtraction INTERSPEECH 2015 Robust Speech Recognition using DNN-HMM Acoustic Model Combining Noise-aware training with Spectral Subtraction Akihiro Abe, Kazumasa Yamamoto, Seiichi Nakagawa Department of Computer

More information

Automatic Pronunciation Checker

Automatic Pronunciation Checker Institut für Technische Informatik und Kommunikationsnetze Eidgenössische Technische Hochschule Zürich Swiss Federal Institute of Technology Zurich Ecole polytechnique fédérale de Zurich Politecnico federale

More information

Modeling function word errors in DNN-HMM based LVCSR systems

Modeling function word errors in DNN-HMM based LVCSR systems Modeling function word errors in DNN-HMM based LVCSR systems Melvin Jose Johnson Premkumar, Ankur Bapna and Sree Avinash Parchuri Department of Computer Science Department of Electrical Engineering Stanford

More information

Analysis of Emotion Recognition System through Speech Signal Using KNN & GMM Classifier

Analysis of Emotion Recognition System through Speech Signal Using KNN & GMM Classifier IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 2278-2834,p- ISSN: 2278-8735.Volume 10, Issue 2, Ver.1 (Mar - Apr.2015), PP 55-61 www.iosrjournals.org Analysis of Emotion

More information

Eli Yamamoto, Satoshi Nakamura, Kiyohiro Shikano. Graduate School of Information Science, Nara Institute of Science & Technology

Eli Yamamoto, Satoshi Nakamura, Kiyohiro Shikano. Graduate School of Information Science, Nara Institute of Science & Technology ISCA Archive SUBJECTIVE EVALUATION FOR HMM-BASED SPEECH-TO-LIP MOVEMENT SYNTHESIS Eli Yamamoto, Satoshi Nakamura, Kiyohiro Shikano Graduate School of Information Science, Nara Institute of Science & Technology

More information

Word Segmentation of Off-line Handwritten Documents

Word Segmentation of Off-line Handwritten Documents Word Segmentation of Off-line Handwritten Documents Chen Huang and Sargur N. Srihari {chuang5, srihari}@cedar.buffalo.edu Center of Excellence for Document Analysis and Recognition (CEDAR), Department

More information

PREDICTING SPEECH RECOGNITION CONFIDENCE USING DEEP LEARNING WITH WORD IDENTITY AND SCORE FEATURES

PREDICTING SPEECH RECOGNITION CONFIDENCE USING DEEP LEARNING WITH WORD IDENTITY AND SCORE FEATURES PREDICTING SPEECH RECOGNITION CONFIDENCE USING DEEP LEARNING WITH WORD IDENTITY AND SCORE FEATURES Po-Sen Huang, Kshitiz Kumar, Chaojun Liu, Yifan Gong, Li Deng Department of Electrical and Computer Engineering,

More information

An Empirical Analysis of the Effects of Mexican American Studies Participation on Student Achievement within Tucson Unified School District

An Empirical Analysis of the Effects of Mexican American Studies Participation on Student Achievement within Tucson Unified School District An Empirical Analysis of the Effects of Mexican American Studies Participation on Student Achievement within Tucson Unified School District Report Submitted June 20, 2012, to Willis D. Hawley, Ph.D., Special

More information

Body-Conducted Speech Recognition and its Application to Speech Support System

Body-Conducted Speech Recognition and its Application to Speech Support System Body-Conducted Speech Recognition and its Application to Speech Support System 4 Shunsuke Ishimitsu Hiroshima City University Japan 1. Introduction In recent years, speech recognition systems have been

More information

On the Formation of Phoneme Categories in DNN Acoustic Models

On the Formation of Phoneme Categories in DNN Acoustic Models On the Formation of Phoneme Categories in DNN Acoustic Models Tasha Nagamine Department of Electrical Engineering, Columbia University T. Nagamine Motivation Large performance gap between humans and state-

More information

ADVANCES IN DEEP NEURAL NETWORK APPROACHES TO SPEAKER RECOGNITION

ADVANCES IN DEEP NEURAL NETWORK APPROACHES TO SPEAKER RECOGNITION ADVANCES IN DEEP NEURAL NETWORK APPROACHES TO SPEAKER RECOGNITION Mitchell McLaren 1, Yun Lei 1, Luciana Ferrer 2 1 Speech Technology and Research Laboratory, SRI International, California, USA 2 Departamento

More information

Support Vector Machines for Speaker and Language Recognition

Support Vector Machines for Speaker and Language Recognition Support Vector Machines for Speaker and Language Recognition W. M. Campbell, J. P. Campbell, D. A. Reynolds, E. Singer, P. A. Torres-Carrasquillo MIT Lincoln Laboratory, 244 Wood Street, Lexington, MA

More information

SARDNET: A Self-Organizing Feature Map for Sequences

SARDNET: A Self-Organizing Feature Map for Sequences SARDNET: A Self-Organizing Feature Map for Sequences Daniel L. James and Risto Miikkulainen Department of Computer Sciences The University of Texas at Austin Austin, TX 78712 dljames,risto~cs.utexas.edu

More information

Python Machine Learning

Python Machine Learning Python Machine Learning Unlock deeper insights into machine learning with this vital guide to cuttingedge predictive analytics Sebastian Raschka [ PUBLISHING 1 open source I community experience distilled

More information

Dimensions of Classroom Behavior Measured by Two Systems of Interaction Analysis

Dimensions of Classroom Behavior Measured by Two Systems of Interaction Analysis Dimensions of Classroom Behavior Measured by Two Systems of Interaction Analysis the most important and exciting recent development in the study of teaching has been the appearance of sev eral new instruments

More information

Phonetic- and Speaker-Discriminant Features for Speaker Recognition. Research Project

Phonetic- and Speaker-Discriminant Features for Speaker Recognition. Research Project Phonetic- and Speaker-Discriminant Features for Speaker Recognition by Lara Stoll Research Project Submitted to the Department of Electrical Engineering and Computer Sciences, University of California

More information

Artificial Neural Networks written examination

Artificial Neural Networks written examination 1 (8) Institutionen för informationsteknologi Olle Gällmo Universitetsadjunkt Adress: Lägerhyddsvägen 2 Box 337 751 05 Uppsala Artificial Neural Networks written examination Monday, May 15, 2006 9 00-14

More information

A New Perspective on Combining GMM and DNN Frameworks for Speaker Adaptation

A New Perspective on Combining GMM and DNN Frameworks for Speaker Adaptation A New Perspective on Combining GMM and DNN Frameworks for Speaker Adaptation SLSP-2016 October 11-12 Natalia Tomashenko 1,2,3 natalia.tomashenko@univ-lemans.fr Yuri Khokhlov 3 khokhlov@speechpro.com Yannick

More information

Experiments with SMS Translation and Stochastic Gradient Descent in Spanish Text Author Profiling

Experiments with SMS Translation and Stochastic Gradient Descent in Spanish Text Author Profiling Experiments with SMS Translation and Stochastic Gradient Descent in Spanish Text Author Profiling Notebook for PAN at CLEF 2013 Andrés Alfonso Caurcel Díaz 1 and José María Gómez Hidalgo 2 1 Universidad

More information

Lecture 1: Machine Learning Basics

Lecture 1: Machine Learning Basics 1/69 Lecture 1: Machine Learning Basics Ali Harakeh University of Waterloo WAVE Lab ali.harakeh@uwaterloo.ca May 1, 2017 2/69 Overview 1 Learning Algorithms 2 Capacity, Overfitting, and Underfitting 3

More information

Learning Methods for Fuzzy Systems

Learning Methods for Fuzzy Systems Learning Methods for Fuzzy Systems Rudolf Kruse and Andreas Nürnberger Department of Computer Science, University of Magdeburg Universitätsplatz, D-396 Magdeburg, Germany Phone : +49.39.67.876, Fax : +49.39.67.8

More information

The Catalyst Facilitates Learning

The Catalyst Facilitates Learning The Catalyst Facilitates Learning "I PARTICIPATE lots in class discussions. I'm always saying 'what if?" I like to give my opinion." "I am aiming to do my best. If a class is dull I try to make it more

More information

INPE São José dos Campos

INPE São José dos Campos INPE-5479 PRE/1778 MONLINEAR ASPECTS OF DATA INTEGRATION FOR LAND COVER CLASSIFICATION IN A NEDRAL NETWORK ENVIRONNENT Maria Suelena S. Barros Valter Rodrigues INPE São José dos Campos 1993 SECRETARIA

More information

DOMAIN MISMATCH COMPENSATION FOR SPEAKER RECOGNITION USING A LIBRARY OF WHITENERS. Elliot Singer and Douglas Reynolds

DOMAIN MISMATCH COMPENSATION FOR SPEAKER RECOGNITION USING A LIBRARY OF WHITENERS. Elliot Singer and Douglas Reynolds DOMAIN MISMATCH COMPENSATION FOR SPEAKER RECOGNITION USING A LIBRARY OF WHITENERS Elliot Singer and Douglas Reynolds Massachusetts Institute of Technology Lincoln Laboratory {es,dar}@ll.mit.edu ABSTRACT

More information

Probabilistic Latent Semantic Analysis

Probabilistic Latent Semantic Analysis Probabilistic Latent Semantic Analysis Thomas Hofmann Presentation by Ioannis Pavlopoulos & Andreas Damianou for the course of Data Mining & Exploration 1 Outline Latent Semantic Analysis o Need o Overview

More information

OCR for Arabic using SIFT Descriptors With Online Failure Prediction

OCR for Arabic using SIFT Descriptors With Online Failure Prediction OCR for Arabic using SIFT Descriptors With Online Failure Prediction Andrey Stolyarenko, Nachum Dershowitz The Blavatnik School of Computer Science Tel Aviv University Tel Aviv, Israel Email: stloyare@tau.ac.il,

More information

AGS THE GREAT REVIEW GAME FOR PRE-ALGEBRA (CD) CORRELATED TO CALIFORNIA CONTENT STANDARDS

AGS THE GREAT REVIEW GAME FOR PRE-ALGEBRA (CD) CORRELATED TO CALIFORNIA CONTENT STANDARDS AGS THE GREAT REVIEW GAME FOR PRE-ALGEBRA (CD) CORRELATED TO CALIFORNIA CONTENT STANDARDS 1 CALIFORNIA CONTENT STANDARDS: Chapter 1 ALGEBRA AND WHOLE NUMBERS Algebra and Functions 1.4 Students use algebraic

More information

Lip reading: Japanese vowel recognition by tracking temporal changes of lip shape

Lip reading: Japanese vowel recognition by tracking temporal changes of lip shape Lip reading: Japanese vowel recognition by tracking temporal changes of lip shape Koshi Odagiri 1, and Yoichi Muraoka 1 1 Graduate School of Fundamental/Computer Science and Engineering, Waseda University,

More information

IEEE TRANSACTIONS ON AUDIO, SPEECH, AND LANGUAGE PROCESSING, VOL. 17, NO. 3, MARCH

IEEE TRANSACTIONS ON AUDIO, SPEECH, AND LANGUAGE PROCESSING, VOL. 17, NO. 3, MARCH IEEE TRANSACTIONS ON AUDIO, SPEECH, AND LANGUAGE PROCESSING, VOL. 17, NO. 3, MARCH 2009 423 Adaptive Multimodal Fusion by Uncertainty Compensation With Application to Audiovisual Speech Recognition George

More information

BUILDING CONTEXT-DEPENDENT DNN ACOUSTIC MODELS USING KULLBACK-LEIBLER DIVERGENCE-BASED STATE TYING

BUILDING CONTEXT-DEPENDENT DNN ACOUSTIC MODELS USING KULLBACK-LEIBLER DIVERGENCE-BASED STATE TYING BUILDING CONTEXT-DEPENDENT DNN ACOUSTIC MODELS USING KULLBACK-LEIBLER DIVERGENCE-BASED STATE TYING Gábor Gosztolya 1, Tamás Grósz 1, László Tóth 1, David Imseng 2 1 MTA-SZTE Research Group on Artificial

More information

Statewide Framework Document for:

Statewide Framework Document for: Statewide Framework Document for: 270301 Standards may be added to this document prior to submission, but may not be removed from the framework to meet state credit equivalency requirements. Performance

More information

(Sub)Gradient Descent

(Sub)Gradient Descent (Sub)Gradient Descent CMSC 422 MARINE CARPUAT marine@cs.umd.edu Figures credit: Piyush Rai Logistics Midterm is on Thursday 3/24 during class time closed book/internet/etc, one page of notes. will include

More information

School of Innovative Technologies and Engineering

School of Innovative Technologies and Engineering School of Innovative Technologies and Engineering Department of Applied Mathematical Sciences Proficiency Course in MATLAB COURSE DOCUMENT VERSION 1.0 PCMv1.0 July 2012 University of Technology, Mauritius

More information

OPTIMIZATINON OF TRAINING SETS FOR HEBBIAN-LEARNING- BASED CLASSIFIERS

OPTIMIZATINON OF TRAINING SETS FOR HEBBIAN-LEARNING- BASED CLASSIFIERS OPTIMIZATINON OF TRAINING SETS FOR HEBBIAN-LEARNING- BASED CLASSIFIERS Václav Kocian, Eva Volná, Michal Janošek, Martin Kotyrba University of Ostrava Department of Informatics and Computers Dvořákova 7,

More information

Reducing Features to Improve Bug Prediction

Reducing Features to Improve Bug Prediction Reducing Features to Improve Bug Prediction Shivkumar Shivaji, E. James Whitehead, Jr., Ram Akella University of California Santa Cruz {shiv,ejw,ram}@soe.ucsc.edu Sunghun Kim Hong Kong University of Science

More information

Evolutive Neural Net Fuzzy Filtering: Basic Description

Evolutive Neural Net Fuzzy Filtering: Basic Description Journal of Intelligent Learning Systems and Applications, 2010, 2: 12-18 doi:10.4236/jilsa.2010.21002 Published Online February 2010 (http://www.scirp.org/journal/jilsa) Evolutive Neural Net Fuzzy Filtering:

More information

Algebra 1, Quarter 3, Unit 3.1. Line of Best Fit. Overview

Algebra 1, Quarter 3, Unit 3.1. Line of Best Fit. Overview Algebra 1, Quarter 3, Unit 3.1 Line of Best Fit Overview Number of instructional days 6 (1 day assessment) (1 day = 45 minutes) Content to be learned Analyze scatter plots and construct the line of best

More information

A Neural Network GUI Tested on Text-To-Phoneme Mapping

A Neural Network GUI Tested on Text-To-Phoneme Mapping A Neural Network GUI Tested on Text-To-Phoneme Mapping MAARTEN TROMPPER Universiteit Utrecht m.f.a.trompper@students.uu.nl Abstract Text-to-phoneme (T2P) mapping is a necessary step in any speech synthesis

More information

Module 12. Machine Learning. Version 2 CSE IIT, Kharagpur

Module 12. Machine Learning. Version 2 CSE IIT, Kharagpur Module 12 Machine Learning 12.1 Instructional Objective The students should understand the concept of learning systems Students should learn about different aspects of a learning system Students should

More information

Noise-Adaptive Perceptual Weighting in the AMR-WB Encoder for Increased Speech Loudness in Adverse Far-End Noise Conditions

Noise-Adaptive Perceptual Weighting in the AMR-WB Encoder for Increased Speech Loudness in Adverse Far-End Noise Conditions 26 24th European Signal Processing Conference (EUSIPCO) Noise-Adaptive Perceptual Weighting in the AMR-WB Encoder for Increased Speech Loudness in Adverse Far-End Noise Conditions Emma Jokinen Department

More information

Proceedings of Meetings on Acoustics

Proceedings of Meetings on Acoustics Proceedings of Meetings on Acoustics Volume 19, 2013 http://acousticalsociety.org/ ICA 2013 Montreal Montreal, Canada 2-7 June 2013 Speech Communication Session 2aSC: Linking Perception and Production

More information

Understanding and Interpreting the NRC s Data-Based Assessment of Research-Doctorate Programs in the United States (2010)

Understanding and Interpreting the NRC s Data-Based Assessment of Research-Doctorate Programs in the United States (2010) Understanding and Interpreting the NRC s Data-Based Assessment of Research-Doctorate Programs in the United States (2010) Jaxk Reeves, SCC Director Kim Love-Myers, SCC Associate Director Presented at UGA

More information

Listening and Speaking Skills of English Language of Adolescents of Government and Private Schools

Listening and Speaking Skills of English Language of Adolescents of Government and Private Schools Listening and Speaking Skills of English Language of Adolescents of Government and Private Schools Dr. Amardeep Kaur Professor, Babe Ke College of Education, Mudki, Ferozepur, Punjab Abstract The present

More information

Calibration of Confidence Measures in Speech Recognition

Calibration of Confidence Measures in Speech Recognition Submitted to IEEE Trans on Audio, Speech, and Language, July 2010 1 Calibration of Confidence Measures in Speech Recognition Dong Yu, Senior Member, IEEE, Jinyu Li, Member, IEEE, Li Deng, Fellow, IEEE

More information

Autoregressive product of multi-frame predictions can improve the accuracy of hybrid models

Autoregressive product of multi-frame predictions can improve the accuracy of hybrid models Autoregressive product of multi-frame predictions can improve the accuracy of hybrid models Navdeep Jaitly 1, Vincent Vanhoucke 2, Geoffrey Hinton 1,2 1 University of Toronto 2 Google Inc. ndjaitly@cs.toronto.edu,

More information

BAUM-WELCH TRAINING FOR SEGMENT-BASED SPEECH RECOGNITION. Han Shu, I. Lee Hetherington, and James Glass

BAUM-WELCH TRAINING FOR SEGMENT-BASED SPEECH RECOGNITION. Han Shu, I. Lee Hetherington, and James Glass BAUM-WELCH TRAINING FOR SEGMENT-BASED SPEECH RECOGNITION Han Shu, I. Lee Hetherington, and James Glass Computer Science and Artificial Intelligence Laboratory Massachusetts Institute of Technology Cambridge,

More information

Given a directed graph G =(N A), where N is a set of m nodes and A. destination node, implying a direction for ow to follow. Arcs have limitations

Given a directed graph G =(N A), where N is a set of m nodes and A. destination node, implying a direction for ow to follow. Arcs have limitations 4 Interior point algorithms for network ow problems Mauricio G.C. Resende AT&T Bell Laboratories, Murray Hill, NJ 07974-2070 USA Panos M. Pardalos The University of Florida, Gainesville, FL 32611-6595

More information

The 9 th International Scientific Conference elearning and software for Education Bucharest, April 25-26, / X

The 9 th International Scientific Conference elearning and software for Education Bucharest, April 25-26, / X The 9 th International Scientific Conference elearning and software for Education Bucharest, April 25-26, 2013 10.12753/2066-026X-13-154 DATA MINING SOLUTIONS FOR DETERMINING STUDENT'S PROFILE Adela BÂRA,

More information

Assignment 1: Predicting Amazon Review Ratings

Assignment 1: Predicting Amazon Review Ratings Assignment 1: Predicting Amazon Review Ratings 1 Dataset Analysis Richard Park r2park@acsmail.ucsd.edu February 23, 2015 The dataset selected for this assignment comes from the set of Amazon reviews for

More information

Segregation of Unvoiced Speech from Nonspeech Interference

Segregation of Unvoiced Speech from Nonspeech Interference Technical Report OSU-CISRC-8/7-TR63 Department of Computer Science and Engineering The Ohio State University Columbus, OH 4321-1277 FTP site: ftp.cse.ohio-state.edu Login: anonymous Directory: pub/tech-report/27

More information

Segmental Conditional Random Fields with Deep Neural Networks as Acoustic Models for First-Pass Word Recognition

Segmental Conditional Random Fields with Deep Neural Networks as Acoustic Models for First-Pass Word Recognition Segmental Conditional Random Fields with Deep Neural Networks as Acoustic Models for First-Pass Word Recognition Yanzhang He, Eric Fosler-Lussier Department of Computer Science and Engineering The hio

More information

INVESTIGATION OF UNSUPERVISED ADAPTATION OF DNN ACOUSTIC MODELS WITH FILTER BANK INPUT

INVESTIGATION OF UNSUPERVISED ADAPTATION OF DNN ACOUSTIC MODELS WITH FILTER BANK INPUT INVESTIGATION OF UNSUPERVISED ADAPTATION OF DNN ACOUSTIC MODELS WITH FILTER BANK INPUT Takuya Yoshioka,, Anton Ragni, Mark J. F. Gales Cambridge University Engineering Department, Cambridge, UK NTT Communication

More information

A Reinforcement Learning Variant for Control Scheduling

A Reinforcement Learning Variant for Control Scheduling A Reinforcement Learning Variant for Control Scheduling Aloke Guha Honeywell Sensor and System Development Center 3660 Technology Drive Minneapolis MN 55417 Abstract We present an algorithm based on reinforcement

More information

Author's personal copy

Author's personal copy Speech Communication 49 (2007) 588 601 www.elsevier.com/locate/specom Abstract Subjective comparison and evaluation of speech enhancement Yi Hu, Philipos C. Loizou * Department of Electrical Engineering,

More information

Guidelines on how to use the Learning Agreement for Studies

Guidelines on how to use the Learning Agreement for Studies Guidelines on how to use the Learning The purpose of the Learning Agreement is to provide a transparent and efficient preparation of the study period abroad and to ensure that the student will receive

More information

UNIDIRECTIONAL LONG SHORT-TERM MEMORY RECURRENT NEURAL NETWORK WITH RECURRENT OUTPUT LAYER FOR LOW-LATENCY SPEECH SYNTHESIS. Heiga Zen, Haşim Sak

UNIDIRECTIONAL LONG SHORT-TERM MEMORY RECURRENT NEURAL NETWORK WITH RECURRENT OUTPUT LAYER FOR LOW-LATENCY SPEECH SYNTHESIS. Heiga Zen, Haşim Sak UNIDIRECTIONAL LONG SHORT-TERM MEMORY RECURRENT NEURAL NETWORK WITH RECURRENT OUTPUT LAYER FOR LOW-LATENCY SPEECH SYNTHESIS Heiga Zen, Haşim Sak Google fheigazen,hasimg@google.com ABSTRACT Long short-term

More information

Mandarin Lexical Tone Recognition: The Gating Paradigm

Mandarin Lexical Tone Recognition: The Gating Paradigm Kansas Working Papers in Linguistics, Vol. 0 (008), p. 8 Abstract Mandarin Lexical Tone Recognition: The Gating Paradigm Yuwen Lai and Jie Zhang University of Kansas Research on spoken word recognition

More information

Quarterly Progress and Status Report. VCV-sequencies in a preliminary text-to-speech system for female speech

Quarterly Progress and Status Report. VCV-sequencies in a preliminary text-to-speech system for female speech Dept. for Speech, Music and Hearing Quarterly Progress and Status Report VCV-sequencies in a preliminary text-to-speech system for female speech Karlsson, I. and Neovius, L. journal: STL-QPSR volume: 35

More information

Edinburgh Research Explorer

Edinburgh Research Explorer Edinburgh Research Explorer Personalising speech-to-speech translation Citation for published version: Dines, J, Liang, H, Saheer, L, Gibson, M, Byrne, W, Oura, K, Tokuda, K, Yamagishi, J, King, S, Wester,

More information

Using the Attribute Hierarchy Method to Make Diagnostic Inferences about Examinees Cognitive Skills in Algebra on the SAT

Using the Attribute Hierarchy Method to Make Diagnostic Inferences about Examinees Cognitive Skills in Algebra on the SAT The Journal of Technology, Learning, and Assessment Volume 6, Number 6 February 2008 Using the Attribute Hierarchy Method to Make Diagnostic Inferences about Examinees Cognitive Skills in Algebra on the

More information

International Journal of Advanced Networking Applications (IJANA) ISSN No. :

International Journal of Advanced Networking Applications (IJANA) ISSN No. : International Journal of Advanced Networking Applications (IJANA) ISSN No. : 0975-0290 34 A Review on Dysarthric Speech Recognition Megha Rughani Department of Electronics and Communication, Marwadi Educational

More information

QuickStroke: An Incremental On-line Chinese Handwriting Recognition System

QuickStroke: An Incremental On-line Chinese Handwriting Recognition System QuickStroke: An Incremental On-line Chinese Handwriting Recognition System Nada P. Matić John C. Platt Λ Tony Wang y Synaptics, Inc. 2381 Bering Drive San Jose, CA 95131, USA Abstract This paper presents

More information

STUDIES WITH FABRICATED SWITCHBOARD DATA: EXPLORING SOURCES OF MODEL-DATA MISMATCH

STUDIES WITH FABRICATED SWITCHBOARD DATA: EXPLORING SOURCES OF MODEL-DATA MISMATCH STUDIES WITH FABRICATED SWITCHBOARD DATA: EXPLORING SOURCES OF MODEL-DATA MISMATCH Don McAllaster, Larry Gillick, Francesco Scattone, Mike Newman Dragon Systems, Inc. 320 Nevada Street Newton, MA 02160

More information

Speech Recognition by Indexing and Sequencing

Speech Recognition by Indexing and Sequencing International Journal of Computer Information Systems and Industrial Management Applications. ISSN 215-7988 Volume 4 (212) pp. 358 365 c MIR Labs, www.mirlabs.net/ijcisim/index.html Speech Recognition

More information

LEARNING AGREEMENT FOR STUDIES

LEARNING AGREEMENT FOR STUDIES LEARNING AGREEMENT FOR STUDIES The Student Last name (s) First name (s) Date of birth Nationality 1 Sex [M/F] Academic year 20../20.. Study cycle 2 Phone Subject area, Code 3 E-mail The Sending Institution

More information

Digital Signal Processing: Speaker Recognition Final Report (Complete Version)

Digital Signal Processing: Speaker Recognition Final Report (Complete Version) Digital Signal Processing: Speaker Recognition Final Report (Complete Version) Xinyu Zhou, Yuxin Wu, and Tiezheng Li Tsinghua University Contents 1 Introduction 1 2 Algorithms 2 2.1 VAD..................................................

More information

Comment-based Multi-View Clustering of Web 2.0 Items

Comment-based Multi-View Clustering of Web 2.0 Items Comment-based Multi-View Clustering of Web 2.0 Items Xiangnan He 1 Min-Yen Kan 1 Peichu Xie 2 Xiao Chen 3 1 School of Computing, National University of Singapore 2 Department of Mathematics, National University

More information

Detailed course syllabus

Detailed course syllabus Detailed course syllabus 1. Linear regression model. Ordinary least squares method. This introductory class covers basic definitions of econometrics, econometric model, and economic data. Classification

More information

Unit 3: Lesson 1 Decimals as Equal Divisions

Unit 3: Lesson 1 Decimals as Equal Divisions Unit 3: Lesson 1 Strategy Problem: Each photograph in a series has different dimensions that follow a pattern. The 1 st photo has a length that is half its width and an area of 8 in². The 2 nd is a square

More information

Learning Structural Correspondences Across Different Linguistic Domains with Synchronous Neural Language Models

Learning Structural Correspondences Across Different Linguistic Domains with Synchronous Neural Language Models Learning Structural Correspondences Across Different Linguistic Domains with Synchronous Neural Language Models Stephan Gouws and GJ van Rooyen MIH Medialab, Stellenbosch University SOUTH AFRICA {stephan,gvrooyen}@ml.sun.ac.za

More information

Automatic Speaker Recognition: Modelling, Feature Extraction and Effects of Clinical Environment

Automatic Speaker Recognition: Modelling, Feature Extraction and Effects of Clinical Environment Automatic Speaker Recognition: Modelling, Feature Extraction and Effects of Clinical Environment A thesis submitted in fulfillment of the requirements for the degree of Doctor of Philosophy Sheeraz Memon

More information

Vimala.C Project Fellow, Department of Computer Science Avinashilingam Institute for Home Science and Higher Education and Women Coimbatore, India

Vimala.C Project Fellow, Department of Computer Science Avinashilingam Institute for Home Science and Higher Education and Women Coimbatore, India World of Computer Science and Information Technology Journal (WCSIT) ISSN: 2221-0741 Vol. 2, No. 1, 1-7, 2012 A Review on Challenges and Approaches Vimala.C Project Fellow, Department of Computer Science

More information

Semi-Supervised GMM and DNN Acoustic Model Training with Multi-system Combination and Confidence Re-calibration

Semi-Supervised GMM and DNN Acoustic Model Training with Multi-system Combination and Confidence Re-calibration INTERSPEECH 2013 Semi-Supervised GMM and DNN Acoustic Model Training with Multi-system Combination and Confidence Re-calibration Yan Huang, Dong Yu, Yifan Gong, and Chaojun Liu Microsoft Corporation, One

More information

A NOVEL SCHEME FOR SPEAKER RECOGNITION USING A PHONETICALLY-AWARE DEEP NEURAL NETWORK. Yun Lei Nicolas Scheffer Luciana Ferrer Mitchell McLaren

A NOVEL SCHEME FOR SPEAKER RECOGNITION USING A PHONETICALLY-AWARE DEEP NEURAL NETWORK. Yun Lei Nicolas Scheffer Luciana Ferrer Mitchell McLaren A NOVEL SCHEME FOR SPEAKER RECOGNITION USING A PHONETICALLY-AWARE DEEP NEURAL NETWORK Yun Lei Nicolas Scheffer Luciana Ferrer Mitchell McLaren Speech Technology and Research Laboratory, SRI International,

More information

1 st Quarter (September, October, November) August/September Strand Topic Standard Notes Reading for Literature

1 st Quarter (September, October, November) August/September Strand Topic Standard Notes Reading for Literature 1 st Grade Curriculum Map Common Core Standards Language Arts 2013 2014 1 st Quarter (September, October, November) August/September Strand Topic Standard Notes Reading for Literature Key Ideas and Details

More information

Are You Ready? Simplify Fractions

Are You Ready? Simplify Fractions SKILL 10 Simplify Fractions Teaching Skill 10 Objective Write a fraction in simplest form. Review the definition of simplest form with students. Ask: Is 3 written in simplest form? Why 7 or why not? (Yes,

More information

What do Medical Students Need to Learn in Their English Classes?

What do Medical Students Need to Learn in Their English Classes? ISSN - Journal of Language Teaching and Research, Vol., No., pp. 1-, May ACADEMY PUBLISHER Manufactured in Finland. doi:.0/jltr...1- What do Medical Students Need to Learn in Their English Classes? Giti

More information

Montana Content Standards for Mathematics Grade 3. Montana Content Standards for Mathematical Practices and Mathematics Content Adopted November 2011

Montana Content Standards for Mathematics Grade 3. Montana Content Standards for Mathematical Practices and Mathematics Content Adopted November 2011 Montana Content Standards for Mathematics Grade 3 Montana Content Standards for Mathematical Practices and Mathematics Content Adopted November 2011 Contents Standards for Mathematical Practice: Grade

More information

DOCTORAL SCHOOL TRAINING AND DEVELOPMENT PROGRAMME

DOCTORAL SCHOOL TRAINING AND DEVELOPMENT PROGRAMME The following resources are currently available: DOCTORAL SCHOOL TRAINING AND DEVELOPMENT PROGRAMME 2016-17 What is the Doctoral School? The main purpose of the Doctoral School is to enhance your experience

More information

Course Outline. Course Grading. Where to go for help. Academic Integrity. EE-589 Introduction to Neural Networks NN 1 EE

Course Outline. Course Grading. Where to go for help. Academic Integrity. EE-589 Introduction to Neural Networks NN 1 EE EE-589 Introduction to Neural Assistant Prof. Dr. Turgay IBRIKCI Room # 305 (322) 338 6868 / 139 Wensdays 9:00-12:00 Course Outline The course is divided in two parts: theory and practice. 1. Theory covers

More information

Affective Classification of Generic Audio Clips using Regression Models

Affective Classification of Generic Audio Clips using Regression Models Affective Classification of Generic Audio Clips using Regression Models Nikolaos Malandrakis 1, Shiva Sundaram, Alexandros Potamianos 3 1 Signal Analysis and Interpretation Laboratory (SAIL), USC, Los

More information