paper-with-me

Papers

Enhancing Speech Emotion Recognition through Segmental Average Pooling of Self-Supervised Learning Features

2024-10-16 · Jonghwan Hyeon, Yung-Hwan Oh, Ho-Jin Choi

Speech Emotion Recognition (SER) analyzes human emotions expressed through speech. Self-supervised learning (SSL) offers a promising approach to SER by learning meaningful representations from a large amount of unlabeled audio data. However, existing SSL-based methods rely on Global Average Pooling (GAP) to represent audio signals, treating speech and non-speech segments equally. This can lead to dilution of informative speech features by irrelevant non-speech information. To address this, the paper proposes Segmental Average Pooling (SAP), which selectively focuses on informative speech segments while ignoring non-speech segments. By applying both GAP and SAP to SSL features, our approach utilizes overall speech signal information from GAP and specific information from SAP, leading to improved SER performance. Experiments show state-of-the-art results on the IEMOCAP for English and superior performance on KEMDy19 for Korean datasets in both unweighted and weighted accuracies.

📄 PDF Abstract BibTeX arXiv:2410.12416

Code (0)

등록된 구현이 없습니다.

Tasks

Emotion RecognitionSelf-Supervised LearningSpeech Emotion Recognition

Methods 이 논문이 사용한 방법론

Average Pooling 설명 없음
Global Average Pooling Global Average Pooling is a pooling operation designed to replace fully connected layers in classical CNNs. The idea is to generate one feature map for each corresponding…

Similar Papers 제목 키워드 기반

Multi-stream Attention-based BLSTM with Feature Segmentation for Speech Emotion Recognition

2020-10-25 · Interspeech 2020 10 · Yuya Chiba1, Takashi Nose1, Akinori Ito

This paper proposes a speech emotion recognition technique that considers the suprasegmental characteristics and temporal change of individual speech parameters. In recent years, speech emotion recognition using Bidir…

Data AugmentationEmotional Speech SynthesisEmotion RecognitionSpeech Emotion Recognition+1

Flowchase: a Mobile Application for Pronunciation Training

2023-07-05 · Noé Tits, Zoé Broisson

In this paper, we present a solution for providing personalized and instant feedback to English learners through a mobile application, called Flowchase, that is connected to a speech technology able to segment and analyz…

Representation LearningSpeech Representation Learning

Efficient Segmental Cascades for Speech Recognition

2016-08-02 · Hao Tang, Weiran Wang, Kevin Gimpel, Karen Livescu

Discriminative segmental models offer a way to incorporate flexible feature functions into speech recognition. However, their appeal has been limited by their computational requirements, due to the large number of possib…

speech-recognitionSpeech Recognition

Automatic recognition of suprasegmentals in speech

2021-08-02 · Jiahong Yuan, Neville Ryant, Xingyu Cai, Kenneth Church 외

This study reports our efforts to improve automatic recognition of suprasegmentals by fine-tuning wav2vec 2.0 with CTC, a method that has been successful in automatic speech recognition. We demonstrate that the method ca…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Phoneme Recognitionspeech-recognition+1

Monotonic segmental attention for automatic speech recognition

2022-10-26 · Albert Zeyer, Robin Schmitt, Wei Zhou, Ralf Schlüter 외

We introduce a novel segmental-attention model for automatic speech recognition. We restrict the decoder attention to segments to avoid quadratic runtime of global attention, better generalize to long sequences, and even…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)DecoderSpeech Recognition