Skip to main content

A bio-inspired feature extraction for robust speech recognition

Abstract

In this paper, a feature extraction method for robust speech recognition in noisy environments is proposed. The proposed method is motivated by a biologically inspired auditory model which simulates the outer/middle ear filtering by a low-pass filter and the spectral behaviour of the cochlea by the Gammachirp auditory filterbank (GcFB). The speech recognition performance of our method is tested on speech signals corrupted by real-world noises. The evaluation results show that the proposed method gives better recognition rates compared to the classic techniques such as Perceptual Linear Prediction (PLP), Linear Predictive Coding (LPC), Linear Prediction Cepstral coefficients (LPCC) and Mel Frequency Cepstral Coefficients (MFCC). The used recognition system is based on the Hidden Markov Models with continuous Gaussian Mixture densities (HMM-GM).

Introduction

The Automatic speech recognition (ASR) system is one of the leading technologies acting on man–machine communication in real-world applications (Furui 2010). The ASR system is composed of two main modules. The first one is the acoustic Front-end (or feature extractor). This module generally uses the classical acoustic feature extraction techniques such as Perceptual Linear Prediction (PLP) (Hermansky 1990), Linear Prediction Coding (LPC) (Atal and Hanauer 1971), Linear Prediction Cepstral Coefficients (LPCC) (Atal 1974) and Mel Frequency Cepstral Coefficients (MFCC) (Davis and Mermelstein 1980). The second module is the classifier which is commonly based on the Hidden Markov Models.

The early feature based techniques involve incorporation of different psychoacoustic and neurophysical knowledge obtained from the study of the human auditory system which is capable of segmenting, localizing, and recognizing speech signal in noisy conditions without a noticeable degradation in performance of recognition (Rabiner and Juang 1993).

Generally, the feature extraction techniques are based on auditory filter modelling which uses a filterbank to simulate the cochlear filtering (Meddis et al. 2010). The efficient modelling of this auditory filterbank will improve the recognition performance and the features robustness in noisy environments.

The gammatone filterbank has been employed as the auditory filter modelling in various speech processing systems such as the Computational Auditory Scene Analysis system (Wang and Brown 2006).

Irino and Patterson have proposed an excellent candidate model for asymmetric, level-dependent cochlear filter called the Gammachirp auditory filter consistent with basic physiological data (Irino and Patterson 1997, 2006). This filter represents an extension of the gammatone filter characterized by an additional chirp parameter in order to produce an asymmetric amplitude spectrum. It provides an approximation of the auditory frequency response.

In this paper, we propose a biologically-inspired feature extraction method for robust recognition of noisy speech signals. The proposed method is based on the human auditory system characteristics, and relies on both the outer and middle ear filtering and the spectral behaviour of the cochlea. The outer and middle ear filtering is modelled by a second-order low-pass filter (Martens and Van Immerseel 1990; Van Immerseel and Martens 1992). The cochlear filter is modelled by a gammachirp auditory filterbank consisting of 34 filters, where the centre frequencies are equally spaced on the ERB-rate scale from 50 Hz to 8 kHz.

The HTK 3.4.1 toolkit is exploited in the Model training and recognition of speech signals. It is based on Gaussian Mixture density Hidden Markov models (Young et al. 2009). In our work, the HMM is trained for each word with five observation states and each state emission density consists of the four Gaussian Mixture densities.

The recognition performance of our feature extraction method was evaluated on speech signals corrupted by real-world noisy environments. The obtained results are compared to those obtained using PLP, LPC, LPCC and MFCC.

The paper is organized as follows: After introduction, section 2 presents the speech recognition system based on the hidden Markov models. It also introduces the classic feature extraction techniques of speech signals. In section 3, the proposed feature extraction method based on an auditory filter model is detailed, while introducing the auditory filter modelling. The experimental and evaluation results of our method are discussed in the section 4. Finally, conclusions are presented in the last section.

The speech recognition system

The process of the Automatic Speech Recognition system, as shown in Figure 1, can be divided into two main modules: feature extraction and HMM based ASR (Nadeu et al. 2001).

Figure 1
figure 1

Automatic speech recognition system.

The HMM based ASR

In HMM based ASR, the sequence of observed acoustic vectors (O = o1, o2, o3, …, ot, … oT, where ot is the acoustic vector observed at time t) associated to each word is modelled as being generated by a Markov Model (Young et al. 2009) as shown in Figure 2.

Figure 2
figure 2

The Markov Model with 5 states simple model ( Young et al. 2009).

The HMM represents a finite state machine which generates, at each state change, an acoustic vector o t observed from the probability density b j (o t ). The changes of state occur at every time unit according to the state transition probability from state i to state j is given by a ij . Figure 2 shows an example representing the observation sequence o1 to o5 for the state sequence S = 1, 2, 2, 3, 4, 4, 5, generated from a five state HMM with non-emitting entry and exit states. The HMM supports continuous Gaussian Mixture density distributions.

In the Gaussian Mixture density HMM, the probability distribution b j (o t ) of being in state j at time t is given by (Young et al. 2009)

b j o t = k = 1 K j c j k N ( o t ; μ j k , ϑ j k )
(1)

With K j is the number of mixture components in statej, c jk is the weight of the k’ th component and N(o; μ, ϑ) is a multivariate Gaussian defined by (Young et al. 2009)

N o ; μ , ϑ = 1 2 π n ϑ 1 2 e 1 2 o μ T ϑ 1 o μ
(2)

Where n is the dimensionality of o, ϑ is covariance matrix and μ is mean vector.

Classical feature extraction techniques

The most common techniques of feature extraction for speech recognition system employ the cepstral analysis to extract the feature coefficients from acoustic signal such as the MFCC and the LPCC. The MFCC technique consists to calculate the feature vectors from the frequency spectra at each frame of windowed speech. It is based on the human ear scale known the Mel scale.

The MFCC coefficients are calculated by applying a cosine transform to the real logarithm of short-term energy spectrum which has been expressed on a Mel-frequency scale.

The Linear Predictive Cepstral Coefficients (LPCC) is extracted from the speech signal by using the Linear Predictive Coding (LPC).

L P C C i = L P C i + k = 1 i 1 k i i L P C C i k L P C k i = 1 , 2 , , 10
(3)

The Linear Predictive Coding (LPC) is based on the modelling of the vocal acoustic tract of human beings as a linear all-pole (IIR) filter defined by the following system function.

H z = G 1 k = 1 p a k z k
(4)

Where p, G and a k are respectively the number of poles, the filter gain and the poles parameters which are called Linear Prediction Coefficients. The linear prediction coefficients are evaluated using the autocorrelation method.

The Perceptual Linear Prediction (PLP) is based on the human auditory system characteristics. It is similar to that of LPC technique, except that the speech power spectrum is transformed by a Bark-scale filter bank, an equal-loudness pre-emphasis and an intensity-loudness conversion to take into account the human auditory system characteristics, before modelling by the autoregressive all-pole transfer function. The block diagram of PLP technique, as shown in Figure 3 (Hermansky 1990; Beigi 2011).

Figure 3
figure 3

Block diagram of PLP technique ( Hermansky 1990).

The proposed feature extraction based on an auditory filter model

The proposed extraction method of speech feature for ASR is based on an auditory filter model. This model simulates the outer/middle ear filtering and the spectral behaviour of the cochlea.

Auditory filter modelling

The auditory filter modelling represents the mathematical model which tends to simulate the basic perceptual and psychophysical aspects of the human auditory characteristics (Lyon et al. 2010). This model consists of the simulation of the outer/middle ear filtering by second-order low-pass filter and the cochlea spectral behaviour by the gammachirp auditory filterbank.

The objective of outer/middle ear filtering is to increase the pressure of sound waves. This filtering is done by applying a low-pass filter that represents the sound transmission of outer/middle ear (Van Immerseel and Martens 1992). It is modelled by means of the transfer function given in Equation 5, transformed by means of a bilinear transformation and selecting a resonance frequency (f r  = 2π/ω0) equal to 4 kHz (Martens and Van Immerseel 1990; Van Immerseel and Martens 1992).

H s = ω 0 2 s 2 + 0.33 ω 0 s + ω 0 2
(5)

The gammachirp auditory filterbank simulates the signal processing in the cochlea, in particular it allows to obtain a good approximation of the basilar membrane frequency selectivity of the cochlear filter (Irino and Patterson 1997, 2006; Patterson et al. 2003). The Gammachirp filter represents an extension of the gammatone filter with the frequency modulation factor known as the chirp rate. Its analytic complex form is defined as (Irino and Patterson 1997).

g c t =a t n 1 e 2 πbERB f 0 t e j 2 π f 0 t + j c ln t + j φ
(6)

Where time t > 0, a, f0, φ and c are the amplitude, the asymptotic frequency, the initial phase and the chirp rate respectively. b and n are the two parameters which define the gamma distribution envelope. “ln” denotes the natural logarithm.

The ERB(f0) is the equivalent rectangular bandwidth (ERB) of the Gammachirp auditory filters centered around f0 (Irino and Patterson 2006). The value of ERB is expressed by the following equation (Glasberg and Moore 1990; Moore 2012; Wang and Brown 2006).

ERB f =24.7+0.108f
(7)

The ERB-rate scale represents an approximately logarithmic function which relates the frequency value to the ERBs number, ERBrate(f), and can be expressed by (Glasberg and Moore 1990; Moore 2012; Wang and Brown 2006).

ERBrate f =21.4 log 10 4.37 f 1000 + 1
(8)

The Gammachirp Fourier spectrum is given by (Irino and Patterson 2006; Unokia et al. 2006).

G c f = a Γ n + j c e c θ 2 π n bERB f 0 2 + f f 0 2 n 2
(9)

Where θ=arctg f f 0 bERB f 0 and Γ(n + jc) is the complex gamma distribution.

The basilar membrane motion produced by a 34-channel Gammachirp auditory filterbank in response to a speech waveform segment is presented in Figure 4 (Bleeck et al. 2004). The waveform is the 25 ms of the word “Water” which is extracted from TIMIT database (Garofolo et al. 1990). The centre frequencies of the Gammachirp filters are equally spaced between 50 Hz and 8 kHz on the ERB-rate scale. Each individual line shows the output of one channel in the used auditory filterbank. The surface defined by the lines represents the simulation of basilar membrane motion (BMM). As illustrated in Figure 4, the concentrations of activity in channels above 191 Hz correspond to the resonance frequencies in the human vocal tract (Bleeck et al. 2004).

Figure 4
figure 4

The top panel represents the 25 ms waveform segment of the word “Water” (sampling frequency =16 kHz). The bottom panel illustrates the simulation of BMM for the waveform segment.

The proposed feature extraction method

Our feature extraction method for speech recognition of noisy speech signal is based on auditory filter modelling. The proposed method, as illustrated by a block diagram in Figure 5, consists of seven steps. In the first step, the power spectrum is calculated by performing the square of Discrete Fourier Transform to the windowed segment of speech signal. The second step is the Outer and middle ear filtering, which is performed by a second order low-pass filter with a resonance frequency equal to 4 kHz (Martens and Van Immerseel 1990; Van Immerseel and Martens 1992). In the third step, the result is processed by applying the gammachirp auditory filterbank composed of 34 Gammachirp filters (Zouhir and Ouni 2013), where the centre frequencies of the filter are equally spaced in ERB-rate scale between 50 Hz and 8000 Hz (Glasberg and Moore 1990; Moore 2012). The output is pre-emphasized, in the fourth step, by the simulated equal loudness curve. The latter allows obtaining the non-equal sensitivity approximation of human auditory system at different frequencies (Hermansky 1990). The fifth step is the Intensity loudness Conversion step. The aim of this step consists in simulating the nonlinear relationship between the intensity of speech signal and perceived loudness by performing a cubic-root amplitude compression. In the sixth step, the autoregressive all-pole model is calculated using inverse DFT and the Levinson-Durbin recursion (Hermansky 1990). The last step of our method consists in applying a cepstral transformation to obtain the proposed Perceptual Linear Predictive Auditory Gammachirp coefficients (PLPaGc).

Figure 5
figure 5

Block diagram of the proposed Perceptual linear predictive auditory Gammachirp (PLPaGc) method.

Experimental results

This section evaluates the robustness of the proposed feature extraction method under various types of noisy environments.

Databases and experimental setup

The TIMIT database (Garofolo et al. 1990) is used for all simulated speech recognition experiments. The used database is composed of speech signals sampled at 16 kHz of 630 speakers (female and male speakers) from 8 major dialect regions of the United States; each of them saying 10 sentences. We used isolated words extracted from this database. A total of 9702 isolated words were used in the training phase of the experiments and 3525 isolated words were used for the test phase. In order to evaluate the performance of our method on isolated words in the presence of various types of background noise, noisy corrupted tests sets were obtained by combining clean speech signals with suburban train, exhibition hall, street and car noises. These real-world noises were taken from AURORA database (Hirsch and Pearce 2000). Five noise levels, corresponding to 0 dB, 5 dB, 10 dB, 15 dB and 20 dB SNR values, where applied to each tests set. The temporal representations and the spectrograms of all used noises are shown in Figure 6.

Figure 6
figure 6

The temporal representations and the spectrograms of the used noises.

The used speech recognition system is based on Hidden Markov Models. Our system employs the HTK 3.4.1 (Young et al. 2009) in the recognition task. The HTK 3.4.1 is a portable toolkit which allows the construction and manipulation of HMM-GM.

The HMM topology used in our experiments is a five states left-to-right model with a four Gaussian Mixture observation probability density distribution characterized by a diagonal covariance matrix.

The Table 1 represents the parameters of the Gammachirp function used in Gammachirp Auditory Filter.

Table 1 Used Gammachirp parameters

Results and discussion

For the baseline experiments, 12 coefficients of each technique were calculated from speech signal using Hamming analysis window with length equal to 25 ms and shifted with 10 ms steps.

The recognition performance of our feature extraction method has been compared to that of the classic techniques such as PLP, LPCC, LPC, and MFCC. The feature coefficients of each technique are combined with energy (E), differential coefficients first (∆) and second order (A) (12 coefficients +E + ∆ + A).

The experimental results obtained using the proposed PLPaGc feature and PLP, LPCC, LPC and MFCC feature in the noisy environments are summarized in the Tables 2, 3, 4 and 5. Four different noise types noise (suburban train, exhibition hall, street and car noises) with five noise levels (SNR) are considered.

Table 2 Recognition rate (%) obtained by proposed and standard methods with suburban train noise
Table 3 Recognition rate (%) obtained by proposed and standard methods with exhibition hall noise
Table 4 Recognition rate (%) obtained by proposed and standard methods with street noise
Table 5 Recognition rate (%) obtained by proposed and standard methods with car noise

As illustrated in the tables, the PLPaGc feature outperforms the four classic features in all noise conditions. For example, in the case of suburban train noise, the average of all noise levels of recognition rates achieved using PLPaGc feature is 75.47, while PLP, LPCC, LPC and MFCC feature provides respectively 65.64, 57.64, 22.97 and 65.39. It can be also observed that the recognition rates increase in all features when the noise level is decreased with respect to the signal level (i.e., SNR increases from 0 dB to 20 dB).

Conclusion

A new auditory filter modelling-based feature extraction method for noisy speech recognition was presented in this paper. The proposed method was motivated by the research studies of the human peripheral auditory modelling. The used auditory model consists of simulating the outer/middle ear filtering by a second order low-pass filter and the cochlea spectral behaviour by the gammachirp auditory filterbank, where the values of those centre frequencies are chosen according to the ERB rate scale. The robustness of the proposed PLPaGc feature was evaluated on speech recognition rate in real-world noisy environments. The experimental results show that the PLPaGc feature gives better recognition rates compared to four classical PLP, LPCC, LPC and MFCC feature.

References

  • Atal BS: Effectiveness of linear prediction characteristics of the speech wave for automatic speaker identification and verification. J Acoust Soc Am 1974, 55(6):1304-12. 10.1121/1.1914702

    Article  Google Scholar 

  • Atal BS, Hanauer SL: Speech analysis and synthesis by linear prediction of the speech wave. J Acoust Soc Am 1971, 50: 637-55. 10.1121/1.1912679

    Article  Google Scholar 

  • Beigi H: Fundamentals of Speaker Recognition. Springer, New York; 2011.

    Book  Google Scholar 

  • Bleeck S, Ives T, Patterson RD: Aim-mat: the auditry image model in MATLAB. Acta Acustica United Ac 2004, 90(4):781-787.

    Google Scholar 

  • Davis SB, Mermelstein P: Comparison of parametric representations for monosyllabic word recognition in continuously spoken sentences. IEEE Trans Acoust, Speech, Signal Processing 1980, 28(4):357-66. 10.1109/TASSP.1980.1163420

    Article  Google Scholar 

  • Furui S: History and Development of Speech Recognition. In Speech Technology. Edited by: Chen F, Jokinen K. USA: Springer; 2010:1-18.

    Chapter  Google Scholar 

  • Garofolo J, Lamel L, Fisher W, Fiscus J, Pallett D, Dahlgren N: DARPA, TIMIT Acoustic-Phonetic Continuous Speech Corpus CD-ROM. National Institute of Standards and Technology. 1990.

    Google Scholar 

  • Glasberg BR, Moore BCJ: Derivation of auditory filter shapes from notched-noise data. Hear Res 1990, 47(1):103-38.

    Article  Google Scholar 

  • Hermansky H: Perceptual linear predictive (PLP) analysis of speech. J Acoust Soc Am 1990, 87(4):1738-52. 10.1121/1.399423

    Article  Google Scholar 

  • Hirsch H, Pearce D: The Aurora Experimental Framework for the Performance Evaluation of Speech Recognition Systems Under Noisy Conditions. ISCA ITRW ASR2000, Paris, France; 2000.

    Google Scholar 

  • Irino T, Patterson RD: A time-domain, level-dependent auditory filter: the Gammachirp. J Acoust Soc Am 1997, 101(1):412-419. 10.1121/1.417975

    Article  Google Scholar 

  • Irino T, Patterson RD: A dynamic compressive gammachirp auditory filterbank. IEEE Trans Audio Speech Lang Processing 2006, 14(6):2222-32. Author manuscript, available in PMC 2009

    Article  Google Scholar 

  • Lyon RF, Katsiamis AG, Drakakis EM: History and future of auditory filter models. Proceedings of 2010 IEEE International Symposium on Circuits and Systems (ISCAS) 2010, 3809-12.

    Chapter  Google Scholar 

  • Martens JP, Van Immerseel L: An auditory model based on the analysis of envelope patterns. Int Conf Acoust Speech Signal Process 1990, 1: 401-4. ICASSP-90

    Article  Google Scholar 

  • Meddis R, Lopez-Poveda EA, Fay RR, Popper AN: Computational Models of the Auditory System. Vol. 35. Springer Handbook of Auditory Research, Springer, New York; 2010.

    Book  Google Scholar 

  • Moore BCJ: An Introduction to the Psychology of Hearing. 6th edition. Brill; 2012.

    Google Scholar 

  • Nadeu C, Macho D, Hernando J: Time Frequency and filtering of filter-bank energies for robust HMM speech recognition. Speech Comm 2001, 34(1):93-114.

    Article  Google Scholar 

  • Patterson RD, Unoki M, Irino T: Extending the domain of centre frequencies for the compressive gammachirp auditory filter. J Acoust Soc Am 2003, 114(3):1529-42. 10.1121/1.1600720

    Article  Google Scholar 

  • Rabiner L, Juang BH: Fundamentals of Speech Recognition. Prentice Hall Signal Processing Series. PTR Prentice Hall, New Jersey; 1993.

    Google Scholar 

  • Unokia M, Irino T, Glasberg B, Moore BCJ, Patterson RD: Comparison of the roex and gammachirp filters as representations of the auditory filter. J Acoust Soc Am 2006, 120(3):1474-92. Available in PMC 2010 10.1121/1.2228539

    Article  Google Scholar 

  • Van Immerseel LM, Martens JP: Pitch and voiced/unvoiced determination with an auditory model. J Acoust Soc Am 1992, 91(6):3511-3526. 10.1121/1.402840

    Article  Google Scholar 

  • Wang DL, Brown GJ: Principles, Computational Auditory Scene Analysis: Algorithms, and Applications. IEEE Press/Wiley-Interscience; 2006.

    Book  Google Scholar 

  • Young S, Evermann G, Gales M, Hain T, Kershaw D, Liu X, Moore G, Odell J, Ollason D, Povey D, Valtchev V, Woodland P: The HTK Book (for HTK Version 3.4.1). Cambridge University Engineering Department, United Kingdom; 2009.

    Google Scholar 

  • Zouhir Y, Ouni K: Speech Signals Parameterization Based on Auditory Filter Modelling. Advances in Nonlinear Speech Processing LNAI 7911, NOLISP 2013, Mons, Belgium. Edited by: Drugman T, Dutoit T. Berlin Heidelberg: Springer; 2013: 60-66. 978-3-642-38846-0

    Google Scholar 

Download references

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Youssef Zouhir.

Additional information

Competing interests

The authors declare that they have no competing interests.

Authors’ contributions

All authors were equally involved in the implementation and the development of the Perceptual Linear Predictive auditory Gammachirp (PLPaGc) method, as well as writing and revision of the manuscript. Both authors read and approved the final manuscript.

Authors’ original submitted files for images

Rights and permissions

Open Access This article is distributed under the terms of the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0), which permits use, duplication, adaptation, distribution, and reproduction in any medium or format, as long as you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons license, and indicate if changes were made.

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Zouhir, Y., Ouni, K. A bio-inspired feature extraction for robust speech recognition. SpringerPlus 3, 651 (2014). https://doi.org/10.1186/2193-1801-3-651

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/2193-1801-3-651

Keywords