1 / 25

EE513 Audio Signals and Systems

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

havily
Download Presentation

EE513 Audio Signals and Systems

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. EE513Audio Signals and Systems Statistical Pattern Classification Kevin D. DonohueElectrical and Computer EngineeringUniversity of Kentucky

  2. 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.

  3. Acoustic to Neural Conversion Organize into Auditory Streams Representation of Reality 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) .

  4. 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

  5. Feature Selection Example • Consider a problem of discriminating between the spoken words yes and no based on 2 features: • The estimate of first formant frequency g1 (resonance of the spectral envelope) • The ratio in dB of the amplitude of the second formant frequency over the third formant frequency g2. • 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.

  6. 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.

  7. 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.

  8. 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?)

  9. 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 zk for each class, decide on class k such that:

  10. 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 zkis the mean feature vector for each class,then the above distances are referred to as the Mahanalobis distance.

  11. 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

  12. 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.

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

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

  15. 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:

  16. 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:

  17. Example Uncorrelated Prove that for an Nth 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?

  18. 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)

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

  20. 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

  21. 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

  22. Homework Consider a 2 features for use in a binary classification problem. The features are Gaussian distributed are form feature vectorx = [x1, x2]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.

  23. 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).

  24. 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 pc=1-pe)

  25. 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

More Related