Unvoiced Landmark Detection for Segment-based Mandarin Continuous Speech Recognition

Size: px
Start display at page:

Download "Unvoiced Landmark Detection for Segment-based Mandarin Continuous Speech Recognition"

Transcription

1 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 Academy of Sciences, Abstract. This paper presents an attempt to introduce unvoiced landmarks into statistical continuous speech recognition system. The unvoiced landmark detection algorithm proposed here locates the points in speech where the vocal folds stop or begin freely vibrating. In our experiments, 87.47% of stops and 98.94% of fricatives are segmented from speech after the unvoiced landmark detection, with a very low insertion error rate of 0.13%. Then these landmarks are incorporated into decoding process of segment model based recognizer as search beginning indicators. The effectiveness of landmark detection algorithm is verified in our landmark-guided recognition system with 240 sentences in 863- Test database. Key words: Speech recognition, segment model, landmark detection 1 Introduction The study of integrating linguistic and phonetic knowledge into current probabilistic speech recognition system is being put increasing importance on recently. Although current dominant statistical model-based recognition systems have obtained rapid development because of elaborate modeling ability and data-driven methods, the blind search in large data without heuristic guide still needs lots of data and compute resource. To find a new development for automatic speech recognition technique after introducing the statistical model into speech recognition domain, the methods of combining phonetic knowledge and statistical models are considered to be a potential way[1][3]. Human speech is pronounced by the movements of articulators under the control of brain. It is believed that acoustic cues for speech perception are most obvious around those points with rapid acoustic variation, just as the close and release of consonants. These points act as landmarks in human speech perception[2], so should they do in machine speech recognition. Landmarks have the ability to indicate the beginning of abrupt acoustic changes, such as close and release of consonants[3], or the maximal point of acoustic energy for sonorants[4]. Speech recognition system utilizing landmarks were also explored[5] [6] [7]. An unvoiced landmark detection system is built in this paper, and is incorporated into a Segment Model(SM) based large vocabulary continuous speech

2 recognition system[8] [9]. Our approach presented here is quite different from previous works in several regards. Firstly, at landmark detection stage, our goal is unvoiced landmarks, +unvoiced and -unvoiced, which describe the beginning and ending of articulators constricting when pronouncing consonants. The - unvoiced landmarks correspond to the articulators closure and the vocal folds stop freely vibrating, which appear in the beginning of stops closure, or the beginning of friction in fricatives and affricates; +unvoiced landmarks indicate articulators release and the vocal folds start to freely vibrating, as the beginning of vowel after a fricative, or the release of stops. Not all consonants have these unvoiced landmarks. Without salient narrowing and release in articulators when pronounced, there is no unvoiced piece in sonorant consonants. So the unvoiced landmarks could appear for three kinds of speech: stops, fricatives and affricates. Those speech is our goal to be segmented from continuous speech at landmark detection stage. Secondly and importantly, information about these unvoiced segments given at the detection stage is merged into a SM-based speech recognition system[14], rather than traditional HMM-based system. In HMM-based system, knowledge information is integrated before model decoding in the form of knowledge-based parameters[10][11][12], or after decoding process by candidates rescoring[13], but hardly integrated in decoding process directly. Modeling and decoding using the units of segment, instead of frame in HMM, the SM system has inherent structure for integrating linguistic and phonetic knowledge in speech recognition. In our system, location information about unvoiced segments is directly used in decoding process to seek the start points for decoding segments given end points, rather than by using defined segment length. The remainder of this paper is organized as follows. Background knowledge about consonants in Mandarin is introduced in section 2. The unvoiced landmark detection method is presented in section 3. How the landmark information is applied in SM system is described in section 4, then the experiments and results in section 5. Finally, we conclude this paper and give remarks on future work. 2 Characteristics of Consonants in Mandarin An important difference between consonants in Mandarin and in English is that all stops, fricatives and affricates in Mandarin are unvoiced, and only sonorant consonants are voiced. This phonetic knowledge provides a larger scope to using unvoiced landmark detection in Mandarin speech than in English, whose stops, fricatives and affricates include both voiced and unvoiced ones. Consonants in Mandarin contain 6 stops, 5 fricatives, 6 affricates and 6 sonorant consonants. Their corresponding phones and occur frequencies in 863-Train database(introduced later) are listed in table 1. The stops in Mandarin have similar close and burst actions as the unvoiced counterparts in English, and these actions are used as cues to detect unvoiced landmarks. Although affricates have burst like stops, their fricative character are more obvious to detect. So we group affricates into fricatives in our system. As shown in table 1, another evident dif-

3 ference of consonants in Mandarin to those in English is that there are more fricatives in Mandarin, and those fricatives take a large part in Chinese spoken language. In conclusion, we believe that effective and efficient detection of unvoiced segments in Mandarin continuous speech, which include stops and fricatives, is a worthwhile study, and speech recognition system would benefit greatly from this work. Table 1. Three categories of Mandarin consonants, and their occur frequencies in 863- Train male database, in which the occurrence of all consonants is 564,812. Affricates are included in fricatives. Type Phones Freq.% Stops b d g p t k Fricatives f s sh x h z zh j c ch q Sonorant cons. y w l r m n Detection of Unvoiced Landmark The fricatives have obvious high and middle frequency energy because of articulators friction, but no low energy as the vocal folds isn t freely vibrating; the stops have a short silence before burst because of articulators closure. Thus a piece of speech without low frequency energy is a decisive acoustic cue for these sounds, which makes them the most easy segments to be detected in continuous speech and be used as landmarks in subsequence recognition system. We adopt S. Liu s basic framework of general processing for landmark detection in [3] to find the candidates of unvoiced landmarks. Then the final unvoiced landmarks are picked out at a selecting stage according to acoustic rules, where energy and duration criteria is applied. 3.1 General Processing In general processing, a spectrogram is computed with 6-ms Hanning window every 1 ms, and two frequency bands are defined as shown in Table 2. Then smoothing energy and energy ROR(Rate Of Rise) data for each band are calculated in a coarse-processing(cf) and a fine-processing(fp) pass. In next step, the peaks for each CP and FP ROR waveform with local maximum or minimum value are found. The peaks have same polarity with its ROR value. In the end, the final peaks are picked out from FP peaks using CP peaks as guides. A new peak-picking algorithm is proposed in our approach. After ROR data Ror i [t] for frame t in band i is calculated, where i = 1, 2, and t = 0, 1,...T, the

4 frames whose absolute ROR value is greater than 9dB and satisfy the requirement below are picked out first: [Ror i (t 1) Ror i (t)][ror i (t + 1) Ror i (t)] > 0.5. (1) Then we look at two segments [t 8, t] and [t, t + 8] for frame t; if both pieces have more than half of points except t whose absolute ROR values are all greater or smaller than t s, we keep the frame t on. Last, just one peak with maximum absolute ROR value is hold and others are deleted in [t 10, t]. This algorithm is executed in both coarse and fine processing. Fig.1 shows the spectrogram, fine-processing energy and ROR waveform for band 1 of a Mandarin Chinese speech sentence in three panels. Locations of final negative peaks in band 1 are shown in the form of dotted vertical lines, and positive peaks in real lines. Table 2. Two energy bands and their frequency range. Band Frequency(kHz) Fig. 1. Demonstration of peaks. The top panel is the spectrogram, then FP energy and ROR waveform in band 1 for a Mandarin Chinese sentence. Dotted vertical lines are the negative peaks in band 1, and real lines are positive peaks in band Unvoiced Landmark Localization The output of general processing, peaks, represent time points of abrupt energy changes in two bands. To locate unvoiced landmarks, the peaks in band 1 are

5 candidates because the energy in band 1 monitors the presence or absence of glottal vibration. The ROR data in band 2 is used as reference when selecting the one with maximum ROR from two peaks of band 1. Using 863-Train database as development data, several energy and duration rules, designed from observation and acoustic knowledge, are used to select reliable unvoiced landmarks from peaks in band 1 and remove others. First of all, for two adjacent peaks within 20ms with same sign, the one with the maximum absolute ROR value is saved. After this processing, those peaks of small energy fluctuate caused by a bigger one are removed. Secondly, a sentence must begin with a +peak which labels the point the vocal folds start vibrating, and end with a -peak which locates stop of vibration. The first valid +peak is found that the total energy of the segment between +peak and next -peak is larger than 40dB, which make sure this region is a speech segment. At the end of speech, if the last peak is +peak, we delete it until a valid -peak is the last one. The +peaks and -peaks must be paired in speech, corresponding to the begin and stop of vocal folds freely vibration. For each +peak, the -peak before it and itself locate the unvoiced speech segment; the -peak behind it labels the end of voiced segment started at this +peak and a new unvoiced segment s start. In our system, for adjacent two +peaks, if they are within 200ms which is the maximum duration of syllable, the latter one is deleted because it is a energy jump for a new syllable s sonorant consonant; otherwise, the one with minimum absolute ROR value is deleted. For more than one -peaks behind a +peak, the duration between + and -peak must be longer than 80ms which is the minimum voiced segment duration. And for connected -peaks, only the one with maximum ROR value is kept. Energy rule, that the average total energy in +/-peak duration must be larger than 40dB, is used in here to remove creaky voiced segments. The +peak and -peak before it are removed if energy rule is not satisfied. Another energy criteria is imposed to unvoiced segments that the average band 1 energy must less than 45dB, making sure that the vocal folds do not freely vibrate. After these selecting, about 20% of the peaks are deleted, and the left peaks are the unvoiced landmarks we look for. Shown in Fig. 2, the unvoiced speech segments located by the -unvoiced and +unvoiced landmarks are colored in black in the horizon bar at the bottom of spectrogram. All the unvoiced segments for stops and fricatives in this sentence are found using our approach. 4 Landmark-guided SM Decoding 4.1 SM-based System Segment models adopt segmental distribution rather than frame-based features in HMMs to represent the underlying trajectory of the observation sequence, so the SM-based system can resolve some limitations of HMM system, and achieve more delicate accuracy but with high complexity and computation. To speed up

6 Fig. 2. Demonstration of unvoiced landmarks. Dotted vertical lines are the -unvoiced landmarks, and real lines are +unvoiced landmarks. The unvoiced speech segments located by the -unvoiced and +unvoiced landmarks are colored in black in the horizon bar at the bottom of spectrogram. SMs is a crucial work for SM s applications to large vocabulary continue speech recognition[15]. 4.2 SM Decoding The decoding of SM is completed by two stages. For a segment of speech x m τ, starting at τ, ending at m, the segment model α with highest likelihood score is found first: D m (τ)=max α {ln[p(xm τ α)](m τ) + ln[p (α)] + ln[p s (x m τ α)]}, 0 τ < m < T. (2) where D m (τ) is the highest likelihood score, P (α) is the language score, and P s (x m τ α) is the segmental score(duration, etc.). Then, for each end points from 0 to T, the most suitable start point t is selected to construct a segment with highest probability: where, J (m) = max{j (τ) + D m (τ) + C}, J (0) = 0. (3) τ max{m L ext, 0} τ < m. (4) J (m) is the accumulated score of the best acoustic model sequence at point m, and C is the insertion factor for each segment; L ext is the allowed maximum segment duration.

7 In our landmark-guided SM decoding system, the unvoiced landmarks at l are used to determine the start points for segments search, in the case that: max{m L ext, 0} l d < m. (5) The offset value d, 7ms for +unvoiced landmark and 0ms for -unvoiced, is used to compensate the distance between landmarks and the SM boundaries. The points at (l 4)ms are the new search start points, in which 4ms is added before the landmark location for a robust consideration. 5 Experiments and Results The database provided by Chinese National Hi-Tech Project 863 for Chinese LVCSR system development is used in our experiments. There are 83 male speakers sentences(55.6 hours) and 6 male speakers 240 sentences(17.1 minutes) in the training and testing sets respectively, all sampled at 16kHz. Both training and testing data are high quality standard Mandarin with the accent well controlled. The acoustic features used in our experiments are 12 dimensions MFCC plus 1 dimension normalized energy and their 1st and 2nd order derivatives, using 25.6ms length and 10ms step Hamming window. The training set are used to design the landmark detection algorithm, and to train the segment models used in recognition system. Both the results of landmark detection and SM recognition are given on the testing set. 5.1 Landmark Detection Results The unvoiced landmarks should exist for all stops and fricatives in Mandarin continuous speech. We also detected unvoiced landmarks for sonorant consonants in our experiments, because there may be short pauses before sonorant consonants in speech which are actually unvoice pieces. The consonant h is a velar fricative with acoustic character more similar to sonorant consonants, so we group it to sonorant consonants. To evaluate the detection algorithm, deletion rate and insertion error rate of unvoiced landmarks for stops, fricatives and other sonorant consonants are given in Table 3. Insertion error occurs mostly because of creaky voice, and gives more serious impact on recognition than landmark deletion error. So a hard threshold is taken in our experiment to reduce insertion error rate. As a result, among all 3145 consonants tokens, there are only 4 insertions in our unvoiced landmarks. Shown in Table 3, landmarks for fricatives have the best detection rate, owning to their regular and steady acoustic character that there is obvious energy in high frequency range and very low energy in band 1. Not all of the stops landmarks are easy to detect, because very short duration of articulator s closure when pronounced in some cases would not cause the disconnecting of energy in band 1. We compare the landmarks locations with the boundaries of corresponding consonants given by the SM recognition system, shown as the Dist1 for -unvoiced

8 landmarks and Dist2 for +unvoiced landmarks in Table 3. All the distance are negative, indicating that the landmarks are behind the boundaries in average. The distance of -landmarks and start point of SM models is smaller than that of +landmarks and end point of SM. That is not surprising because the +landmark is the beginning of the freely vibrating for vocal folds, not the end of consonants especially for stops. Table 3. Results of unvoiced landmark detection for stops, fricatives and sonorant consonants. Cons. Del% Ins% Dist1(ms) Dist2(ms) Stops Fricatives Sonorant cons Total SM System Experiments The baseline SM system in our experiment is a context-dependent triphone SSM recognition system, in which there are 15 regions modeled by 12 Gaussian mixtures for each segment model. Region models are tied through phone based decision trees. Endpoint detection is processed for all speech, and no language model in system. The recognition results and decoding time of our landmark-guided SM system and of the baseline system for 863-Test are listed in Table 4. We add the +unvoiced landmarks into SM system first, as the system 1; then both + and -unvoiced in system 2. The decoding time of recognition system is reduced in system 1 and more in system 2, as well as the average search length for acoustic model decoding. The performance is slightly better than baseline in system 1, but slightly worse in system 2. Such results can be forecasted from Table 3, in the fact that the -unvoiced landmarks give a precise location of the beginning of stops, fricatives and some sonorant consonants, but +unvoiced landmarks do not give the ending location of consonants for all of them. Another important reason for worse performance in system 2 is that the landmark information hasn t been included in segment models training, which will be our future work. And it is expected that segment models adapted to unvoiced landmarks would be able to bring better recognition performance. 6 Conclusions This paper presents an unvoiced landmark detection algorithm for Mandarin continuous speech, and demonstrates our preliminary study of introducing landmarks to an SM-based LVCSR system. Our algorithm of unvoiced landmark

9 Table 4. Recognition results of landmark-guided SM system. System 1 utilizes -unvoiced landmarks; system 2 utilizes all + and - unvoiced landmarks. Average search length, word error rate and run-time for three systems are listed. System Landmark Search length WER% Time(min.) baseline system1 -u system2 +/-u detection provides an effective methods to segment continuous speech to voiced and unvoiced subsegments, which utilizes only convenient energy and duration rules. The unvoice landmarks provide important information about segmentation for speech recognition. Although only location information of unvoice landmarks were utilized, our experiment to incorporate unvoiced landmarks into SM system illustrated the feasibility to use landmarks as a guide in acoustic model decoding. For future work, other landmarks will be introduced into our SM system, such as sonorant landmarks, fricative landmarks and stop landmarks separated from unvoiced landmarks. And subsequent processing about acoustic cues around landmarks would give speech decoding additional information than only given by landmarks location. On the other hand, training segment models adapted to the defined landmarks, which means that they have consistent beginning and ending time points with landmarks, is expected to provide better recognition performance. Acknowledgements. This research is supported in part by the China National Nature Science Foundation (No , No ), the Beijing Nature Science Foundation (No ) and the National Fundamental Research Program (973) of China (2004CB318105). References 1. Lee, C. H., Juang, B. H.: A new detection paradigm for collaborative automatic speech recognition and understanding. Jan , SWIM (2004) 2. Stevens, K. N., Manuel, S. Y., Hufnagel, S. Shattuck, Liu, S.: Implementation of a model for lexical access based on features. Proc. ICSLP, Vol. 1, Banff, Alberta (1992) Liu, S. A.: Landmark detection for distinctive feature-based speech recognition. J. Acoust. Soc. Am., 100(5) (1996) Schutte, K., Glass, J.: Robust detection of sonorant landmarks. Proc. Interspeech (2005) Stevens, K. N.: Toward a model for lexical access based on acoustic landmarks and distinctive features. J. Acoust. Soc. Am., 111(4) (2002) Johnson, M. Hasegawa et. al: Landmark-based speech recognition: Report of the 2004 Johns Hopkins summer workshop. Proc. ICASSP, Vol. 1 (2005) Tang, M., Seneff, S., Zue, V.: Two-stage continuous speech recognition using feature-based models: a preliminary study. Proc. ASRU (2003) 49-54

10 8. Ostendorf, M., Digalakis, V., Kimball, O.: From HMM s to segment models: a unified view of stochastic modeling for speech recognition. IEEE Trans. Speech and Audio Proc. (1996) Ostendorf, M., Roukos, S.: A stochastic segment model for phoneme based continuous speech recognition. IEEE Trans. Speech and Audio Proc. (1989) Bitar, N. N., Wilson, C. Y. Espy: Knowledge-based parameters for HMM speech recognition. Proc. ICASSP (1996) Launay, B., Siohan, O., Surendran, A., Lee, C. H.: Towards knowledge-based features for HMM based large vocabulary automatic speech recognition. Proc. ICASSP (2002) Kirchhoff, K., Fink, G. A., Sagerer, G.: Combining acoustic and articulatory feature information for robust speech recognition. Speech Communication, 37 (2002) Li, J. Y., Tsao, Y., Lee, C. H.: A study on knowledge source integration for candidate rescoring in automatic speech recognition. Proc. ICASSP (2005) Tang, Y., Liu, W. J., Zhang, H., Xu, B., Ding, G. H.: One-pass coarse-to-fine segmental speech decoding algorithm. To be appeared Proc. ICASSP (2006) 15. Tang, Y., Zhang, H., Liu, W. J., Xu, B.: Coloring the speech utterance to accelerate the SM based LVCSR decoding. NLP-KE 05 (2005)

Speech Recognition using Acoustic Landmarks and Binary Phonetic Feature Classifiers

Speech Recognition using Acoustic Landmarks and Binary Phonetic Feature Classifiers Speech Recognition using Acoustic Landmarks and Binary Phonetic Feature Classifiers October 31, 2003 Amit Juneja Department of Electrical and Computer Engineering University of Maryland, College Park,

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 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

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

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

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

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

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

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

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

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

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

Quarterly Progress and Status Report. Voiced-voiceless distinction in alaryngeal speech - acoustic and articula

Quarterly Progress and Status Report. Voiced-voiceless distinction in alaryngeal speech - acoustic and articula Dept. for Speech, Music and Hearing Quarterly Progress and Status Report Voiced-voiceless distinction in alaryngeal speech - acoustic and articula Nord, L. and Hammarberg, B. and Lundström, E. journal:

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

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

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

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

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

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

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

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

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

Consonants: articulation and transcription

Consonants: articulation and transcription Phonology 1: Handout January 20, 2005 Consonants: articulation and transcription 1 Orientation phonetics [G. Phonetik]: the study of the physical and physiological aspects of human sound production and

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

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

SEGMENTAL FEATURES IN SPONTANEOUS AND READ-ALOUD FINNISH

SEGMENTAL FEATURES IN SPONTANEOUS AND READ-ALOUD FINNISH SEGMENTAL FEATURES IN SPONTANEOUS AND READ-ALOUD FINNISH Mietta Lennes Most of the phonetic knowledge that is currently available on spoken Finnish is based on clearly pronounced speech: either readaloud

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

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

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

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

The Perception of Nasalized Vowels in American English: An Investigation of On-line Use of Vowel Nasalization in Lexical Access

The Perception of Nasalized Vowels in American English: An Investigation of On-line Use of Vowel Nasalization in Lexical Access The Perception of Nasalized Vowels in American English: An Investigation of On-line Use of Vowel Nasalization in Lexical Access Joyce McDonough 1, Heike Lenhert-LeHouiller 1, Neil Bardhan 2 1 Linguistics

More information

The analysis starts with the phonetic vowel and consonant charts based on the dataset:

The analysis starts with the phonetic vowel and consonant charts based on the dataset: Ling 113 Homework 5: Hebrew Kelli Wiseth February 13, 2014 The analysis starts with the phonetic vowel and consonant charts based on the dataset: a) Given that the underlying representation for all verb

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

SOUND STRUCTURE REPRESENTATION, REPAIR AND WELL-FORMEDNESS: GRAMMAR IN SPOKEN LANGUAGE PRODUCTION. Adam B. Buchwald

SOUND STRUCTURE REPRESENTATION, REPAIR AND WELL-FORMEDNESS: GRAMMAR IN SPOKEN LANGUAGE PRODUCTION. Adam B. Buchwald SOUND STRUCTURE REPRESENTATION, REPAIR AND WELL-FORMEDNESS: GRAMMAR IN SPOKEN LANGUAGE PRODUCTION by Adam B. Buchwald A dissertation submitted to The Johns Hopkins University in conformity with the requirements

More information

Phonetics. The Sound of Language

Phonetics. The Sound of Language Phonetics. The Sound of Language 1 The Description of Sounds Fromkin & Rodman: An Introduction to Language. Fort Worth etc., Harcourt Brace Jovanovich Read: Chapter 5, (p. 176ff.) (or the corresponding

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

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

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

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

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

Pobrane z czasopisma New Horizons in English Studies Data: 18/11/ :52:20. New Horizons in English Studies 1/2016

Pobrane z czasopisma New Horizons in English Studies  Data: 18/11/ :52:20. New Horizons in English Studies 1/2016 LANGUAGE Maria Curie-Skłodowska University () in Lublin k.laidler.umcs@gmail.com Online Adaptation of Word-initial Ukrainian CC Consonant Clusters by Native Speakers of English Abstract. The phenomenon

More information

Disambiguation of Thai Personal Name from Online News Articles

Disambiguation of Thai Personal Name from Online News Articles Disambiguation of Thai Personal Name from Online News Articles Phaisarn Sutheebanjard Graduate School of Information Technology Siam University Bangkok, Thailand mr.phaisarn@gmail.com Abstract Since online

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

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

NCU IISR English-Korean and English-Chinese Named Entity Transliteration Using Different Grapheme Segmentation Approaches

NCU IISR English-Korean and English-Chinese Named Entity Transliteration Using Different Grapheme Segmentation Approaches NCU IISR English-Korean and English-Chinese Named Entity Transliteration Using Different Grapheme Segmentation Approaches Yu-Chun Wang Chun-Kai Wu Richard Tzong-Han Tsai Department of Computer Science

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

Phonological and Phonetic Representations: The Case of Neutralization

Phonological and Phonetic Representations: The Case of Neutralization Phonological and Phonetic Representations: The Case of Neutralization Allard Jongman University of Kansas 1. Introduction The present paper focuses on the phenomenon of phonological neutralization to consider

More information

Phonological encoding in speech production

Phonological encoding in speech production Phonological encoding in speech production Niels O. Schiller Department of Cognitive Neuroscience, Maastricht University, The Netherlands Max Planck Institute for Psycholinguistics, Nijmegen, The Netherlands

More information

WiggleWorks Software Manual PDF0049 (PDF) Houghton Mifflin Harcourt Publishing Company

WiggleWorks Software Manual PDF0049 (PDF) Houghton Mifflin Harcourt Publishing Company WiggleWorks Software Manual PDF0049 (PDF) Houghton Mifflin Harcourt Publishing Company Table of Contents Welcome to WiggleWorks... 3 Program Materials... 3 WiggleWorks Teacher Software... 4 Logging In...

More information

Automatic segmentation of continuous speech using minimum phase group delay functions

Automatic segmentation of continuous speech using minimum phase group delay functions Speech Communication 42 (24) 429 446 www.elsevier.com/locate/specom Automatic segmentation of continuous speech using minimum phase group delay functions V. Kamakshi Prasad, T. Nagarajan *, Hema A. Murthy

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

Rachel E. Baker, Ann R. Bradlow. Northwestern University, Evanston, IL, USA

Rachel E. Baker, Ann R. Bradlow. Northwestern University, Evanston, IL, USA LANGUAGE AND SPEECH, 2009, 52 (4), 391 413 391 Variability in Word Duration as a Function of Probability, Speech Style, and Prosody Rachel E. Baker, Ann R. Bradlow Northwestern University, Evanston, IL,

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

Word Stress and Intonation: Introduction

Word Stress and Intonation: Introduction Word Stress and Intonation: Introduction WORD STRESS One or more syllables of a polysyllabic word have greater prominence than the others. Such syllables are said to be accented or stressed. Word stress

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

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

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

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

Improved Hindi Broadcast ASR by Adapting the Language Model and Pronunciation Model Using A Priori Syntactic and Morphophonemic Knowledge

Improved Hindi Broadcast ASR by Adapting the Language Model and Pronunciation Model Using A Priori Syntactic and Morphophonemic Knowledge Improved Hindi Broadcast ASR by Adapting the Language Model and Pronunciation Model Using A Priori Syntactic and Morphophonemic Knowledge Preethi Jyothi 1, Mark Hasegawa-Johnson 1,2 1 Beckman Institute,

More information

Rhythm-typology revisited.

Rhythm-typology revisited. DFG Project BA 737/1: "Cross-language and individual differences in the production and perception of syllabic prominence. Rhythm-typology revisited." Rhythm-typology revisited. B. Andreeva & W. Barry Jacques

More information

age, Speech and Hearii

age, Speech and Hearii age, Speech and Hearii 1 Speech Commun cation tion 2 Sensory Comm, ection i 298 RLE Progress Report Number 132 Section 1 Speech Communication Chapter 1 Speech Communication 299 300 RLE Progress Report

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

On Developing Acoustic Models Using HTK. M.A. Spaans BSc.

On Developing Acoustic Models Using HTK. M.A. Spaans BSc. On Developing Acoustic Models Using HTK M.A. Spaans BSc. On Developing Acoustic Models Using HTK M.A. Spaans BSc. Delft, December 2004 Copyright c 2004 M.A. Spaans BSc. December, 2004. Faculty of Electrical

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

1. REFLEXES: Ask questions about coughing, swallowing, of water as fast as possible (note! Not suitable for all

1. REFLEXES: Ask questions about coughing, swallowing, of water as fast as possible (note! Not suitable for all Human Communication Science Chandler House, 2 Wakefield Street London WC1N 1PF http://www.hcs.ucl.ac.uk/ ACOUSTICS OF SPEECH INTELLIGIBILITY IN DYSARTHRIA EUROPEAN MASTER S S IN CLINICAL LINGUISTICS UNIVERSITY

More information

First Grade Curriculum Highlights: In alignment with the Common Core Standards

First Grade Curriculum Highlights: In alignment with the Common Core Standards First Grade Curriculum Highlights: In alignment with the Common Core Standards ENGLISH LANGUAGE ARTS Foundational Skills Print Concepts Demonstrate understanding of the organization and basic features

More information

Rule Learning with Negation: Issues Regarding Effectiveness

Rule Learning with Negation: Issues Regarding Effectiveness Rule Learning with Negation: Issues Regarding Effectiveness Stephanie Chua, Frans Coenen, and Grant Malcolm University of Liverpool Department of Computer Science, Ashton Building, Ashton Street, L69 3BX

More information

Journal of Phonetics

Journal of Phonetics Journal of Phonetics 40 (2012) 595 607 Contents lists available at SciVerse ScienceDirect Journal of Phonetics journal homepage: www.elsevier.com/locate/phonetics How linguistic and probabilistic properties

More information

PHONETIC DISTANCE BASED ACCENT CLASSIFIER TO IDENTIFY PRONUNCIATION VARIANTS AND OOV WORDS

PHONETIC DISTANCE BASED ACCENT CLASSIFIER TO IDENTIFY PRONUNCIATION VARIANTS AND OOV WORDS PHONETIC DISTANCE BASED ACCENT CLASSIFIER TO IDENTIFY PRONUNCIATION VARIANTS AND OOV WORDS Akella Amarendra Babu 1 *, Ramadevi Yellasiri 2 and Akepogu Ananda Rao 3 1 JNIAS, JNT University Anantapur, Ananthapuramu,

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

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

Parallel Evaluation in Stratal OT * Adam Baker University of Arizona

Parallel Evaluation in Stratal OT * Adam Baker University of Arizona Parallel Evaluation in Stratal OT * Adam Baker University of Arizona tabaker@u.arizona.edu 1.0. Introduction The model of Stratal OT presented by Kiparsky (forthcoming), has not and will not prove uncontroversial

More information

Rule Learning With Negation: Issues Regarding Effectiveness

Rule Learning With Negation: Issues Regarding Effectiveness Rule Learning With Negation: Issues Regarding Effectiveness S. Chua, F. Coenen, G. Malcolm University of Liverpool Department of Computer Science, Ashton Building, Ashton Street, L69 3BX Liverpool, United

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

A Cross-language Corpus for Studying the Phonetics and Phonology of Prominence

A Cross-language Corpus for Studying the Phonetics and Phonology of Prominence A Cross-language Corpus for Studying the Phonetics and Phonology of Prominence Bistra Andreeva 1, William Barry 1, Jacques Koreman 2 1 Saarland University Germany 2 Norwegian University of Science and

More information

English Language and Applied Linguistics. Module Descriptions 2017/18

English Language and Applied Linguistics. Module Descriptions 2017/18 English Language and Applied Linguistics Module Descriptions 2017/18 Level I (i.e. 2 nd Yr.) Modules Please be aware that all modules are subject to availability. If you have any questions about the modules,

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

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

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

CEFR Overall Illustrative English Proficiency Scales

CEFR Overall Illustrative English Proficiency Scales CEFR Overall Illustrative English Proficiency s CEFR CEFR OVERALL ORAL PRODUCTION Has a good command of idiomatic expressions and colloquialisms with awareness of connotative levels of meaning. Can convey

More information

Universal contrastive analysis as a learning principle in CAPT

Universal contrastive analysis as a learning principle in CAPT Universal contrastive analysis as a learning principle in CAPT Jacques Koreman, Preben Wik, Olaf Husby, Egil Albertsen Department of Language and Communication Studies, NTNU, Trondheim, Norway jacques.koreman@ntnu.no,

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

An Acoustic Phonetic Account of the Production of Word-Final /z/s in Central Minnesota English

An Acoustic Phonetic Account of the Production of Word-Final /z/s in Central Minnesota English Linguistic Portfolios Volume 6 Article 10 2017 An Acoustic Phonetic Account of the Production of Word-Final /z/s in Central Minnesota English Cassy Lundy St. Cloud State University, casey.lundy@gmail.com

More information

The Good Judgment Project: A large scale test of different methods of combining expert predictions

The Good Judgment Project: A large scale test of different methods of combining expert predictions The Good Judgment Project: A large scale test of different methods of combining expert predictions Lyle Ungar, Barb Mellors, Jon Baron, Phil Tetlock, Jaime Ramos, Sam Swift The University of Pennsylvania

More information

Houghton Mifflin Reading Correlation to the Common Core Standards for English Language Arts (Grade1)

Houghton Mifflin Reading Correlation to the Common Core Standards for English Language Arts (Grade1) Houghton Mifflin Reading Correlation to the Standards for English Language Arts (Grade1) 8.3 JOHNNY APPLESEED Biography TARGET SKILLS: 8.3 Johnny Appleseed Phonemic Awareness Phonics Comprehension Vocabulary

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

DEVELOPMENT OF LINGUAL MOTOR CONTROL IN CHILDREN AND ADOLESCENTS

DEVELOPMENT OF LINGUAL MOTOR CONTROL IN CHILDREN AND ADOLESCENTS DEVELOPMENT OF LINGUAL MOTOR CONTROL IN CHILDREN AND ADOLESCENTS Natalia Zharkova 1, William J. Hardcastle 1, Fiona E. Gibbon 2 & Robin J. Lickley 1 1 CASL Research Centre, Queen Margaret University, Edinburgh

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

Intra-talker Variation: Audience Design Factors Affecting Lexical Selections

Intra-talker Variation: Audience Design Factors Affecting Lexical Selections Tyler Perrachione LING 451-0 Proseminar in Sound Structure Prof. A. Bradlow 17 March 2006 Intra-talker Variation: Audience Design Factors Affecting Lexical Selections Abstract Although the acoustic and

More information

Problems of the Arabic OCR: New Attitudes

Problems of the Arabic OCR: New Attitudes Problems of the Arabic OCR: New Attitudes Prof. O.Redkin, Dr. O.Bernikova Department of Asian and African Studies, St. Petersburg State University, St Petersburg, Russia Abstract - This paper reviews existing

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

Books Effective Literacy Y5-8 Learning Through Talk Y4-8 Switch onto Spelling Spelling Under Scrutiny

Books Effective Literacy Y5-8 Learning Through Talk Y4-8 Switch onto Spelling Spelling Under Scrutiny By the End of Year 8 All Essential words lists 1-7 290 words Commonly Misspelt Words-55 working out more complex, irregular, and/or ambiguous words by using strategies such as inferring the unknown from

More information

Transfer Learning Action Models by Measuring the Similarity of Different Domains

Transfer Learning Action Models by Measuring the Similarity of Different Domains Transfer Learning Action Models by Measuring the Similarity of Different Domains Hankui Zhuo 1, Qiang Yang 2, and Lei Li 1 1 Software Research Institute, Sun Yat-sen University, Guangzhou, China. zhuohank@gmail.com,lnslilei@mail.sysu.edu.cn

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

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

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

An Introduction to the Minimalist Program

An Introduction to the Minimalist Program An Introduction to the Minimalist Program Luke Smith University of Arizona Summer 2016 Some findings of traditional syntax Human languages vary greatly, but digging deeper, they all have distinct commonalities:

More information

Speaker Recognition. Speaker Diarization and Identification

Speaker Recognition. Speaker Diarization and Identification Speaker Recognition Speaker Diarization and Identification A dissertation submitted to the University of Manchester for the degree of Master of Science in the Faculty of Engineering and Physical Sciences

More information

Automatic intonation assessment for computer aided language learning

Automatic intonation assessment for computer aided language learning Available online at www.sciencedirect.com Speech Communication 52 (2010) 254 267 www.elsevier.com/locate/specom Automatic intonation assessment for computer aided language learning Juan Pablo Arias a,

More information