paper-with-me

홈 › Papers

PilotTTS: A Disciplined Modular Recipe for Competitive Speech Synthesis

2026-05-26 · Bowen Li, Shaotong Guo, Zhen Wang, Yang Xiang, Mingli Jin, Yihang Lin, Jiahui Zhao, Weibo Xiong, Dongrui Zhang, Keming Chen, Yunze Gao, Zeyang Lin, Yuze Zhou, Yue Liu arxiv

Building state-of-the-art text-to-speech (TTS) systems typically demands millions of hours of proprietary data and complex multi-stage architectures, creating substantial barriers for resource-constrained research teams. In this report, we present PilotTTS, a lightweight autoregressive TTS system that achieves competitive performance through minimalist architecture and rigorous data engineering. PilotTTS is trained on only 200K hours of data processed entirely with open-source tools. Specifically, our contributions are: (1) a reproducible multi-stage data processing pipeline covering quality assessment, label annotation, and filtering, and (2) a compact model architecture that employs Q-Former-based conditioning to decouple speaker identity from speaking style via cross-sample paired training. Within a unified framework, PilotTTS supports zero-shot voice cloning, emotion synthesis (11 categories), paralinguistic synthesis (4 categories), and Chinese dialect synthesis (14 dialects). On the Seed-TTS Eval benchmark, PilotTTS achieves the lowest WER of 1.50% on test-en, a CER of 0.87% on test-zh, and the highest speaker similarity on both test sets (0.862 and 0.815), outperforming systems trained on significantly larger datasets. We release the complete data pipeline recipe, pretrained weights, and code at https://github.com/AMAPVOICE/PilotTTS.

📄 PDF Abstract BibTeX arXiv:2605.27258

Code (0)

등록된 구현이 없습니다.

Tasks

Speech Synthesis

Similar Papers 제목 키워드 기반

SLAM-LLM: A Modular, Open-Source Multimodal Large Language Model Framework and Best Practice for Speech, Language, Audio and Music Processing

2026-01-14 · Ziyang Ma, Guanrou Yang, Wenxi Chen, Zhifu Gao 외 arxiv

The recent surge in open-source Multimodal Large Language Models (MLLM) frameworks, such as LLaVA, provides a convenient kickoff for artificial intelligence developers and researchers. However, most of the MLLM framework…

parameter-efficient fine-tuningSpeech RecognitionAudio captioning

TorchAudio 2.1: Advancing speech recognition, self-supervised learning, and audio processing components for PyTorch

2023-10-27 · Jeff Hwang, Moto Hira, Caroline Chen, Xiaohui Zhang 외

TorchAudio is an open-source audio and speech processing library built for PyTorch. It aims to accelerate the research and development of audio and speech technologies by providing well-designed, easy-to-use, and perform…

Self-Supervised LearningSpeech Enhancementspeech-recognitionSpeech Recognition

PaddleSpeech: An Easy-to-Use All-in-One Speech Toolkit

2022-05-20 · NAACL (ACL) 2022 7 · HUI ZHANG, Tian Yuan, Junkun Chen, Xintong Li 외

PaddleSpeech is an open-source all-in-one speech toolkit. It aims at facilitating the development and research of speech processing technologies by providing an easy-to-use command-line interface and a simple code struct…

AllAutomatic Speech Recognition (ASR)Environmental Sound ClassificationKeyword Spotting+12

Differentiable Convex Optimization Layers

2019-10-28 · NeurIPS 2019 12 · Akshay Agrawal, Brandon Amos, Shane Barratt, Stephen Boyd 외

Recent work has shown how to embed differentiable optimization problems (that is, problems whose solutions can be backpropagated through) as layers within deep learning architectures. This method provides a useful induct…

Inductive Bias

SpeechBrain: A General-Purpose Speech Toolkit

2021-06-08 · Mirco Ravanelli, Titouan Parcollet, Peter Plantinga, Aku Rouhe 외

SpeechBrain is an open-source and all-in-one speech toolkit. It is designed to facilitate the research and development of neural speech processing technologies by being simple, flexible, user-friendly, and well-documente…

Language IdentificationSpoken Language Understanding