ASLGSDDec 8, 2022

SpeechLMScore: Evaluating speech generation using speech language model

NVIDIA
arXiv:2212.04559v146 citationsh-index: 83
Originality Incremental advance
AI Analysis

This provides a scalable, annotation-free evaluation method for speech generation researchers, though it is incremental as it builds on prior automatic assessment approaches.

The authors tackled the problem of costly human evaluation for speech generation systems by proposing SpeechLMScore, an unsupervised metric that uses a speech-language model to compute token probabilities, achieving promising correlation with human scores across tasks like voice conversion, text-to-speech, and speech enhancement.

While human evaluation is the most reliable metric for evaluating speech generation systems, it is generally costly and time-consuming. Previous studies on automatic speech quality assessment address the problem by predicting human evaluation scores with machine learning models. However, they rely on supervised learning and thus suffer from high annotation costs and domain-shift problems. We propose SpeechLMScore, an unsupervised metric to evaluate generated speech using a speech-language model. SpeechLMScore computes the average log-probability of a speech signal by mapping it into discrete tokens and measures the average probability of generating the sequence of tokens. Therefore, it does not require human annotation and is a highly scalable framework. Evaluation results demonstrate that the proposed metric shows a promising correlation with human evaluation scores on different speech generation tasks including voice conversion, text-to-speech, and speech enhancement.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes