arxiv: v2 [cs.cl] 28 Feb 2018

Size: px
Start display at page:

Download "arxiv: v2 [cs.cl] 28 Feb 2018"

Transcription

1 SEQUENCE-TO-SEQUENCE ASR OPTIMIZATION VIA REINFORCEMENT LEARNING Andros Tjandra 1, Sakriani Saki 1,2, Saoshi Nakamura 1,2 1 Graduae School of Informaion Science, Nara Insiue of Science and Technology, Japan 2 RIKEN, Cener for Advanced Inelligence Projec AIP, Japan {andros.jandra.ai6, ssaki, s-nakamura}@is.nais.jp arxiv: v2 [cs.cl 28 Feb 2018 ABSTRACT Despie he success of sequence-o-sequence approaches in auomaic speech recogniion (ASR) sysems, he models sill suffer from several problems, mainly due o he mismach beween he raining and inference condiions. In he sequence-o-sequence archiecure, he model is rained o predic he grapheme of he curren ime-sep given he inpu of speech signal and he ground-ruh grapheme hisory of he previous ime-seps. However, i remains unclear how well he model approximaes real-world speech during inference. Thus, generaing he whole ranscripion from scrach based on previous predicions is complicaed and errors can propagae over ime. Furhermore, he model is opimized o maximize he likelihood of raining daa insead of error rae evaluaion merics ha acually quanify recogniion qualiy. This paper presens an alernaive sraegy for raining sequence-o-sequence ASR models by adoping he idea of reinforcemen learning (RL). Unlike he sandard raining scheme wih maximum likelihood esimaion, our proposed approach uilizes he policy gradien algorihm. We can (1) sample he whole ranscripion based on he model s predicion in he raining process and (2) direcly opimize he model wih negaive Levenshein disance as he reward. Experimenal resuls demonsrae ha we significanly improved he performance compared o a model rained only wih maximum likelihood esimaion. Index Terms End-o-end speech recogniion, reinforcemen learning, policy gradien opimizaion 1. INTRODUCTION Sequence-o-sequence models have been recenly shown o be very effecive for many asks such as machine ranslaion [1, 2, image capioning [3, 4, and speech recogniion [5. Wih hese models, we are able o learn a direc mapping beween he variable-lengh of he source and he arge sequences ha are ofen no known apriori using only a single neural nework archiecure. This way, many complicaed hand-engineered models can also be simplified by leing DNNs find heir way o map from inpu o oupu spaces [5, 6, 7. Therefore, we can eliminae he need o consruc separae componens, i.e., a feaure exracor, an acousic model, a lexicon model, or a language model, as is commonly required in convenional ASR sysems such as hidden Markov model-gaussian mixure model (HMM-GMM)-based or hybrid HMM-DNN. A generic sequence-o-sequence model commonly consiss of hree modules: (1) an encoder module for represening source daa informaion, (2) a decoder module for generaing ranscripion oupu and (3) an aenion module for exracing relaed informaion from an encoder represenaion based on he curren decoder sae. A decoding scheme was done based on a lef-o-righ decoding procedure. In he raining sage, given he curren inpu of he speech signal, he decoder produces a grapheme in he curren ime-sep wih maximal probabiliy condiioned on he ground-ruh of he grapheme hisory in he previous ime-seps. This raining scheme is usually referred as a eacher-forcing mehod [8. However, in he inference sage, since he ground-ruh of he ranscripion is no known, he model mus produce he grapheme in he curren imesep based on an approximaion of he correc grapheme in previous ime-seps. Therefore, an incorrec decision in an earlier ime-sep may propagae hrough subsequen ime-seps. Anoher drawback is he differences in he use of objecive funcions beween raining and evaluaion schemes. In he raining sage, he model is mosly opimized by combining he eacher-forcing approach wih he maximum likelihood esimaion (MLE) for each frame. On he oher hand, he recogniion accuracy is evaluaed by calculaing he minimum sring edi-disance (Levenshein disance) beween he correc ranscripion and he recogniion oupu. Such differences may resul in subopimal performance [9. Opimizing he model parameer wih he appropriae objecive funcion is crucial o achieve good model performance, or in oher words, direc opimizaion wih respec o he evaluaion merics migh be necessary. In his paper, we propose an alernaive sraegy for raining a sequence-o-sequence ASR by adoping an idea from RL. Specifically, we uilize a policy gradien algorihm (REINFORCE) [10 o simulaneously alleviae boh of he above problems. By reaing our decoder as a policy nework or an agen, we are able o (1) sample he whole ranscripion based on model s predicion in he raining process and (2) direcly opimize he model wih negaive Levenshein disance as he reward. Our model hus inegraes he power of he sequence-o-sequence approach o learn he mapping beween he speech signal and he ex ranscripion based on he srengh of reinforcemen learning o opimize he model wih ASR performance meric direcly. 2. SEQUENCE-TO-SEQUENCE ASR Sequence-o-sequence model is a ype of neural nework model ha direcly models condiional probabiliy P (y x), where x = [x 1,..., x S is he source sequence wih lengh S, and y = [y 1,..., y T is he arge sequence wih lengh T. Mos common inpu x is a sequence of feaure vecors like Mel-specral filerbank and/or MFCC. Therefore, x R S F where F is he number of feaures and S is he oal frame lengh for an uerance. Oupu y, which is a speech ranscripion sequence, can be eiher a phoneme or a grapheme (characer) sequence. Figure 1 shows he overall srucure of he aenion-based encoder-decoder model ha consiss of encoder, decoder, and aenion modules. The encoder ask processes inpu sequence x and oupus represenaive informaion h E = [h E 1,..., h E S for he

2 Fig. 1. Aenion-based encoder-decoder archiecure. decoder. The aenion module is an exension scheme ha helps he decoder find relevan informaion on he encoder side based on curren decoder hidden saes [2. An aenion module produces conex informaion c a ime based on he encoder and decoder hidden saes wih following equaion: c = S a (s) h E s (1) s=1 a (s) = Align(h E s, h D ) = exp(score(h E s, h D )) S s=1 exp(score(he s, h D )). (2) There are several variaions for he score funcions: h E s, h D, do produc Score(h E s, h D ) = h E s W sh D, bilinear Vs anh(w s[h E s, h D ), MLP where Score : (R M R N ) R, M is he number of hidden unis for he encoder and N is he number of hidden unis for he decoder. Finally, he decoder ask, which predics he arge sequence probabiliy a ime based on he previous oupu and conex informaion c can be formulaed: T log P (y x; θ) = log P (y h D, c ; θ) (4) where h D is he las decoder layer ha conains summarized informaion from all previous inpu y < and θ is our model parameers. 3. SEQUENCE-TO-SEQUENCE OPTIMIZATION WITH REINFORCEMENT LEARNING In his secion, we inroduce our proposed approach ha inegraes policy opimizaion wih he sandard encoder-decoder ASR model. We sar by describing he policy gradien mehod and followed by he reward consrucion for our ASR agen. (3) 3.1. Policy Gradien Policy gradien is a ype of reinforcemen learning algorihm for opimizing he expeced rewards wih respec o he parameerized policy [11. To apply he idea from he policy gradien mehod, we need o esablish a connecion beween our ASR model and he reinforcemen learning formulaion. For reinforcemen learning, we reformulae our sysem as a Markov Decision Process (MDP) = (S, A, T, R), where S is he sae space, A is he se of possible acions, T is he ransiion probabiliy, and R is he reward funcion. Here, our ask is o generae a ex ranscripion given he inpu speech waveform, and he encoder-decoder neural nework (Secion 2) will ac as an agen. For each ime-sep = 1, 2, 3..., T, we can define sae s S as s = [h D, c, which is he concaenaion beween he decoder hidden sae and he conex informaion a ime. Acion a A equals a = y, where acion space A conains all possible grapheme + end of senence eos symbols in our daase. Reward funcion R for our ASR ask will be explained laer in Secion 3.2. Given a pair of speech and ranscripion (x (n), y (n) ) a n-h index, R (n) is he reward for ranscripion y compared o groundruh y (n). Our opimizaion arge is o maximize expeced reward E y[r (n) π θ wih respec o θ as our neural nework parameer where π θ (a s ) = P (y h D(n), c (n) ; θ) = P (y y <, x (n) ; θ). To use he firs-order opimizaion mehod (e.g., sochasic gradien ascen / descen), we need o calculae he gradien from he expeced rewards: [ θ E y R (n) π θ = θ P (y x (n) ; θ)r (n) dy = θ P (y x (n) ; θ)r (n) dy = P (y x (n) ; θ) θ log P (y x (n) ; θ)r (n) dy = E y [ θ log P (y x (n) ; θ)r (n). (5) In Eq. 5, we derived a similar equaion wih he gradien from he Minimum Risk Training objecive [12. However, insead of using only final reward R (n) and disribue i equally o every imesep, we replace he R (n) wih he ime-disribued reward R (n) = T i= γi i and provide more informaive reward for each imesep on every sample. Therefore, we replace Eq. 5 o use uilize emporal srucure = [1,.., T : θ E y = E y E y 1 M M π θ m=1 T θ log P (y y <, x (n) ; θ) R (n) θ log P (y y <, x (n) ; θ) T (m) R (n,m) θ log P (y (n,m) y (n,m) (6) <, x (n) ; θ) (7) where T is he lengh of ranscripion y, R (n) = T i is he generalized equaion for accumulaed fuure reward based on he curren sae and acion a ime-, and γ is he discoun facor o reduce he effec of fuure rewards. For Eq. 7, R (n,m) is he i= γi

3 sampling and sop afer we ge an eos symbol. Then we calculae discouned reward R (n,m) for each ime-sep based on he fuure rewards Reward Consrucion for ASR Tasks Mos ASR sysems are evaluaed based on edi-disance or he Levenshein disance algorihm. Therefore, we also consruc our reward funcion R(y, y (n), ) o calculae algorihm. We define reward as = by uilizing he edi-disance { (ED(y 1:, y (n) ) ED(y 1: 1, y (n) )) if > 1 (ED(y 1:, y (n) ) y (n) ) if = 1 where ED(, ) is he edi-disance funcion beween wo ranscripions, y 1: is he subsring of y from index 1 o, and y (n) is he ground-ruh lengh. Inuiively, we ry o calculae wheher he curren new ranscripion a ime- decreases he edi-disance compared o previous ranscripion, and we muliply i by -1 for a posiive reward if our new edi-disance a ime is smaller han he previous 1 edi disance. Fig. 2. Comparison beween eacher-forcing and policy gradien raining processes. In he raining sage, eacher-forcing se he model o be condiioned on he ground-ruh from he daase. Meanwhile, policy gradien mehod se he model o be condiioned on is own predicion from previous ime-sep o predics he curren imesep oupu probabiliy. reward for he m-h sample based on he n-h uerance and imesep and T (m) is he lengh of sample y (n,m). In he real world, i is impracical o inegrae all possible ranscripion y o calculae he gradien of he expeced reward in Eq. 6. Therefore, we uilize Mone Carlo sampling o sample M ranscripion sequence y (n,m) P (y x (n) ; θ) from our model o calculae he gradien wih empirical expecaion in Eq. 7. Since he REINFORCE gradien esimaor is usually oo noisy and migh hinder our learning process, here are several ricks o reduce he variance [13, 14. In his paper, we normalize reward R = (R µ ) σ where µ and σ are he moving average and sandard deviaion for ime-sep. For he final-reward R (n) in Eq. 5, we normalize he reward across M samples. To summarize our explanaion, we provide an illusraion in Fig. 2 ha compares he difference beween eacher-forcing and policy gradien mehod for raining he sequence-o-sequence model. Teacher-forcing is opimized by rying o maximize MLE objecive funcion: MLE(y (n), p(y )) = c 1{y (n) = c} log p(y = c), (8) which is calculaed per ime-sep based on ground-ruh label y (n). In he policy gradien, firs we sample M sequences via Mone Carlo 4. EXPERIMENT 4.1. Speech Daase and Feaure Exracion In his sudy, we invesigaed he performance of our proposed mehod on WSJ [15 wih idenical definiions of raining, developmen, and es ses as he Kaldi s5 recipe [16. We separaed WSJ ino wo experimens using WSJ-SI84 only and WSJ-SI284 daa for raining. We used dev 93 for our validaion se and eval 92 for our es se. We used he characer sequence as our decoder arge and followed he preprocessing seps proposed by [17. The ex from all he uerances was mapped ino a 32-characer se: 26 (a-z) leers of he alphabe, aposrophes, periods, dashes, space, noise, and eos. In all experimens, we exraced he 40 dims + + (oal 120 dimensions) log Mel-specrogram feaures from our speech and normalized every dimension ino zero mean and uni variance Model Archiecure On he encoder side, we fed our inpu feaures ino a linear layer wih 512 hidden unis followed by he LeakyReLU [18 acivaion funcion. We used hree bidirecional LSTMs (Bi-LSTM) for our encoder wih 256 hidden unis for each LSTM (oal 512 hidden unis for Bi-LSTM). To improve he running ime and reduce he memory consumpion, we used hierarchical subsampling [19, 5 on he op wo Bi-LSTM layers and reduced he number of encoder ime-seps by a facor of 4. On he decoder side, we used a 128-dimensional embedding marix o ransform he inpu graphemes ino a coninuous vecor, followed by one-unidirecional LSTMs wih 512 hidden unis. For our scorer funcion inside he aenion module, we used MLP scorers (Eq. 3) wih 256 hidden unis and Adam [20 opimizer wih a learning rae of 5e 4. In he raining phase, we sared o rain our model wih MLE (Eq. 8) unil convergence. Afer ha, we coninued raining by adding an RL-based objecive unil our model sopped improving. For our RL-based objecive, we ried four scenarios using differen discoun facors γ = {0, 0.5, 0.95} and only global reward R (Eq. 5). To calculae he gradien based on Eq. 7, we sampled up o M = 15 sequences for each uerance. In he decoding phase, we exraced our ranscripion wih a beam search sraegy (beam size = 5) and normalized log-likelihood

4 log P (Y X; θ) by dividing i by he ranscripion lengh o preven he decoder from favoring shorer ranscripions. We did no use any language model or lexicon dicionary in his work. All of our models were implemened on he PyTorch framework RESULTS AND DISCUSSION Table 1. Characer error rae (CER) resul from baseline and proposed models on WSJ-SI84 and WSJ-SI284 daases. All resuls were produced wihou a language model or lexicon dicionary. Models Resuls WSJ-SI84 CER (%) MLE CTC [ % A Enc-Dec Conen [ % A Enc-Dec Locaion [ % Join CTC+A (MTL) [ % A Enc-Dec (ours) % MLE + RL (final reward R) % (ime reward R, γ = 0) % (ime reward R, γ = 0.5) % (ime reward R, γ = 0.95) % WSJ-SI284 CER (%) MLE CTC [ % A Enc-Dec Conen [ % A Enc-Dec Locaion [ % Join CTC+A (MTL) [ % A Enc-Dec (ours) 7.69% MLE+RL (final reward R) 7.26 % (ime reward R, γ = 0) 6.64 % (ime reward R, γ = 0.5) 6.37 % (ime reward R, γ = 0.95) 6.10 % Table 1 shows all he experimen resuls from he WSJ-SI84 and WSJ-SI284 daases. We compared our resuls wih several published models such as CTC, Aenion Encoder-Decoder and Join CTC-Aenion model rained wih MLE objecive. We also creaed our own baseline model wih Aenion Encoder-Decoder and rained only wih MLE objecive. The difference beween our Aenion Encoder-Decoder ( A Enc-Dec (ours) ) is our decoder calculae he aenion probabiliy and conex vecor based on curren hidden sae insead of previous hidden sae. We also reused he previous conex vecor by concaenaing i wih he inpu embedding vecor. We explore several configuraions by only using final reward R and ime disribued reward R wih differen γ = [0, 0.5, 0.95 values. Our resul shows ha wih by combining he eacher forcing wih policy gradien approach improved our model performance sig- 1 PyTorch hps://gihub.com/pyorch/pyorch/ nificanly compared o a sysem jus rained wih he eacher forcing mehod only. Furhermore, we also found ha discoun facor γ = 0.95 give he bes performance on boh daases. 6. RELATED WORK Reinforcemen learning is a subfield of machine learning ha creaes an agen ha ineracs wih is environmen and learn how o maximize he rewards using some feedback signal. Many reinforcemen learning applicaions exis, including building an agen ha can learn how o play a game wihou any explici knowledge [22, 23, conrol asks in roboics [24, and dialogue sysem agens [25, 26. No only limied o hese areas, reinforcemen learning has also been adoped for improving sequence-based neural nework models. Ranzao e al. [27 proposed an idea ha combined REINFORCE wih an MLE objecive for raining called MIXER. In he early sage of raining, he firs s seps are rained wih MLE and he remaining T s seps wih REINFORCE. They decrease s as he raining progress over ime. By using REINFORCE, hey rained he model using non-differeniable ask-relaed rewards (e.g., BLEU for machine ranslaion). In his paper, we did no need o deal wih any scheduling or mix any sampling wih eacher forcing ground-ruh. Furhermore, MIXER did no sample muliple sequences based on he REINFORCE Mone Carlo approximaion and hey were no invesigae MIXER on an ASR sysem. In a machine ranslaion ask, Shen e al. [12 improved he neural machine ranslaion (NMT) model using Minimum Risk Training (MRT). Google NMT [9 sysem combined MLE and MRT objecives o achieve beer resuls. For ASR ask, Shanon e al. [28 performed WER opimizaion by sampling pahs from he laices used during smbr raining which migh be similar o REINFORCE algorihm. Bu, he work was only applied on CTC-based model. From he probabilisic perspecive, MRT formulaion resembles he expeced reward formulaion used in reinforcemen learning. Here, MRT formulaion equally disribue he senence-level loss ino all of he ime-seps in he sample. In conras, we applied he RL sraegy o an ASR ask and found ha using final reward R is no an effecive mehod for raining our sysem because he loss diverged and produced a worse resul. Therefore, we proposed a emporal srucure and applied imedisribued reward R. Our resuls demonsrae ha we improved our performance significanly compared o he baseline sysem. 7. CONCLUSION We inroduced an alernaive sraegy for raining sequence-osequence ASR models by inegraing he idea from reinforcemen learning. Our proposed mehod inegraes he power of sequenceo-sequence approaches o learn he mapping beween speech signal and ex ranscripion based on he srengh of reinforcemen learning o opimize he model wih ASR performance meric direcly. We also explored several differen scenarios for raining wih RL-based objecive. Our resuls show ha by combining RL-based objecive ogeher wih MLE objecive, we significanly improved our model performance compared o he model jus rained wih he MLE objecive. The bes sysem achieved up o 6.10% CER in WSJ-SI284 using ime-disribued reward seings and discoun facor γ = ACKNOWLEDGEMENTS Par of his work was suppored by JSPS KAKENHI Gran Numbers JP17H06101 and JP17K00237.

5 9. REFERENCES [1 Ilya Suskever, Oriol Vinyals, and Quoc V Le, Sequence o sequence learning wih neural neworks, in Advances in neural informaion processing sysems, 2014, pp [2 Dzmiry Bahdanau, Kyunghyun Cho, and Yoshua Bengio, Neural machine ranslaion by joinly learning o align and ranslae, arxiv preprin arxiv: , [3 Kelvin Xu, Jimmy Ba, Ryan Kiros, Kyunghyun Cho, Aaron Courville, Ruslan Salakhudinov, Rich Zemel, and Yoshua Bengio, Show, aend and ell: Neural image capion generaion wih visual aenion, in Inernaional Conference on Machine Learning, 2015, pp [4 Oriol Vinyals, Alexander Toshev, Samy Bengio, and Dumiru Erhan, Show and ell: A neural image capion generaor, in Proceedings of he IEEE conference on compuer vision and paern recogniion, 2015, pp [5 Dzmiry Bahdanau, Jan Chorowski, Dmiriy Serdyuk, Philemon Brakel, and Yoshua Bengio, End-o-end aenion-based large vocabulary speech recogniion, in Proc. ICASSP, IEEE, 2016, pp [6 William Chan, Navdeep Jaily, Quoc Le, and Oriol Vinyals, Lisen, aend and spell: A neural nework for large vocabulary conversaional speech recogniion, in Acousics, Speech and Signal Processing (ICASSP), 2016 IEEE Inernaional Conference on. IEEE, 2016, pp [7 Andros Tjandra, Sakriani Saki, and Saoshi Nakamura, Aenion-based wav2ex wih feaure ransfer learning, in 2017 IEEE Auomaic Speech Recogniion and Undersanding Workshop, ASRU 2017, Okinawa, Japan, December 16-20, 2017, 2017, pp [8 Ronald J Williams and David Zipser, A learning algorihm for coninually running fully recurren neural neworks, Neural compuaion, vol. 1, no. 2, pp , [9 Yonghui Wu, Mike Schuser, Zhifeng Chen, Quoc V Le, Mohammad Norouzi, Wolfgang Macherey, Maxim Krikun, Yuan Cao, Qin Gao, Klaus Macherey, e al., Google s neural machine ranslaion sysem: Bridging he gap beween human and machine ranslaion, arxiv preprin arxiv: , [10 Ronald J Williams, Simple saisical gradien-following algorihms for connecionis reinforcemen learning, Machine learning, vol. 8, no. 3-4, pp , [11 Richard S. Suon and Andrew G. Baro, Inroducion o Reinforcemen Learning, MIT Press, Cambridge, MA, USA, 1s ediion, [12 Shiqi Shen, Yong Cheng, Zhongjun He, Wei He, Hua Wu, Maosong Sun, and Yang Liu, Minimum risk raining for neural machine ranslaion, in Proceedings of he 54h Annual Meeing of he Associaion for Compuaional Linguisics, ACL 2016, Augus 7-12, 2016, Berlin, Germany, Volume 1: Long Papers, [13 Evan Greensmih, Peer L Barle, and Jonahan Baxer, Variance reducion echniques for gradien esimaes in reinforcemen learning, Journal of Machine Learning Research, vol. 5, no. Nov, pp , [14 Andriy Mnih and Karol Gregor, Neural variaional inference and learning in belief neworks, in Proceedings of he 31s Inernaional Conference on Inernaional Conference on Machine Learning-Volume 32. JMLR. org, 2014, pp. II [15 Douglas B. Paul and Jane M. Baker, The design for he Wall Sree Journal-based CSR corpus, in Proceedings of he Workshop on Speech and Naural Language, Sroudsburg, PA, USA, 1992, HLT 91, pp , Associaion for Compuaional Linguisics. [16 Daniel Povey, Arnab Ghoshal, Gilles Boulianne, Lukas Burge, Ondrej Glembek, Nagendra Goel, Mirko Hannemann, Per Molicek, Yanmin Qian, Per Schwarz, Jan Silovsky, Georg Semmer, and Karel Vesely, The Kaldi speech recogniion oolki, in IEEE 2011 Workshop on Auomaic Speech Recogniion and Undersanding. Dec. 2011, IEEE Signal Processing Sociey, IEEE Caalog No.: CFP11SRW-USB. [17 Awni Y Hannun, Andrew L Maas, Daniel Jurafsky, and Andrew Y Ng, Firs-pass large vocabulary coninuous speech recogniion using bi-direcional recurren DNNs, arxiv preprin arxiv: , [18 Bing Xu, Naiyan Wang, Tianqi Chen, and Mu Li, Empirical evaluaion of recified acivaions in convoluional nework, arxiv preprin arxiv: , [19 Alex Graves e al., Supervised sequence labelling wih recurren neural neworks, vol. 385, Springer, [20 Diederik Kingma and Jimmy Ba, Adam: A mehod for sochasic opimizaion, arxiv preprin arxiv: , [21 Suyoun Kim, Takaaki Hori, and Shinji Waanabe, Join CTCaenion based end-o-end speech recogniion using muliask learning, in Acousics, Speech and Signal processing (ICASSP), 2017 IEEE Inernaional Conference on. IEEE, [22 Volodymyr Mnih, Koray Kavukcuoglu, David Silver, Andrei A. Rusu, Joel Veness, Marc G. Bellemare, Alex Graves, Marin Riedmiller, Andreas K. Fidjeland, Georg Osrovski, Sig Peersen, Charles Beaie, Amir Sadik, Ioannis Anonoglou, Helen King, Dharshan Kumaran, Daan Wiersra, Shane Legg, and Demis Hassabis, Human-level conrol hrough deep reinforcemen learning, Naure, vol. 518, no. 7540, pp , [23 David Silver, Aja Huang, Chris J Maddison, Arhur Guez, Lauren Sifre, George Van Den Driessche, Julian Schriwieser, Ioannis Anonoglou, Veda Panneershelvam, Marc Lanco, e al., Masering he game of go wih deep neural neworks and ree search, Naure, vol. 529, no. 7587, pp , [24 Jens Kober and Jan Peers, Reinforcemen learning in roboics: A survey, in Reinforcemen Learning, pp Springer, [25 Sainder P Singh, Michael J Kearns, Diane J Liman, and Marilyn A Walker, Reinforcemen learning for spoken dialogue sysems, in Advances in Neural Informaion Processing Sysems, 2000, pp [26 Jiwei Li, Will Monroe, Alan Rier, Michel Galley, Jianfeng Gao, and Dan Jurafsky, Deep reinforcemen learning for dialogue generaion, arxiv preprin arxiv: , [27 Marc Aurelio Ranzao, Sumi Chopra, Michael Auli, and Wojciech Zaremba, Sequence level raining wih recurren neural neworks, arxiv preprin arxiv: , [28 Ma Shannon, Opimizing expeced word error rae via sampling for speech recogniion, arxiv preprin arxiv: , 2017.

Neural Network Model of the Backpropagation Algorithm

Neural Network Model of the Backpropagation Algorithm Neural Nework Model of he Backpropagaion Algorihm Rudolf Jakša Deparmen of Cyberneics and Arificial Inelligence Technical Universiy of Košice Lená 9, 4 Košice Slovakia jaksa@neuron.uke.sk Miroslav Karák

More information

Fast Multi-task Learning for Query Spelling Correction

Fast Multi-task Learning for Query Spelling Correction Fas Muli-ask Learning for Query Spelling Correcion Xu Sun Dep. of Saisical Science Cornell Universiy Ihaca, NY 14853 xusun@cornell.edu Anshumali Shrivasava Dep. of Compuer Science Cornell Universiy Ihaca,

More information

Channel Mapping using Bidirectional Long Short-Term Memory for Dereverberation in Hands-Free Voice Controlled Devices

Channel Mapping using Bidirectional Long Short-Term Memory for Dereverberation in Hands-Free Voice Controlled Devices Z. Zhang e al.: Channel Mapping using Bidirecional Long Shor-Term Memory for Dereverberaion in Hands-Free Voice Conrolled Devices 525 Channel Mapping using Bidirecional Long Shor-Term Memory for Dereverberaion

More information

An Effiecient Approach for Resource Auto-Scaling in Cloud Environments

An Effiecient Approach for Resource Auto-Scaling in Cloud Environments Inernaional Journal of Elecrical and Compuer Engineering (IJECE) Vol. 6, No. 5, Ocober 2016, pp. 2415~2424 ISSN: 2088-8708, DOI: 10.11591/ijece.v6i5.10639 2415 An Effiecien Approach for Resource Auo-Scaling

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

More Accurate Question Answering on Freebase

More Accurate Question Answering on Freebase More Accurae Quesion Answering on Freebase Hannah Bas, Elmar Haussmann Deparmen of Compuer Science Universiy of Freiburg 79110 Freiburg, Germany {bas, haussmann}@informaik.uni-freiburg.de ABSTRACT Real-world

More information

Information Propagation for informing Special Population Subgroups about New Ground Transportation Services at Airports

Information Propagation for informing Special Population Subgroups about New Ground Transportation Services at Airports Downloaded from ascelibrary.org by Basil Sephanis on 07/13/16. Copyrigh ASCE. For personal use only; all righs reserved. Informaion Propagaion for informing Special Populaion Subgroups abou New Ground

More information

1 Language universals

1 Language universals AS LX 500 Topics: Language Uniersals Fall 2010, Sepember 21 4a. Anisymmery 1 Language uniersals Subjec-erb agreemen and order Bach (1971) discusses wh-quesions across SO and SO languages, hypohesizing:...

More information

Georgetown University at TREC 2017 Dynamic Domain Track

Georgetown University at TREC 2017 Dynamic Domain Track Georgetown University at TREC 2017 Dynamic Domain Track Zhiwen Tang Georgetown University zt79@georgetown.edu Grace Hui Yang Georgetown University huiyang@cs.georgetown.edu Abstract TREC Dynamic Domain

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

MyLab & Mastering Business

MyLab & Mastering Business MyLab & Masering Business Efficacy Repor 2013 MyLab & Masering: Business Efficacy Repor 2013 Edied by Michelle D. Speckler 2013 Pearson MyAccouningLab, MyEconLab, MyFinanceLab, MyMarkeingLab, and MyOMLab

More information

arxiv: v1 [cs.lg] 7 Apr 2015

arxiv: v1 [cs.lg] 7 Apr 2015 Transferring Knowledge from a RNN to a DNN William Chan 1, Nan Rosemary Ke 1, Ian Lane 1,2 Carnegie Mellon University 1 Electrical and Computer Engineering, 2 Language Technologies Institute Equal contribution

More information

Residual Stacking of RNNs for Neural Machine Translation

Residual Stacking of RNNs for Neural Machine Translation Residual Stacking of RNNs for Neural Machine Translation Raphael Shu The University of Tokyo shu@nlab.ci.i.u-tokyo.ac.jp Akiva Miura Nara Institute of Science and Technology miura.akiba.lr9@is.naist.jp

More information

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

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

More information

A 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

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

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

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

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

Improvements to the Pruning Behavior of DNN Acoustic Models

Improvements to the Pruning Behavior of DNN Acoustic Models Improvements to the Pruning Behavior of DNN Acoustic Models Matthias Paulik Apple Inc., Infinite Loop, Cupertino, CA 954 mpaulik@apple.com Abstract This paper examines two strategies that positively influence

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

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

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

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

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

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

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

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

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

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

Unsupervised Learning of Word Semantic Embedding using the Deep Structured Semantic Model

Unsupervised Learning of Word Semantic Embedding using the Deep Structured Semantic Model Unsupervised Learning of Word Semantic Embedding using the Deep Structured Semantic Model Xinying Song, Xiaodong He, Jianfeng Gao, Li Deng Microsoft Research, One Microsoft Way, Redmond, WA 98052, U.S.A.

More information

AI Agent for Ice Hockey Atari 2600

AI Agent for Ice Hockey Atari 2600 AI Agent for Ice Hockey Atari 2600 Emman Kabaghe (emmank@stanford.edu) Rajarshi Roy (rroy@stanford.edu) 1 Introduction In the reinforcement learning (RL) problem an agent autonomously learns a behavior

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

LOW-RANK AND SPARSE SOFT TARGETS TO LEARN BETTER DNN ACOUSTIC MODELS

LOW-RANK AND SPARSE SOFT TARGETS TO LEARN BETTER DNN ACOUSTIC MODELS LOW-RANK AND SPARSE SOFT TARGETS TO LEARN BETTER DNN ACOUSTIC MODELS Pranay Dighe Afsaneh Asaei Hervé Bourlard Idiap Research Institute, Martigny, Switzerland École Polytechnique Fédérale de Lausanne (EPFL),

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

arxiv: v1 [cs.cl] 27 Apr 2016

arxiv: v1 [cs.cl] 27 Apr 2016 The IBM 2016 English Conversational Telephone Speech Recognition System George Saon, Tom Sercu, Steven Rennie and Hong-Kwang J. Kuo IBM T. J. Watson Research Center, Yorktown Heights, NY, 10598 gsaon@us.ibm.com

More information

LEARNING TO PLAY IN A DAY: FASTER DEEP REIN-

LEARNING TO PLAY IN A DAY: FASTER DEEP REIN- LEARNING TO PLAY IN A DAY: FASTER DEEP REIN- FORCEMENT LEARNING BY OPTIMALITY TIGHTENING Frank S. He Department of Computer Science University of Illinois at Urbana-Champaign Zhejiang University frankheshibi@gmail.com

More information

Axiom 2013 Team Description Paper

Axiom 2013 Team Description Paper Axiom 2013 Team Description Paper Mohammad Ghazanfari, S Omid Shirkhorshidi, Farbod Samsamipour, Hossein Rahmatizadeh Zagheli, Mohammad Mahdavi, Payam Mohajeri, S Abbas Alamolhoda Robotics Scientific Association

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

ReinForest: Multi-Domain Dialogue Management Using Hierarchical Policies and Knowledge Ontology

ReinForest: Multi-Domain Dialogue Management Using Hierarchical Policies and Knowledge Ontology ReinForest: Multi-Domain Dialogue Management Using Hierarchical Policies and Knowledge Ontology Tiancheng Zhao CMU-LTI-16-006 Language Technologies Institute School of Computer Science Carnegie Mellon

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

IEEE/ACM TRANSACTIONS ON AUDIO, SPEECH AND LANGUAGE PROCESSING, VOL XXX, NO. XXX,

IEEE/ACM TRANSACTIONS ON AUDIO, SPEECH AND LANGUAGE PROCESSING, VOL XXX, NO. XXX, IEEE/ACM TRANSACTIONS ON AUDIO, SPEECH AND LANGUAGE PROCESSING, VOL XXX, NO. XXX, 2017 1 Small-footprint Highway Deep Neural Networks for Speech Recognition Liang Lu Member, IEEE, Steve Renals Fellow,

More information

DNN ACOUSTIC MODELING WITH MODULAR MULTI-LINGUAL FEATURE EXTRACTION NETWORKS

DNN ACOUSTIC MODELING WITH MODULAR MULTI-LINGUAL FEATURE EXTRACTION NETWORKS DNN ACOUSTIC MODELING WITH MODULAR MULTI-LINGUAL FEATURE EXTRACTION NETWORKS Jonas Gehring 1 Quoc Bao Nguyen 1 Florian Metze 2 Alex Waibel 1,2 1 Interactive Systems Lab, Karlsruhe Institute of Technology;

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

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

Dialog-based Language Learning

Dialog-based Language Learning Dialog-based Language Learning Jason Weston Facebook AI Research, New York. jase@fb.com arxiv:1604.06045v4 [cs.cl] 20 May 2016 Abstract A long-term goal of machine learning research is to build an intelligent

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

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

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

arxiv: v4 [cs.cl] 28 Mar 2016

arxiv: v4 [cs.cl] 28 Mar 2016 LSTM-BASED DEEP LEARNING MODELS FOR NON- FACTOID ANSWER SELECTION Ming Tan, Cicero dos Santos, Bing Xiang & Bowen Zhou IBM Watson Core Technologies Yorktown Heights, NY, USA {mingtan,cicerons,bingxia,zhou}@us.ibm.com

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

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

arxiv: v1 [cs.cl] 2 Apr 2017

arxiv: v1 [cs.cl] 2 Apr 2017 Word-Alignment-Based Segment-Level Machine Translation Evaluation using Word Embeddings Junki Matsuo and Mamoru Komachi Graduate School of System Design, Tokyo Metropolitan University, Japan matsuo-junki@ed.tmu.ac.jp,

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

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

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

Second Exam: Natural Language Parsing with Neural Networks

Second Exam: Natural Language Parsing with Neural Networks Second Exam: Natural Language Parsing with Neural Networks James Cross May 21, 2015 Abstract With the advent of deep learning, there has been a recent resurgence of interest in the use of artificial neural

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

Human-like Natural Language Generation Using Monte Carlo Tree Search

Human-like Natural Language Generation Using Monte Carlo Tree Search Human-like Natural Language Generation Using Monte Carlo Tree Search Kaori Kumagai Ichiro Kobayashi Daichi Mochihashi Ochanomizu University The Institute of Statistical Mathematics {kaori.kumagai,koba}@is.ocha.ac.jp

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

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

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

Exploration. CS : Deep Reinforcement Learning Sergey Levine

Exploration. CS : Deep Reinforcement Learning Sergey Levine Exploration CS 294-112: Deep Reinforcement Learning Sergey Levine Class Notes 1. Homework 4 due on Wednesday 2. Project proposal feedback sent Today s Lecture 1. What is exploration? Why is it a problem?

More information

Generative models and adversarial training

Generative models and adversarial training Day 4 Lecture 1 Generative models and adversarial training Kevin McGuinness kevin.mcguinness@dcu.ie Research Fellow Insight Centre for Data Analytics Dublin City University What is a generative model?

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

Dropout improves Recurrent Neural Networks for Handwriting Recognition

Dropout improves Recurrent Neural Networks for Handwriting Recognition 2014 14th International Conference on Frontiers in Handwriting Recognition Dropout improves Recurrent Neural Networks for Handwriting Recognition Vu Pham,Théodore Bluche, Christopher Kermorvant, and Jérôme

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

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

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

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

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

Detecting English-French Cognates Using Orthographic Edit Distance

Detecting English-French Cognates Using Orthographic Edit Distance Detecting English-French Cognates Using Orthographic Edit Distance Qiongkai Xu 1,2, Albert Chen 1, Chang i 1 1 The Australian National University, College of Engineering and Computer Science 2 National

More information

Cultivating DNN Diversity for Large Scale Video Labelling

Cultivating DNN Diversity for Large Scale Video Labelling Cultivating DNN Diversity for Large Scale Video Labelling Mikel Bober-Irizar mikel@mxbi.net Sameed Husain sameed.husain@surrey.ac.uk Miroslaw Bober m.bober@surrey.ac.uk Eng-Jon Ong e.ong@surrey.ac.uk Abstract

More information

Lip Reading in Profile

Lip Reading in Profile CHUNG AND ZISSERMAN: BMVC AUTHOR GUIDELINES 1 Lip Reading in Profile Joon Son Chung http://wwwrobotsoxacuk/~joon Andrew Zisserman http://wwwrobotsoxacuk/~az Visual Geometry Group Department of Engineering

More information

have to be modeled) or isolated words. Output of the system is a grapheme-tophoneme conversion system which takes as its input the spelling of words,

have to be modeled) or isolated words. Output of the system is a grapheme-tophoneme conversion system which takes as its input the spelling of words, A Language-Independent, Data-Oriented Architecture for Grapheme-to-Phoneme Conversion Walter Daelemans and Antal van den Bosch Proceedings ESCA-IEEE speech synthesis conference, New York, September 1994

More information

Lecture 10: Reinforcement Learning

Lecture 10: Reinforcement Learning Lecture 1: Reinforcement Learning Cognitive Systems II - Machine Learning SS 25 Part III: Learning Programs and Strategies Q Learning, Dynamic Programming Lecture 1: Reinforcement Learning p. Motivation

More information

Reinforcement Learning by Comparing Immediate Reward

Reinforcement Learning by Comparing Immediate Reward Reinforcement Learning by Comparing Immediate Reward Punit Pandey DeepshikhaPandey Dr. Shishir Kumar Abstract This paper introduces an approach to Reinforcement Learning Algorithm by comparing their immediate

More information

Transferring End-to-End Visuomotor Control from Simulation to Real World for a Multi-Stage Task

Transferring End-to-End Visuomotor Control from Simulation to Real World for a Multi-Stage Task Transferring End-to-End Visuomotor Control from Simulation to Real World for a Multi-Stage Task Stephen James Dyson Robotics Lab Imperial College London slj12@ic.ac.uk Andrew J. Davison Dyson Robotics

More information

Training a Neural Network to Answer 8th Grade Science Questions Steven Hewitt, An Ju, Katherine Stasaski

Training a Neural Network to Answer 8th Grade Science Questions Steven Hewitt, An Ju, Katherine Stasaski Training a Neural Network to Answer 8th Grade Science Questions Steven Hewitt, An Ju, Katherine Stasaski Problem Statement and Background Given a collection of 8th grade science questions, possible answer

More information

arxiv: v3 [cs.cl] 7 Feb 2017

arxiv: v3 [cs.cl] 7 Feb 2017 NEWSQA: A MACHINE COMPREHENSION DATASET Adam Trischler Tong Wang Xingdi Yuan Justin Harris Alessandro Sordoni Philip Bachman Kaheer Suleman {adam.trischler, tong.wang, eric.yuan, justin.harris, alessandro.sordoni,

More information

The A2iA Multi-lingual Text Recognition System at the second Maurdor Evaluation

The A2iA Multi-lingual Text Recognition System at the second Maurdor Evaluation 2014 14th International Conference on Frontiers in Handwriting Recognition The A2iA Multi-lingual Text Recognition System at the second Maurdor Evaluation Bastien Moysset,Théodore Bluche, Maxime Knibbe,

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

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

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

Task Completion Transfer Learning for Reward Inference

Task Completion Transfer Learning for Reward Inference Machine Learning for Interactive Systems: Papers from the AAAI-14 Workshop Task Completion Transfer Learning for Reward Inference Layla El Asri 1,2, Romain Laroche 1, Olivier Pietquin 3 1 Orange Labs,

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

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

SPEECH RECOGNITION CHALLENGE IN THE WILD: ARABIC MGB-3

SPEECH RECOGNITION CHALLENGE IN THE WILD: ARABIC MGB-3 SPEECH RECOGNITION CHALLENGE IN THE WILD: ARABIC MGB-3 Ahmed Ali 1,2, Stephan Vogel 1, Steve Renals 2 1 Qatar Computing Research Institute, HBKU, Doha, Qatar 2 Centre for Speech Technology Research, University

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 2014 KIT IWSLT Speech-to-Text Systems for English, German and Italian

The 2014 KIT IWSLT Speech-to-Text Systems for English, German and Italian The 2014 KIT IWSLT Speech-to-Text Systems for English, German and Italian Kevin Kilgour, Michael Heck, Markus Müller, Matthias Sperber, Sebastian Stüker and Alex Waibel Institute for Anthropomatics Karlsruhe

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

Task Completion Transfer Learning for Reward Inference

Task Completion Transfer Learning for Reward Inference Task Completion Transfer Learning for Reward Inference Layla El Asri 1,2, Romain Laroche 1, Olivier Pietquin 3 1 Orange Labs, Issy-les-Moulineaux, France 2 UMI 2958 (CNRS - GeorgiaTech), France 3 University

More information

Using Deep Convolutional Neural Networks in Monte Carlo Tree Search

Using Deep Convolutional Neural Networks in Monte Carlo Tree Search Using Deep Convolutional Neural Networks in Monte Carlo Tree Search Tobias Graf (B) and Marco Platzner University of Paderborn, Paderborn, Germany tobiasg@mail.upb.de, platzner@upb.de Abstract. Deep Convolutional

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

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

The MSR-NRC-SRI MT System for NIST Open Machine Translation 2008 Evaluation

The MSR-NRC-SRI MT System for NIST Open Machine Translation 2008 Evaluation The MSR-NRC-SRI MT System for NIST Open Machine Translation 2008 Evaluation AUTHORS AND AFFILIATIONS MSR: Xiaodong He, Jianfeng Gao, Chris Quirk, Patrick Nguyen, Arul Menezes, Robert Moore, Kristina Toutanova,

More information

Ask Me Anything: Dynamic Memory Networks for Natural Language Processing

Ask Me Anything: Dynamic Memory Networks for Natural Language Processing Ask Me Anything: Dynamic Memory Networks for Natural Language Processing Ankit Kumar*, Ozan Irsoy*, Peter Ondruska*, Mohit Iyyer*, James Bradbury, Ishaan Gulrajani*, Victor Zhong*, Romain Paulus, Richard

More information