ebook img

Automatic Speech Recognition: A Deep Learning Approach PDF

329 Pages·2015·7.53 MB·English
by  Dong Yu
Save to my drive
Quick download
Download
Most books are stored in the elastic cloud where traffic is expensive. For this reason, we have a limit on daily download.

Preview Automatic Speech Recognition: A Deep Learning Approach

Signals and Communication Technology Dong Yu Li Deng Automatic Speech Recognition A Deep Learning Approach Signals and Communication Technology More information about this series at http://www.springer.com/series/4748 Dong Yu Li Deng (cid:129) Automatic Speech Recognition A Deep Learning Approach 123 Dong Yu LiDeng Microsoft Research Microsoft Research Bothell Redmond,WA USA USA ISSN 1860-4862 ISSN 1860-4870 (electronic) ISBN 978-1-4471-5778-6 ISBN 978-1-4471-5779-3 (eBook) DOI 10.1007/978-1-4471-5779-3 LibraryofCongressControlNumber:2014951663 SpringerLondonHeidelbergNewYorkDordrecht ©Springer-VerlagLondon2015 Thisworkissubjecttocopyright.AllrightsarereservedbythePublisher,whetherthewholeorpartof the material is concerned, specifically the rights of translation, reprinting, reuse of illustrations, recitation,broadcasting,reproductiononmicrofilmsorinanyotherphysicalway,andtransmissionor informationstorageandretrieval,electronicadaptation,computersoftware,orbysimilarordissimilar methodology now known or hereafter developed. Exempted from this legal reservation are brief excerpts in connection with reviews or scholarly analysis or material supplied specifically for the purposeofbeingenteredandexecutedonacomputersystem,forexclusiveusebythepurchaserofthe work. Duplication of this publication or parts thereof is permitted only under the provisions of theCopyrightLawofthePublisher’slocation,initscurrentversion,andpermissionforusemustalways beobtainedfromSpringer.PermissionsforusemaybeobtainedthroughRightsLinkattheCopyright ClearanceCenter.ViolationsareliabletoprosecutionundertherespectiveCopyrightLaw. The use of general descriptive names, registered names, trademarks, service marks, etc. in this publicationdoesnotimply,evenintheabsenceofaspecificstatement,thatsuchnamesareexempt fromtherelevantprotectivelawsandregulationsandthereforefreeforgeneraluse. While the advice and information in this book are believed to be true and accurate at the date of publication,neithertheauthorsnortheeditorsnorthepublishercanacceptanylegalresponsibilityfor anyerrorsoromissionsthatmaybemade.Thepublishermakesnowarranty,expressorimplied,with respecttothematerialcontainedherein. Printedonacid-freepaper SpringerispartofSpringerScience+BusinessMedia(www.springer.com) To my wife and parents Dong Yu To Lih-Yuan, Lloyd, Craig, Lyle, Arie, and Axel Li Deng Foreword Thisisthefirstbookonautomaticspeechrecognition(ASR)thatisfocusedonthe deeplearning approach,andinparticular,deepneuralnetwork(DNN)technology. The landmark book represents a big milestone in the journey of the DNN tech- nology, which has achieved overwhelming successes in ASR over the past few years. Following the authors’ recent book on “Deep Learning: Methods and Applications”,thisnewbookdigsdeeplyandexclusivelyintoASRtechnologyand applications, which were only relatively lightly covered in the previous book in parallel with numerous other applications of deep learning. Importantly, the background material of ASR and technical detail of DNNs including rigorous mathematical descriptions and software implementation are provided in this book, invaluable for ASR experts as well as advanced students. One unique aspect of this book is to broaden the view of deep learning from DNNs, as commonly adopted in ASR by now, to encompass also deep generative models that have advantages of naturally embedding domain knowledge and problemconstraints.Thebackgroundmaterial didjustice totheincrediblerichness of deep and dynamic generative models of speech developed by ASR researchers since early 90’s, yet without losing sight of the unifying principles with respect to the recent rapid development of deep discriminative models of DNNs. Compre- hensive comparisons of the relative strengths of these two very different types of deep models using the example of recurrent neural nets versus hidden dynamic models are particularly insightful, opening an exciting and promising direction for new development of deep learning in ASR as well as in other signal and infor- mationprocessingapplications.Fromthehistoricalperspective,fourgenerationsof ASR technology have been recently analyzed. The 4th Generation technology is really embodied in deep learning elaborated in this book, especially when DNNs are seamlessly integrated with deep generative models that would enable extended knowledge processing in a most natural fashion. All in all, this beautifully produced book is likely to become a definitive ref- erence for ASR practitioners in the deep learning era of 4th generation ASR. The bookmasterfullycoversthebasicconceptsrequiredtounderstandtheASRfieldas a whole, and it also details in depth the powerful deep learning methods that have vii viii Foreword shatteredthefieldin2recentyears.Thereadersofthisbookwillbecomearticulate in the new state-of-the-art of ASR established by the DNN technology, and be poised to build new ASR systems to match or exceed human performance. By Sadaoki Furui, President of Toyota Technological Institute at Chicago, and Professor at the Tokyo Institute of Technology. Preface Automatic Speech Recognition (ASR), which is aimed to enable natural human– machine interaction, has been an intensive research area for decades. Many core technologies, such as Gaussian mixture models (GMMs), hidden Markov models (HMMs), mel-frequency cepstral coefficients (MFCCs) and their derivatives, n- gram language models (LMs), discriminative training, and various adaptation techniqueshavebeendevelopedalongtheway,mostlypriortothenewmillenium. These techniques greatly advanced the state of the art in ASR and in its related fields.Comparedtotheseearlierachievements,theadvancementintheresearchand applicationofASRinthedecadebefore2010wasrelativelyslowandlessexciting, although important techniques such as GMM–HMM sequence discriminative training were made to work well in practical systems during this period. In the past several years, however, we have observed a new surge of interest in ASR. In our opinion, this change was led by the increased demands on ASR in mobiledevicesandthesuccessofnewspeechapplicationsinthemobileworldsuch as voice search (VS), short message dictation(SMD),and virtual speech assistants (e.g.,Apple’sSiri,GoogleNow,andMicrosoft’sCortana).Equallyimportantisthe developmentofthedeeplearningtechniquesinlargevocabularycontinuousspeech recognition (LVCSR) powered by big data and significantly increased computing ability. A combination of a set of deep learning techniques has led to more than 1/3 error rate reduction over the conventional state-of-the-art GMM–HMM frame- workonmanyreal-worldLVCSRtasksandhelpedtopasstheadoptionthresholdfor manyreal-worldusers.Forexample,thewordaccuracyinEnglishorthecharacter accuracy in Chinese in most SMD systems now exceeds 90 % and even 95 % on some systems. Given the recent surge of interest in ASR in both industry and academiawe, as researchers who have actively participated in and closely witnessed many of the recent exciting deep learning technology development, believe the time is ripe to write a book to summarize the advancements in the ASR field, especially those during the past several years. ix x Preface Along with the development of the field over the past two decades or so, we have seen a number of useful books on ASR and on machine learning related to ASR, some of which are listed here: (cid:129) Deep Learning: Methods and Applications, by Li Deng and Dong Yu (June 2014) (cid:129) AutomaticSpeechandSpeakerRecognition:LargeMarginandKernelMethods, by Joseph Keshet, Samy Bengio (January 2009) (cid:129) Speech Recognition Over Digital Channels: Robustness and Standards, by Antonio Peinado and Jose Segura (September 2006) (cid:129) Pattern Recognition in Speech and Language Processing, by Wu Chou and Biing-Hwang Juang (February 2003) (cid:129) Speech Processing—A Dynamic and Optimization-Oriented Approach, by Li Deng and Doug O’Shaughnessy (June 2003) (cid:129) Spoken Language Processing: A Guide to Theory, Algorithm and System Development, by Xuedong Huang, Alex Acero, and Hsiao-Wuen Hon (April 2001) (cid:129) Digital Speech Processing: Synthesis, and Recognition, Second Edition, by Sadaoki Furui (June 2001) (cid:129) Speech Communications: Human and Machine, Second Edition, by Douglas O’Shaughnessy (June 2000) (cid:129) Speech and Language Processing—An Introduction to Natural Language Pro- cessing,ComputationalLinguistics,andSpeechRecognition,byDanielJurafsky and James Martin (April 2000) (cid:129) Speech and Audio Signal Processing, by Ben Gold and Nelson Morgan (April 2000) (cid:129) Statistical Methods for Speech Recognition, by Fred Jelinek (June 1997) (cid:129) Fundamentals of Speech Recognition, by Lawrence Rabiner and Biing-Hwang Juang (April 1993) (cid:129) AcousticalandEnvironmentalRobustnessinAutomaticSpeechRecognition,by Alex Acero (November 1992). Allthesebooks,however,wereeitherpublishedbeforetheriseofdeeplearning for ASR in 2009 or, as our 2014 overview book, were focused on less technical aspects of deep learning for ASR than is desired. These earlier books did not include the new deep learning techniques developed after 2010 with sufficient technicalandmathematicaldetailaswouldbedemandedbyASRordeeplearning specialists. Different from the above books and in addition to some necessary background material, our current book is mainly a collation of research in most recent advances in deep learning or discriminative and hierarchical models, as appliedspecifictothefieldofASR.Ournewbookpresentsinsightsandtheoretical foundationofaseriesofdeeplearningmodelssuchasdeepneuralnetwork(DNN), restrictedBoltzmannmachine(RBM),denoisingautoencoder,deepbeliefnetwork, recurrent neural network (RNN) and long short-term memory (LSTM) RNN, and theirapplicationinASRthroughavarietyoftechniquesincludingtheDNN-HMM

Description:
This book provides a comprehensive overview of the recent advancement in the field of automatic speech recognition with a focus on deep learning models including deep neural networks and many of their variants. This is the first automatic speech recognition book dedicated to the deep learning approa
See more

The list of books you might like

Most books are stored in the elastic cloud where traffic is expensive. For this reason, we have a limit on daily download.