paper-with-me

Papers

Capturing Spectral and Long-term Contextual Information for Speech Emotion Recognition Using Deep Learning Techniques

2023-08-04 · Samiul Islam, Md. Maksudul Haque, Abu Jobayer Md. Sadat

Traditional approaches in speech emotion recognition, such as LSTM, CNN, RNN, SVM, and MLP, have limitations such as difficulty capturing long-term dependencies in sequential data, capturing the temporal dynamics, and struggling to capture complex patterns and relationships in multimodal data. This research addresses these shortcomings by proposing an ensemble model that combines Graph Convolutional Networks (GCN) for processing textual data and the HuBERT transformer for analyzing audio signals. We found that GCNs excel at capturing Long-term contextual dependencies and relationships within textual data by leveraging graph-based representations of text and thus detecting the contextual meaning and semantic relationships between words. On the other hand, HuBERT utilizes self-attention mechanisms to capture long-range dependencies, enabling the modeling of temporal dynamics present in speech and capturing subtle nuances and variations that contribute to emotion recognition. By combining GCN and HuBERT, our ensemble model can leverage the strengths of both approaches. This allows for the simultaneous analysis of multimodal data, and the fusion of these modalities enables the extraction of complementary information, enhancing the discriminative power of the emotion recognition system. The results indicate that the combined model can overcome the limitations of traditional methods, leading to enhanced accuracy in recognizing emotions from speech.

📄 PDF Abstract BibTeX arXiv:2308.04517

Code (0)

등록된 구현이 없습니다.

Tasks

Emotion RecognitionSpeech Emotion Recognition

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
GCN A Graph Convolutional Network, or GCN, is an approach for semi-supervised learning on graph-structured data. It is based on an efficient variant of [convolutional neural…
SVM A Support Vector Machine, or SVM, is a non-parametric supervised learning model. For non-linear classification and regression, they utilise the kernel trick to map inputs…
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

GraphMamba: An Efficient Graph Structure Learning Vision Mamba for Hyperspectral Image Classification

2024-07-11 · Aitao Yang, Min Li, Yao Ding, Leyuan Fang 외

Efficient extraction of spectral sequences and geospatial information has always been a hot topic in hyperspectral image classification. In terms of spectral sequence feature capture, RNN and Transformer have become main…

Computational EfficiencyGraph structure learningHyperspectral Image Classificationimage-classification+2

Spectral Text Fusion: A Frequency-Aware Approach to Multimodal Time-Series Forecasting

2026-02-02 · Huu Hiep Nguyen, Minh Hoang Nguyen, Dung Nguyen, Hung Le arxiv

Multimodal time series forecasting is crucial in real-world applications, where decisions depend on both numerical data and contextual signals. The core challenge is to effectively combine temporal numerical patterns wit…

Time Series Forecasting

Harmonized Spatial and Spectral Learning for Robust and Generalized Medical Image Segmentation

2024-01-18 · Vandan Gorade, Sparsh Mittal, Debesh Jha, Rekha Singhal 외

Deep learning has demonstrated remarkable achievements in medical image segmentation. However, prevailing deep learning models struggle with poor generalization due to (i) intra-class variations, where the same class app…

Cardiac SegmentationImage SegmentationMedical Image SegmentationSegmentation+1

MST++: Multi-stage Spectral-wise Transformer for Efficient Spectral Reconstruction

2022-04-17 · Yuanhao Cai, Jing Lin, Zudi Lin, Haoqian Wang 외

Existing leading methods for spectral reconstruction (SR) focus on designing deeper or wider convolutional neural networks (CNNs) to learn the end-to-end mapping from the RGB image to its hyperspectral image (HSI). These…

Image RestorationSpectral ReconstructionSpectral Super-Resolution

U-Former: Improving Monaural Speech Enhancement with Multi-head Self and Cross Attention

2022-05-18 · Xinmeng Xu, Jianjun Hao

For supervised speech enhancement, contextual information is important for accurate spectral mapping. However, commonly used deep neural networks (DNNs) are limited in capturing temporal contexts. To leverage long-term c…

DecoderSpeech Enhancement