SemBridge improves AI voice generation with semantic tokens
SemBridge cuts voice generation errors by 30% while keeping audio quality intact...
A team of 16 researchers from Northwestern Polytechnical University and other institutions introduced **SemBridge**, a novel training-only framework for continuous-latent autoregressive speech generation. The key innovation lies in using discrete semantic tokens to supervise autoregressive language model (LM) states during training, addressing a core limitation of continuous-latent models: the lack of explicit linguistic structure. Traditional continuous-latent approaches struggle to preserve content fidelity because the LM must infer linguistic structure indirectly from acoustic prediction, often compromising accuracy.
SemBridge solves this by employing a **Semantic-Aligned Acoustic VAE** to organize the continuous target space under shared semantic references. This semantic supervision is applied only during training, ensuring inference remains entirely continuous. When evaluated on zero-shot text-to-speech (TTS) and score-conditioned singing voice synthesis (SVS), SemBridge delivered measurable improvements in content accuracy—reducing word error rates (WER) and character error rates (CER)—while maintaining competitive speaker similarity and perceptual quality across benchmarks.
- SemBridge is a training-only framework that uses discrete semantic tokens to supervise continuous-latent speech generation, improving content accuracy by 30%+ in WER/CER benchmarks.
- The model leverages a Semantic-Aligned Acoustic VAE to align continuous acoustic targets with semantic references during training, without affecting inference efficiency.
- Evaluated on zero-shot TTS and SVS tasks, SemBridge maintains high speaker similarity and perceptual quality while reducing errors in generated speech.
Why It Matters
SemBridge enables more accurate and natural AI-generated voices for applications like virtual assistants, audiobooks, and synthetic media.