Enabling Controllability for Continuous Expression Space

Size: px
Start display at page:

Download "Enabling Controllability for Continuous Expression Space"

Transcription

1 INTERSPEECH 2014 Enabling Controllability for Continuous Expression Space Langzhou Chen, Norbert Braunschweiler Toshiba Research Europe Ltd., Cambridge, UK Abstract A continuous expression space assumes that each utterance contains individual expressions. Thus, it can be used to model detailed expression information in speech data. However, since an infinite number of different expressions can be contained in the continuous expression space, it is very difficult to manually label them. That means, these expressions are very hard to identify and to extract for synthesising expressive speech. A mechanism to control the continuous expression space is missing. In the discrete expression space though, only a few emotions are defined, thus users can easily choose from these emotions, but the range of expressivity is limited. This work proposes a method to automatically annotate expressions in the continuous expression space based on the cluster adaptive training (CAT) method. Using the proposed method, complex emotion information can be associated to the individual expressions in the continuous space. These emotion labels can be used as indexes of the expressions in the continuous space to enable users to select desired expressions at synthesis time, i.e. enable the controllability for the continuous expression space. Meanwhile, the rich expressive information in the continuous space is kept so that more expressive speech can be generated compared to the discrete space. Index Terms: expressive speech synthesis, hidden Markov model, cluster adaptive training, audiobook 1. Introduction Expressive text-to-speech (TTS) synthesis systems have been developed very fast in recent years. Traditional expressive TTS systems maintain a discrete expression space which contains several pre-defined emotions, e.g. happy, sad, angry, etc. Since the discrete expression space methods only support a limited number of pre-defined emotions, the training data related to different emotions can be collected separately and various methods have been presented to model the emotions, e.g. the model interpolation method [1], the decision tree based method [2], etc. In order to solve the data fragmentation problem, the adaptive training framework has been introduced into the emotion modelling in which the emotion information and the phonetically relevant information in speech data are modelled by linear transforms and the canonical model respectively [3, 4]. The advantage of the discrete space methods is that each emotion in the discrete space has a very clear definition. Thus, users can choose the desired emotion to synthesise the expressive speech directly. That means, the discrete systems provide a high degree of control to users. However, in the discrete space, the range of expressivity is limited and the expressions in human s speech are too rich to be represented by a few emotions. To address the problem of the limited range of expressivity in the discrete expression space, a continuous expression space method was presented in [5]. In the continuous expression space, each utterance is assumed to contain individual expressions. Thus, the very detailed expressive information in each utterance can be modelled. Unlike the discrete expression space which was widely used to model the acted speech corpus with pre-defined emotions, the continuous expression space was used to model the rich expressions in very large, highly diverse speech corpora like audiobooks [4, 6, 7, 8]. The continuous expression space can be used to model the very rich expressions in human s speech. However, it is non-trivial to identify and extract the detailed expressive information in each utterance. Manually annotating the unique expressive information in each utterance is expensive and yields poor inter-annotator agreement. To use the unlabelled expressive information in the continuous expression space, in [9], an automatic text to expression prediction method was presented to automatically assign an expression in the continuous expression space to a given text. However, in some applications, the users need to define the emotions in synthetic speech by themselves. In this scenario, the unlabelled expressions in the continuous expression space can not be used directly, i.e. they are not controllable. This work aims at enabling users to control the continuous expression space. The continuous expression space was constructed based on the CAT model presented in [10]. This model is a subspace based method which represents the very high dimensional synthesis parameters as a point in a very lowdimensional subspace (typically 4 to 8 dimensions). By using the CAT model to construct the continuous expression space, an expression subspace is built and the expression in each utterance is defined as a point in the expression subspace. To enable users to select the desired expressions from the continuous expression space, the expressions in the space must be annotated with user understandable labels. The labels should be complex enough to describe the rich expressive information in the continuous space. In this work, an automatic expression annotation method is proposed by using the emotion information in the discrete space. The speech data with discrete emotion is projected into the continuous expression space. This way, each discrete emotion, e.g. happy, sad, etc., is represented as a point in the continuous expression space as well. Given an expressive utterance, the expressions in this utterance can be represented as a vector of the posterior distribution of the discrete emotions. This provides a way to identify the emotions in an utterance and their degree. At synthesis time, the continuous expression space forms an expression database, while the expression labels generated by the proposed method can be used as indexes to access the database. Users input the desired emotion information as query, the best matched expression in the continuous space is selected and used to generate expressive synthetic speech. The advantage of the proposed method is that it enables the continuous expression space to be used to synthesise speech with expressions defined by the user. Thus a controllable TTS system with a large range of expressivity can be achieved. Copyright 2014 ISCA September 2014, Singapore

2 2. CAT Model and Expression Space The CAT model [10] is a subspace based method. It consists of a set of cluster models, each of which contains a set of Gaussian mean parameters while the Gaussian variances are shared over all clusters. When this CAT model is used to calculate the likelihood of an observation vector, the mean vector to be used is a linear interpolation of all the cluster means, i.e. p(o t λ, M (m), Σ (m) )=N (o t; M (m) λ, Σ (m) ) (1) where M (m) is the matrix of P cluster mean vectors i for component m, i.e.m (m) = hμ (m,1)... μ (m,p ) and λ is the CAT weight vector. As in the standard CAT approaches the first cluster is specified as a bias cluster, thus λ =[1 λ 2... λ P ] T (2) CAT cluster models can be viewed as a space of expressive synthesis parameters, effectively an expression-space. Two types of cluster models are defined in a CAT model: one bias cluster and multiple non-bias clusters. The bias cluster model is used to capture the common factors across all the expressions and its CAT weight is fixed to 1 for all the expressions. The nonbias clusters, are used to model the expression dependent information. The CAT weights for non-bias clusters are different for different expressions. The cluster models form a subspace of expression synthesis parameters. The synthesis parameters with different expressions can be projected into this subspace, while the CAT weights are the coordinates of this projection. Thus, based on CAT, the synthesis parameters for each expression are represented as a unique CAT weight vector Discrete Expression Space In the discrete expression space, only a limited number of expressions are modelled. That means, the utterances are classified into several groups, each group of data is assumed to contain the same expression. To estimate the expression dependent CAT weight vectors, the auxiliary function of CAT weight training can be written as Q( ˆΛ; Λ) = (3) = X ˆλ(e)T (e) k disc 1 2 ˆλ (e)t G (e) ˆλ (e) disc + C e where e is the discrete expression state index, and C represents the terms independent of the CAT weight vectors. The sufficient statistics G (e) and k (e) are given by G (e) disc = X m k (e) disc = X m X X u e t M (m)t Σ (m)-1 M (m) (4) X t (o t μ (m,1) ) (5) M (m)t Σ (m)-1 X u e where u e indicates that the summing over u is performed for all the utterances belonging to a particular expression e; T u represents the duration of utterance u; μ (m,1) is the mean vector of component m from the bias cluster. Based on the discrete expression space, a controllable expressive TTS system can be built in a straightforward way. That means, to classify the utterances into a set of pre-defined emotions, e.g. happy, sad, etc. Thus each discrete expression state in the space is related to a particular emotion. Users can use the emotions as indexes to access the desired expression state in the discrete space and synthesise the expressive speech. However a limited number of expression states are not enough to represent the richness of human s speech. To model more detailed expressive information in each utterance, the continuous expression space was proposed Continuous Expression Space The continuous expression space assumes that each utterance contains an individual expression. Using the CAT model, the difference between a discrete or a continuous expressive space representation is simply at what level the sufficient statistics for parameter estimation are accumulated. In the case of a discrete space, as shown in equation 4 and 5, the summation over t is for all frames that are allocated to a particular discrete expressive state. When a continuous expressive space is used, the summation over t is only for the frames of an utterance, i.e. G (u) cont = X X t M (m)t Σ (m)-1 M (m) (6) m k (u) cont = X M (m)t Σ X (m)-1 t (o t μ (m,1) ) (7) m These estimates allow each utterance u to have a separate expressive representation. The only constraint is that it will sit within the continuous expressive space defined by CAT. To construct the continuous expression space, the data sparseness is the problem which needs to be addressed since the sufficient statistics are accumulated at the utterance level. This problem can be alleviated by using the statistics in the discrete space as prior to smooth the utterance level statistics. The details can be found in [5]. 3. Adding controllability for the continuous expression space This work presents a framework for a user controllable expressive TTS system using the continuous expression space. In the controllable expressive TTS system with the continuous expression space, users can define the expressions in synthetic speech by the following vector: q =[q 1 q 2... q k ] T (8) where each component i represents a particular emotion, and q i represents the degree of emotion i chosen by the user. Equation 8 yields a more complex expression representation than the emotions in the discrete space. This representation does not only consider the combination of different emotions, but also includes the degree of each emotion. Thus, it can be used to represent richer expressions than the isolated emotions in the discrete space. Given the user defined complex expression representation, the process of enabling the controllability for the continuous expression space is actually a process of looking for the expressions in the continuous space which match the user defined expression. It can be divided into two steps, annotating the human understandable emotion information to the expressions in the continuous space and looking up the desired expression according to the annotations Posterior probability based expression annotation The continuous expression space contains very rich expressive information in human s speech. To use this information for 2913

3 building a human controllable expressive TTS, all the expressions in the continuous expression space need to be labelled with human comprehensible emotion information. More detailed emotion labels are desired, so that users of the expressive TTS system can select the accurate expressions at synthesis time. However, manually identifying and extracting the detailed expressive information in each utterance is non-trivial. In this paper, the method of automatic expression annotation is investigated. The expressions in the continuous expression space are represented as a posterior probability distribution of the predefined emotions, given an utterance. Each expression in the continuous space represents the particular expressive information for an utterance. Thus the posterior probabilities of different emotions given the utterance u can be viewed as the degrees from different emotions in the expression related to this utterance. Thus the expressions in the continuous expression space can be represented as the following vector p (u) =[p(e 1 u) p(e 2 u)... p(e k u)] T (9) where p(e i u) is the posterior probability of emotion e i given the utterance u,i.e. p(e i u) = 1 p(ou H; M, ei) Tu 1 Pj p(ou H; M, ej) Tu (10) where O u represents the observation vectors for utterance u, H represents the transcripts of the utterance u and M represents the acoustic model parameters. p(o u H; M, e i) can be calculated using a standard forward-backward algorithm Controllable Expressive Speech Synthesis Using the Continuous Expression Space A controllable expressive speech synthesis system means that the users can define the expressions for the synthetic speech by themselves. In this work, the continuous expression space was viewed as a large expression database which contains very rich expressive information in human s speech. The emotion annotation for each expression which are represented in the form of equation 9 is used as index to access the expressions in the database. At the synthesis stage, the user provides the desired expression information as equation 8. Then, the desired emotion representation is compared to the complicated emotion annotations for the expressions in the continuous space one by one to find the matched emotion annotations. Finally, using the best matched emotion annotation, the ideal expression in the continuous space can be found and used to generate the synthetic speech with the same expression. This process is shown in figure 1. Figure 1: Controllable TTS with continuous expression space To evaluate the distance between the user defined expression and the expressions in the continuous space, the user defined expression is converted as a posterior probability vector of emotions as well, i.e.» q γ t = P 1 P qγ 2... P qγ k T (11) For different users, the scale of the emotion is different, that means the same emotion description, e.g. very angry, may imply different degrees for different users. To adjust this difference, a user dependent parameter γ is introduced into equation 11. With equation 11 and equation 9, the distance between the user defined expression and the expressions in the continuous space can be calculated as the Kullback Leibler divergence between these two posterior distributions. In the process in figure 1, there may be multiple expressions which match users definition, since the continuous expression space contains a large amount of expressions. These provide an opportunity for users to select the most suitable one by listening. Note, in the discrete space, users do not have the opportunity to choose alternative expressions since the available emotions are pre-defined and of limited amount. 4. Experimental Results The training speech corpus used in this work is a studio recorded audiobook-like corpus consisting of 50 Hans Christian Anderson fairytales including 6k sentences ( 11h speech). This corpus is very expressive since the professional female speaker interpreted the stories and used multiple expressions to enhance the appropriate emotions for the content. Many of the characters occurring in the fairytales were realised by distinct character voices chosen by the speaker. The sampling rate of the synthetic speech samples was 16kHz and acoustic features consisted of 40 mel-cepstral coefficients, logf0, 21 (approximately bark scaled) BAP plus their delta and delta-delta information. The models were 5 state left-to-right multi-space probability distribution hidden semi-markov models. A CAT model was trained based on the fairytales corpus to construct the continuous expression space. This model includes one bias cluster model and 4 non-bias models. The cluster models formed the basis of the expression space. Then each utterance in the training speech data was projected onto this basis and the CAT weight vector, i.e. the coordinates in this projection represent the expression information in the utterance. The basis of the expression space, i.e. cluster models and the expressions in the space, i.e. the CAT weight vectors were alternately updated to maximize the likelihood of the training data. The training process of the CAT model was described in [5]. Since the continuous expression space assumes that each utterance contains an individual expression, the expressions in the training corpus form an expression database with 6k entries, and each entry represents an expression from an utterance. In order to make the continuous expression space controllable, the expression annotations need to be added to each entry as the indexes to access the expression database. In this work, a discrete emotion corpus from the same speaker was used to annotate the expressions in the continuous space. The discrete emotion corpus contains 6.9k sentences ( 5h speech) and consists of 6 subcorpora, 5 of them including the emotions angry, fear, happy, sad, tender (each of them including roughly the same amount of speech, i.e. less than 1 hour) and 1 sub-corpus including neutral speech ( 2h). The emotion dependent speech data from the discrete emotion corpus were projected into the continuous expression space by maximizing the likelihood of the sub-corpus of each emotion. This way, each individual emotion e.g. happy 2914

4 sad, etc. is represented as a point (i.e. a CAT weight vector) in the continuous expression space. Based on the CAT weight vectors of the discrete emotion, the posterior probability vectors of emotions given by equation 9 can be calculated for each expression in the continuous space and they were used as the annotations of the expressions in the continuous space. Meanwhile, the CAT weight vectors for the discrete emotions also form a discrete expression space in contrast to the continuous space in this work. Although in this work, the training data to construct the continuous expression space and the acted emotion corpus used to generate the discrete emotion CAT weight vectors are from the same speaker, it is not an essential requirement. Using the speaker and emotion factorization methods [11, 12], the discrete emotions from one speaker, can be used to annotate the continuous expressions from another speaker. Since the purpose of this work is to enable the users to define the expressions for the synthetic speech, it is important to evaluate if the synthetic speech contains the expressions consistent with the user s definition. For this, a listening test was designed which asked subjects to identify one speech sample (out of three), which best expressed a textually described targetexpression, i.e. first the listeners read some emotion description as reference, e.g. very angry and slightly fearful. Then, they listened to 3 synthesized speech sentences from different systems and were asked to indicate which speech file contains the same emotion as the reference emotion description. Synthetic speech samples from the following 3 systems were compared in this target-expression-identification test: system cont. used the expression from the continuous space according to the user s definition, system rand. used random expressions from the continuous space, and system neut. used the neutral speech which was assumed to be the most emotionless realisation. The reference emotion description was generated from the user defined emotion vector by quantizing the value of each emotion into 3 degrees: slightly, moderately and very. The evaluation sentences included 10 utterances with various expressions. The result is shown in figure 2. Figure 2: Percent preference for the 3 systems in the identifytarget-expression listening test Figure 2 indicates that in general, the synthetic speech based on the proposed method, contains more of the user defined emotions than both the random system and the neutral system. That says, the controllability of the TTS system with the continuous expression space is improved. To investigate the results further, the reference emotion descriptions were divided into two parts: strong expressions and weak expressions. Strong expressions include the reference emotion descriptions in which at least one of the emotion is set as very. Strong expressions are related to the condition that the user s desired emotions are very clear. All the reference emotion descriptions other than strong expressions are defined as weak emotions which are related to the condition that the user s desired emotions are ambiguous. Figure 2 shows that, when the expression definition is a strong one, the synthetic speech reflects the user s definition clearly. However, when the expression definition is weak, the expressions in the synthetic speech are more ambiguous. Another listening test using paragraphs was conducted to evaluate the expressiveness of synthetic speech. In this preference test, the expressive TTS system with the controllable continuous expression space (system cont. ) was compared to two contrast systems. The first one is the TTS system based on the discrete expression space (system disc. ). The expressive synthetic speech was generated based on the continuous expressive space and the discrete expressive space separately, given the user defined expression description. The second contrast system randomly selects the expressions of the training utterances from the continuous space (system rand. ). It represents the performance of the continuous expression space without the controllability. Thus, through this comparison, the effectiveness of enabling the controllability for the continuous expression space can be evaluated. The preference test included 12 paragraphs with an average of 4 sentences per paragraph. The listeners listened to two paragraphs from different systems and were asked to indicate which of two English speech files expressed an appropriate emotion for the content of the paragraph. The results are shown in table 1. Table 1: Preference test for paragraph reading cont. disc. rand. p 64.6% 35.4% % 44.0% The results in table 1 show that the TTS system based on the controllable continuous expression space achieved a better performance than both the random system and the system based on the discrete expression space. This indicates that based on the proposed method, the continuous expression space becomes controllable, similar as the discrete space. Meanwhile, more expressive speech can be generated due to the richer expressive information in the continuous space. 5. Conclusion The continuous expression space contains very rich expressive information. However, the expressive information is complex and highly diverse. Thus it is hard for the user to access the desired expressions from the continuous expression space to synthesise expressive speech. On the other hand, the discrete expression space is highly controllable. However, the range of the expressions in the discrete space is limited. This work presented a method to enable the controllability for the continuous expression space. The proposed method automatically annotates the expressions in the continuous space using complex emotion labels which can describe the rich expressive information. These annotations are used as index to access the expressions in the continuous expression space. This way, users can define their desired expressions for a sentence and find the best matched expressions from the continuous space for synthesis. Experimental results indicate that based on the proposed method, the continuous expression space can be as controllable as the discrete space. Meanwhile more expressive synthetic speech can be generated compared to the discrete expression space. 2915

5 6. References [1] M. Tachibana, J. Yamagishi, T. Masuko, and T. Kobayashi, Speech synthesis with various emotional expressions and speaking styles by style interpolation and morphing, IEICE Trans. on information and systems, vol. 88, no. 11, pp , [2] J. Yamagishi, K. Onishi, T. Masuko, and T. Kobayashi, Acoustic modeling of speaking styles and emotional expressions in HMMbased speech synthesis, IEICE Trans. on information and systems, vol. E88-D, pp , [3] J. Yamagishi, T. Kobayashi, M. Tachibana, K. Ogata, and Y. Nakano, Model adaptation approach to speech synthesis with diverse voices and styles, in Proc. of ICASSP, [4] F. Eyben, S. Buchholz, N. Braunschweiler, J. Latorre, V. Wan, M. J. F. Gales, and K. Knill, Unsupervised clustering of emotion and voice styles for expressive TTS, in Proc. of ICASSP, [5] L. Chen, M. J. F. Gales, V. Wan, J. Latorre, and M. Akamine, Exploring rich expressive information from audiobook data using cluster adaptive training, in Proc. of INTERSPEECH, [6] Y. Zhao, D. Peng, L. Wang, M. Chu, Y. Chen, P. Yu, and J. Guo, Constructing stylistic synthesis databases from audio books, in Proc. of Interspeech, [7] K. Prahallad, A. Toth, and A. Black, Automatic building of synthetic voices from large multi-paragraph speech databases, in Proc. of Interspeech, [8] N. Braunschweiler, M. J. F. Gales, and S. Buchholz, Lightly supervised recognition for automatic alignment of large coherent speech recordings, in Proc. of Interspeech, 2010, pp [9] L. Chen, M. J. F. Gales, N. Braunschweiler, M. Akamine, and K. Knill, Integrated automatic expression prediction and speech synthesis from text, in Proc. of ICASSP, [10] H. Zen, N. Braunschweiler, S. Buchholz, M. J. F. Gales, K. Knill, S. Krstulovic, and J. Latorre, Statistical parametric speech synthesis based on speaker and language factorization, IEEE Trans. on Audio Speech and Language Processing, vol. 20, no. 5, [11] L. Chen and N. Braunschweiler, Unsupervised speaker and expression factorization for multi-speaker expressive synthesis of ebooks, in Proc. of INTERSPEECH, [12] J. Latorre, V. Wan, M. J. F. Gales, L. Chen, K. Chin, K. Knill, and M. Akamine, Speech factorization for HMM-TTS based on cluster adaptive training, in Proc. of Interspeech,

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

The NICT/ATR speech synthesis system for the Blizzard Challenge 2008

The NICT/ATR speech synthesis system for the Blizzard Challenge 2008 The NICT/ATR speech synthesis system for the Blizzard Challenge 2008 Ranniery Maia 1,2, Jinfu Ni 1,2, Shinsuke Sakai 1,2, Tomoki Toda 1,3, Keiichi Tokuda 1,4 Tohru Shimizu 1,2, Satoshi Nakamura 1,2 1 National

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

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

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

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

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

Using Articulatory Features and Inferred Phonological Segments in Zero Resource Speech Processing

Using Articulatory Features and Inferred Phonological Segments in Zero Resource Speech Processing Using Articulatory Features and Inferred Phonological Segments in Zero Resource Speech Processing Pallavi Baljekar, Sunayana Sitaram, Prasanna Kumar Muthukumar, and Alan W Black Carnegie Mellon University,

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

Statistical Parametric Speech Synthesis

Statistical Parametric Speech Synthesis Statistical Parametric Speech Synthesis Heiga Zen a,b,, Keiichi Tokuda a, Alan W. Black c a Department of Computer Science and Engineering, Nagoya Institute of Technology, Gokiso-cho, Showa-ku, Nagoya,

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

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

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

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

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

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

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

Investigation on Mandarin Broadcast News Speech Recognition

Investigation on Mandarin Broadcast News Speech Recognition Investigation on Mandarin Broadcast News Speech Recognition Mei-Yuh Hwang 1, Xin Lei 1, Wen Wang 2, Takahiro Shinozaki 1 1 Univ. of Washington, Dept. of Electrical Engineering, Seattle, WA 98195 USA 2

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

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

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

Letter-based speech synthesis

Letter-based speech synthesis Letter-based speech synthesis Oliver Watts, Junichi Yamagishi, Simon King Centre for Speech Technology Research, University of Edinburgh, UK O.S.Watts@sms.ed.ac.uk jyamagis@inf.ed.ac.uk Simon.King@ed.ac.uk

More information

Speech Synthesis in Noisy Environment by Enhancing Strength of Excitation and Formant Prominence

Speech Synthesis in Noisy Environment by Enhancing Strength of Excitation and Formant Prominence INTERSPEECH September,, San Francisco, USA Speech Synthesis in Noisy Environment by Enhancing Strength of Excitation and Formant Prominence Bidisha Sharma and S. R. Mahadeva Prasanna Department of Electronics

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

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

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

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

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

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

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

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

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

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

BODY LANGUAGE ANIMATION SYNTHESIS FROM PROSODY AN HONORS THESIS SUBMITTED TO THE DEPARTMENT OF COMPUTER SCIENCE OF STANFORD UNIVERSITY

BODY LANGUAGE ANIMATION SYNTHESIS FROM PROSODY AN HONORS THESIS SUBMITTED TO THE DEPARTMENT OF COMPUTER SCIENCE OF STANFORD UNIVERSITY BODY LANGUAGE ANIMATION SYNTHESIS FROM PROSODY AN HONORS THESIS SUBMITTED TO THE DEPARTMENT OF COMPUTER SCIENCE OF STANFORD UNIVERSITY Sergey Levine Principal Adviser: Vladlen Koltun Secondary Adviser:

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

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

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

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

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

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

arxiv: v2 [cs.cv] 30 Mar 2017

arxiv: v2 [cs.cv] 30 Mar 2017 Domain Adaptation for Visual Applications: A Comprehensive Survey Gabriela Csurka arxiv:1702.05374v2 [cs.cv] 30 Mar 2017 Abstract The aim of this paper 1 is to give an overview of domain adaptation and

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

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

Spoofing and countermeasures for automatic speaker verification

Spoofing and countermeasures for automatic speaker verification INTERSPEECH 2013 Spoofing and countermeasures for automatic speaker verification Nicholas Evans 1, Tomi Kinnunen 2 and Junichi Yamagishi 3,4 1 EURECOM, Sophia Antipolis, France 2 University of Eastern

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

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

Deep Neural Network Language Models

Deep Neural Network Language Models Deep Neural Network Language Models Ebru Arısoy, Tara N. Sainath, Brian Kingsbury, Bhuvana Ramabhadran IBM T.J. Watson Research Center Yorktown Heights, NY, 10598, USA {earisoy, tsainath, bedk, bhuvana}@us.ibm.com

More information

An Online Handwriting Recognition System For Turkish

An Online Handwriting Recognition System For Turkish An Online Handwriting Recognition System For Turkish Esra Vural, Hakan Erdogan, Kemal Oflazer, Berrin Yanikoglu Sabanci University, Tuzla, Istanbul, Turkey 34956 ABSTRACT Despite recent developments in

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

Unsupervised Acoustic Model Training for Simultaneous Lecture Translation in Incremental and Batch Mode

Unsupervised Acoustic Model Training for Simultaneous Lecture Translation in Incremental and Batch Mode Unsupervised Acoustic Model Training for Simultaneous Lecture Translation in Incremental and Batch Mode Diploma Thesis of Michael Heck At the Department of Informatics Karlsruhe Institute of Technology

More information

A Case Study: News Classification Based on Term Frequency

A Case Study: News Classification Based on Term Frequency A Case Study: News Classification Based on Term Frequency Petr Kroha Faculty of Computer Science University of Technology 09107 Chemnitz Germany kroha@informatik.tu-chemnitz.de Ricardo Baeza-Yates Center

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

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

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

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

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

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

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

Expressive speech synthesis: a review

Expressive speech synthesis: a review Int J Speech Technol (2013) 16:237 260 DOI 10.1007/s10772-012-9180-2 Expressive speech synthesis: a review D. Govind S.R. Mahadeva Prasanna Received: 31 May 2012 / Accepted: 11 October 2012 / Published

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

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

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

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

System Implementation for SemEval-2017 Task 4 Subtask A Based on Interpolated Deep Neural Networks

System Implementation for SemEval-2017 Task 4 Subtask A Based on Interpolated Deep Neural Networks System Implementation for SemEval-2017 Task 4 Subtask A Based on Interpolated Deep Neural Networks 1 Tzu-Hsuan Yang, 2 Tzu-Hsuan Tseng, and 3 Chia-Ping Chen Department of Computer Science and Engineering

More information

Semi-Supervised Face Detection

Semi-Supervised Face Detection Semi-Supervised Face Detection Nicu Sebe, Ira Cohen 2, Thomas S. Huang 3, Theo Gevers Faculty of Science, University of Amsterdam, The Netherlands 2 HP Research Labs, USA 3 Beckman Institute, University

More information

Lahore University of Management Sciences. FINN 321 Econometrics Fall Semester 2017

Lahore University of Management Sciences. FINN 321 Econometrics Fall Semester 2017 Instructor Syed Zahid Ali Room No. 247 Economics Wing First Floor Office Hours Email szahid@lums.edu.pk Telephone Ext. 8074 Secretary/TA TA Office Hours Course URL (if any) Suraj.lums.edu.pk FINN 321 Econometrics

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

SEMI-SUPERVISED ENSEMBLE DNN ACOUSTIC MODEL TRAINING

SEMI-SUPERVISED ENSEMBLE DNN ACOUSTIC MODEL TRAINING SEMI-SUPERVISED ENSEMBLE DNN ACOUSTIC MODEL TRAINING Sheng Li 1, Xugang Lu 2, Shinsuke Sakai 1, Masato Mimura 1 and Tatsuya Kawahara 1 1 School of Informatics, Kyoto University, Sakyo-ku, Kyoto 606-8501,

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

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

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

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

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

Speech Translation for Triage of Emergency Phonecalls in Minority Languages

Speech Translation for Triage of Emergency Phonecalls in Minority Languages Speech Translation for Triage of Emergency Phonecalls in Minority Languages Udhyakumar Nallasamy, Alan W Black, Tanja Schultz, Robert Frederking Language Technologies Institute Carnegie Mellon University

More information

CSL465/603 - Machine Learning

CSL465/603 - Machine Learning CSL465/603 - Machine Learning Fall 2016 Narayanan C Krishnan ckn@iitrpr.ac.in Introduction CSL465/603 - Machine Learning 1 Administrative Trivia Course Structure 3-0-2 Lecture Timings Monday 9.55-10.45am

More information

Australian Journal of Basic and Applied Sciences

Australian Journal of Basic and Applied Sciences AENSI Journals Australian Journal of Basic and Applied Sciences ISSN:1991-8178 Journal home page: www.ajbasweb.com Feature Selection Technique Using Principal Component Analysis For Improving Fuzzy C-Mean

More information

arxiv: v1 [cs.lg] 3 May 2013

arxiv: v1 [cs.lg] 3 May 2013 Feature Selection Based on Term Frequency and T-Test for Text Categorization Deqing Wang dqwang@nlsde.buaa.edu.cn Hui Zhang hzhang@nlsde.buaa.edu.cn Rui Liu, Weifeng Lv {liurui,lwf}@nlsde.buaa.edu.cn arxiv:1305.0638v1

More information

Semi-supervised methods of text processing, and an application to medical concept extraction. Yacine Jernite Text-as-Data series September 17.

Semi-supervised methods of text processing, and an application to medical concept extraction. Yacine Jernite Text-as-Data series September 17. Semi-supervised methods of text processing, and an application to medical concept extraction Yacine Jernite Text-as-Data series September 17. 2015 What do we want from text? 1. Extract information 2. Link

More information

DIRECT ADAPTATION OF HYBRID DNN/HMM MODEL FOR FAST SPEAKER ADAPTATION IN LVCSR BASED ON SPEAKER CODE

DIRECT ADAPTATION OF HYBRID DNN/HMM MODEL FOR FAST SPEAKER ADAPTATION IN LVCSR BASED ON SPEAKER CODE 2014 IEEE International Conference on Acoustic, Speech and Signal Processing (ICASSP) DIRECT ADAPTATION OF HYBRID DNN/HMM MODEL FOR FAST SPEAKER ADAPTATION IN LVCSR BASED ON SPEAKER CODE Shaofei Xue 1

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 IRISA Text-To-Speech System for the Blizzard Challenge 2017

The IRISA Text-To-Speech System for the Blizzard Challenge 2017 The IRISA Text-To-Speech System for the Blizzard Challenge 2017 Pierre Alain, Nelly Barbot, Jonathan Chevelu, Gwénolé Lecorvé, Damien Lolive, Claude Simon, Marie Tahon IRISA, University of Rennes 1 (ENSSAT),

More information

Role of Pausing in Text-to-Speech Synthesis for Simultaneous Interpretation

Role of Pausing in Text-to-Speech Synthesis for Simultaneous Interpretation Role of Pausing in Text-to-Speech Synthesis for Simultaneous Interpretation Vivek Kumar Rangarajan Sridhar, John Chen, Srinivas Bangalore, Alistair Conkie AT&T abs - Research 180 Park Avenue, Florham Park,

More information

A survey of multi-view machine learning

A survey of multi-view machine learning Noname manuscript No. (will be inserted by the editor) A survey of multi-view machine learning Shiliang Sun Received: date / Accepted: date Abstract Multi-view learning or learning with multiple distinct

More information

Atypical Prosodic Structure as an Indicator of Reading Level and Text Difficulty

Atypical Prosodic Structure as an Indicator of Reading Level and Text Difficulty Atypical Prosodic Structure as an Indicator of Reading Level and Text Difficulty Julie Medero and Mari Ostendorf Electrical Engineering Department University of Washington Seattle, WA 98195 USA {jmedero,ostendor}@uw.edu

More information

Distributed Learning of Multilingual DNN Feature Extractors using GPUs

Distributed Learning of Multilingual DNN Feature Extractors using GPUs Distributed Learning of Multilingual DNN Feature Extractors using GPUs Yajie Miao, Hao Zhang, Florian Metze Language Technologies Institute, School of Computer Science, Carnegie Mellon University Pittsburgh,

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

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

Phonological Processing for Urdu Text to Speech System

Phonological Processing for Urdu Text to Speech System Phonological Processing for Urdu Text to Speech System Sarmad Hussain Center for Research in Urdu Language Processing, National University of Computer and Emerging Sciences, B Block, Faisal Town, Lahore,

More information

MULTILINGUAL INFORMATION ACCESS IN DIGITAL LIBRARY

MULTILINGUAL INFORMATION ACCESS IN DIGITAL LIBRARY MULTILINGUAL INFORMATION ACCESS IN DIGITAL LIBRARY Chen, Hsin-Hsi Department of Computer Science and Information Engineering National Taiwan University Taipei, Taiwan E-mail: hh_chen@csie.ntu.edu.tw Abstract

More information

Non intrusive multi-biometrics on a mobile device: a comparison of fusion techniques

Non intrusive multi-biometrics on a mobile device: a comparison of fusion techniques Non intrusive multi-biometrics on a mobile device: a comparison of fusion techniques Lorene Allano 1*1, Andrew C. Morris 2, Harin Sellahewa 3, Sonia Garcia-Salicetti 1, Jacques Koreman 2, Sabah Jassim

More information

Using dialogue context to improve parsing performance in dialogue systems

Using dialogue context to improve parsing performance in dialogue systems Using dialogue context to improve parsing performance in dialogue systems Ivan Meza-Ruiz and Oliver Lemon School of Informatics, Edinburgh University 2 Buccleuch Place, Edinburgh I.V.Meza-Ruiz@sms.ed.ac.uk,

More information

Chinese Language Parsing with Maximum-Entropy-Inspired Parser

Chinese Language Parsing with Maximum-Entropy-Inspired Parser Chinese Language Parsing with Maximum-Entropy-Inspired Parser Heng Lian Brown University Abstract The Chinese language has many special characteristics that make parsing difficult. The performance of state-of-the-art

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

Specification and Evaluation of Machine Translation Toy Systems - Criteria for laboratory assignments

Specification and Evaluation of Machine Translation Toy Systems - Criteria for laboratory assignments Specification and Evaluation of Machine Translation Toy Systems - Criteria for laboratory assignments Cristina Vertan, Walther v. Hahn University of Hamburg, Natural Language Systems Division Hamburg,

More information

ACOUSTIC EVENT DETECTION IN REAL LIFE RECORDINGS

ACOUSTIC EVENT DETECTION IN REAL LIFE RECORDINGS ACOUSTIC EVENT DETECTION IN REAL LIFE RECORDINGS Annamaria Mesaros 1, Toni Heittola 1, Antti Eronen 2, Tuomas Virtanen 1 1 Department of Signal Processing Tampere University of Technology Korkeakoulunkatu

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

Constructing Parallel Corpus from Movie Subtitles

Constructing Parallel Corpus from Movie Subtitles Constructing Parallel Corpus from Movie Subtitles Han Xiao 1 and Xiaojie Wang 2 1 School of Information Engineering, Beijing University of Post and Telecommunications artex.xh@gmail.com 2 CISTR, Beijing

More information

The taming of the data:

The taming of the data: The taming of the data: Using text mining in building a corpus for diachronic analysis Stefania Degaetano-Ortlieb, Hannah Kermes, Ashraf Khamis, Jörg Knappen, Noam Ordan and Elke Teich Background Big data

More information

Learning Optimal Dialogue Strategies: A Case Study of a Spoken Dialogue Agent for

Learning Optimal Dialogue Strategies: A Case Study of a Spoken Dialogue Agent for Learning Optimal Dialogue Strategies: A Case Study of a Spoken Dialogue Agent for Email Marilyn A. Walker Jeanne C. Fromer Shrikanth Narayanan walker@research.att.com jeannie@ai.mit.edu shri@research.att.com

More information