37
Joseph Picone, PhD Intelligent Electronic Systems Human and Systems Engineering Department of Electrical and Computer Engineering An Overview of Statistical Modeling of Acoustics SPEECH RECOGNITION:

SPEECH RECOGNITION:

  • Upload
    albina

  • View
    93

  • Download
    3

Embed Size (px)

DESCRIPTION

SPEECH RECOGNITION:. An Overview of Statistical Modeling of Acoustics. Joseph Picone, PhD Intelligent Electronic Systems Human and Systems Engineering Department of Electrical and Computer Engineering. Abstract and Biography. - PowerPoint PPT Presentation

Citation preview

Page 1: SPEECH RECOGNITION:

Joseph Picone, PhDIntelligent Electronic Systems

Human and Systems EngineeringDepartment of Electrical and Computer Engineering

An Overview of Statistical Modeling of Acoustics

SPEECH RECOGNITION:

Page 2: SPEECH RECOGNITION:

Page 2 of 36JHU Summer School on Human Language Technology (2005)

Abstract and Biography

ABSTRACT: Speech technology has quietly become a pervasive influence in our daily lives despite widespread concerns about research progress over the past 20 years. Central to this progress has been the use of advanced statistical models such as hidden Markov models to explain (and predict) variations in the acoustic signal. Generative models that attempt to explain variation in the training data have given way to discriminative models that attempt to directly optimize objective measures such as word error rate. In this talk, we will present a unified view of the acoustic modeling problem and describe typical components in a state of the art speech recognition system.

BIOGRAPHY: Joseph Picone is a Professor in the Department of Electrical and Computer Engineering at Mississippi State University, where he also directs the Intelligent Electronic Systems program at the Center for Advanced Vehicular Systems. He is currently on sabbatical with the Department of Defense. His principal research interests are the development of new statistical modeling techniques for speech recognition. He has previously been employed by Texas Instruments and AT&T Bell Laboratories. Dr. Picone received his Ph.D. in Electrical Engineering from Illinois Institute of Technology in 1983. He is a Senior Member of the IEEE.

Page 3: SPEECH RECOGNITION:

Page 3 of 36JHU Summer School on Human Language Technology (2005)

• Fundamental challenge: diversity of data that often defies mathematical descriptions or physical constraints.

• Solution: Can we integrate multiple knowledge sources using principles of risk minimization?

Fundamental Challenges: Generalization and Risk

• Why research human language technology?

“Language is the preeminent trait of the human species.”

“I never met someone who wasn’t interested in language.”

“I decided to work on language because it seemed to be the hardest problem to solve.”

Page 4: SPEECH RECOGNITION:

Page 4 of 36JHU Summer School on Human Language Technology (2005)

• Traditional Output: best word sequence time alignment of information

•Other Outputs: word graphs N-best sentences confidence measures metadata such as speaker

identity, accent, and prosody

•Applications: Information localization data mining emotional state stress, fatigue, deception

Speech Recognition Is Information Extraction

Page 5: SPEECH RECOGNITION:

Page 5 of 36JHU Summer School on Human Language Technology (2005)

What Makes Acoustic Modeling So Challenging?

Page 6: SPEECH RECOGNITION:

Page 6 of 36JHU Summer School on Human Language Technology (2005)

•Regions of overlap represent classification error

•Reduce overlap by introducing acoustic and linguistic context

• Comparison of “aa” in “lOck” and “iy” in “bEAt” for conversational speech

Variations in Signal Measurements Are Real

Page 7: SPEECH RECOGNITION:

Page 7 of 36JHU Summer School on Human Language Technology (2005)

Statistical Approach: Noisy Communication Channel Model

Page 8: SPEECH RECOGNITION:

Page 8 of 36JHU Summer School on Human Language Technology (2005)

Information Theoretic Basis

ow

o)w|OP(Wo)w,OP(WH(W|O),

log

• Given an observation sequence, O, and a word sequence, W, we want minimal uncertainty about the correct answer(i.e., minimize the conditional entropy):

• To accomplish this, the probability of the word sequence given the observation must increase.

• The mutual information, I(W;O) between W and O:

)|()();( OWHWHOWI

);()()|( OWIWHOWH • Two choices: minimize H(W) or maximize I(W;O)

Page 9: SPEECH RECOGNITION:

Page 9 of 36JHU Summer School on Human Language Technology (2005)

Relationship to Maximum Likelihood Methods

• Maximizing the mutual information is equivalent to choosing the parameter set to maximize:

R

t wtw

twtMMIE wPMOP

wPMOPF t

1 |

|log

• Maximization implies increasing the numerator term (maximum likelihood estimation – MLE) or decreasing the denominator term (maximum mutual information estimation – MMIE)

• The latter is accomplished by reducing the probabilities of incorrect, or competing, hypotheses.

Page 10: SPEECH RECOGNITION:

Page 10 of 36JHU Summer School on Human Language Technology (2005)

Core components:

• transduction

• feature extraction

• acoustic modeling (hidden Markov models)

• language modeling (statistical N-grams)

• search (Viterbi beam)

• knowledge sources

Speech Recognition Architectures

Our focus will be on the acoustic modeling components of the system.

Page 11: SPEECH RECOGNITION:

Page 11 of 36JHU Summer School on Human Language Technology (2005)

Signal Processing in Speech Recognition

Page 12: SPEECH RECOGNITION:

Page 12 of 36JHU Summer School on Human Language Technology (2005)

Feature Extraction in Speech Recognition

Page 13: SPEECH RECOGNITION:

Page 13 of 36JHU Summer School on Human Language Technology (2005)

Adding More Knowledge to the Front End

Page 14: SPEECH RECOGNITION:

Page 14 of 36JHU Summer School on Human Language Technology (2005)

Noise Compensation Techniques

Page 15: SPEECH RECOGNITION:

Page 15 of 36JHU Summer School on Human Language Technology (2005)

Acoustic Modeling: Hidden Markov Models

Page 16: SPEECH RECOGNITION:

Page 16 of 36JHU Summer School on Human Language Technology (2005)

Markov Chains and Hidden Markov Models

Page 17: SPEECH RECOGNITION:

Page 17 of 36JHU Summer School on Human Language Technology (2005)

Why “Hidden” Markov Models?

Page 18: SPEECH RECOGNITION:

Page 18 of 36JHU Summer School on Human Language Technology (2005)

Doubly Stochastic Systems

• The 1-coin model is observable because the output sequence can be mapped to a specific sequence of state transitions

• The remaining models are hidden because the underlying state sequence cannot be directly inferred from the output sequence

Page 19: SPEECH RECOGNITION:

Page 19 of 36JHU Summer School on Human Language Technology (2005)

Discrete Markov Models

Page 20: SPEECH RECOGNITION:

Page 20 of 36JHU Summer School on Human Language Technology (2005)

Markov Models Are Computationally Simple

Page 21: SPEECH RECOGNITION:

Page 21 of 36JHU Summer School on Human Language Technology (2005)

Training Recipes Are Complex And Iterative

Page 22: SPEECH RECOGNITION:

Page 22 of 36JHU Summer School on Human Language Technology (2005)

Bootstrapping Is Key In Parameter Reestimation

Page 23: SPEECH RECOGNITION:

Page 23 of 36JHU Summer School on Human Language Technology (2005)

The Expectation-Maximization Algorithm (EM)

Page 24: SPEECH RECOGNITION:

Page 24 of 36JHU Summer School on Human Language Technology (2005)

Controlling Model Complexity

Page 25: SPEECH RECOGNITION:

Page 25 of 36JHU Summer School on Human Language Technology (2005)

Data-Driven Parameter Sharing Is Crucial

Page 26: SPEECH RECOGNITION:

Page 26 of 36JHU Summer School on Human Language Technology (2005)

Context-Dependent Acoustic Units

Page 27: SPEECH RECOGNITION:

Page 27 of 36JHU Summer School on Human Language Technology (2005)

Machine Learning in Acoustic Modeling

• Structural optimization often guided by an Occam’s Razor approach

• Trading goodness of fit and model complexity– Examples: MDL, BIC, AIC, Structural Risk

Minimization, Automatic Relevance Determination

Model Complexity

Error

Training SetError

Open-LoopError

Optimum

Page 28: SPEECH RECOGNITION:

Page 28 of 36JHU Summer School on Human Language Technology (2005)

Summary

• What we haven’t talked about: duration models, adaptation, normalization, confidence measures, posterior-based scoring, hybrid systems, discriminative training, and much, much more…

• Applications of these models to language (Hazen), dialog (Phillips, Seneff), machine translation (Vogel, Papineni), and other HLT applications

• Machine learning approaches to human language technology are still in their infancy (Bilmes)

• A mathematical framework for integration of knowledge and metadata will be critical in the next 10 years.

• Information extraction in a multilingual environment -- a time of great opportunity!

Page 29: SPEECH RECOGNITION:

Page 29 of 36JHU Summer School on Human Language Technology (2005)

Useful textbooks:

1. X. Huang, A. Acero, and H.W. Hon, Spoken Language Processing - A Guide to Theory, Algorithm, and System Development, Prentice Hall, ISBN: 0-13-022616-5, 2001.

2. D. Jurafsky and J.H. Martin, SPEECH and LANGUAGE PROCESSING: An Introduction to Natural Language Processing, Computational Linguistics, and Speech Recognition, Prentice-Hall, ISBN: 0-13-095069-6, 2000.

3. F. Jelinek, Statistical Methods for Speech Recognition, MIT Press, ISBN: 0-262-10066-5, 1998.

4. L.R. Rabiner and B.W. Juang, Fundamentals of Speech Recognition, Prentice-Hall, ISBN: 0-13-015157-2, 1993.

5. J. Deller, et. al., Discrete-Time Processing of Speech Signals, MacMillan Publishing Co., ISBN: 0-7803-5386-2, 2000.

6. R.O. Duda, P.E. Hart, and D.G. Stork, Pattern Classification, Second Edition, Wiley Interscience, ISBN: 0-471-05669-3, 2000 (supporting material available at http://rii.ricoh.com/~stork/DHS.html).

7. D. MacKay, Information Theory, Inference, and Learning Algorithms, Cambridge University Press, 2003.

Relevant online resources:

1. “Intelligent Electronic Systems,” http://www.cavs.msstate.edu/hse/ies, Center for Advanced Vehicular Systems, Mississippi State University, Mississippi State, Mississippi, USA, June 2005.

2. Internet-Accessible Speech Recognition Technology,” http://www.cavs.msstate.edu/hse/ies/projects/speech, June 2005.

3. “Speech and Signal Processing Demonstrations,” http://www.cavs.msstate.edu/hse/ies/projects/speech/software/demonstrations, June 2005.

4. “Fundamentals of Speech Recognition,” http://www.isip.msstate.edu/publications/courses/ece_8463, September 2004.

Appendix: Relevant Publications

Page 30: SPEECH RECOGNITION:

Page 30 of 36JHU Summer School on Human Language Technology (2005)

• Foundation Classes: generic C++ implementations of many popular statistical modeling approaches

Appendix: Relevant Resources

• Fun Stuff: have you seen our campus bus tracking system? Or our Home Shopping Channel commercial?

• Interactive Software: Java applets, GUIs, dialog systems, code generators, and more

• Speech Recognition Toolkits: compare SVMs and RVMs to standard approaches using a state of the art ASR toolkit

Page 31: SPEECH RECOGNITION:

Page 31 of 36JHU Summer School on Human Language Technology (2005)

• Speech recognition State of the art Statistical (e.g., HMM) Continuous speech Large vocabulary Speaker independent

• Goal: Accelerate research Flexibility, Extensibility, Modular Efficient (C++, Parallel Proc.) Easy to Use (documentation) Toolkits, GUIs

• Benefit: Technology Standard benchmarks Conversational speech

Appendix: Public Domain Speech Recognition Technology

Page 32: SPEECH RECOGNITION:

Page 32 of 36JHU Summer School on Human Language Technology (2005)

• Extensive online software documentation, tutorials, and training materials

• Graduate courses and web-based instruction

• Self-documenting software

• Summer workshops at which students receive intensive hands-on training

• Jointly develop advanced prototypes in partnerships with commercial entities

Appendix: IES Is More Than Just Software

Page 33: SPEECH RECOGNITION:

Page 33 of 36JHU Summer School on Human Language Technology (2005)

Appendix: Nonlinear Statistical Modeling of Speech

Expected outcomes:

• Reduced complexity of statistical models for speech (two order of magnitude reduction)

• High performance channel-independent text-independent speaker verification/identification

“Though linear statistical models have dominated the literature for the past 100 years, they have yet to explain simple physical phenomena.”

• Motivated by a phase-locked loop analogy

• Application of principles of chaos and strange attractor theory to acoustic modeling in speech

• Baseline comparisons to other nonlinear methods

Page 34: SPEECH RECOGNITION:

Page 34 of 36JHU Summer School on Human Language Technology (2005)

Appendix: An Algorithm Retrospective of HLT

1950 1960 1970 1980 1990 2000 2010 2020

Analog Systems

Open Loop Analysis

Discriminative Methods

Expert Systems

Statistical Methods (Generative)

Knowledge Integration

Observations:

• Information theory preceded modern computing.

• Early research focused on basic science.

• Computing capacity has enabled engineering methods.

• We are now “knowledge-challenged.”

Page 35: SPEECH RECOGNITION:

Page 35 of 36JHU Summer School on Human Language Technology (2005)

1950 1960 1970 1980 1990 2000 2010 2020

Physical Sciences:Physics, Acoustics, Linguistics

Cognitive Sciences:Psychology, Neurophysiology

Engineering Sciences:EE, CPE, Human Factors

Computing Sciences: Comp. Sci., Comp. Ling.

Observations:

• Field continually accumulating new expertise.

• As obvious mathematical techniques have been exhausted (“low-hanging fruit”), there will be a return to basic science (e.g., fMRI brain activity imaging).

A Historical Perspective of Prominent Disciplines

Page 36: SPEECH RECOGNITION:

Page 36 of 36JHU Summer School on Human Language Technology (2005)

Evolution of Knowledge and Intelligence in HLT Systems

• The solution will require approaches that use expert knowledge from related, more dense domains (e.g., similar languages) and the ability to learn from small amounts of target data (e.g., autonomic).

Source of Knowledge

Performance• A priori expert knowledge created a

generation of highly constrained systems (e.g. isolated word recognition, parsing of written text, fixed-font OCR).

• Statistical methods created a generation of data-driven approaches that supplanted expert systems (e.g., conversational speech to text, speech synthesis, machine translation from parallel text).

… but that isn’t the end of the story …

• A number of fundamental problem still remain (e.g., channel and noise robustness, less dense or less common languages).

Page 37: SPEECH RECOGNITION:

Page 37 of 36JHU Summer School on Human Language Technology (2005)

Appendix: The Impact of Supercomputers on Research

• Total available cycles for speech research from 1983 to 1993: 90 TeraMIPS

• A Day in a Life: 24 hours of idle time on a modern supercomputer is equivalent to 10 years of speech research at Texas Instruments!

• MS State Empire cluster (1,000 1 GHz processors):90 TeraMIPS per day

• Cost: $1M is the nominal cost for scientific computing (from a 1 MIP VAX in 1983 to a 1,000-node supercomputer)