ByteDance SwanTale unifies instruct and zero-shot audio in MoE
TL;DR
- SwanTale, from ByteDance authors Yu Zhang and colleagues, handles both natural-language instruct prompts and reference-audio zero-shot generation in one model.
- The system pairs a SwanData-Caption pipeline with a Unified MoE, reward-conditioned quality control, Engram conditioning, and GRPO post-training.
- The paper claims leading scores on multiple zero-shot and instruct metrics and best expressiveness in both tasks, without disclosing specific numbers in the abstract.
A new ByteDance technical report on arXiv, SwanTale, argues that the two modes production audio teams actually use, writing a caption like "tired detective, rainy alley, whispered" and handing over a reference clip of a specific voice, should live inside a single model rather than two adjacent pipelines. The authors, Yu Zhang, Ruiqi Li, Changhao Pan, Ke Lei, Xiang Yin and Cheng Yang, frame it around the workflows creators actually run: animation dubbing, audio drama, movies, advertising, games, podcasts and short-video production.
The design has two halves. On the data side, SwanData-Caption cleans raw speech and audio, adds targeted synthetic coverage, and annotates what the paper calls diverse and accurate multi-level captions. On the model side, SwanTale sits on a SwanVAE for high-quality multi-audio-modality generation, then layers reward-conditioned quality control, Engram conditioning, and a Unified MoE so one network handles both multi-task and multi-audio-modality modeling. Training is staged with curriculum learning followed by GRPO post-training, the same reinforcement-style recipe that has shown up across recent ByteDance releases.
The reason this shape matters, if the results hold up, is workflow rather than any single number. Studios today typically bolt a TTS model with style prompts onto a separate voice-cloning model, then paste in a third stage for ambience and audio effects, and stitching those pieces together is where projects lose consistency across scenes. A unified instruct and zero-shot model that can also place a speaker inside an acoustic scene collapses that pipeline, and it lets a creator reuse a voice they designed by prompt weeks later from a saved reference, which is closer to how a director thinks about casting.
The honest caveat is that the abstract is a claim, not a scoreboard. It says SwanTale "leads on multiple key zero-shot and instruct metrics" and posts the "best expressiveness scores in both tasks," but it does not name the baselines, cite the datasets, or give a single number to check against. What the report doesn't give you is how the Unified MoE routes between the two modes, whether weights or the SwanData-Caption corpus will be released, or what guardrails sit in front of the zero-shot cloning path, which is the part regulators and rights-holders will care about first.
If ByteDance ships this into CapCut or the Douyin creator stack, the interesting pressure lands on the specialist voice vendors whose current moat is exactly the seams SwanTale is trying to remove.
Originally reported by paper
Read the original article →Original headline: ByteDance SwanTale Unifies Instruct and Zero-Shot Multi-Speaker Speech+Audio in One MoE