Make Your Actor Talk: Generalizable and High-Fidelity Lip Sync with Motion and Appearance Disentanglement
Runyi Yu, Tianyu He, Ailing Zhang, Yuchi Wang, Junliang Guo, Xu Tan, Chang Liu, Jie Chen, Jiang Bian
TL;DR
This work tackles lip-sync editing in talking videos while preserving personal identity and visual details. It introduces MyTalk, a two-stage framework that first uses a speech-driven diffusion model to generate facial landmarks conditioned on speech and identity, then synthesizes appearance via a motion-conditioned generator that separately encodes lip and non-lip appearance along with motion, fused by a FusionNet. Key contributions include a landmark-based identity loss for motion generation, a multi-encoder appearance model with a learned fusion mechanism, and training on a large, diverse dataset enabling generalization to unseen identities and controllable editing of appearance and emotion. The approach achieves superior lip-sync accuracy and visual fidelity compared with one-stage baselines, offering practical benefits for high-fidelity, identity-preserving video editing in AI-generated content.
Abstract
We aim to edit the lip movements in talking video according to the given speech while preserving the personal identity and visual details. The task can be decomposed into two sub-problems: (1) speech-driven lip motion generation and (2) visual appearance synthesis. Current solutions handle the two sub-problems within a single generative model, resulting in a challenging trade-off between lip-sync quality and visual details preservation. Instead, we propose to disentangle the motion and appearance, and then generate them one by one with a speech-to-motion diffusion model and a motion-conditioned appearance generation model. However, there still remain challenges in each stage, such as motion-aware identity preservation in (1) and visual details preservation in (2). Therefore, to preserve personal identity, we adopt landmarks to represent the motion, and further employ a landmark-based identity loss. To capture motion-agnostic visual details, we use separate encoders to encode the lip, non-lip appearance and motion, and then integrate them with a learned fusion module. We train MyTalk on a large-scale and diverse dataset. Experiments show that our method generalizes well to the unknown, even out-of-domain person, in terms of both lip sync and visual detail preservation. We encourage the readers to watch the videos on our project page (https://Ingrid789.github.io/MyTalk/).
