Towards a Phonology-Informed Evaluation of Multilingual TTS
Summary
A new classifier-based framework is proposed for evaluating multilingual Text-to-Speech (TTS) systems, addressing the limitation of standard metrics like MOS which fail to assess the preservation of sound contrasts. This framework audits TTS output against language-specific phonological patterns, using human speech as a benchmark. Testing Assamese advanced tongue root (ATR) vowel harmony with Meta's MMS TTS, researchers demonstrated that a classifier trained on human speech transfers to synthesized speech with minimal loss. The audit revealed that MMS TTS exhibits a bias, realizing [+ATR] mid vowels as [-ATR] in one-third of tokens despite their underlying [+ATR] specification, a bias absent in human speech. This indicates a gap between intended and produced phonology, with predicted ATR labels classifying harmony more accurately than transcription labels at the word level. The framework provides task-specific diagnostics and generalizes to other phonological contrasts with measurable acoustic cues.
Key takeaway
For NLP Engineers and AI Scientists developing or evaluating multilingual TTS, relying solely on naturalness metrics like MOS is insufficient for ensuring phonological accuracy. You should integrate a classifier-based framework to audit TTS output against language-specific phonological patterns, using human speech as a benchmark. This approach will reveal subtle biases, such as the observed [+ATR] to [-ATR] vowel shift in Assamese, ensuring your systems faithfully preserve critical sound contrasts and align intended phonology with produced speech.
Key insights
A classifier-based framework evaluates multilingual TTS phonological accuracy beyond naturalness by auditing sound contrasts.
Principles
- Standard TTS metrics like MOS do not guarantee preservation of sound contrasts.
- Classifiers trained on human speech can effectively audit synthesized speech.
- A gap can exist between intended and produced phonology in TTS systems.
Method
The framework involves training a classifier on human speech to benchmark and audit TTS output against language-specific phonological patterns, identifying biases in sound contrast realization.
In practice
- Audit TTS systems for language-specific phonological biases.
- Use classifier-based diagnostics for task-specific phonological evaluation.
Topics
- Multilingual TTS
- Phonological Evaluation
- Vowel Harmony
- Classifier-based Auditing
- Meta MMS TTS
Best for: Research Scientist, NLP Engineer, AI Scientist
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Computation and Language.