- The Self-Assessed Affect Sub-challenge is one of four challenges in The INTERSPEECH 2018 Computational Paralinguistics Challenge. In this sub-callenge, we try to classified four basic emotions annotated in the speech.
- We beat the baseline provided by the challenge organizer in here, and won the second place in this challenge.
- Tensorflow implementation of bidirectional LSTM with attention in Self-Assessed Affect Recognition using Fusion of Attentional BLSTM and Static Acoustic Features
S. Mirsamadi, E. Barsoum, and C. Zhang, “Automatic speech emotion recognition using recurrent neural networks with local attention,” in 2017 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP), New Orleans, U.S.A., Mar. 2017, IEEE, pp. 2227–2231.
Data disciptions of this sub-challenge refer to The INTERSPEECH 2018 Computational Paralinguistics Challenge.
Some required libraries:
python >=3.6
numpy 1.14.5
joblib 0.13.0
pandas 0.22.0
scikit-learn 0.19.1
tensorflow 1.4.0
- data.py: batch generator
- model_brnn.py: main codes, bi-directional LSTM with self-attention framework.