StyleDubber: Towards Multi-Scale Style Learning for Movie Dubbing
Gaoxiang Cong, Yuankai Qi, Liang Li, Amin Beheshti, Zhedong Zhang, Anton van den Hengel, Ming-Hsuan Yang, Chenggang Yan, Qingming Huang
TL;DR
StyleDubber tackles Visual Voice Cloning (V2C) by moving from frame-level to phoneme- and utterance-level style learning, combining a Multimodal Phoneme-level Adaptor (MPA), Phoneme-guided Lip Aligner (PLA), and Utterance-level Style Learning (USL) to generate temporally aligned, emotionally expressive, and identity-consistent dubbing. It learns pronunciation style from reference audio and emotion from video, then refines overall timbre at the utterance level while preserving lip-sync via a dedicated lip-aligner and duration predictor. Extensive experiments on V2C-Animation and GRID show state-of-the-art results across pronunciation accuracy, speaker similarity, and timing alignment, with strong generalization to unseen speakers. The approach offers practical impact for film dubbing and AI-assisted audio-visual content creation by producing natural, synchronized, and style-consistent dubbed speech.
Abstract
Given a script, the challenge in Movie Dubbing (Visual Voice Cloning, V2C) is to generate speech that aligns well with the video in both time and emotion, based on the tone of a reference audio track. Existing state-of-the-art V2C models break the phonemes in the script according to the divisions between video frames, which solves the temporal alignment problem but leads to incomplete phoneme pronunciation and poor identity stability. To address this problem, we propose StyleDubber, which switches dubbing learning from the frame level to phoneme level. It contains three main components: (1) A multimodal style adaptor operating at the phoneme level to learn pronunciation style from the reference audio, and generate intermediate representations informed by the facial emotion presented in the video; (2) An utterance-level style learning module, which guides both the mel-spectrogram decoding and the refining processes from the intermediate embeddings to improve the overall style expression; And (3) a phoneme-guided lip aligner to maintain lip sync. Extensive experiments on two of the primary benchmarks, V2C and Grid, demonstrate the favorable performance of the proposed method as compared to the current stateof-the-art. The code will be made available at https://github.com/GalaxyCong/StyleDubber.
