DFA-NeRF: Personalized Talking Head Generation via Disentangled Face Attributes Neural Rendering
Shunyu Yao, RuiZhe Zhong, Yichao Yan, Guangtao Zhai, Xiaokang Yang
TL;DR
DFA-NeRF tackles personalized talking head generation by decoupling lip motion and personalized attributes. Lip motion is deterministically predicted from audio via contrastive learning, while head pose and eye-blink patterns are generated probabilistically with a Transformer GP-VAE and Gaussian Process temporal modeling, all conditioned into a dynamic NeRF. The approach yields state-of-the-art results in image quality, lip-sync accuracy, and naturalistic motion, demonstrated across multiple benchmarks and user studies. It enables high-fidelity, controllable talking-head synthesis with realistic attributes, though it highlights ethical considerations and potential limitations in multi-speaker scenarios and inference speed.
Abstract
While recent advances in deep neural networks have made it possible to render high-quality images, generating photo-realistic and personalized talking head remains challenging. With given audio, the key to tackling this task is synchronizing lip movement and simultaneously generating personalized attributes like head movement and eye blink. In this work, we observe that the input audio is highly correlated to lip motion while less correlated to other personalized attributes (e.g., head movements). Inspired by this, we propose a novel framework based on neural radiance field to pursue high-fidelity and personalized talking head generation. Specifically, neural radiance field takes lip movements features and personalized attributes as two disentangled conditions, where lip movements are directly predicted from the audio inputs to achieve lip-synchronized generation. In the meanwhile, personalized attributes are sampled from a probabilistic model, where we design a Transformer-based variational autoencoder sampled from Gaussian Process to learn plausible and natural-looking head pose and eye blink. Experiments on several benchmarks demonstrate that our method achieves significantly better results than state-of-the-art methods.
