Confucius4-TTS: Transcript-Free Cross-Lingual Zero-Shot TTS with a Learnable Speaker Encoder
Confucius4-TTS is a multilingual zero-shot text-to-speech system that enables transcript-free cross-lingual voice cloning by employing a two-stage architecture with a learnable speaker encoder to extract timbre features from self-supervised speech representations, achieving high intelligibility and speaker similarity across 14 languages.
Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer
Imagine you're trying to teach a robot to speak like your favorite movie character. In the world of computer science, this is called "Text-to-Speech" (TTS). Usually, to make the robot sound exactly like that character, you need two things: a short audio clip of them talking, and a written transcript (a script) of exactly what they said in that clip. Think of the transcript as a map; without it, the robot gets lost trying to match the voice to the words. But here's the problem: in the real world, most audio clips we find—like a random TikTok video or a podcast snippet—don't come with a script. They are "untranscribed." This makes it incredibly hard to clone voices from the wild, especially when you want the robot to speak a different language than the original clip. This paper tackles that exact headache: how do we get a robot to sound like a specific person in a new language, even if we don't have the script for the original voice?
Enter Confucius4-TTS, a new system from NetEase Youdao that acts like a masterful voice chameleon. The researchers built a two-stage machine that can take a short audio clip of a stranger and a piece of text in a different language, and generate speech that sounds like that stranger speaking the new language—all without needing the original script.
Here is how it works, using a simple analogy. Imagine the system is a two-person team: a Translator and an Actor.
First, the Translator (called the Text-to-Semantic module) looks at the target text you want spoken. But instead of just reading the words, it also listens to the reference audio clip. Crucially, it doesn't need to know what the reference audio says; it just needs to know who is saying it. To do this, it uses a special "Learnable Speaker Encoder." Think of this encoder as a voice fingerprint scanner. It takes the messy, untranscribed audio and extracts the unique "timbre" or "color" of the voice—like the texture of a guitar string—ignoring the specific words. It then hands this "voice fingerprint" to the Translator, which combines it with your new text to create a set of "semantic tokens." These tokens are like a blueprint for the speech: they contain the meaning and the rhythm, but not the final sound yet.
Next, the Actor (called the Semantic-to-Acoustic module) takes that blueprint and the voice fingerprint. This part uses a fancy technique called "conditional flow matching," which is like a sculptor slowly turning a block of clay into a statue. It starts with random noise and gradually shapes it into a mel-spectrogram (a visual map of sound waves) that matches the voice fingerprint and the blueprint. Finally, a "vocoder" (a sound synthesizer) turns that map into actual audio waves you can hear.
The paper's main finding is that this system works incredibly well without the script. The authors tested it on 14 languages, including Chinese, English, Japanese, Korean, and several European and Southeast Asian languages. When they pitted Confucius4-TTS against other top systems on a benchmark called CV3-Eval (which tests cross-language voice cloning), it achieved an average Word Error Rate (WER) of 3.73% across six different language directions. That's a very low error rate, meaning the speech is highly intelligible. In fact, on the X-Voice benchmark, it beat or matched other leading systems in seven different source-to-Chinese language pairs.
The researchers also found that if you do happen to have the script for the reference audio, the system can switch to a "continuation cloning" mode. This is like giving the Actor the script and the voice fingerprint. While this makes the voice sound even more like the original speaker (improving speaker similarity scores), it comes with a tiny trade-off: the speech might be slightly less intelligible than the script-free version. However, the default "transcript-free" mode is the real star, proving you don't need a map to find the voice.
In human tests, where real people listened to the results and ranked them, Confucius4-TTS often took the top spot for timbre similarity (how much it sounded like the original person) and naturalness (how human it sounded). For example, in tests converting Chinese to English, it ranked first or second in almost every category, beating commercial giants and other open-source models.
The paper explicitly rules out the idea that you must have a transcript to get high-quality cross-lingual cloning. Previous methods relied heavily on forced alignment (matching words to sounds perfectly) or synthetic training pairs, but Confucius4-TTS suggests that by using self-supervised speech representations (AI that learned to understand speech just by listening to it, without being taught the words), you can extract the voice identity directly. The authors are confident in these results because they tested them on large-scale data (about 500,000 hours of speech) and validated them across multiple public benchmarks and internal human evaluations.
So, what does this mean for the future? The authors suggest this opens the door for video dubbing, audiobooks, and accessibility tools where you can instantly clone a voice from a random clip and have it speak any language, no script required. They have even released the code and models to the public, inviting others to build on this "transcript-free" magic. While the system isn't perfect (it still has a small error rate and could be faster), it represents a significant step toward making voice cloning as easy as just hitting "play" on a video.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.