lisa_emotiw icon indicating copy to clipboard operation
lisa_emotiw copied to clipboard

Advanced feature extraction from speech

Open yoshua opened this issue 11 years ago • 1 comments

Select and code up advanced feature extraction algorithms that may be relevant to the task of emotion classification (look at what the previous papers on the subject have reported).

yoshua avatar Apr 05 '13 10:04 yoshua

In the literature, people do pretty much the same as I have done: use libraries to extract a bunch of frame-level audio features and concatenate them.

The most commonly used ones seem to be MFCC + derivatives, autocorrelation and spectral statistics (moments, roll-off, centroid, flux, etc.) which I put into the 'minimal' set.

Features sometimes mentioned that I don't have yet (to add): pitch, harmonicity, LPC coefficients and zero crossings.

boulanni avatar Apr 05 '13 17:04 boulanni