TaoMate: Anchor-Guided Memory Bridging Evolving and Reference States for Real-Time Audio-Video Digital Human Generation

TL;DR

TaoMate employs anchor-guided persistent memory, enabling stable real-time long-form audio-video generation with 97.55% appearance consistency and 16.32FPS speed.

cs.CV 🔴 Advanced 2026-07-27 55 views
Qijun Gan Chenwei Zhang Meiguang Jin Junfeng Ma Qiu Shen
multimodal generation long video memory mechanism autoregressive inference real-time

Key Findings

Methodology

TaoMate introduces an anchor-guided persistent-memory framework, separating an immutable visual anchor from adaptive modality states. It uses residual attention for cross-modal retrieval, avoiding cache expansion. The reference-aware FiLM modulates features based on appearance statistics. Rollout-aligned causal distillation combines multi-horizon rollouts and bias mitigation, supporting stage-parallel inference. This architecture effectively fuses short-term local cues with long-term identity and synchronization, enabling stable, real-time long video synthesis.

Key Results

  • On 1000-second long videos, TaoMate outperforms OmniForcing, maintaining 97.55% appearance stability and near-zero desynchronization (Desync 0.000). It achieves 16.32FPS on 3-GPU setups, surpassing real-time playback (24FPS). The model excels in facial, speech, and synchronization diagnostics, demonstrating robustness across multiple scenarios. Ablation studies confirm the importance of anchor-guided memory and causal distillation, with significant improvements over baseline cache methods.
  • Results show that TaoMate effectively prevents identity drift and color shifts during extended generation. Its synchronization accuracy exceeds industry standards, with high fidelity in facial and speech alignment. The stage-parallel inference accelerates processing, making real-time long videos feasible. The approach's stability and efficiency mark a substantial advance in continuous multimodal synthesis, suitable for virtual avatars, entertainment, and content creation.
  • The experimental evidence underscores TaoMate’s ability to sustain visual and audio consistency over extended durations. Its innovative memory design and parallel inference architecture address key bottlenecks in existing models, setting new benchmarks. The findings suggest broad applicability in virtual production, immersive media, and AI-driven content generation, with potential for further enhancements in scalability and cross-domain adaptation.

Significance

This work tackles the critical challenge of maintaining long-term consistency in multimodal long video generation. By integrating an anchor-guided persistent memory, it effectively mitigates identity drift and synchronization issues that plague prior methods. The stage-parallel inference framework drastically reduces computational bottlenecks, enabling real-time performance. These innovations open new avenues for deploying virtual humans, digital entertainment, and interactive media at scale. The approach bridges the gap between high-quality synthesis and practical deployment, pushing the frontier of AI-generated long-form content.

Technical Contribution

The paper's key contribution is the design of an anchor-guided persistent memory system that separates immutable references from adaptive states, enabling stable long-term conditioning. The residual attention mechanism allows efficient retrieval across modalities without cache growth. The rollout-aligned causal distillation reduces exposure bias, facilitating multi-step recursive generation. Additionally, the stage-parallel inference architecture leverages cross-stage dependencies, significantly boosting inference speed while preserving content fidelity. These innovations collectively advance the state-of-the-art in long-duration multimodal synthesis.

Novelty

This work is the first to combine an immutable visual anchor with a fixed-capacity, modality-specific persistent memory for long-term video generation. Its residual attention retrieval and reference-aware FiLM modulation are novel, addressing the limitations of traditional cache-based methods. The rollout-aligned causal distillation strategy introduces a new way to mitigate bias in recursive generation. The stage-parallel inference scheme further distinguishes this approach, enabling real-time performance without retraining, setting a new standard in long-form multimodal synthesis.

Limitations

  • Despite its strengths, TaoMate may still face challenges in highly dynamic or complex scenes, where rapid appearance changes or scene transitions could cause drift. The model's computational requirements remain substantial, limiting deployment on resource-constrained devices. Its reliance on fixed anchors might reduce flexibility in highly varied scenarios. Further research is needed to enhance adaptability and reduce inference costs, especially for diverse real-world applications.

Future Work

Future directions include developing adaptive anchor update mechanisms to handle scene changes, optimizing memory compression for efficiency, and extending the framework to unsupervised or weakly supervised settings. Incorporating reinforcement learning could improve long-term coherence. Cross-modal transfer learning and domain adaptation are also promising avenues. Ultimately, integrating this approach into interactive systems like virtual assistants or AR/VR environments could revolutionize immersive content creation and real-time virtual human interaction.

AI Executive Summary

Generating long, coherent multimodal videos remains a significant challenge in AI, primarily due to issues like identity drift, synchronization loss, and computational inefficiency. Existing models excel at short clips but struggle with extended sequences, where errors accumulate, and maintaining consistency becomes increasingly difficult. To address these limitations, this work introduces TaoMate, a novel framework that leverages an anchor-guided persistent memory system to enable stable, real-time long-form audio-video synthesis.

TaoMate's core innovation lies in decoupling long-term identity and appearance information from short-term local cues. It employs an immutable visual anchor to preserve subject identity, while adaptive modality states capture evolving motion and speech features. The model uses residual attention mechanisms for efficient cross-modal retrieval, avoiding cache expansion. Additionally, a reference-aware FiLM modulates features based on appearance statistics, ensuring visual consistency. The rollout-aligned causal distillation strategy exposes the model to multi-horizon contexts, reducing bias and error propagation during recursive generation.

A key technical breakthrough is the stage-parallel inference architecture, which divides the long video into manageable windows. Each stage processes its segment independently, with cross-stage dependencies maintained via fixed memory and explicit prefixes. This design enables the model to generate at 16.32FPS on 3 GPUs, surpassing real-time requirements, and maintains high fidelity over 1000 seconds of continuous output. Extensive experiments demonstrate superior performance in appearance stability, audio-video synchronization, and facial and speech quality, outperforming existing methods like OmniForcing.

Overall, TaoMate offers a scalable, efficient solution for long-duration multimodal content creation. Its ability to sustain identity and synchronization over extended periods opens new possibilities for virtual avatars, entertainment, and immersive media. While some challenges remain—such as scene complexity and resource demands—the framework sets a new benchmark for long-form audio-video generation, paving the way for future innovations in AI-driven digital humans.

Deep Dive

Abstract

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.

cs.CV