Presentation is loading. Please wait.

Presentation is loading. Please wait.

EE513 Audio Signals and Systems Statistical Pattern Classification Kevin D. Donohue Electrical and Computer Engineering University of Kentucky.

Similar presentations


Presentation on theme: "EE513 Audio Signals and Systems Statistical Pattern Classification Kevin D. Donohue Electrical and Computer Engineering University of Kentucky."— Presentation transcript:

1

2 EE513 Audio Signals and Systems Statistical Pattern Classification Kevin D. Donohue Electrical and Computer Engineering University of Kentucky

3 Interpretation of Auditory Scenes  Human perception and cognition greatly exceeds any computer-based system for abstracting sounds into objects and creating meaningful auditory scenes. This perception of objects (not just detecting acoustic energy) allows for interpretation of situations leading to an appropriate response or further analyses.  Sensory organs (ears) separate acoustic energy into frequency bands and convert band energy into neural firings  The auditory cortex receives the neural responses and abstracts an auditory scene.

4 Auditory Scene  Perception derives a useful representation of reality from sensory input.  Auditory Stream refers to a perceptual unit associated with a single happening (A.S. Bregman, 1990). Acoustic to Neural Conversion Organize into Auditory Streams Representation of Reality

5 Computer Interpretation  In order for a computer algorithm to interpret a scene  Acoustic signals must be converted to numbers using meaningful models.  Sets of numbers (or patterns) are mapped into events (perceptions).  Events are analyzed with other events in relation to the goal of the algorithm and mapped into a situation (cognition or deriving meaning).  Situation is mapped into an action/response.  Numbers extracted from the acoustic signal for the purpose of classification (determination of event) are referred to as features.  Time -based features are extracted from signal transforms such as:  Envelope  Correlations  Frequency-based features are extracted from signal transforms such as:  Spectrum (Cepstrum)  Power Spectral Density

6 Feature Selection Example  Consider a problem of discriminating between the spoken words yes and no based on 2 features: 1. The estimate of first formant frequency g 1 (resonance of the spectral envelope) 2. The ratio in dB of the amplitude of the second formant frequency over the third formant frequency g 2.  A fictitious experiment was performed and these 2 features were computed for 25 recordings of people saying these words. The feature were plotted for each class to develop an algorithm to classify these samples correctly.

7 Feature Plot  Define a feature vector.  Plot G, given a yes was spoken, with green o’s, and given a no was spoken, be wiht red x’s.

8 Minimum Distance Approach  Create representative vector for yes and no features  For a new sample with estimated features, use decision rule:  Results in 3 incorrect decisions.

9 Normalization With STD  The frequency features had larger values than the amplitude ratios, and therefore had more influence in the decision process.  Remove scale differences by normalizing each feature by its standard deviation over all classes.  Now 4 errors result (why would it change?)

10 Minimum Distance Classifier  Consider feature vector x with the potential to be classified as belonging to K exclusive classes.  Classification decision will be based on the distance of the feature vector to one of the template vectors representing each of the K classes.  The decision rule is for a given observation x and set of template vectors z k for each class, decide on class k such that:

11 Minimum Distance Classifier  If some features need to be weighted more than others in the decision process, as well as exploiting correlation between the features, the distance for each feature can be weighted to result in the weighted minimum distance classifier: where W is a square matrix of weights with dimension equal to length of x. If W is a diagonal matrix, it simply scales each of the features in the decision process. Off diagonal terms scale the correlation between features. If W is the inverse of the covariance matrix of the features in x, and z k is the mean feature vector for each class, then the above distances are referred to as the Mahanalobis distance.

12 Correlation Receiver  It can be shown that selecting the class based on the minimum distance between the observation vector and the template vector is equivalent to finding the maximum correlation between the observation vector and the template: or where the template vectors have been normalized such that

13 Definitions  Random variable (RV) is a function that maps events (sets) into a discrete set of real numbers for a discrete RV, or a continuous set of real numbers for a continuous RV.  Random process (RP) is a series of RVs indexed by a countable set for a discrete RP, or by a non-countable set for continuous RP.

14 Definitions: PDF First Order  The likelihood of RV values is described through the probability density function (pdf).

15 Definitions: Joint PDF  The probabilities describing more than one RV is described by a joint pdf.

16 Definitions: Conditional PDF  The probabilities describing a RV given that the another event has already occurred is described by a conditional pdf.  Closely related to this is Bayes’ rule:

17 Examples: Gaussian PDF  A first order Gaussian RV pdf (scalar x) with mean µ and standard deviation  is given by:  A higher order joint Gaussian pdf (column vector x) with mean vector m and covariance matrix  is given by:

18 Example Uncorrelated Prove that for an N th order sequence of uncorrelated Gaussian zero-mean RVs the joint PDF can be written as:  Note that for Gaussian RVs uncorrelated implies statistical independence.  Assume variances are equal for all elements. What would the autocorrelation of this sequence look like?  How would the above analysis change if RVs were not zero mean?

19 Class PDFs When features are modeled as RVs, their pdfs can be used to derive distance measures for the classifier, and an optimal decision rule that minimizes classification error can be designed. Consider K classes individually denoted by  k. Feature values associated with each class can be described by:  a posteriori probability (likelihood the class after observation/data)  a priori probability (likelihood the class before observation/data)  Likelihood function (likelihood observation/data given a class)

20 Class PDFs The likelihood function can be estimated through empirical studies. Consider 3 speakers whose 3 rd formant frequency is distributed by: Classifier probabilities can be obtained from Bayes’ rule Decision Thresholds

21 Maximum a posteriori Decision Rule For K classes and observed feature vector x, the maximum a posteriori (MAP) decision rule states: or by applying Bayes’ rule: For the binary case this reduces to the (log) likelihood ratio

22 Example Consider a 2 class problem with Gaussian distributed feature vectors Derive the log likelihood ratio and describe how the classifier uses distance information to discriminate between the classes. See related link: http://en.wikipedia.org/wiki/Linear_discriminant_analysis http://en.wikipedia.org/wiki/Linear_discriminant_analysis

23 Homework Consider a 2 features for use in a binary classification problem. The features are Gaussian distributed are form feature vector x = [x 1, x 2 ] T. Derive the log likelihood ratio and corresponding classifier for the 3 different cases listed below: 1) 2) 3) 4) Comment how each classifier computes “distance” and uses it in the classification process.

24 Classification Error Classification error is the decision statistics percentage that occurs on the wrong side of the threshold, scaled by the percentage of times such an event occurs (i.e. the prior probability).

25 Homework For the previous example, write an expression for probability of a correct classification by changing the integrals and limits (i.e. do not simply write p c =1-p e )

26 Approximating a Bayes Classifier If density functions are not known:  Determine template vectors that minimize distances to feature vectors in each class for training data (vector quantization).  Assume form of density function and estimate parameters (directly or iteratively) from the data (parametric or expectation maximization).  Learn posterior probabilities directly from training data and interpolate on test data (neural networks or support vector machines). Helpful related link : https://sites.google.com/a/kingofat.com/wiki/data- mining/classification https://sites.google.com/a/kingofat.com/wiki/data- mining/classification


Download ppt "EE513 Audio Signals and Systems Statistical Pattern Classification Kevin D. Donohue Electrical and Computer Engineering University of Kentucky."

Similar presentations


Ads by Google