detecting fatigue from voice using speech recognition

22
S. Raghavan, H. P. Greeley, J. Berg, E. Friets, J. Picone J. P. Wilson Dept. of ECE Creare, Inc., Mississippi State University New Hampshire Presented by: S. Srinivasan URL: http://www.ece.msstate.edu/research/isip/publications/conferences/ieee_isspit/2006/ fatigue_detection/ DETECTING FATIGUE FROM VOICE USING SPEECH RECOGNITION

Upload: kelli

Post on 07-Jan-2016

21 views

Category:

Documents


2 download

DESCRIPTION

DETECTING FATIGUE FROM VOICE USING SPEECH RECOGNITION. S. Raghavan,H. P. Greeley, J. Berg, E. Friets, J. PiconeJ. P. Wilson Dept. of ECECreare, Inc., Mississippi State UniversityNew Hampshire Presented by: S. Srinivasan - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: DETECTING FATIGUE FROM VOICE USING SPEECH RECOGNITION

S. Raghavan, H. P. Greeley, J. Berg, E. Friets,J. Picone J. P. WilsonDept. of ECE Creare, Inc.,

Mississippi State University New HampshirePresented by: S. Srinivasan

URL: http://www.ece.msstate.edu/research/isip/publications/conferences/ieee_isspit/2006/fatigue_detection/

DETECTING FATIGUE FROM VOICE USING SPEECH RECOGNITION

Page 2: DETECTING FATIGUE FROM VOICE USING SPEECH RECOGNITION

Page 2 of 21Detecting Fatigue from Voice using Speech Recognition

Abstract• Goal: To automate the task of fatigue detection using voice.

• Problem statement: Determine a suitable technique to enable automatic fatigue detection using voice. Also make the system robust to out-of-vocabulary words which directly influence fatigue detection performance.

• Hypothesis: An LVCSR system can be used for detecting fatigue from voice.

• Results: Using confidence measures the robustness of the fatigue detection system to out-of-vocabulary words improved by 20%.

Page 3: DETECTING FATIGUE FROM VOICE USING SPEECH RECOGNITION

Page 3 of 21Detecting Fatigue from Voice using Speech Recognition

MotivationApplications of speech recognition have grown from simple speech to textconversion to other more challenging tasks. An ASR system can be used as acore and various applications can be built using the same technology. Thiswork explores the application of speech recognition to the task offatigue detection from voice. The ISIP ASR toolkit was used as the core speechengine for this work.

Speech Recognition

Speaker Verification

word Spotting

AutomaticCall routing

AutomaticLanguage Detection

AutomobileTelematics

Speech Therapysystems

FatigueDetection

Core Speech Engine

Focus of this work

Page 4: DETECTING FATIGUE FROM VOICE USING SPEECH RECOGNITION

Page 4 of 21Detecting Fatigue from Voice using Speech Recognition

Signs of Fatigue in Human Speech

Creare Inc. provided voice data recorded from subjects who wereinduced with fatigue by sleep depravation. The spectrograms of a subjectbefore and after fatigue induction is shown below.

Non-fatigued speaker saying “papa”

Fatigued speaker saying “papa”

Page 5: DETECTING FATIGUE FROM VOICE USING SPEECH RECOGNITION

Page 5 of 21Detecting Fatigue from Voice using Speech Recognition

Changes in Human Voice Production System due to FatigueFrom literature it is known that fatigue causes temporal and spectral variationsin the speech signal. The spectral variation can be attributed to a change in thehuman sound production system, while the temporal variation is controlled bythe brain and its explanation is beyond the scope of this work.

Effects on human sound production system:

• Yielding walls: The vocal tract walls are not rigid and hence it is known that an increase in the vibration of the walls of the vocal tract causes a slight increase in the lower order formants.

• Viscosity and thermal loss: It is the friction between air and walls of the vocal tract. This loss causes a slight upward shift on the formant frequencies that exist beyond 3-4 kHz.

• Lip radiation: For an ideal vocal tract model the lip radiation loss is ignored, but it is known from literature that the lip radiation loss causes a slight decrease in the formants. This effect is more pronounced for higher order formants.

Page 6: DETECTING FATIGUE FROM VOICE USING SPEECH RECOGNITION

Page 6 of 21Detecting Fatigue from Voice using Speech Recognition

Fatigue detection using a Speaker Verification SystemSpeaker Verification: A speaker verification system can be used to model thelong term speech characteristics of a speaker. The system builds a model foreach individual speaker. Verification is performed by computing a likelihood(likelihood is defined as the conditional probability of the acoustic datagiven the speaker model).

Fatigue detection using the speaker verification system was conducted asfollows:

1) Models were trained on data that was collected during the initial stage of the recordings.

2) These models were used for testing. There were six recording stages evenly spread over a duration of thirty six hours.

Page 7: DETECTING FATIGUE FROM VOICE USING SPEECH RECOGNITION

Page 7 of 21Detecting Fatigue from Voice using Speech Recognition

Result from Pilot Speaker verification Experiments

Distribution of the likelihood scores of fatigued and non-fatigued speakers

SpeakerVerification

ActiveSpeaker

Model

Active or fatiguedutterance from thespeaker

OutputObservation: No significant difference in the likelihood scores was observed.

Input

MFCCs

One probable reason for poor performance is that not all sounds in humanspeech are affected by fatigue in the same manner.

Page 8: DETECTING FATIGUE FROM VOICE USING SPEECH RECOGNITION

Page 8 of 21Detecting Fatigue from Voice using Speech Recognition

Effect of Fatigue on Different Phonemes

Greeley, et al. found that not all phonemes are affected equally due to fatigue.Certain phonemes showed more variations due to fatigue than others.

Certain sounds showed more variations due to fatigue than others

Page 9: DETECTING FATIGUE FROM VOICE USING SPEECH RECOGNITION

Page 9 of 21Detecting Fatigue from Voice using Speech Recognition

Fatigue Detection using a Word SpotterWord Spotting system: A word spotting system determines the presence ofwords of interest in a speech file. Such a system was built using the ISIP ASRsystem as follows:

1. Labeled training data was used to train the acoustic models.2. A garbage model is built by labeling all the words in the transcription by the same token. The garbage model will be used as a substitute for any word other than the keyword in the final hypothesis.3. The grammar of the recognizer was changed based on what words had to be spotted.

WordSpotter

Input utterance

Loopgrammar

spottedwordalignment

FatigueDetection

Measure of fatigue

The problem with this system was that it generated a high percentage of false hypothesis and this affected fatigue detection performance.

Page 10: DETECTING FATIGUE FROM VOICE USING SPEECH RECOGNITION

Page 10 of 21Detecting Fatigue from Voice using Speech Recognition

An LVCSR Approach to Detect Fatigue

An ASR system trained on the Creare data provided reasonably accurate phonetic alignments. A WER of 11% was obtained. These alignments were used by the fatigue detection software to grab the MFCC vectors corresponding to specific sounds.

ASR SystemFeatureExtraction

OutputHypothesis

Fatigue Detection System

Fatigue prediction output

Speech signal

Advantage of using this approach is that: 1. Unlike speaker verification technique this approach does not require fatigue dependent data for training the ASR system.2. The grammar of the ASR is fixed unlike the word spotting technique.

But the problem of false alarms still exists, especially when there are out-of-vocabulary words, and this problem is tackled by the use of confidencemeasures.

Page 11: DETECTING FATIGUE FROM VOICE USING SPEECH RECOGNITION

Page 11 of 21Detecting Fatigue from Voice using Speech Recognition

Generating a Baseline ASR System

Grammar Type WER %

Sentence level grammar (Fixed phrases) 0

Sentence level grammar (Fixed+Spontaneous phrases)

34

Word level grammar (Fixed phrases) 60

Word level grammar (Fixed +Spontaneous phrases)

82

Bigram model (Fixed phrases) 52.4

Bigram model (Fixed + Spontaneous phrases) 74.5

Grammar tuning experiments on Phase II data using 16-mixtureCross-word triphones Model Type WER %

Word 63.9

Monophone 54.3

Cross-word triphone 47.3

Model selection experiments on FAA data

No. of Mixtures WER %

1 47.3

2 36.3

4 23.6

8 11.3

16 11.3

Mixture selection experiments on FAA data

• Phase II data: This data was recorded during a three day military exercise using a PDA (Personal Digital Assistant). The data was very noisy and contained lot of disfluencies. There were 8 fixed phrases and one spontaneous phrase for each of the 21 speakers.

• FAA data: This consisted of 30 words spoken in a studio environment over a three day period. The speakers read fixed text.

Page 12: DETECTING FATIGUE FROM VOICE USING SPEECH RECOGNITION

Page 12 of 21Detecting Fatigue from Voice using Speech Recognition

Results from state-tying experiments

The performance of the system was improved further by tuning the state tying parameters. This was possible since cross-word triphone models were used as the fundamental acoustic model.

It was observed that the WER improved by increasing the number of states, but made the model specific to the training data. Hence an optimum value was chosen by observing the WER on open loop experiments.

Closed loop state tying experiments

Open loop state tying experiments

Page 13: DETECTING FATIGUE FROM VOICE USING SPEECH RECOGNITION

Page 13 of 21Detecting Fatigue from Voice using Speech Recognition

Problem due to False Alarms• The output of an ASR system had some errors. The errors are classified as: substitutions, insertions and deletions.

• The performance of the fatigue prediction system relied on the accuracy of the phonetic alignment.

• It did not matter if the ASR miss-recognized the required words, but it did matter when there were false alarms.

HEAT THE POT INSIDE THE OPEN AND POT FOR FIFTEEN MINUTES.

KEEP THE POT INSIDE THE OVEN AND WAIT FOR FIFTEEN MINUTES.Reference Transcription

ASR’s Output

Not a major problem sinceit will not beconsidered forfatigue analysisin any case

Correct hypothesis, hence no problem and its alignments will be used for fatigue detection

Very serious problem since a totally different MFCC vector set corresponding to the word “wait” will be analyzed assuming it is the word “pot”

Page 14: DETECTING FATIGUE FROM VOICE USING SPEECH RECOGNITION

Page 14 of 21Detecting Fatigue from Voice using Speech Recognition

Using Confidence Measures• By using confidence metric we could prune away less likely words that constituted false alarms.• The first choice for a confidence metric was the likelihood or the acoustic score of every word in the hypotheses.• Observation of the likelihood scores revealed that there was no clear trend that could be useful for pattern classification.• An example of such an observation is shown below

Page 15: DETECTING FATIGUE FROM VOICE USING SPEECH RECOGNITION

Page 15 of 21Detecting Fatigue from Voice using Speech Recognition

Word Posteriors as Confidence MeasuresWord posteriors can be defined as “the sum of the posterior probabilities of allword graph paths of which the word is a part”.

Word posteriors can be computed in two ways:

1. N-Best list2. Word graphs

In this work the word posteriors were computed from word graphs as they aremuch better representation of the search space than N-Best lists.

Example of a word graph

Page 16: DETECTING FATIGUE FROM VOICE USING SPEECH RECOGNITION

Page 16 of 21Detecting Fatigue from Voice using Speech Recognition

Computing Word Posteriors from Word GraphsRestating the word posterior definition for clarity:

Word posteriors can be defined as “the sum of the posterior probabilities of allword graph paths of which the word is a part”. What does this mean mathematically?

w. suceeding sequences word all Denotes

w. preceeding sequences word all Denotes

T. to 1 time fromvector Acoustic

word the of times end andstart ,

word single

where,

)1|,,()1|,,(

1

e

b

T

eb

w

w

x

tt

w

bw ew

TxewwbwPTxetbtwP

Page 17: DETECTING FATIGUE FROM VOICE USING SPEECH RECOGNITION

Page 17 of 21Detecting Fatigue from Voice using Speech Recognition

Logarithmic word posterior probabilities

p=-1.0982

0 2

3

4

5

6 9

10

11

128

14

1

p=-0.4051

p=-1.0982

p=-1.0986

p=-0.0086

p=-4.7156

p=-3.604

p=-0.0273

p=-3.6169

p=-0.0459

p=-4.0224

p=-3.6169

p=-0.0459

p=-4.0224

p=-3.2884

p=-0.0459 p=-0.0075

Sil

Sil

This

is

atest

sentence

Sil

this

is the

is

a

the

guest

quest13

sentence

sense

p=-4.8978

p=--4.8978

Sil

7

The ASR system annotates the one-best output with the word posteriors computed from the word graph. These word posteriors are used by the fatigue software to prune away less likely words.

Page 18: DETECTING FATIGUE FROM VOICE USING SPEECH RECOGNITION

Page 18 of 21Detecting Fatigue from Voice using Speech Recognition

Effectiveness of Word Posteriors

A clear separation in between the histograms of false word scores and correct word scores was observed.

A DET curve was also plotted for both the word likelihood scores and the word posterior scores. It can be observed that the Equal Error Rate is much lower for word posteriors compared to word likelihoods.

00.05

0.10.15

0.20.25

0.30.35

0.40.45

0.5

40 50 60 70 80 90 100 110 120

-(Confidence Metric for sound 'p')

False Words Correct Words

Page 19: DETECTING FATIGUE FROM VOICE USING SPEECH RECOGNITION

Page 19 of 21Detecting Fatigue from Voice using Speech Recognition

Applying Confidence Measures to Fatigue Detection

The real test for the confidence measure was to test it with the fatigue detection system.

The fatigue detection system used the word posteriors corresponding to every word in the one-best output as confidence measures and will prune away less likely words for fatigue detection.

The false alarms in the experiment were due to out-of-vocabulary words.

The effect of using confidence measures on the test set can be observed from the plot shown below

0.40

0.50

0.60

0.70

0.80

0.90

1.00

1 2 3 4 5 6

Trial

Vc(

p)

50

55

60

65

70

75

80

85

90

95

100

SA

FT

E S

core

All data >-75 Only trained List SAFTE Model

Page 20: DETECTING FATIGUE FROM VOICE USING SPEECH RECOGNITION

Page 20 of 21Detecting Fatigue from Voice using Speech Recognition

Conclusion and Future Work

Conclusion:

A suitable mechanism for detecting fatigue using an LVCSR system was developed.

A confidence measure algorithm was implemented to make the system robust to false alarms due to out-of-vocabulary words.

The confidence measure algorithm helped in improving the performance of the fatigue detection system by 20%.

Future Work:

A more extensive set of fatigue experiments should be conducted on a larger data set. The data set used for this work was limited by high time and cost of collecting such data sets.

The effectiveness of confidence measures can be improved by using a statistical language model instead of a loop grammar.

Page 21: DETECTING FATIGUE FROM VOICE USING SPEECH RECOGNITION

Page 21 of 21Detecting Fatigue from Voice using Speech Recognition

Resources

• Pattern Recognition Applet: compare popular algorithms on standard or custom data sets

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

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

Page 22: DETECTING FATIGUE FROM VOICE USING SPEECH RECOGNITION

Page 22 of 21Detecting Fatigue from Voice using Speech Recognition

References

1. F. Wessel, R. Schlüter, K. Macherey and H. Ney, “Confidence Measures for Large Vocabulary Continuous Speech Recognition,” IEEE Transactions on Speech and Audio Processing, vol. 9, no. 3, pp. 288‑298, November 2001.

2. G. Evermann and P.C. Woodland, “Large Vocabulary Decoding and Confidence Estimation using Word Posterior Probabilities” Proceedings of the IEEE International Conference on Acoustics, Speech, and Signal Processing, vol.8, pp. 2366-2369, Istanbul, Turkey, March 2000.

3. X. Huang, A. Acero, and H.W. Hon, Spoken Language Processing – A Guide to Theory, Algorithm, and System Development, Prentice-Hall, Upper Saddle River, New Jersey, USA, 2001.

4. D. Jurafsky and J.H. Martin, An Introduction to Natural Language Processing, Computational Linguistics, and Speech Recognition, Prentice-Hall, Upper Saddle River, New Jersey, USA, 2000.

5. H.P. Greeley, J. Berg, E. Friets, J.P. Wilson, S. Raghavan and J. Picone, “Detecting Fatigue from Voice Using Speech Recognition,” to be presented at the IEEE International Symposium on Signal Processing and Information Technology, Vancouver, Canada, August 2006.

6. S. Raghavan and J. Picone, "Confidence Measures Using Word Posteriors and Word Graphs," IES Spring'05 Seminar Series, January 30, 2005.

7. L. Mangu, E. Brill and A. Stolcke, “Finding Consensus in Speech Recognition: Word Error Minimization and Other Applications of Confusion Networks,” Computer, Speech and Language, vol. 14, no. 4, pp. 373 400, October 2000.