paper-with-me

홈 › Papers

EmoTech: A Multi-modal Speech Emotion Recognition Using Multi-source Low-level Information with Hybrid Recurrent Network

2025-01-22 · Shamin Bin Habib Avro, Taieba Taher, Nursadul Mamun

Emotion recognition is a critical task in human-computer interaction, enabling more intuitive and responsive systems. This study presents a multimodal emotion recognition system that combines low-level information from audio and text, leveraging both Convolutional Neural Networks (CNNs) and Bidirectional Long Short-Term Memory Networks (BiLSTMs). The proposed system consists of two parallel networks: an Audio Block and a Text Block. Mel Frequency Cepstral Coefficients (MFCCs) are extracted and processed by a BiLSTM network and a 2D convolutional network to capture low-level intrinsic and extrinsic features from speech. Simultaneously, a combined BiLSTM-CNN network extracts the low-level sequential nature of text from word embeddings corresponding to the available audio. This low-level information from speech and text is then concatenated and processed by several fully connected layers to classify the speech emotion. Experimental results demonstrate that the proposed EmoTech accurately recognizes emotions from combined audio and text inputs, achieving an overall accuracy of 84%. This solution outperforms previously proposed approaches for the same dataset and modalities.

📄 PDF Abstract BibTeX arXiv:2501.12674

Code (0)

등록된 구현이 없습니다.

Tasks

Emotion RecognitionMultimodal Emotion RecognitionSpeech Emotion RecognitionWord Embeddings

Methods 이 논문이 사용한 방법론

Tanh Activation 설명 없음
Sigmoid Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
BiLSTM A Bidirectional LSTM, or biLSTM, is a sequence processing model that consists of two LSTMs: one taking the input in a forward direction, and the other in a backwards…

Similar Papers 제목 키워드 기반

Learning Alignment for Multimodal Emotion Recognition from Speech

2019-09-06 · Haiyang Xu, HUI ZHANG, Kun Han, Yun Wang 외

Speech emotion recognition is a challenging problem because human convey emotions in subtle and complex ways. For emotion recognition on human speech, one can either extract emotion related features from audio signals or…

Emotion RecognitionMultimodal Emotion RecognitionSpeech Emotion Recognitionspeech-recognition+1

Improving Speech Emotion Recognition Through Cross Modal Attention Alignment and Balanced Stacking Model

2025-05-26 · Lucas Ueda, João Lima, Leonardo Marques, Paula Costa

Emotion plays a fundamental role in human interaction, and therefore systems capable of identifying emotions in speech are crucial in the context of human-computer interaction. Speech emotion recognition (SER) is a chall…

Emotion RecognitionSpeech Emotion Recognition

Convolutional Attention Networks for Multimodal Emotion Recognition from Speech and Text Data

2018-05-17 · WS 2018 7 · Chan Woo Lee, Kyu Ye Song, Ji-Hoon Jeong, Woo Yong Choi

Emotion recognition has become a popular topic of interest, especially in the field of human computer interaction. Previous works involve unimodal analysis of emotion, while recent efforts focus on multi-modal emotion re…

Emotion RecognitionMultimodal Emotion Recognition

Bridging Modalities: Knowledge Distillation and Masked Training for Translating Multi-Modal Emotion Recognition to Uni-Modal, Speech-Only Emotion Recognition

2024-01-04 · Muhammad Muaz, Nathan Paull, Jahnavi Malagavalli

This paper presents an innovative approach to address the challenges of translating multi-modal emotion recognition models to a more practical and resource-efficient uni-modal counterpart, specifically focusing on speech…

Emotion RecognitionKnowledge Distillation

Interpretable Multimodal Emotion Recognition using Hybrid Fusion of Speech and Image Data

2022-08-25 · Puneet Kumar, Sarthak Malik, Balasubramanian Raman

This paper proposes a multimodal emotion recognition system based on hybrid fusion that classifies the emotions depicted by speech utterances and corresponding images into discrete classes. A new interpretability techniq…

Emotion RecognitionMultimodal Emotion Recognition