paper-with-me

홈 › Papers

Evaluation of Speech Representations for MOS prediction

2023-06-16 · Frederico S. Oliveira, Edresson Casanova, Arnaldo Cândido Júnior, Lucas R. S. Gris, Anderson S. Soares, Arlindo R. Galvão Filho

In this paper, we evaluate feature extraction models for predicting speech quality. We also propose a model architecture to compare embeddings of supervised learning and self-supervised learning models with embeddings of speaker verification models to predict the metric MOS. Our experiments were performed on the VCC2018 dataset and a Brazilian-Portuguese dataset called BRSpeechMOS, which was created for this work. The results show that the Whisper model is appropriate in all scenarios: with both the VCC2018 and BRSpeech- MOS datasets. Among the supervised and self-supervised learning models using BRSpeechMOS, Whisper-Small achieved the best linear correlation of 0.6980, and the speaker verification model, SpeakerNet, had linear correlation of 0.6963. Using VCC2018, the best supervised and self-supervised learning model, Whisper-Large, achieved linear correlation of 0.7274, and the best model speaker verification, TitaNet, achieved a linear correlation of 0.6933. Although the results of the speaker verification models are slightly lower, the SpeakerNet model has only 5M parameters, making it suitable for real-time applications, and the TitaNet model produces an embedding of size 192, the smallest among all the evaluated models. The experiment results are reproducible with publicly available source-code1 .

📄 PDF Abstract BibTeX arXiv:2306.09979

Code (1)

freds0/bspeech-mos-prediction 공식 구현 pytorch

Tasks

PredictionSelf-Supervised LearningSpeaker Verification

Similar Papers 제목 키워드 기반

Intelligibility prediction with a pretrained noise-robust automatic speech recognition model

2023-10-20 · Zehai Tu, Ning Ma, Jon Barker

This paper describes two intelligibility prediction systems derived from a pretrained noise-robust automatic speech recognition (ASR) model for the second Clarity Prediction Challenge (CPC2). One system is intrusive and …

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Predictionspeech-recognition+1

From Tokens to Faces: Investigating Discrete Speech Representations for 3D Facial Animation

2026-06-11 · Pedro Correa, Olivier Perrotin, Samir Sadok, Paula Costa 외 arxiv

The choice of speech representation is critical in speech-driven 3D facial animation. Representations differ in what they encode: SSL features emphasize segmental and semantic cues, neural codecs yield latents optimized …

Towards the Next Frontier in Speech Representation Learning Using Disentanglement

2024-07-02 · Varun Krishna, Sriram Ganapathy

The popular frameworks for self-supervised learning of speech representations have largely focused on frame-level masked prediction of speech regions. While this has shown promising downstream task performance for speech…

DisentanglementRepresentation LearningSelf-Supervised Learningspeech-recognition+2

Phrase break prediction with bidirectional encoder representations in Japanese text-to-speech synthesis

2021-04-26 · Kosuke Futamata, Byeongseon Park, Ryuichi Yamamoto, Kentaro Tachibana

We propose a novel phrase break prediction method that combines implicit features extracted from a pre-trained large language model, a.k.a BERT, and explicit features extracted from BiLSTM with linguistic features. In co…

Language ModelingLanguage ModellingLarge Language ModelSentence+4

Non Intrusive Intelligibility Predictor for Hearing Impaired Individuals using Self Supervised Speech Representations

2023-07-25 · George Close, Thomas Hain, Stefan Goetze

Self-supervised speech representations (SSSRs) have been successfully applied to a number of speech-processing tasks, e.g. as feature extractor for speech quality (SQ) prediction, which is, in turn, relevant for assessme…

PredictionSpeech Enhancement