Search papers, labs, and topics across Lattice.
This paper introduces TaoMate, an anchor-guided persistent-memory framework designed for real-time audio-video digital-human generation that effectively balances memory retention and computational efficiency. By utilizing a fixed-capacity dynamic state for audio and video blocks, TaoMate maintains visual consistency and audio-video synchronization without the computational burden of attending to the entire generated history. The results demonstrate that TaoMate achieves stable appearance and strong synchronization across long-form video continuations, marking a significant advancement in the field of digital human generation.
Achieving real-time audio-video generation without sacrificing visual fidelity or synchronization, TaoMate redefines the limits of digital human technology.
Real-time long-form digital-human generation relies on causal models to extend audio-visual content while preserving subject appearance and audio-video synchronization across successive segments. A bounded cache retains local motion and phonetic context but discards older evidence, whereas attending to the complete generated history is computationally expensive and can propagate accumulated errors. We present \method, an anchor-guided persistent-memory framework for few-step joint audio-video generation. The framework preserves an immutable visual anchor, compresses completed video and audio blocks into fixed-capacity dynamic states, and retrieves those states through modality-specific residual attention without extending the active cache. A reference-aware modulation method additionally conditions video features on dynamic and anchor appearance statistics. Anchor-preserving causal-context distillation varies rollout horizon, prefix provenance, and cache-history reliability while keeping the immutable visual anchor unperturbed. By separating persistent memory from stage-local denoising dependencies, \method further admits stage-parallel execution across blocks, accelerating autoregressive inference without pipeline-specific retraining. We evaluate long-form video continuations with appearance, temporal, synchronization, facial, and speech diagnostics. Results show that \method preserves stable appearance across prompt-conditioned segments and strong audio-visual synchronization under autoregressive generation. Our project page is https://taoliveaigc.github.io/TaoMate.