ASCLSDSep 25, 2024

Enabling Auditory Large Language Models for Automatic Speech Quality Evaluation

arXiv:2409.16644v327 citationsh-index: 17Has Code
Originality Incremental advance
AI Analysis

This work addresses the problem of automatic speech quality evaluation for text-to-speech systems, offering an incremental improvement by applying existing auditory LLMs to this domain.

The paper tackles the challenge of comprehensive speech quality assessment by leveraging auditory large language models (LLMs) to predict metrics like mean opinion score (MOS) and speaker similarity (SIM), achieving competitive performance compared to state-of-the-art task-specific small models.

Speech quality assessment typically requires evaluating audio from multiple aspects, such as mean opinion score (MOS) and speaker similarity (SIM) \etc., which can be challenging to cover using one small model designed for a single task. In this paper, we propose leveraging recently introduced auditory large language models (LLMs) for automatic speech quality assessment. By employing task-specific prompts, auditory LLMs are finetuned to predict MOS, SIM and A/B testing results, which are commonly used for evaluating text-to-speech systems. Additionally, the finetuned auditory LLM is able to generate natural language descriptions assessing aspects like noisiness, distortion, discontinuity, and overall quality, providing more interpretable outputs. Extensive experiments have been performed on the NISQA, BVCC, SOMOS and VoxSim speech quality datasets, using open-source auditory LLMs such as SALMONN, Qwen-Audio, and Qwen2-Audio. For the natural language descriptions task, a commercial model Google Gemini 1.5 Pro is also evaluated. The results demonstrate that auditory LLMs achieve competitive performance compared to state-of-the-art task-specific small models in predicting MOS and SIM, while also delivering promising results in A/B testing and natural language descriptions. Our data processing scripts and finetuned model checkpoints can be found at https://github.com/bytedance/SALMONN.

Code Implementations1 repo
Foundations

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

Your Notes