Skip to main content Accessibility help
×
Hostname: page-component-76fb5796d-45l2p Total loading time: 0 Render date: 2024-04-26T12:21:25.433Z Has data issue: false hasContentIssue false

21 - Scalable Parallelization of Automatic Speech Recognition

from Part Four - Applications

Published online by Cambridge University Press:  05 February 2012

Jike Chong
Affiliation:
Parasians LLC, Sunnyvale, CA, USA0
Ekaterina Gonina
Affiliation:
University of California
Kisun You
Affiliation:
Seoul National University
Kurt Keutzer
Affiliation:
University of California
Ron Bekkerman
Affiliation:
LinkedIn Corporation, Mountain View, California
Mikhail Bilenko
Affiliation:
Microsoft Research, Redmond, Washington
John Langford
Affiliation:
Yahoo! Research, New York
Get access

Summary

Automatic speech recognition (ASR) allows multimedia contents to be transcribed from acoustic waveforms into word sequences. It is an exemplar of a class of machine learning applications where increasing compute capability is enabling new industries such as automatic speech analytics. Speech analytics help customer service call centers search through recorded content, track service quality, and provide early detection of service issues. Fast and efficient ASR enables economic employment of a plethora of text-based data analytics on multimedia contents, opening the door to many possibilities.

In this chapter, we describe our approach for scalable parallelization of the most challenging component of ASR: the speech inference engine. This component takes a sequence of audio features extracted from a speech waveform as input, compares them iteratively to a speech model, and produces the most likely interpretation of the speech waveform as a word sequence. The speech model is a database of acoustic characteristics, word pronunciations, and phrases from a particular language. Speech models for natural languages are represented with large irregular graphs consisting of millions of states and arcs. Referencing these models involves accessing an unpredictable data working set guided by “what was said” in the speech input. The inference process is highly challenging to parallelize efficiently.

We demonstrate that parallelizing an application is much more than recoding the program in another language. It requires careful consideration of data, task, and runtime concerns to successfully exploit the full parallelization potential of an application.

Type
Chapter
Information
Scaling up Machine Learning
Parallel and Distributed Approaches
, pp. 446 - 470
Publisher: Cambridge University Press
Print publication year: 2011

Access options

Get access to the full version of this content by using one of the access options below. (Log in options will check for institutional or personal access. Content may require purchase if you do not have access.)

References

Blumofe, R. D., Joerg, C. F., Kuszmaul, B. C., Leiserson, C. E., Randall, K. H., and Zhou, Y. 1995. Cilk: An Efficient Multithreaded Runtime System. Journal of Parallel and Distributed Computing, 207–216.Google Scholar
Butenhof, D. R. 1997. Programming with POSIX Threads. Reading, MA: Addison-Wesley.Google Scholar
Cardinal, P., Dumouchel, P., Boulianne, G., and Comeau, M. 2008. GPU Accelerated Acoustic Likelihood Computations. Pages 964–967 of: Proceeding of the 9th Annual Conference of the International Speech Communication Association (InterSpeech).Google Scholar
Chandra, R., Menon, R., Dagum, L., Kohr, D., Maydan, D., and McDonald, J. 2000. Parallel Programming in OpenMP. San Francisco, CA: Morgan Kaufmann.Google Scholar
Chong, J., Gonina, E., Yi, Y., and Keutzer, K. 2009 (September). A Fully Data-parallel WFST-based Large Vocabulary Continuous Speech Recognition on a Graphics Processing Unit. Pages 1183–1186 of: Proceeding of the 10th Annual Conference of the International Speech Communication Association (InterSpeech).Google Scholar
Chong, J., Gonina, E., You, K., and Keutzer, K. 2010a (September). Exploring Recognition Network Representations for Efficient Speech Inference on Highly Parallel Platforms. In: Proceeding of the 11th Annual Conference of the International Speech Communication Association (InterSpeech).Google Scholar
Chong, J., Friedland, G., Janin, A., Morgan, N., and Oei, C. 2010b (June). Opportunities and Challenges of Parallelizing Speech Recognition. In: 2nd USENIXWorkshop on Hot Topics in Parallelism (HotPar'10).Google Scholar
Dixon, P. R.,Oonishi, T., and Furui, S. 2009. Harnessing Graphics Processors for the Fast Computation of Acoustic Likelihoods in Speech Recognition. Computer Speech and Language, 23(4), 510–526.CrossRefGoogle Scholar
Intel. 2009. Intel 64 and IA-32 Architectures Software Developer's Manuals.
Ishikawa, S., Yamabana, K., Isotani, R., and Okumura, A. 2006 (May). Parallel LVCSR Algorithm for Cellphone-oriented Multicore Processors. Pages 117–180 of: 2006 IEEE International Conference on Acoustics, Speech and Signal Processing. ICASSP 2006 Proceedings.Google Scholar
Keutzer, K., and Mattson, T. 2009. A Design Pattern Language for Engineering (Parallel) Software. Intel Technology Journal, Addressing the Challenges of Tera-scale Computing, 13(4), 6–19.Google Scholar
Kumar, S., Hughes, C. J., and Nguyen, A. 2007. Carbon: Architectural Support for Fine-grained Parallelism on Chip Multiprocessors. Pages 162–173 of: In ISCA 07: Proceedings of the 34th Annual International Symposium on Computer Architecture. ACM.CrossRefGoogle Scholar
Mohri, M., Pereira, F., and Riley, M. 2002. Weighted Finite State Transducers in Speech Recognition. Computer Speech and Language, 16, 69–88.CrossRefGoogle Scholar
Ney, H., and Ortmanns, S. 1999. Dynamic Programming Search for Continuous Speech Recognition. IEEE Signal Processing Magazine, 16, 64–83.CrossRefGoogle Scholar
NVIDIA. 2009 (May). NVIDIA CUDA Programming Guide. NVIDIA Corporation. Version 2.2.1.
Ravishankar, M. 1993. Parallel Implementation of Fast Beam Search for Speaker-Independent Continuous Speech Recognition. Technical Report, Computer Science and Automation, Indian Institute of Science, Bangalore, India.Google Scholar
Stolcke, A., Anguera, X., Boakye, K., Cetin, O., Janin, A., Magimai-Doss, M., Wooters, C., and Zheng, J. 2008. The SRI-ICSI Spring 2007 Meeting and Lecture Recognition System. Lecture Notes in Computer Science, 4625(2), 450–463.CrossRefGoogle Scholar
Tur, G., Stolcke, A., Voss, L., Dowding, J., Favre, B., Fernandez, R., Frampton, M., Frandsen, M., Frederickson, C., Graciarena, M., Hakkani-Tr, D., Kintzing, D., Leveque, K., Mason, S., Niekrasz, J., Peters, S., Purver, M., Riedhammer, K., Shriberg, E., Tien, J., Vergyri, D., and Yang, F. 2008. The CALOMeeting Speech Recognition and Understanding System. Pages 69–72 of: Proceedings of IEEE Spoken Language Technology Workshop.Google Scholar
You, K., Chong, J., Yi, Y., Gonina, E., Hughes, C., Chen, Y. K., Sung, W., and Keutzer, K. 2009a (November). Parallel Scalability in Speech Recognition: Inference Engine in Large Vocabulary Continuous Speech Recognition. IEEE Signal Processing Magazine, 124–135.CrossRefGoogle Scholar
You, K., Lee, Y., and Sung, W. 2009b (April). OpenMP-based Parallel Implementation of a Continuous Speech Recognizer on a Multicore System. Pages 621–624 of: IEEE International Conference on Acoustics, Speech and Signal Processing, 2009. ICASSP 2009.CrossRefGoogle Scholar

Save book to Kindle

To save this book to your Kindle, first ensure coreplatform@cambridge.org is added to your Approved Personal Document E-mail List under your Personal Document Settings on the Manage Your Content and Devices page of your Amazon account. Then enter the ‘name’ part of your Kindle email address below. Find out more about saving to your Kindle.

Note you can select to save to either the @free.kindle.com or @kindle.com variations. ‘@free.kindle.com’ emails are free but can only be saved to your device when it is connected to wi-fi. ‘@kindle.com’ emails can be delivered even when you are not connected to wi-fi, but note that service fees apply.

Find out more about the Kindle Personal Document Service.

Available formats
×

Save book to Dropbox

To save content items to your account, please confirm that you agree to abide by our usage policies. If this is the first time you use this feature, you will be asked to authorise Cambridge Core to connect with your account. Find out more about saving content to Dropbox.

Available formats
×

Save book to Google Drive

To save content items to your account, please confirm that you agree to abide by our usage policies. If this is the first time you use this feature, you will be asked to authorise Cambridge Core to connect with your account. Find out more about saving content to Google Drive.

Available formats
×