WavTTS: Towards High-Quality Zero-Shot TTS via Direct Raw Waveform Modeling
Summary
WavTTS presents the first raw waveform generative text-to-speech model using flow matching and Diffusion Transformer, achieving performance comparable to latent-space diffusion models while avoiding information loss from compressed representations.
View Cached Full Text
Cached at: 06/04/26, 03:40 AM
Paper page - WavTTS: Towards High-Quality Zero-Shot TTS via Direct Raw Waveform Modeling
Source: https://huggingface.co/papers/2606.03455 Authors:
,
,
,
,
,
,
,
,
,
,
,
,
Abstract
WavTTS presents the first raw waveform generative text-to-speech model that bridges the performance gap with latent-space diffusion models through flow matching and Diffusion Transformer architecture.
Recently,diffusion modelsoperating onVAE latentsormel-spectrogramshave become the dominant paradigm forzero-shot TTS. Although these compressed representations improve generation efficiency, they inevitably suffer from information loss and non-end-to-end training. Theoretically, directly modelingraw waveformscircumvents these issues; however, this direction remains underexplored and is often deemed difficult due to the extremely long sequence length of audio signals. To overcome this, we propose WavTTS, the first raw waveform generative TTS model that substantially narrows the gap with latent-space generative models. Built upon theflow matchingwithDiffusion Transformer(DiT), WavTTS directly models speech waveforms via a simplepatchification strategy, while integratingmulti-scale mel-spectrogram supervisionto provide perceptual guidance during training. Furthermore, we investigate the impact ofprediction targetsandnoise schedulingin waveform diffusion, and develop an effective schedule design to improve generation quality. Evaluations on open-source benchmarks demonstrate that WavTTS closely approaches the performance of current state-of-the-art latent generativezero-shot TTSmodels, while substantially outperforming previousend-to-end speech generationmodels. Our findings demonstrate the feasibility of scaling diffusion-based TTS directly in the waveform space, opening a new direction forend-to-end speech generation.
View arXiv pageView PDFProject pageGitHub36Add to collection
Get this paper in your agent:
hf papers read 2606\.03455
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper2
#### worstchan/WavTTS Text-to-Speech• Updatedabout 24 hours ago • 3
#### drbaph/WavTTS Text-to-Speech• Updatedabout 2 hours ago • 2
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2606.03455 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2606.03455 in a Space README.md to link it from this page.
Collections including this paper0
No Collection including this paper
Add this paper to acollectionto link it from this page.
Similar Articles
WavFlow: Audio Generation in Waveform Space
WavFlow generates high-fidelity audio directly in raw waveform space using waveform patchify and amplitude lifting, achieving competitive performance on video-to-audio and text-to-audio benchmarks without intermediate latent representations.
WavFlow Generates Audio Directly in Waveform Space (GitHub Repo)
WavFlow is a new method from Meta AI that generates synchronized, high-fidelity audio from video and text inputs directly in raw waveform space, bypassing latent compression. It achieves performance on par with latent-based methods on VGGSound and AudioCaps benchmarks.
dots.tts Technical Report
dots.tts presents a 2B-parameter continuous autoregressive TTS model trained on multilingual data, achieving state-of-the-art performance on benchmarks like Seed-TTS-Eval with low-latency streaming via CFG-aware MeanFlow distillation. The model, code, and checkpoints are released under Apache 2.0.
SwanVoice: Expressive Long-Form Zero-Shot Speech Synthesis for Both Monologue and Dialogue
SwanVoice is a zero-shot text-to-speech model designed for expressive long-form monologue and dialogue synthesis, combining VAE, flow-matching DiT, and diffusion post-training to achieve higher richness and hierarchy scores than existing baselines.
Towards Streaming Synchronized Spatial Audio Generation via Autoregressive Diffusion Transformer
SwanSphere proposes a unified streaming framework for high-fidelity spatial audio generation from panoramic videos and text prompts using causal autoregressive diffusion transformers and multimodal learning strategies, achieving superior performance in both video-to-spatial and text-to-spatial audio tasks.