🤖 AI Summary
Zero-shot text-to-speech (TTS) systems suffer from instability and fidelity degradation, including pronunciation errors, noise artifacts, and reduced speech quality. To address these issues, we propose Vox-Evaluator, a multi-level evaluation-and-repair framework. Its core contributions are threefold: (1) a fine-grained speech error annotation dataset enabling precise error localization and end-to-end quality assessment; (2) a unified architecture integrating large language models, diffusion models, and mask generation for automatic error detection, localized speech masking, and conditional regeneration; and (3) a preference-alignment optimization mechanism to enhance phonemic accuracy and prosodic naturalness. Experiments demonstrate that Vox-Evaluator significantly reduces mispronunciation rates and audio distortion, achieving a mean opinion score (MOS) improvement of over 0.8. It consistently enhances both stability and fidelity across multiple zero-shot TTS benchmarks.
📝 Abstract
Recent advances in zero-shot text-to-speech (TTS), driven by language models, diffusion models and masked generation, have achieved impressive naturalness in speech synthesis. Nevertheless, stability and fidelity remain key challenges, manifesting as mispronunciations, audible noise, and quality degradation. To address these issues, we introduce Vox-Evaluator, a multi-level evaluator designed to guide the correction of erroneous speech segments and preference alignment for TTS systems. It is capable of identifying the temporal boundaries of erroneous segments and providing a holistic quality assessment of the generated speech. Specifically, to refine erroneous segments and enhance the robustness of the zero-shot TTS model, we propose to automatically identify acoustic errors with the evaluator, mask the erroneous segments, and finally regenerate speech conditioning on the correct portions. In addition, the fine-gained information obtained from Vox-Evaluator can guide the preference alignment for TTS model, thereby reducing the bad cases in speech synthesis. Due to the lack of suitable training datasets for the Vox-Evaluator, we also constructed a synthesized text-speech dataset annotated with fine-grained pronunciation errors or audio quality issues. The experimental results demonstrate the effectiveness of the proposed Vox-Evaluator in enhancing the stability and fidelity of TTS systems through the speech correction mechanism and preference optimization. The demos are shown.