Training Universal Vocoders with Feature Smoothing-Based Augmentation Methods for High-Quality TTS Systems
Jeongmin Liu, Eunwoo Song
TL;DR
The paper tackles quality degradation when coupling universal vocoders with diverse TTS acoustic models due to exposure mismatch. It introduces a feature smoothing augmentation that randomly applies 2D linear smoothing filters to input mel-spectrograms during vocoder training, simulating the distribution of smoothed acoustic features without altering architectures or requiring fine-tuning. The method, implemented on an enhanced UnivNet framework with harmonic-noise generation and MS-STFT/CoMB discriminators, yields notable MOS gains (around 12%) across Tacotron 2 and FastSpeech 2 pipelines and generalizes to unseen speakers. This approach preserves vocoder universality and reduces exposure bias, offering practical improvements for high-quality TTS and potential applicability to other generation tasks such as singing voice and music synthesis.
Abstract
While universal vocoders have achieved proficient waveform generation across diverse voices, their integration into text-to-speech (TTS) tasks often results in degraded synthetic quality. To address this challenge, we present a novel augmentation technique for training universal vocoders. Our training scheme randomly applies linear smoothing filters to input acoustic features, facilitating vocoder generalization across a wide range of smoothings. It significantly mitigates the training-inference mismatch, enhancing the naturalness of synthetic output even when the acoustic model produces overly smoothed features. Notably, our method is applicable to any vocoder without requiring architectural modifications or dependencies on specific acoustic models. The experimental results validate the superiority of our vocoder over conventional methods, achieving 11.99% and 12.05% improvements in mean opinion scores when integrated with Tacotron 2 and FastSpeech 2 TTS acoustic models, respectively.
