paper-with-me

Papers

Efficient Arabic emotion recognition using deep neural networks

2020-10-31 · Ahmed Ali, Yasser Hifny

Emotion recognition from speech signal based on deep learning is an active research area. Convolutional neural networks (CNNs) may be the dominant method in this area. In this paper, we implement two neural architectures to address this problem. The first architecture is an attention-based CNN-LSTM-DNN model. In this novel architecture, the convolutional layers extract salient features and the bi-directional long short-term memory (BLSTM) layers handle the sequential phenomena of the speech signal. This is followed by an attention layer, which extracts a summary vector that is fed to the fully connected dense layer (DNN), which finally connects to a softmax output layer. The second architecture is based on a deep CNN model. The results on an Arabic speech emotion recognition task show that our innovative approach can lead to significant improvements (2.2% absolute improvements) over a strong deep CNN baseline system. On the other hand, the deep CNN models are significantly faster than the attention based CNN-LSTM-DNN models in training and classification.

📄 PDF Abstract BibTeX arXiv:2011.00346

Code (1)

qcri/deepemotion 공식 구현 tf

Tasks

Emotion RecognitionSpeech Emotion Recognition

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

ArPanEmo: An Open-Source Dataset for Fine-Grained Emotion Recognition in Arabic Online Content during COVID-19 Pandemic

2023-05-27 · Maha Jarallah Althobaiti

Emotion recognition is a crucial task in Natural Language Processing (NLP) that enables machines to comprehend the feelings conveyed in the text. The applications of emotion recognition are diverse, including mental heal…

Emotion Recognition

EmoAra: Emotion-Preserving English Speech Transcription and Cross-Lingual Translation with Arabic Text-to-Speech

2026-02-01 · Besher Hassan, Ibrahim Alsarraj, Musaab Hasan, Yousef Melhim 외 arxiv

This work presents EmoAra, an end-to-end emotion-preserving pipeline for cross-lingual spoken communication, motivated by banking customer service where emotional context affects service quality. EmoAra integrates Speech…

Speech Emotion RecognitionEmotion ClassificationMachine TranslationSpeech Recognition

A Novel Dialect-Aware Framework for the Classification of Arabic Dialects and Emotions

2025-02-13 · Nasser A Alsadhan

Arabic is one of the oldest languages still in use today. As a result, several Arabic-speaking regions have developed dialects that are unique to them. Dialect and emotion recognition have various uses in Arabic text ana…

Emotion ClassificationEmotion Recognition

Hybrid CNN-Transformer Architecture for Arabic Speech Emotion Recognition

2026-03-28 · Youcef Soufiane Gheffari, Oussama Mustapha Benouddane, Samiya Silarbi arxiv

Recognizing emotions from speech using machine learning has become an active research area due to its importance in building human-centered applications. However, while many studies have been conducted in English, German…

Speech Emotion Recognition

ArabEmoNet: A Lightweight Hybrid 2D CNN-BiLSTM Model with Attention for Robust Arabic Speech Emotion Recognition

2025-09-01 · Ali Abouzeid, Bilal Elbouardi, Mohamed Maged, Shady Shehata arxiv

Speech emotion recognition is vital for human-computer interaction, particularly for low-resource languages like Arabic, which face challenges due to limited data and research. We introduce ArabEmoNet, a lightweight arch…

Speech Emotion Recognition