English

DiffSpeaker: Speech-Driven 3D Facial Animation with Diffusion Transformer

Computer Vision and Pattern Recognition 2024-02-09 v1 Artificial Intelligence

Abstract

Speech-driven 3D facial animation is important for many multimedia applications. Recent work has shown promise in using either Diffusion models or Transformer architectures for this task. However, their mere aggregation does not lead to improved performance. We suspect this is due to a shortage of paired audio-4D data, which is crucial for the Transformer to effectively perform as a denoiser within the Diffusion framework. To tackle this issue, we present DiffSpeaker, a Transformer-based network equipped with novel biased conditional attention modules. These modules serve as substitutes for the traditional self/cross-attention in standard Transformers, incorporating thoughtfully designed biases that steer the attention mechanisms to concentrate on both the relevant task-specific and diffusion-related conditions. We also explore the trade-off between accurate lip synchronization and non-verbal facial expressions within the Diffusion paradigm. Experiments show our model not only achieves state-of-the-art performance on existing benchmarks, but also fast inference speed owing to its ability to generate facial motions in parallel.

Keywords

Cite

@article{arxiv.2402.05712,
  title  = {DiffSpeaker: Speech-Driven 3D Facial Animation with Diffusion Transformer},
  author = {Zhiyuan Ma and Xiangyu Zhu and Guojun Qi and Chen Qian and Zhaoxiang Zhang and Zhen Lei},
  journal= {arXiv preprint arXiv:2402.05712},
  year   = {2024}
}

Comments

9 pages, 5 figures. Code is avalable at https://github.com/theEricMa/DiffSpeaker

R2 v1 2026-06-28T14:42:57.159Z