CVGRSep 30, 2023

DiffPoseTalk: Speech-Driven Stylistic 3D Facial Animation and Head Pose Generation via Diffusion Models

arXiv:2310.00434v2109 citationsh-index: 17
Originality Incremental advance
AI Analysis

This addresses the problem of creating realistic and personalized talking faces for applications like virtual avatars or entertainment, though it is incremental as it builds on existing diffusion models for a specific domain.

The paper tackles the challenge of generating stylistic 3D facial animations and head poses from speech by proposing DiffPoseTalk, a diffusion-based framework that uses style embeddings from reference videos, and it outperforms state-of-the-art methods as shown in experiments and a user study.

The generation of stylistic 3D facial animations driven by speech presents a significant challenge as it requires learning a many-to-many mapping between speech, style, and the corresponding natural facial motion. However, existing methods either employ a deterministic model for speech-to-motion mapping or encode the style using a one-hot encoding scheme. Notably, the one-hot encoding approach fails to capture the complexity of the style and thus limits generalization ability. In this paper, we propose DiffPoseTalk, a generative framework based on the diffusion model combined with a style encoder that extracts style embeddings from short reference videos. During inference, we employ classifier-free guidance to guide the generation process based on the speech and style. In particular, our style includes the generation of head poses, thereby enhancing user perception. Additionally, we address the shortage of scanned 3D talking face data by training our model on reconstructed 3DMM parameters from a high-quality, in-the-wild audio-visual dataset. Extensive experiments and user study demonstrate that our approach outperforms state-of-the-art methods. The code and dataset are at https://diffposetalk.github.io .

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes