- The paper introduces Raon-OpenTTSโa zero-shot TTS model series that uses large-scale, curated open-access speech data and advanced filtering to achieve state-of-the-art performance.
- It employs a DiT-based architecture with log-mel spectrogram encoding and efficient training on NVIDIA hardware, yielding competitive metrics on WER and speaker similarity.
- The study demonstrates that rigorous data curation and scaling can enable open-source TTS models to match or exceed proprietary systems, promoting reproducible research.
Raon-OpenTTS: An Open-Data, Open-Weight Framework for Robust Text-to-Speech
Overview
This work introduces Raon-OpenTTS, a family of zero-shot text-to-speech (TTS) models leveraging a newly curated, large-scale, open-access speech corpusโRaon-OpenTTS-Poolโand a robust data filtering pipeline culminating in Raon-OpenTTS-Core. The models, employing a DiT-based architecture, achieve competitive performance relative to the latest proprietary-data-trained SOTA systems. The contribution includes not only models and data but also Raon-OpenTTS-Eval, a comprehensive evaluation benchmark spanning varied acoustic and linguistic conditions. All models, datasets, and code are released for full reproducibility.
Dataset Construction and Filtering
Raon-OpenTTS-Pool
Raon-OpenTTS-Pool aggregates 615K hours of English speech (240M utterances) by integrating 10+ public datasets, including both TTS-specific and ASR-oriented resources, as well as a large-scale YouTube collection (Raon-YouTube-Commons, 335K hours). Particular care is taken in recreating high-quality speech-text pairs from long-form, noisy web sources using advanced pipelines for source separation, speaker diarization, voice activity detection, and Whisper-based transcription.
Quality Filtering: Raon-OpenTTS-Core
Recognizing the critical impact of data quality on TTS, the collection is filtered using model-based metrics:
- WER (Whisper transcription accuracy as a proxy for alignment quality)
- DNSMOS (non-intrusive speech quality measure)
- Speech Ratio (proportion of active speech via VAD)
A combined score eliminates the lowest-quality 15% of samples on these axes, yielding Raon-OpenTTS-Core (510K hours, 194M segments). Aggressive filtering removes low-quality data while maximizing the scale and diversity necessary for robust TTS generation. An ablation study confirms that this moderate filtering yields optimal downstream results.
Model Architecture and Training
The Raon-OpenTTS model series, following the DiT-based continuous TTS framework, are released at two scales: 0.3B and 1B parameters. The architecture is standardized, intentionally avoiding customizations to isolate the effect of data scaling and curation. Log-mel spectrograms and character-level text encoding are utilized, with HiFi-GAN as the vocoder. Distributed training is conducted efficiently on NVIDIA B200 hardware.
Evaluation Framework
Standard Benchmarks
Raon-OpenTTS models are evaluated on widely used open and closed-data TTS testbeds, including Seed-TTS-Eval and CV3-Eval (EN and Hard-EN). Metrics focus on intelligibility (WER), speaker similarity (SIM), and perceptual quality (DNSMOS).
Raon-OpenTTS-Eval Benchmark
Addressing the limitations of narrow prompt diversity in existing benchmarks, Raon-OpenTTS-Eval comprises 6K prompt-text pairs drawn from 12 distinct datasets, systematically covering clean, noisy, in-the-wild, and expressive speech. Both objective (WER, SIM) and subjective (CMOS, SMOS) evaluations with human raters are conducted.
Results
- Seed-TTS-Eval: Raon-OpenTTS-1B achieves a WER of 1.78% (second only to proprietary-data Qwen3-TTS) and leads all open-weight models in speaker similarity (SIM: 0.749).
- CV3-Hard-EN: Raon-OpenTTS-1B ranks first on both WER (6.15%) and SIM (0.775).
- Raon-OpenTTS-Eval: Raon-OpenTTS-1B consistently outperforms open-weight, open-data baselines with an overall WER of 2.81% and SIM of 0.695, demonstrating robustness across diverse conditions.
Subjective Evaluation
Human preference results (CMOS and SMOS) confirm Raon-OpenTTS-1Bโs competitiveness in naturalness and speaker similarity, often matching or surpassing open-weight and some closed-weight SOTA systems.
Data Composition and Scaling Ablation
- Training with diverse pool-derived data at matched scale yields superior generalization across Clean, Wild, and Expressive regimes compared to Emilia-only models.
- Incorporating the in-the-wild Raon-YouTube-Commons subset substantially improves performance, especially in challenging real-world conditions, although providing a mixed effect in artificially noisy settings.
Implications and Future Directions
The publication of Raon-OpenTTS constitutes the largest reproducible open-source TTS reference to date, answering key questions regarding the trade-off between data scale, diversity, and quality in open-data settings. The results demonstrate that, with sufficient data and quality control, open models can match or even exceed proprietary-data-trained systems in intelligibility and speaker similarity, especially in challenging, non-studio scenarios. This work sets a new standard for reproducibility and extensibility in TTS research.
Going forward, several research vectors are indicated:
- Multilingual Expansion: Extending open-resource TTS construction beyond English.
- Domain Adaptation and Balancing: Improved weighting and balancing strategies to optimize training with heterogeneous corpora.
- Low-Resource Data Recovery: Leveraging data correction and advanced enhancement techniques to reclaim value from otherwise discarded segments.
Conclusion
Raon-OpenTTS advances the field by providing both the infrastructure and empirical validation needed for robust, high-quality, open-data TTS systems. The release of the models, datasets, and evaluation protocols enables reproducible, extensible research and empowers further development in scalable, transparent TTS foundation models. This facilitates open innovation across both academic and applied speech synthesis.