Next Article in Journal
Synchronous Roundabouts with Rotating Priority Sectors (SYROPS): High Capacity and Safety for Conventional and Autonomous Vehicles
Previous Article in Journal
Control Scheme of a Bidirectional Inductive Power Transfer System for Electric Vehicles Integrated into the Grid
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

A Study of Cross-Linguistic Speech Emotion Recognition Based on 2D Feature Spaces

by
Gintautas Tamulevičius
1,
Gražina Korvel
1,
Anil Bora Yayak
2,
Povilas Treigys
1,
Jolita Bernatavičienė
1,* and
Bożena Kostek
3
1
Institute of Data Science and Digital Technologies, Vilnius University, 01513 Vilnius, Lithuania
2
Department of Electrical and Electronics Engineering, Izmir Katip Celebi University, İzmir 35620, Turkey
3
Faculty of Electronics, Telecommunications and Informatics, Gdansk University of Technologies, 80233 Gdańsk, Poland
*
Author to whom correspondence should be addressed.
Electronics 2020, 9(10), 1725; https://doi.org/10.3390/electronics9101725
Submission received: 24 September 2020 / Revised: 12 October 2020 / Accepted: 13 October 2020 / Published: 20 October 2020
(This article belongs to the Section Circuit and Signal Processing)

Abstract

:
In this research, a study of cross-linguistic speech emotion recognition is performed. For this purpose, emotional data of different languages (English, Lithuanian, German, Spanish, Serbian, and Polish) are collected, resulting in a cross-linguistic speech emotion dataset with the size of more than 10.000 emotional utterances. Despite the bi-modal character of the databases gathered, our focus is on the acoustic representation only. The assumption is that the speech audio signal carries sufficient emotional information to detect and retrieve it. Several two-dimensional acoustic feature spaces, such as cochleagrams, spectrograms, mel-cepstrograms, and fractal dimension-based space, are employed as the representations of speech emotional features. A convolutional neural network (CNN) is used as a classifier. The results show the superiority of cochleagrams over other feature spaces utilized. In the CNN-based speaker-independent cross-linguistic speech emotion recognition (SER) experiment, the accuracy of over 90% is achieved, which is close to the monolingual case of SER.

1. Introduction

The discovery of expressivity discovery in speech is one of the unresolved challenges. Among the relevant topics belonging to the expressivity are the issues related to the recognition of emotion. The recognition of emotion is a part of sentiment analysis [1,2]. Emotions are expressed both through verbal and non-verbal processes. The information derived from the speech signal, facial expressions, gestures, eye contact, and physiological status (e.g., EEG, EMG, respiration signals) is considered in studies in the area of recognition of emotions [3,4,5]. Emotion recognition based on the human speech, however, has the most applications, not only the evident ones related to the direct communication between people or human–computer interaction but also concerning the affective state recognition, e.g., recognizing social cognitive skills, diagnosing emotion deficits, psychotherapy, etc.
The speech emotion recognition task is a classification task by nature: the unknown emotional speech pattern is assigned to a particular emotional class based on the expressive attributes (called features) in the speech signal. Therefore, the first stage of the recognition process is to search for and extract such features. In the next step, the extracted features are classified to identify the emotional class that the analyzed speech utterance belongs to. Most current studies report speech emotion classification rates of 70%–90% [6].
The results depend heavily on the analyzed language, the number of emotions, the speaker’s mode, and the extracted features. A few main research directions could be distinguished in speech emotion recognition over the last years. The research of the speech emotion recognition was initiated with the intensive exploration of emotion features within the audio signal: various combinations of temporal, spectral, cepstral, energy features describing the rate, intensity, and prosody of the emotional speech. Furthermore, these feature sets were extended with various statistical derivatives of the primary features. This resulted in vast sets of a few thousand of features leading to the inevitable need to reduce the feature dimensions. For this purpose, numerous feature selection and transformation techniques were proposed.
The rise of the deep-learning paradigm enabled researchers to analyze the speech signal directly, omitting the signal analysis stage. The multimodal emotion recognition was implemented by combining a speech signal with additional emotional attribute sources such as facial expression, gesture, body pose, electrocardiography, electroencephalography signals. However, the analysis of the speech signal remains one of the most relevant approaches to recognize the speakers’ emotion.
Global services, containing a cross-linguistic environment, bring new challenges in the speech emotion recognition (SER) tasks. Different cultural contexts, divergent acoustic properties, and their variation within languages, the lack of multilingual or cross-language datasets make the task of cross-linguistic SER non-trivial, and the progress in this field is below our expectations [7].
Cross-linguistic emotion recognition is challenging for several reasons: it is unclear which features of speech have the highest potential in distinguishing emotions. Moreover, different language, speakers, speaking in different styles, and speaking rates affecting the most commonly extracted speech features, such as pitch and energy contours, are important for emotion analysis [8]. Moreover, the datasets of recordings of the actors’ statements or spontaneous speech can be a source of information. Still, it is rather spontaneous speech that should be analyzed in the context of emotions as the professional stage performers tend to exaggerate some features of the voice to make emotions more distinguishable.
There is also the question of whether non-native speakers transfer the same emotion expression pattern from their mother tongue to another language [9]. Within this context, a well-known problem, such as the so-called foreign language anxiety, i.e., how to express emotions in a foreign language, occurs [9].
The majority of researchers in SER have focused on monolingual [10,11,12] or multiple emotion classification, while the cross-linguistic speech emotion recognition is much less frequented [13,14,15].
The classification performance of conventional (state-of-the-art) as well as the deep-learning classifiers, employed for the task of speech emotion recognition on Lithuanian [16], English [17,18,19,20], Serbian [21], Spanish [22], German [23], Polish [24,25], Greek [26], Chinese [20,27], French [28], and Italian [29,30] datasets are presented in Table 1.
According to the analyzed literature, there are two ways of classifying emotions:
  • Methods based on a two-pass classification scheme consisting of language identification and language-specific speech emotion recognition [14,41];
  • Direct cross-linguistic emotion recognition using different language databases, analyzing speech signal and recognizing emotions based on these features or parameter description that results from redundancy checking (e.g., PCA, principal component analysis-based) [13,42,43].
The speech features for emotion recognition can be grouped into several categories: local, global, continuous features, qualitative features, spectral features, and TEO (Teager energy operator)-based on features [8,10]. In our research, we have used four different 2D feature spaces, which are as follows: cochleagrams, spectrograms, mel-cepstrograms, and fractal dimension-based. A comparison of the results obtained in the conducted research with the results available in the literature is also made.
The recognition of emotion is generally performed using feature vectors extraction and the classical machine learning algorithms, including random forest, the support vector machines, k-nearest neighbors, various types of neural networks, hidden Markov models, and their variations [33]. In recent years, the deep-learning algorithms brought new opportunities to machine learning. A very promising property of deep neural networks (DNNs) is that they can learn high-level invariant features from raw data, which is potentially helpful for emotion recognition [13,14,44,45,46]. Most of the emotion classification experiences come out, however, from the speech recognition tasks. For example, convolutional DNN delivers good results in the recognition in isolated Lithuanian words [47]. Therefore, we apply the same strategy in the current experiment while investigating archetypical primary emotions: anger, happiness, fear, sadness, and neutral [48]. These emotions are the most apparent and distinct in human life.
The paper is organized as follows: it starts with the data preparation and the details on the analysis of the methodology presentation, then the experiment results are presented and discussed. The concluding remarks include the future development of this research.

2. Methodology

In this study, we investigated the speech emotion classification based on deep learning. The classification is performed by providing the convolutional neural network (CNN) algorithm with two-dimensional feature maps extracted from emotional speech utterances.

2.1. Description of Feature Spaces

Although neural networks can operate with one-dimensional data, our experimental results have shown that a higher discriminative power can be obtained for the 2D feature spaces [48,49]. The feature maps are presented as matrices of short-time features converted into greyscale images. All the images obtained by applying specific feature space conversion were scaled to the same size. The following speech signal feature spaces were chosen to be investigated: spectrograms, mel-cepstrograms, cochleagrams, and fractal dimension-based features.
The conventional scheme of speech signal processing and feature extraction was implemented: the speech signal is segmented and windowed (Hamming window was applied), the feature vector is extracted for each segment, thus obtaining the sequence of feature vectors. Arrangement of these vectors into arrays gives us two-dimensional feature maps that can be converted to bitmap images. The images are the outcome of the speech signal analysis and are delivered into CNN to make a decision on the encoded emotion.
The analysis parameters were as follows: the length of the analysis frame was 512 samples; an overlap of 400 samples was applied with the truncation of the last frame.

2.1.1. Spectrograms

A spectrogram is constructed from a series of the short-time spectrum of the signal frames. For this purpose, a discrete Fourier transform (DFT) was applied. This transform is given by the following formula:
X k ( m )   =   n = 0 N 1 x k ( n ) ω ( n ) e ( 2 π j ) n m N
where X k ( m ) (m = 0,…, M − 1) are DFT coefficients of frame k, M is the number of DFT coefficients, xk(n) are samples of the analyzed phoneme k-th short-time segment, N is the number of samples in the frame, w ( n ) is the window function.
In order to obtain a spectrogram with all values equally significant, a logarithm-based dynamic range compression of the magnitude spectrum was applied:
S k   ( m )   =   l o g | X k   ( m ) |
where X k   ( m ) ( m   =   1 ,     ,   M ) are Fourier transform coefficients of frame k , and M is the number of these coefficients.

2.1.2. Mel-Cepstrograms

In the spectrogram, linear frequency scaling is used. Meanwhile, the mel-frequency scale is a quasi-logarithmic scale that approximates the resolution of the human auditory system. The cepstrogram is created according to the classical calculation scheme: DFT-based spectrum is processed by a filter bank (modeling the human auditory system), then a logarithm-based transformation is applied with a subsequent cosine transform. In this research, we applied 13 triangular filters, thus obtaining a 13th-order mel-cepstrum. Cepstral vectors are organized into columns, thus obtaining 2D mel-cepstrograms, i.e., cepstral feature maps.

2.1.3. Cochleagrams

Lyon claims that the spectrogram image has too few dimensions to be a full auditory image [50]. In contrast, cochleagram has a unique orthogonal axis to the frequency axis, which gives us this image. In the literature, a cochleagram is a speech representation that shows how our brain processes information received from the ear [50,51]. It is also treated as a computational model of the peripheral auditory system [52].
The cochleagram is constructed by performing auditory filtering. In this study, a bank of gammatone filters covering the range of 20 Hz to 20 kHz is used.
The impulse response of the gammatone filter can be expressed by the following formula [53]:
g ( t ) = A t n 1 e 2 π B t cos ( 2 π f 0 t + φ )
where n is the filter order (we set n = 4), φ is the phase (we use phase equal to minimum phase), B —the filter bandwidth, f 0 —the center frequency, t —the time, and A refers to the filter amplitude.
The filter amplitude A is described by the automatic gain control [54]. The filter bandwidth B is calculated by:
B = 1.019 · 24.7 · ( 4.37 f 0 1000 + 1 )
The center frequency values are spaced on the equivalent rectangular bandwidth scale [55,56]. The number of filters used in this research is equal to 50.

2.1.4. Fractal Dimension-Based Features

A fractal dimension-based analysis was employed for speech signal analysis considering the nonlinearity of emotional speech signals. Fractal dimension characterizes and differentiates the irregularity, self-similarity, and nonlinearity between different speech emotions. In this study, we selected fractal dimension-based features, whose effectiveness in classifying speech emotion was justified in a previous study by Katz, Castiglioni, and Higuchi on fractal dimensions [6].

2.2. CNN Architecture

As mentioned earlier, the convolutional neural network class of the DNNs was applied in this experiment, and as mentioned earlier, feature dimensionality has been selected according to its significance, and then resulting images were scaled to the same size, and the input for the classifier was fixed. The CNN network topology is a compound of three convolutional layers after each of those activation functions “relu”, max pooling of the sizes 3 by 3 (the last layer uses max pooling size 2 by 2), and batch normalization was applied. Then, the flatten layer of the size 64 and batch normalization were added, and the “relu” layer activation function was utilized. The last layer acts as an emotion classifier with the “softmax” activation function. Adam optimization algorithm was applied to solve the optimization part of the emotion recognition experiment. The use of the batch normalization technique, together with the additive white noise (described in the next section), helps to prevent network overfitting. A more detailed description of the network is presented in the article published by the authors [49].

3. Datasets

The datasets were created by imitating real-world principles to some extent: different language data were collected without any assumption or pre-emphasis applied to the signal. Moreover, the data were not normalized or balanced, i.e., a different number of speakers, utterances, sentences were employed for several languages. In addition, all the data were augmented and processed automatically by employing unified algorithms. The primary assumption was that the data collection process should be similar to the one that is common for real-world services. However, it should clearly be stated that all datasets consist of emotional speech containing recordings of non-professionally acting speakers.
For this study, six language emotion datasets were chosen: Lithuanian (Lithuanian Spoken Language Emotions Database recordings) [16], English dataset, which consists of recordings of three independent databases, i.e., RAVDESS (24 professional female and male actors, vocalizing two lexically-matched statements in a neutral North American accent) [17], SAVEE (this database consists of recordings from four male actors expressing seven different emotions) [18], and TESS (two English-native actresses) [19], Polish dataset that includes numbers and separate command word records of Polish Emotional Speech Dataset [24,25], Spanish (Spanish emotional speech synthesis database recordings) [22], Serbian (Serbian emotional speech GEES database recordings) [21], and German (Berlin emotional speech database recordings) [23].
These datasets share the same five archetypal primary emotions, which are anger, sadness, fear, neutral, happiness [48]. In this study, TESS, SAVEE, and RAVDESS datasets are merged in order to get one big English language dataset. A summarized statistic of the datasets is given in Table 2.
To augment the datasets (due to the CNN prerequisite to have a large amount of data to learn from), two following methods were used: the white noise of seven levels (0 dB, 5 dB, 10 dB, 15 dB, 20 dB, 25 dB, and 30 dB) was added; Wiener filtering was applied, thus providing cleaned recordings. This enabled us to increase data variability to decrease overfitting and expand our datasets (Table 2) as much as nine times.

4. Experimental Results

An experimental investigation consisted of two parts. To ensure that the process of the experiment can easily be followed, a block diagram of the experiment is shown in Figure 1.
As we see from Figure 1, in the first part of the experiment, various feature space-based emotion recognition was carried out on separate databases. The goal of this part was to check the quality of training for each of the datasets used in the experiment. All the datasets were split according to the rule 80/20 (80% of data were used for the model training/validation and 20% for testing). In addition, 80% of the dataset was split according to the same scheme, i.e., 80% were used in the model training and 20% for the model testing. Test sets contain samples of the same emotion uttered by the same speaker, with a repetitive emotion sample recording. To evaluate the classifier performance, both the overall network accuracy and the averaged F1 score were calculated. The results are given in Table 3.
Table 3 shows that cochleagrams enabled reaching the overall test accuracy (Test Acc.) and F1 score equal to 1 or 0.99, respectively. The spectrograms produced test output values around the average of 0.89, for mel-cepstrograms, it reached 0.87, and for fractal dimension-based features, it was 0.78. In addition, in Table 3 training accuracy (Training acc.) as well as validation accuracy (Validation Acc.) values are shown.
The results obtained from the first part of the experiments let us conclude that all datasets and all feature spaces can be used in the second part of the experiment. This part of the experiment corresponds to testing the effectiveness of the signal feature spaces in a cross-linguistic speech emotion recognition task. To this end, training and validation datasets are the same for all testing datasets (as described earlier). Two types of tests were investigated: language-dependent and language-independent. The language-dependent tests were performed on 20% of data for each emotion database we had used in the network training. Test data were not utilized for network training and validation. For the language-independent test, we employed datasets that were not a part of the neural network training.
The classification results revealed the same tendency as in the first part of the experiments. The highest classification accuracies were achieved for the same feature space, i.e., cochleagrams. However, in terms of classification accuracy, a spectrogram-based representation also returns very high scores. The results of these two feature spaces are shown in Table 4, Table 5, Table 6 and Table 7. The datasets that were used in the training process are highlighted in bold font.
For the classification results presented in Table 4, the Lithuanian dataset was used for training and language-dependent test. The network training accuracy is equal to 0.9636, and the validation accuracy is 0.8215 for spectrograms. In the cases of the cochleagrams, training and validation accuracies are 0.9999 and 0.9681, respectively. The remaining datasets were used for the language-independent test.
The results, when Lithuanian, English, and Serbian datasets were used for the network training, are shown in Table 5. In this case, the network performance is as follows: for spectrograms, training accuracy reaches 0.9628, validation accuracy is 0.8807, for cochleagrams, training accuracy is 0.9967, and the validation accuracy—0.9677.
The results shown in Table 6 include classification accuracies in the case of Lithuanian, English, Serbian, and Spain datasets used as training sets. For spectrograms, the training accuracy is 0.9462, validation accuracy equals 0.8641, for cochleagrams, the training accuracy is 0.9623, validation accuracy equals 0.9295.
The experiment with all datasets used for training was carried out as well. The results are given in Table 7.
Network training and validation accuracies are as follows (see Table 7): 0.9450 and 0.8623, respectively, for spectrograms, 0.9587, and 0.9265 for cochleagrams.
Mel-cepstrograms and fractal dimension-based features yielded similar classification tendencies. As the classification results of these two feature spaces are slightly worse than those of spectrograms, we decided not to recall them here.
There are additional studies on SER to compare our investigation performance with others. Our investigation is similar, to some extent, to the work of Fu et al. [39] and Neumann and Vu [40].
Fu et al. [39] used the same emotion labels (angry, fear, happy, neutral, sad) and trained the model using combinations of various corpora (German, Chinese, and French). For emotion recognition, authors used a neural network combining a one-dimensional CNN and bi-directional long short-term memory network (LSTM) network with an attention mechanism. Authors employed eleven different features concatenated in the one-dimensional 34th order feature vector in contrast to our investigated two-dimensional feature spaces, and most importantly, authors focus and depict results for different training methods. Thus, as the conditions are different, it is not possible to directly compare the results reported by Fu et al. [39] with those obtained in this study. The results of both studies can be characterized as scattered. This is inevitable for cross-lingual speech emotion recognition.
Neumann and Vu [40] present results for cross-lingual and multilingual emotion recognition as well. Authors employ English, French speech corpora, and the attentive convolutional neural network (ACNN), with the 26 logMel filter-bank output as and input features. The categorical emotion labelling is focused on a binary classification task of arousal (low/high) and valence (negative/positive) of the emotional speech. The facts lead to the same conclusion that it is not possible to directly compare the results presented by Neumann and Vu [40] to those obtained in our study.
We would emphasize the following moments of our study as advantages:
  • Two-dimensional feature maps enable us to deliver temporal information in addition to the selected acoustic features of the emotion. This should save the emotion global (suprasegmental) features for the analysis in the network and enhance the decision process. The sequential framing-based analysis of the speech prevents this, as all suprasegmental information is lost.
  • We extract the same features for all the languages we analyze. This analysis scheme does not require any merging, mixing or any other joint processing of different language data. Furthermore, our feature maps are based on the single analysis technique, but we cannot deny the probable need to join different analysis techniques to improve the discriminative power of the feature maps.
  • We have analyzed six different languages, which makes our study truly multilingual. The results of the cross-lingual emotion recognition are not impressive, but they reveal very clear challenges in the future: the need of multilingual emotional speech data (especially for low-resource languages), the undefined feature systems for the multilingual emotions, and the possible variation of the results for different languages.

5. Conclusions

With the same network architecture, the best training, validation, and test performance results were achieved by the cochleagram-based representation. This feature space enables us to reach the general test accuracy and F1 score on separate databases equal to 1 or 0.99 (in the case of Polish language). In a cross-linguistic speech emotion recognition task, test accuracy and F1 score vary from 0.88 to 0.96 in the case of all datasets (Lithuanian, English, Serbian, and Spanish, Polish, and German) as training sets.
It may be assumed that the best results in classification occurred for the cochleagram feature space because of one more dimension that it has, compared to other feature spaces. It may be that in this axis, which is orthogonal to the frequency axis, features associated with human emotions are contained. However, this statement requires a thorough analysis, which we should follow in future research. One additional suggestion in terms of the methodology would be to attempt to fuse a variety of the employed features as opposed to evaluating each feature space separately.
The experimental results depicted that emotions are language dependent. However, increasing the number of languages in a training set, the language-independent classification (for a language not used in the training step) accuracy slightly increases. In future research, the authors plan to expand the number of datasets for different languages so that it can be possible to state if it is possible to achieve high emotion recognition results for languages not used in the training process.
There is an additional conclusion related to this research study regarding data preparation. We have used the Polish database in tests, as well. However, the problem was that tagging was performed only on words due to the lack of automatic annotation of this database. This resulted in the lower classification accuracies obtained for this language compared to other languages. Therefore, we came to the obvious conclusion: very short utterances do not contain attributes of the spoken emotion. Thus, the next step should be to work on a strategy of the multilingual parser to acquire additional data from the speech utterances available on the Internet and prepare them automatically for parameterization and classification.
Finally, a question arises whether a ground truth database may be formulated containing emotionally “loaded” utterances, utilizing such techniques as, e.g., crowdsourcing [57] applied for both “producing” emotions in speech as well as evaluating gathered utterances. Such an experiment may result in more reliable datasets for the in-depth training process.
In future research, we intend to explore other factors, such as, e.g., speech phoneme properties (like duration, accent, energy), which may also affect the quality of recognition. We will investigate whether the considerable gap between emotional recognition for seen and unseen language exists because of different language properties or because of non-stationary and nonlinear speech signal properties. In addition, for data augmentation, the combination of STFT-based and Hilbert–Huang transform (HHT)-based features may be used as such an approach may improve the overall performance of a classifier [58]. Moreover, future research will investigate the problem of cross-language speech emotion recognition in terms of domain adaptation and transfer learning. Though, it should be mentioned that data from different datasets were not reemphasized or balanced. That means that the task of transfer learning for emotion recognition is more difficult than it has to be because apart from language, there are also differences in recording conditions and dataset representation.

Author Contributions

Conceptualization, B.K. and G.K.; methodology, P.T. and G.T.; software, A.B.Y.; validation, G.K., J.B. and A.B.Y.; formal analysis, B.K.; investigation, G.T., P.T., G.K., J.B.; resources, P.T.; data curation, G.K., J.B.; writing—original draft preparation, G.K. and J.B.; writing—review and editing B.K.; visualization, A.B.Y.; supervision, P.T. All authors have read and agreed to the published version of the manuscript.

Funding

This research received no external funding.

Acknowledgments

The authors are thankful for the high-performance computing resources provided by the Information Technology Open Access Center at the Faculty of Mathematics and Informatics of Vilnius University Information Technology Research Center.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Cambria, E. Affective computing and sentiment analysis. IEEE Intell. Syst. 2016, 31, 102–107. [Google Scholar] [CrossRef]
  2. Lo, S.L.; Cambria, E.; Chiong, R.; Cornforth, D. Multilingual sentiment analysis: From formal to informal and scarce resource languages. Artif. Intell. Rev. 2017, 48, 499–527. [Google Scholar] [CrossRef]
  3. Li, M.; Xu, H.; Liu, X.; Lu, S. Emotion recognition from multichannel EEG signals using K-nearest neighbor classification. Tech. Health Care 2018, 26, 509–519. [Google Scholar] [CrossRef] [PubMed]
  4. Wei, C.Z. Stress emotion recognition based on RSP and EMG signals. In Advanced Materials Research; Trans. Tech. Publications Ltd.: Zurich, Switzerland, 2013; Volume 709, pp. 827–831. [Google Scholar]
  5. Yu, Y.; Kim, Y.J. Attention-LSTM-attention model for speech emotion recognition and analysis of IEMOCAP database. Electronics 2020, 9, 713. [Google Scholar] [CrossRef]
  6. Tamulevičius, G.; Karbauskaitė, R.; Dzemyda, G. Speech emotion classification using fractal dimension-based features. Nonlinear Anal. Model. Control 2019, 24, 679–695. [Google Scholar] [CrossRef]
  7. Laurinčiukaitė, S.; Telksnys, L.; Kasparaitis, P.; Kliukienė, R.; Paukštytė, V. Lithuanian speech corpus liepa for development of human-computer interfaces working in voice recognition and synthesis mode. Informatica 2018, 29, 487–498. [Google Scholar] [CrossRef] [Green Version]
  8. El Ayadi, M.; Kamel, M.S.; Karray, F. Survey on speech emotion recognition: Features, classification schemes, and databases. Pattern Recognit. 2011, 44, 572–587. [Google Scholar] [CrossRef]
  9. Dewaele, J. Emotions in Multiple Languages; Palgrave Macmillan: London, UK, 2010. [Google Scholar] [CrossRef]
  10. Vryzas, N.; Kotsakis, R.; Liatsou, A.; Dimoulas, C.A.; Kalliris, G. Speech emotion recognition for performance interaction. J. Audio Eng. Soc. 2018, 66, 457–467. [Google Scholar] [CrossRef]
  11. Torres-Boza, D.; Oveneke, M.C.; Wang, F.; Jiang, D.; Verhelst, W.; Sahli, H. Hierarchical sparse coding framework for speech emotion recognition. Speech Commun. 2018, 99, 80–89. [Google Scholar] [CrossRef]
  12. Swain, M.; Routray, A.; Kabisatpathy, P. Databases, features and classifiers for speech emotion recognition: A review. Int. J. Speech Tech. 2018, 21, 93–120. [Google Scholar] [CrossRef]
  13. Li, X.; Akagi, M. Improving multilingual speech emotion recognition by combining acoustic features in a three-layer model. Speech Commun. 2019, 110, 1–12. [Google Scholar] [CrossRef]
  14. Heracleous, P.; Yoneyama, A. A comprehensive study on bilingual and multilingual speech emotion recognition using a two-pass classification scheme. PLoS ONE 2019, 14, e0220386. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  15. Ntalampiras, S. Toward language-agnostic speech emotion recognition. J. Audio Eng. Soc. 2020, 68, 7–13. [Google Scholar] [CrossRef]
  16. Matuzas, J.; Tišina, T.; Drabavičius, G.; Markevičiūtė, L. Lithuanian Spoken Language Emotions Database, Baltic Institute of Advanced Language. 2015. Available online: http://datasets.bpti.lt/lithuanian-spoken-language-emotions-database/ (accessed on 15 October 2020).
  17. Livingstone, S.R.; Russo, F.A. The ryerson audio-visual database of emotional speech and song (RAVDESS): A dynamic, multimodal set of facial and vocal expressions in North American English. PLoS ONE 2018, 13, e0196391. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  18. Haq, S.; Jackson, P.J.; Edge, J. Speaker-dependent audio-visual emotion recognition. In Proceedings of the AVSP 2009—International Conference on Audio-Visual Speech Processing University of East Anglia, Norwich, UK, 10–13 September 2009; pp. 53–58. [Google Scholar]
  19. Dupuis, K.; Pichora-Fuller, M.K. Toronto Emotional Speech Set (TESS). 2010. Available online: https://tspace.library.utoronto.ca/handle/1807/24487 (accessed on 15 October 2020).
  20. Busso, C.; Bulut, M.; Lee, C.C.; Kazemzadeh, A.; Mower, E.; Kim, S.; Chang, J.N.; Lee, S.; Narayanan, S.S. IEMOCAP: Interactive emotional dyadic motion capture database. Lang. Resour. Eval. 2008, 42, 335. [Google Scholar] [CrossRef]
  21. Jovicic, S.T.; Kasic, Z.; Dordevic, M.; Rajkovic, M. Serbian emotional speech database: Design, processing and evaluation. In Proceedings of the SPECOM 2004: 9th Conference Speech and Computer, Saint-Peterburg, Russia, 20–22 September 2004; pp. 77–81. [Google Scholar]
  22. Lavagetto, F. (Ed.) INTERFACE Project, Multimodal Analysis/Synthesis System for Human Interaction to Virtual and Augmented Environments; EC IST-1999-No 10036; 2000–2002; Elra-s0329. Available online: http://catalog.elra.info (accessed on 15 October 2020).
  23. Burkhardt, F.; Paeschke, A.; Rolfes, M.; Sendlmeier, W.F.; Weiss, B. A database of German emotional speech. In Proceedings of the Ninth European Conference on Speech Communication and Technology, Lisbon, Portugal, 4–8 September 2005. [Google Scholar]
  24. TECHMO. Polish Emotional Speech Database. Available online: http://techmo.pl/ (accessed on 15 October 2020).
  25. Żelasko, P.; Ziółko, B.; Jadczyk, T.; Skurzok, D. AGH corpus of Polish speech. Lang. Resour. Eval. 2016, 50, 585–601. [Google Scholar] [CrossRef] [Green Version]
  26. Acted Emotional Speech Dynamic Database—AESDD. Available online: http://m3c.web.auth.gr/research/aesdd-speech-emotion-recognition/ (accessed on 15 October 2020).
  27. Pan, S.; Tao, J.; Li, Y. The CASIA audio emotion recognition method for audio/visual emotion challenge 2011. In International Conference on Affective Computing and Intelligent Interaction; Springer: Berlin/Heidelberg, Germany, 2011; pp. 388–395. [Google Scholar]
  28. Ringeval, F.; Sonderegger, A.; Sauer, J.; Lalanne, D. Introducing the RECOLA multimodal corpus of remote collaborative and affective interactions. In Proceedings of the 2013 10th IEEE International Conference and Workshops on Automatic Face and Gesture Recognition (FG), Shanghai, China, 22–26 April 2013; pp. 1–8. [Google Scholar]
  29. Costantini, G.; Iaderola, I.; Paoloni, A.; Todisco, M. EMOVO corpus: An Italian emotional speech database. In Proceedings of the 9th International Conference on Language Resources and Evaluation (LREC’14), Reykjavik, Iceland, 26–31 May 2014. [Google Scholar]
  30. Battocchi, A.; Pianesi, F.; Goren-Bar, D. Dafex: Database of facial expressions. In International Conference on Intelligent Technologies for Interactive Entertainment; Springer: Berlin/ Heidelberg, Germany, 2005; pp. 303–306. [Google Scholar]
  31. Liogienė, T.; Tamulevičius, G. Multi-stage recognition of speech emotion using sequential forward feature selection. Electr. Control Commun. Eng. 2016, 10, 35–41. [Google Scholar] [CrossRef] [Green Version]
  32. Noroozi, F.; Kaminska, D.; Sapinski, T.; Anbarjafari, G. Supervised vocal-based emotion recognition using multiclass support vector machine, random forests, and adaboost. J. Audio Eng. Soc. 2017, 65, 562–572. [Google Scholar] [CrossRef]
  33. Bhavan, A.; Chauhan, P.; Shah, R.R. Bagged support vector machines for emotion recognition from speech. Knowl. Based Syst. 2019, 184, 104886. [Google Scholar] [CrossRef]
  34. Hassan, A.; Damper, R.I. Classification of emotional speech using 3DEC hierarchical classifier. Speech Commun. 2012, 54, 903–916. [Google Scholar] [CrossRef]
  35. Kerkeni, L.; Serrestou, Y.; Raoof, K.; Mbarki, M.; Mahjoub, M.A.; Cleder, C. Automatic speech emotion recognition using an optimal combination of features based on EMD-TKEO. Speech Commun. 2019, 114, 22–35. [Google Scholar] [CrossRef]
  36. Vlasenko, B.; Schuller, B.; Wendemuth, A.; Rigoll, G. Combining frame and turn-level information for robust recognition of emotions within speech. In Proceedings of the INTERSPEECH 2007, 8th Annual Conference of the International Speech Communication Association, Antwerp, Belgium, 27–31 August 2007; pp. 2225–2228. [Google Scholar]
  37. Vryzas, N.; Vrysis, L.; Matsiola, M.; Kotsakis, R.; Dimoulas, C.; Kalliris, G. Continuous speech emotion recognition with convolutional neural networks. J. Audio Eng. Soc. 2020, 68, 14–24. [Google Scholar] [CrossRef]
  38. Etienne, C.; Fidanza, G.; Petrovskii, A.; Devillers, L.; Schmauch, B. CNN+ LSTM architecture for speech emotion recognition with data augmentation. arXiv 2018, arXiv:1802.05630. [Google Scholar]
  39. Fu, C.; Dissanayake, T.; Hosoda, K.; Maekawa, T.; Ishiguro, H. Similarity of speech emotion in different languages revealed by a neural network with attention. In Proceedings of the 2020 IEEE 14th International Conference on Semantic Computing (ICSC), San Diego, CA, USA, 3–5 February 2020; pp. 381–386. [Google Scholar]
  40. Neumann, M.; Vu, N.T. Cross-lingual and multilingual speech emotion recognition on english and french. In Proceedings of the 2018 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP), Calgary, AB, Canada, 15–20 April 2018; pp. 5769–5773. [Google Scholar]
  41. Sagha, H.; Matejka, P.; Gavryukova, M.; Povolný, F.; Marchi, E.; Schuller, B.W. Enhancing Multilingual Recognition of Emotion in Speech by Language Identification. In Proceedings of the 17th Annual Conference of the International Speech Communication Association (INTERSPEECH 2016): Understanding Speech Processing in Humans and Machines, San Francisco, CA, USA, September 8–12 2016; pp. 2949–2953. [Google Scholar]
  42. Hozjan, V.; Kačič, Z. Context-independent multilingual emotion recognition from speech signals. Int. J. Speech Tech. 2003, 6, 311–320. [Google Scholar] [CrossRef]
  43. Sahoo, T.K.; Banka, H.; Negi, A. Novel approaches to one-directional two-dimensional principal component analysis in hybrid pattern framework. Neural Comput. Appl. 2020, 32, 4897–4918. [Google Scholar] [CrossRef]
  44. Han, K.; Yu, D.; Tashev, I. Speech emotion recognition using deep neural network and extreme learning machine. In Proceedings of the Fifteenth Annual Conference of the International Speech Communication Association, Singapore, 14–18 September 2014; pp. 223–227. [Google Scholar]
  45. Deng, J.; Xu, X.; Zhang, Z.; Frühholz, S.; Schuller, B. Semisupervised autoencoders for speech emotion recognition. IEEE/ACM Trans. Audio Speech Lang. Process. 2017, 26, 31–43. [Google Scholar] [CrossRef]
  46. Xie, Y.; Liang, R.; Liang, Z.; Huang, C.; Zou, C.; Schuller, B. Speech emotion classification using attention-based LSTM. IEEE/ACM Trans. Audio Speech Lang. Process. 2019, 27, 1675–1685. [Google Scholar] [CrossRef]
  47. Korvel, G.; Treigys, P.; Tamulevicus, G.; Bernataviciene, J.; Kostek, B. Analysis of 2d feature spaces for deep learning-based speech recognition. J. Audio Eng. Soc. 2018, 66, 1072–1081. [Google Scholar] [CrossRef]
  48. Cowie, R.; Douglas-Cowie, E.; Tsapatsoulis, N.; Votsis, G.; Kollias, S.; Fellenz, W.; Taylor, J.G. Emotion recognition in human-computer interaction. IEEE Signal. Process. Mag. 2001, 18, 32–80. [Google Scholar] [CrossRef]
  49. Treigys, P.; Korvel, G.; Tamulevičius, G.; Bernatavičienė, J.; Kostek, B. Investigating feature spaces for isolated word recognition. In Data Science: New Issues, Challenges and Applications; Springer: Cham, Switzerland, 2020; pp. 165–181. [Google Scholar]
  50. Lyon, R.F. Human and Machine Hearing; Cambridge University Press: Cambridge, UK, 2017. [Google Scholar]
  51. McDermott, J.H. Audition. In Stevens’ Handbook of Experimental Psychology and Cognitive Neuro-Science, 4th ed.; Wixted, J.T., Serences, J., Eds.; Sensation, Perception, and Attention; Wiley: Hoboken, NJ, USA, 2018; Volume 2, pp. 63–120. [Google Scholar]
  52. Muthusamy, Y.K.; Cole, R.A.; Slaney, M. Speaker-independent vowel recognition: Spectrograms versus cochleagrams. In Proceedings of the International Conference on Acoustics, Speech, and Signal Processing, Albuquerque, NM, USA, 3–6 April 1990; pp. 533–536. [Google Scholar] [CrossRef]
  53. Patterson, R.D.; Holdsworth, J. A functional model of neural activity patterns and auditory images. In Advances in Speech, Hearing and Language Processing; JAI Press Inc.: Stamford, CT, USA, 1996; Volume 3. [Google Scholar]
  54. Slaney, M. An efficient implementation of the Patterson-Holdsworth auditory filter bank. Apple Comput. Percept. Group Tech. Rep. 1993, 35. [Google Scholar]
  55. Glasberg, B.R.; Moore, B.C. Derivation of auditory filter shapes from notched-noise data. Hearing Res. 1990, 47, 103–138. [Google Scholar] [CrossRef]
  56. Maskeliunas, R.; Raudonis, V.; Damasevicius, R. Recognition of emotional vocalizations of canine. Acta Acust. United Acust. 2018, 104, 304–314. [Google Scholar] [CrossRef]
  57. Vryzas, N.; Vrysis, L.; Kotsakis, R.; Dimoulas, C. Speech emotion recognition adapted to multimodal semantic repositories. In Proceedings of the 13th International Workshop on Semantic and Social Media Adaptation and Personalization (SMAP), Zaragoza, Spain, 6–7 September 2018; pp. 31–35. [Google Scholar] [CrossRef]
  58. Vazhenina, D.; Markov, K. End-to-end noisy speech recognition using Fourier and Hilbert spectrum features. Electronics 2020, 9, 1157. [Google Scholar] [CrossRef]
Figure 1. A block diagram of the experiment.
Figure 1. A block diagram of the experiment.
Electronics 09 01725 g001
Table 1. Examples of classification performance for the task of speech emotion recognition on datasets analyzed (CNN—convolutional neural network; kNN—k-nearest neighbor classifier; LSTM—long short-term memory network; SVM—support vector machines, RF—random forest classifier; RNN—recurrent neural network; GMM—Gaussian mixture model).
Table 1. Examples of classification performance for the task of speech emotion recognition on datasets analyzed (CNN—convolutional neural network; kNN—k-nearest neighbor classifier; LSTM—long short-term memory network; SVM—support vector machines, RF—random forest classifier; RNN—recurrent neural network; GMM—Gaussian mixture model).
Dataset and the Number of EmotionsClassifierTaskRefsAccuracies
(%)
Lithuanian (5)kNNMonolingualLiogienė and G. Tamulevičius [31]81.7
English SAVEE (7)Majority voting between multi-class SVM, RF, and AdaboostMonolingualNoroozi et al. [32]75.71
English RAVDESS (7)SVMMonolingualBhavan et al. [33]75.69
Serbian (5)3DEC hierarchical classifierMonolingualHassan and Damper [34]94.7
Spanish (7)RNNMonolingualKerkeni et al. [35]91.16
German (4)GMM + SVMMonolingualVlasenko et al. [36]89.90
Adaptive neuro- fuzzy inference systems (ANFIS)MonolingualLi and Akagi [13]93.00
Adaptive neuro- fuzzy inference systems (ANFIS)MultilingualLi and Akagi [13]91.00
Polish (6)Majority voting between multi-class SVM, RF, and AdaboostMonolingualNoroozi et al. [32]88.33
Greek AESDD (5)SVMMonolingualVryzas et al. [37]60.8 (max acc.)
CNNMonolingualVryzas et al. [3]69.2 (max acc.)
Chinese IEMOCAP (5)CNN + LSTMMonolingualEtienne et al. [38] 65.3
Italian EMOVO (7)
German (4)
GMMCross-languageNtalampiras [15]70.1
German, Chinese, and Italian (5)CNN and bi-directional LSTM with an attentionMultilingualFu et al. [39]61.14 (for Chinese) 69.26 (for German) 34.50 (for Italian)
English and French (2)Attentive CNNcross-lingualNeuman and Vu [40]From 47.5 to 61.3
English and French (2)Attentive CNNmultilingualNeuman and Vu [40]From 49.3 to 70.1
Table 2. Corpora information: sampling number for each emotion.
Table 2. Corpora information: sampling number for each emotion.
DatasetEmotions
AngerSadnessFearNeutralHappiness
Lithuanian10001000100010001000
English 652652652556652
Serbian180180180180180
Spanish724728735734732
German12762697971
Polish164176147197192
Table 3. Classification results.
Table 3. Classification results.
DatasetTraining Acc.Validation Acc.Test Acc.F1 Score
Spectrograms
Lithuanian0.96360.82150.820.82
English0.99990.94750.950.95
Serbian0.99710.89810.910.91
Spanish10.94710.940.94
Polish10.81890810.81
German10.92820.920.91
Mel-cepstrograms
Lithuanian0.87940.74530.760.76
English0.99990.96590.970.97
Serbian0.99690.95370.940.94
Spanish0.99970.89840.910.90
Polish0.99940.77680.770.76
German10.97260.960.96
Fractal dimension-based features
Lithuanian0.94690.65810.650.65
English0.92520.81090.830.82
Serbian0.88410.80930.850.83
Spanish0.93010.72930.740.74
Polish0.93630.71720.710.71
German0.97020.88200.850.85
Cochleagrams
Lithuanian0.99990.968111
English10.999111
Serbian0.99630.993811
Spanish10.997111
Polish10.98720.990.99
German1111
Table 4. Classification test results for spectrograms and cochleagrams: Lithuanian dataset is used for training. The datasets that were used in the training process are highlighted in bold font.
Table 4. Classification test results for spectrograms and cochleagrams: Lithuanian dataset is used for training. The datasets that were used in the training process are highlighted in bold font.
SpectrogramsCochleagrams
Test Acc.F1 ScoreTest Acc.F1 Score
Lithuanian0.820.820.970.97
English 0.270.26
Serbian0.370.180.410.36
Spanish0.30.190.350.2
Polish0.210.170.200.19
German0.490.270.420.40
Table 5. Classification test results for spectrograms and cochleagrams: Lithuanian, English, and Serbian datasets are used for training. The datasets that were used in the training process are highlighted in bold font.
Table 5. Classification test results for spectrograms and cochleagrams: Lithuanian, English, and Serbian datasets are used for training. The datasets that were used in the training process are highlighted in bold font.
SpectrogramsCochleagrams
Test Acc.F1 ScoreTest Acc.F1 Score
Lithuanian0.850.850.950.95
English0.940.940.990.99
Serbian0.910.910.980.98
Spanish0.350.340.310.30
Polish0.330.210.300.25
German0.550.520.510.49
Table 6. Classification test results for spectrograms and cochleagrams: Lithuanian, English, Serbian, and Spanish datasets are used for training. The datasets that were used in the training process are highlighted in bold font.
Table 6. Classification test results for spectrograms and cochleagrams: Lithuanian, English, Serbian, and Spanish datasets are used for training. The datasets that were used in the training process are highlighted in bold font.
SpectrogramsCochleagrams
Test Acc.F1 ScoreTest Acc.F1 Score
Lithuanian0.820.820.880.88
English0.920.920.940.94
Serbian0.870.870.940.94
Spanish0.90.90.940.94
Polish0.340.340.260.24
German0.560.490.580.53
Table 7. Classification test results for spectrograms and cochleagrams: all datasets are used for training. The datasets that were used in the training process are highlighted in bold font.
Table 7. Classification test results for spectrograms and cochleagrams: all datasets are used for training. The datasets that were used in the training process are highlighted in bold font.
SpectrogramsCochleagrams
Test Acc.F1 ScoreTest Acc.F1 Score
Lithuanian0.830.830.890.89
English0.920.920.960.96
Serbian0.890.890.940.94
Spanish0.910.910.950.95
Polish0.760.760.880.88
German0.880.880.950.94
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Tamulevičius, G.; Korvel, G.; Yayak, A.B.; Treigys, P.; Bernatavičienė, J.; Kostek, B. A Study of Cross-Linguistic Speech Emotion Recognition Based on 2D Feature Spaces. Electronics 2020, 9, 1725. https://doi.org/10.3390/electronics9101725

AMA Style

Tamulevičius G, Korvel G, Yayak AB, Treigys P, Bernatavičienė J, Kostek B. A Study of Cross-Linguistic Speech Emotion Recognition Based on 2D Feature Spaces. Electronics. 2020; 9(10):1725. https://doi.org/10.3390/electronics9101725

Chicago/Turabian Style

Tamulevičius, Gintautas, Gražina Korvel, Anil Bora Yayak, Povilas Treigys, Jolita Bernatavičienė, and Bożena Kostek. 2020. "A Study of Cross-Linguistic Speech Emotion Recognition Based on 2D Feature Spaces" Electronics 9, no. 10: 1725. https://doi.org/10.3390/electronics9101725

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop