paper-with-me

홈 › Papers

Pre-trained Model Representations and their Robustness against Noise for Speech Emotion Analysis

2023-03-03 · Vikramjit Mitra, Vasudha Kowtha, Hsiang-Yun Sherry Chien, Erdrin Azemi, Carlos Avendano

Pre-trained model representations have demonstrated state-of-the-art performance in speech recognition, natural language processing, and other applications. Speech models, such as Bidirectional Encoder Representations from Transformers (BERT) and Hidden units BERT (HuBERT), have enabled generating lexical and acoustic representations to benefit speech recognition applications. We investigated the use of pre-trained model representations for estimating dimensional emotions, such as activation, valence, and dominance, from speech. We observed that while valence may rely heavily on lexical representations, activation and dominance rely mostly on acoustic information. In this work, we used multi-modal fusion representations from pre-trained models to generate state-of-the-art speech emotion estimation, and we showed a 100% and 30% relative improvement in concordance correlation coefficient (CCC) on valence estimation compared to standard acoustic and lexical baselines. Finally, we investigated the robustness of pre-trained model representations against noise and reverberation degradation and noticed that lexical and acoustic representations are impacted differently. We discovered that lexical representations are more robust to distortions compared to acoustic representations, and demonstrated that knowledge distillation from a multi-modal model helps to improve the noise-robustness of acoustic-based models.

📄 PDF Abstract BibTeX arXiv:2303.03177

Code (0)

등록된 구현이 없습니다.

Tasks

Emotion RecognitionKnowledge Distillationspeech-recognitionSpeech RecognitionValence Estimation

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
WordPiece 설명 없음
Adam 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
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 제목 키워드 기반

DEGNN: Dual Experts Graph Neural Network Handling Both Edge and Node Feature Noise

2024-04-14 · Tai Hasegawa, Sukwon Yun, Xin Liu, Yin Jun Phua 외

Graph Neural Networks (GNNs) have achieved notable success in various applications over graph data. However, recent research has revealed that real-world graphs often contain noise, and GNNs are susceptible to noise in t…

Graph Neural NetworkGraph structure learningSelf-Supervised Learning

Towards Bridging the gap between Empirical and Certified Robustness against Adversarial Examples

2021-02-09 · Jay Nandy, Sudipan Saha, Wynne Hsu, Mong Li Lee 외

The current state-of-the-art defense methods against adversarial examples typically focus on improving either empirical or certified robustness. Among them, adversarially trained (AT) models produce empirical state-of-th…

Adversarial Robustness

Brain-inspired predictive coding dynamics improve the robustness of deep neural networks

2020-10-09 · NeurIPS Workshop SVRHM 2020 12 · Bhavin Choksi, Milad Mozafari, Callum Biggs O'May, B. ADOR 외

Deep neural networks excel at image classification, but their performance is far less robust to input perturbations than human perception. In this work we address this shortcoming by incorporating brain-inspired recurren…

image-classificationImage Classification

TrustNet: Learning from Trusted Data Against (A)symmetric Label Noise

2020-07-13 · Amirmasoud Ghiassi, Taraneh Younesian, Robert Birke, Lydia Y. Chen

Robustness to label noise is a critical property for weakly-supervised classifiers trained on massive datasets. Robustness to label noise is a critical property for weakly-supervised classifiers trained on massive datase…

A Noise-Robust Self-supervised Pre-training Model Based Speech Representation Learning for Automatic Speech Recognition

2022-01-22 · Qiu-Shi Zhu, Jie Zhang, Zi-Qiang Zhang, Ming-Hui Wu 외

Wav2vec2.0 is a popular self-supervised pre-training framework for learning speech representations in the context of automatic speech recognition (ASR). It was shown that wav2vec2.0 has a good robustness against the doma…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Representation Learningspeech-recognition+2