SoulX-LiveTalk Technical Report
Le Shen, Qiao Qian, Tan Yu, Ke Zhou, Tianhang Yu, Yu Zhan, Zhenjie Wang, Ming Tao, Shunshun Yin, Siyuan Liu
TL;DR
SoulX-LiveTalk presents a 14B diffusion transformer framework for real-time audio driven avatar synthesis that preserves bidirectional context within video chunks. It introduces Self-Correcting Bidirectional Distillation to reduce error accumulation and a multi-step retrospective mechanism to sustain infinite streaming, while a full-stack acceleration stack achieves sub-second startup and 32 FPS. The approach blends Latency-Aware Spatiotemporal Adaptation with efficient distillation, eliminating classifier-free guidance and enabling rapid training with minimal steps. Extensive quantitative and qualitative evaluations on TalkBench demonstrate improvements in visual fidelity, lip-sync, and temporal stability, surpassing several state-of-the-art baselines. The work offers a practical baseline with open-source potential and outlines future directions toward deploying high-fidelity diffusion-based avatars on consumer hardware through pruning and quantization.
Abstract
Deploying massive diffusion models for real-time, infinite-duration, audio-driven avatar generation presents a significant engineering challenge, primarily due to the conflict between computational load and strict latency constraints. Existing approaches often compromise visual fidelity by enforcing strictly unidirectional attention mechanisms or reducing model capacity. To address this problem, we introduce \textbf{SoulX-LiveTalk}, a 14B-parameter framework optimized for high-fidelity real-time streaming. Diverging from conventional unidirectional paradigms, we use a \textbf{Self-correcting Bidirectional Distillation} strategy that retains bidirectional attention within video chunks. This design preserves critical spatiotemporal correlations, significantly enhancing motion coherence and visual detail. To ensure stability during infinite generation, we incorporate a \textbf{Multi-step Retrospective Self-Correction Mechanism}, enabling the model to autonomously recover from accumulated errors and preventing collapse. Furthermore, we engineered a full-stack inference acceleration suite incorporating hybrid sequence parallelism, Parallel VAE, and kernel-level optimizations. Extensive evaluations confirm that SoulX-LiveTalk is the first 14B-scale system to achieve a \textbf{sub-second start-up latency (0.87s)} while reaching a real-time throughput of \textbf{32 FPS}, setting a new standard for high-fidelity interactive digital human synthesis.
