基于RGB图像分类和迁移学习的实时语音情感识别

Melissa N. Stolar, M. Lech, R. Bolia, Michael Skinner
{"title":"基于RGB图像分类和迁移学习的实时语音情感识别","authors":"Melissa N. Stolar, M. Lech, R. Bolia, Michael Skinner","doi":"10.1109/ICSPCS.2017.8270472","DOIUrl":null,"url":null,"abstract":"This paper describes a real-time Speech Emotion Recognition (SER) task formulated as an image classification problem. The shift to an image classification paradigm provided the advantage of using an existing Deep Neural Network (AlexNet) pre-trained on a very large number of images, and thus eliminating the need for a lengthy network training process. Two alternative multi-class SER systems, AlexNet-SVM and FTAlexNet, were investigated. Both systems were shown to achieve state-of-the-art results when tested on a popular Berlin Emotional Speech (EMO-DB) database. Transformation from speech to image classification was achieved by creating RGB images depicting speech spectrograms. The ALEXNet-SVM method passes the spectrogram images as inputs to a pre-trained Convolutional Neural Network (AlexNet) to provide features for the Support Vector Machine (SVM) classifier, whereas the FTAlexNet method simply applies the images to a fine tuned AlexNet to provide emotional class labels. The FTAlexNet offers slightly higher accuracy compared to the AlexNet-SVM, while the AlexNet-SVM requires a lower number of computations due to the elimination of the neural network training procedure. A real-time demo is given on: https://www.youtube.com/watch?v=fuMpF3cUqDU&t=6s.","PeriodicalId":268205,"journal":{"name":"2017 11th International Conference on Signal Processing and Communication Systems (ICSPCS)","volume":"1 1","pages":"0"},"PeriodicalIF":0.0000,"publicationDate":"2017-12-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":"39","resultStr":"{\"title\":\"Real time speech emotion recognition using RGB image classification and transfer learning\",\"authors\":\"Melissa N. Stolar, M. Lech, R. Bolia, Michael Skinner\",\"doi\":\"10.1109/ICSPCS.2017.8270472\",\"DOIUrl\":null,\"url\":null,\"abstract\":\"This paper describes a real-time Speech Emotion Recognition (SER) task formulated as an image classification problem. The shift to an image classification paradigm provided the advantage of using an existing Deep Neural Network (AlexNet) pre-trained on a very large number of images, and thus eliminating the need for a lengthy network training process. Two alternative multi-class SER systems, AlexNet-SVM and FTAlexNet, were investigated. Both systems were shown to achieve state-of-the-art results when tested on a popular Berlin Emotional Speech (EMO-DB) database. Transformation from speech to image classification was achieved by creating RGB images depicting speech spectrograms. The ALEXNet-SVM method passes the spectrogram images as inputs to a pre-trained Convolutional Neural Network (AlexNet) to provide features for the Support Vector Machine (SVM) classifier, whereas the FTAlexNet method simply applies the images to a fine tuned AlexNet to provide emotional class labels. The FTAlexNet offers slightly higher accuracy compared to the AlexNet-SVM, while the AlexNet-SVM requires a lower number of computations due to the elimination of the neural network training procedure. A real-time demo is given on: https://www.youtube.com/watch?v=fuMpF3cUqDU&t=6s.\",\"PeriodicalId\":268205,\"journal\":{\"name\":\"2017 11th International Conference on Signal Processing and Communication Systems (ICSPCS)\",\"volume\":\"1 1\",\"pages\":\"0\"},\"PeriodicalIF\":0.0000,\"publicationDate\":\"2017-12-01\",\"publicationTypes\":\"Journal Article\",\"fieldsOfStudy\":null,\"isOpenAccess\":false,\"openAccessPdf\":\"\",\"citationCount\":\"39\",\"resultStr\":null,\"platform\":\"Semanticscholar\",\"paperid\":null,\"PeriodicalName\":\"2017 11th International Conference on Signal Processing and Communication Systems (ICSPCS)\",\"FirstCategoryId\":\"1085\",\"ListUrlMain\":\"https://doi.org/10.1109/ICSPCS.2017.8270472\",\"RegionNum\":0,\"RegionCategory\":null,\"ArticlePicture\":[],\"TitleCN\":null,\"AbstractTextCN\":null,\"PMCID\":null,\"EPubDate\":\"\",\"PubModel\":\"\",\"JCR\":\"\",\"JCRName\":\"\",\"Score\":null,\"Total\":0}","platform":"Semanticscholar","paperid":null,"PeriodicalName":"2017 11th International Conference on Signal Processing and Communication Systems (ICSPCS)","FirstCategoryId":"1085","ListUrlMain":"https://doi.org/10.1109/ICSPCS.2017.8270472","RegionNum":0,"RegionCategory":null,"ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":null,"EPubDate":"","PubModel":"","JCR":"","JCRName":"","Score":null,"Total":0}
引用次数: 39

摘要

本文将实时语音情感识别(SER)任务表述为图像分类问题。向图像分类范式的转变提供了使用现有深度神经网络(AlexNet)对大量图像进行预训练的优势,从而消除了对冗长的网络训练过程的需要。研究了AlexNet-SVM和FTAlexNet两种可选的多类SER系统。在流行的柏林情感演讲(EMO-DB)数据库中进行的测试显示,这两种系统都取得了最先进的结果。通过创建描绘语音谱图的RGB图像来实现从语音到图像分类的转换。AlexNet -SVM方法将频谱图图像作为输入传递给预训练的卷积神经网络(AlexNet),为支持向量机(SVM)分类器提供特征,而FTAlexNet方法只是将图像应用于微调的AlexNet,以提供情感类标签。与AlexNet-SVM相比,FTAlexNet提供了略高的精度,而AlexNet-SVM由于消除了神经网络训练过程,需要更少的计算量。实时演示在:https://www.youtube.com/watch?v=fuMpF3cUqDU&t=6s上给出。
本文章由计算机程序翻译,如有差异,请以英文原文为准。
Real time speech emotion recognition using RGB image classification and transfer learning
This paper describes a real-time Speech Emotion Recognition (SER) task formulated as an image classification problem. The shift to an image classification paradigm provided the advantage of using an existing Deep Neural Network (AlexNet) pre-trained on a very large number of images, and thus eliminating the need for a lengthy network training process. Two alternative multi-class SER systems, AlexNet-SVM and FTAlexNet, were investigated. Both systems were shown to achieve state-of-the-art results when tested on a popular Berlin Emotional Speech (EMO-DB) database. Transformation from speech to image classification was achieved by creating RGB images depicting speech spectrograms. The ALEXNet-SVM method passes the spectrogram images as inputs to a pre-trained Convolutional Neural Network (AlexNet) to provide features for the Support Vector Machine (SVM) classifier, whereas the FTAlexNet method simply applies the images to a fine tuned AlexNet to provide emotional class labels. The FTAlexNet offers slightly higher accuracy compared to the AlexNet-SVM, while the AlexNet-SVM requires a lower number of computations due to the elimination of the neural network training procedure. A real-time demo is given on: https://www.youtube.com/watch?v=fuMpF3cUqDU&t=6s.
求助全文
通过发布文献求助,成功后即可免费获取论文全文。 去求助
来源期刊
自引率
0.00%
发文量
0
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
确定
请完成安全验证×
copy
已复制链接
快去分享给好友吧!
我知道了
右上角分享
点击右上角分享
0
联系我们:info@booksci.cn Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。 Copyright © 2023 布克学术 All rights reserved.
京ICP备2023020795号-1
ghs 京公网安备 11010802042870号
Book学术文献互助
Book学术文献互助群
群 号:481959085
Book学术官方微信