READ: Real-time and Efficient Asynchronous Diffusion for Audio-driven Talking Head Generation
Haotian Wang, Yuzhe Weng, Jun Du, Haoran Xu, Xiaoyan Wu, Shan He, Bing Yin, Cong Liu, Jianqing Gao, Qingfeng Liu
TL;DR
This paper tackles the real-time constraint of diffusion-based audio-driven talking head generation by introducing READ, a diffusion-transformer framework that compresses video latents with a Temporal VAE, aligns audio-visual signals via a pre-trained SpeechAE, and synthesizes latents with an Audio-to-Video Diffusion Transformer. A novel Asynchronous Noise Scheduler (ANS) enables long-term, temporally consistent generation by combining asynchronous forward noise with motion-guided reverse diffusion. Experiments on HDTF and MEAD show that READ achieves competitive visual quality and lip-sync while delivering substantially faster backbone runtimes than state-of-the-art methods, including robust performance for extended generation. The work validates the practical potential of end-to-end, real-time diffusion for expressive video synthesis and highlights directions to further improve motion quality and fidelity in challenging regions.
Abstract
The introduction of diffusion models has brought significant advances to the field of audio-driven talking head generation. However, the extremely slow inference speed severely limits the practical implementation of diffusion-based talking head generation models. In this study, we propose READ, a real-time diffusion-transformer-based talking head generation framework. Our approach first learns a spatiotemporal highly compressed video latent space via a temporal VAE, significantly reducing the token count to accelerate generation. To achieve better audio-visual alignment within this compressed latent space, a pre-trained Speech Autoencoder (SpeechAE) is proposed to generate temporally compressed speech latent codes corresponding to the video latent space. These latent representations are then modeled by a carefully designed Audio-to-Video Diffusion Transformer (A2V-DiT) backbone for efficient talking head synthesis. Furthermore, to ensure temporal consistency and accelerated inference in extended generation, we propose a novel asynchronous noise scheduler (ANS) for both the training and inference processes of our framework. The ANS leverages asynchronous add-noise and asynchronous motion-guided generation in the latent space, ensuring consistency in generated video clips. Experimental results demonstrate that READ outperforms state-of-the-art methods by generating competitive talking head videos with significantly reduced runtime, achieving an optimal balance between quality and speed while maintaining robust metric stability in long-time generation.
