Pretrained audio neural networks for Speech emotion recognition in Portuguese
Marcelo Matheus Gauy, Marcelo Finger

TL;DR
This paper explores the use of pretrained audio neural networks combined with data augmentation to improve speech emotion recognition in Portuguese, achieving significant performance gains on a small dataset.
Contribution
It demonstrates that transfer learning with PANNs and SpecAugment significantly enhances SER performance on limited Portuguese speech data.
Findings
PANNs (CNN6, CNN10) outperform baselines with an F1 score of 0.73.
Data augmentation with SpecAugment improves model accuracy.
Transformers and complex PANNs do not outperform simpler models on small datasets.
Abstract
The goal of speech emotion recognition (SER) is to identify the emotional aspects of speech. The SER challenge for Brazilian Portuguese speech was proposed with short snippets of Portuguese which are classified as neutral, non-neutral female and non-neutral male according to paralinguistic elements (laughing, crying, etc). This dataset contains about minutes of Brazilian Portuguese speech. As the dataset leans on the small side, we investigate whether a combination of transfer learning and data augmentation techniques can produce positive results. Thus, by combining a data augmentation technique called SpecAugment, with the use of Pretrained Audio Neural Networks (PANNs) for transfer learning we are able to obtain interesting results. The PANNs (CNN6, CNN10 and CNN14) are pretrained on a large dataset called AudioSet containing more than hours of audio. They were finetuned…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsSpeech and Audio Processing · Music and Audio Processing · Speech Recognition and Synthesis
MethodsMulti-Head Attention · fail · Test · Adam · Softmax · Position-Wise Feed-Forward Layer · Linear Layer · Label Smoothing · Dense Connections · Attention Is All You Need
