Adding Voice Cloning to Text-to-Audio-Video Models with a Single Zero-Initialised Layer
This paper demonstrates that adding a single zero-initialized linear layer to a base text-to-audio-video model enables high-fidelity voice cloning with superior speaker similarity compared to existing text-to-speech baselines, while also allowing for a 30x inference speed-up by decoupling the audio generation from the video path.
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 a world where a computer can watch a description of a scene and instantly create a video clip complete with the sounds that belong to it. If you type "a dog barking in a park," the machine generates the visual of the park and the audio of the bark. This technology, known as text-to-audio-video generation, has advanced rapidly, allowing machines to synthesize entire scenes from words alone. However, a significant limitation has persisted: while the computer can decide what sounds to make, it cannot decide who makes them. The voice that speaks or barks in the output is essentially random, drawn from a vast pool of possibilities the machine has learned, leaving creators unable to specify that a particular character should sound like a specific person. This lack of control has made it difficult to use these tools for personalized stories, dubbing animated characters, or bringing a specific individual's voice to a digital avatar.
At the same time, a different branch of artificial intelligence has mastered the art of voice cloning, where a system can mimic a person's unique tone after hearing just a few seconds of them speak. Yet, these voice-cloning systems are strictly limited to audio; they cannot generate the accompanying video, and they often require specialized, complex structures built from the ground up. The challenge for researchers has been to combine these two worlds: taking a powerful video-and-sound generator and teaching it to copy a specific voice without destroying its ability to create realistic scenes or requiring a complete rebuild of the system.
A team of researchers has now demonstrated a surprisingly simple way to bridge this gap. They showed that a large, pre-existing model capable of generating both video and sound can be transformed into a voice-cloning tool by adding just one tiny, empty layer of mathematical connections on top of its audio processing unit. This new layer starts with no learned information, meaning the model behaves exactly as it did before the change. The researchers then trained this modified system for a relatively short period using a specific method. They fed the model a short recording of a target speaker alongside the text description. The system learned to listen to that recording and use its unique sound qualities to shape the new audio it generated, all while keeping the video generation intact.
The key to this success lies in how the researchers introduced the reference voice to the machine. They used two complementary signals. First, they took the digital representation of the short reference recording and placed it at the very beginning of the audio data stream, allowing the model to look back at it constantly as it created new sounds. Second, they extracted a single, compact summary of the speaker's voice and used it to gently nudge the tone of every sound the model produced. This approach required only a single new linear layer, a small addition that was initialized to zero so that the model would not be disrupted during the initial stages of learning. By training the system to pay attention to these signals, the researchers enabled it to copy the timbre, or the unique color, of a voice with high precision.
The results of this approach were tested against five other leading voice-cloning systems using a benchmark of 674 unique text-and-voice pairs involving 30 different speakers. The new model, which contains five billion parameters, outperformed every other system in its ability to match the target speaker's voice. It achieved the highest scores across three different independent verification networks, which are specialized tools designed to measure how similar two voices sound to each other. The researchers found that their model could capture the subtle, natural quirks of a speaker's voice, including the specific acoustic texture that makes a voice recognizable, even if it meant the resulting speech occasionally contained minor errors in word choice. This trade-off suggests that the model prioritizes the authentic reconstruction of the speaker's sound over perfect textual accuracy, a behavior that differs from other systems that tend to produce cleaner but less distinctive voices.
An unexpected benefit of this architecture is that the video and audio parts of the system can be separated during the final stage of creation. Because the model was designed with an asymmetric structure, where the audio and video streams are processed differently but connected, the researchers found they could run just the audio part of the model on its own. This allowed them to generate the voice-cloned audio without waiting for the video to be created, resulting in a speed increase of roughly thirty times compared to running the full system. This variant, which uses only a fraction of the total computing power, still preserved the ability to clone voices effectively, offering a practical way to quickly audition different voices before committing to a full video generation.
Crucially, the researchers verified that adding this voice-cloning capability did not harm the model's original abilities. When they tested the modified model on tasks where no reference voice was provided, it performed better than the original version, producing audio that was more natural and aligned more closely with the text descriptions. This indicates that the new layer, starting from a neutral state, acted as a flexible addition that enhanced the system without forcing it to forget what it already knew. The study concludes that it is possible to equip advanced video-and-sound generators with the ability to mimic specific voices through minimal architectural changes, opening the door for more personalized and controlled audio-visual content creation without the need for massive retraining or complex new designs.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.