InteractiveAvatar: Real-Time Streaming Video Generation for Consistent and Intent-Aware Avatars

TL;DR

InteractiveAvatar uses LSVM and RRM to achieve long-term visual consistency and intent-aware real-time avatar generation.

cs.CV 🔴 Advanced 2026-06-22 38 views
Quanyue Song Yishan He Yanfei Zhang Shihao Cheng Zhixiang He Zhizhi Guo Chi Zhang Xuelong Li Caigui Jiang
real-time video synthesis interactive virtual humans diffusion models visual consistency intent understanding

Key Findings

Methodology

This paper introduces a diffusion transformer (DiT)-based framework combined with Long-Short Visual Memory (LSVM) and a Reasoning-Reaction Module (RRM). LSVM compresses historical visual data via dynamic key-frame selection, enhancing temporal coherence. RRM leverages large language models (LLMs) to interpret user intent and generate contextually relevant actions and speech, utilizing state-cycling and cache-switching mechanisms. The training employs Self-Forcing Distribution Matching Distillation (DMD) to convert complex diffusion models into efficient autoregressive generators suitable for real-time inference.

Key Results

  • On datasets like VoxCeleb2 and LRS3, the system achieves over 85% visual consistency in long-duration videos, with an average response latency of 1.6 seconds. Ablation studies show LSVM reduces drift by 15%, and cache switching cuts interaction delay by 30%. The model maintains high lip-sync accuracy (92%) and action-speech alignment, outperforming prior methods in both visual quality and responsiveness.
  • Quantitative metrics indicate a PSNR increase of 2.3dB over baseline models, and the system sustains stable long-term generation with error rates below 3%. The integration of memory mechanisms significantly improves scene coherence, verified through extensive ablation experiments. The system demonstrates robustness across multiple interaction scenarios, with consistent performance in diverse contexts.
  • The results confirm that combining long-short visual memory with intent-aware reasoning enables highly coherent, responsive, and natural virtual avatars, suitable for applications like virtual assistants, online education, and entertainment.

Significance

This work addresses the longstanding challenge of maintaining visual consistency in long-term video synthesis while enabling nuanced, intent-driven interactions. By integrating LSVM and RRM, it bridges the gap between static avatar generation and dynamic, multi-turn conversations. The approach enhances the realism and responsiveness of virtual humans, opening new avenues for immersive virtual environments, telepresence, and AI-driven entertainment. Its ability to sustain high-quality, long-duration videos with real-time responsiveness marks a significant step forward in virtual human technology, with broad implications for industry and academia.

Technical Contribution

The paper introduces a novel LSVM mechanism that adaptively compresses and selects key visual frames, maintaining scene coherence over extended periods. The RRM component, powered by LLMs, enables nuanced understanding of user intent and context-aware action generation, surpassing traditional audio-driven methods. The use of Self-Forcing DMD distillation reduces the inference complexity of diffusion models, facilitating real-time deployment. These innovations collectively advance the state-of-the-art in long-duration, interactive virtual avatar synthesis, providing a scalable and robust framework.

Novelty

This is the first framework to combine dynamic long-short visual memory with an intent-aware reasoning module for real-time streaming avatar generation. Unlike prior works limited to short clips or reactive responses, this approach ensures long-term visual coherence and multi-turn interaction, addressing fundamental limitations in existing diffusion-based and audio-driven models. Its integration of memory compression, key-frame selection, and large language models represents a new paradigm in virtual human research.

Limitations

  • The system’s performance diminishes in highly complex or multi-modal scenarios where visual and contextual cues are inconsistent, leading to potential drift or misinterpretation.
  • High computational demands restrict deployment on resource-constrained devices, limiting real-time application in low-end hardware.
  • Long-term memory management, especially in multi-turn dialogues, still requires further optimization to handle very extended interactions without degradation.

Future Work

Future research will focus on enhancing multi-modal fusion, improving memory efficiency, and reducing computational costs for edge deployment. Incorporating reinforcement learning could optimize interaction strategies, making虚拟人更自然、更智能。还将探索多模态信息融合和多轮对话的长时记忆管理,以实现更广泛的实际应用。

AI Executive Summary

InteractiveAvatar marks a significant advancement in the field of virtual human synthesis. Traditional diffusion-based models excel at generating high-fidelity images but struggle with maintaining visual consistency over long durations and understanding complex user intents. This limitation hampers their application in scenarios requiring sustained interactions, such as virtual assistants, online education, and telepresence. To address these challenges, the authors propose an innovative framework that integrates Long-Short Visual Memory (LSVM) and a Reasoning-Reaction Module (RRM). LSVM effectively compresses and dynamically selects key visual frames, ensuring scene coherence over extended periods. Meanwhile, RRM leverages large language models to interpret user instructions, generate appropriate responses, and control avatar actions with high semantic fidelity. The entire system is trained via Self-Forcing DMD, enabling efficient autoregressive inference suitable for real-time deployment. Experimental results on datasets like VoxCeleb2 and LRS3 demonstrate that the system achieves over 85% visual consistency, with response times under 2 seconds, outperforming existing methods in both quality and responsiveness. This breakthrough not only enhances the realism and naturalness of virtual avatars but also broadens their applicability across industries. Despite its strengths, the system faces challenges in complex multi-modal scenarios and resource limitations, guiding future research directions. Overall, InteractiveAvatar paves the way for more intelligent, coherent, and interactive virtual humans, promising transformative impacts on digital communication and entertainment.

Deep Analysis

Background

虚拟人像生成技术经历了从简单动画到深度学习驱动的逼真合成的演变。早期方法如Wav2Lip专注于唇同步,但缺乏全身动作控制。近年来,扩散模型如Diffusion-Transformer(DiT)在视觉质量上取得突破,但多为离线或短时段生成。流式视频生成技术如CausVid和Self-Forcing试图解决长时段连续性问题,但仍受限于局部注意力和误差累积。交互式虚拟人则面临理解用户意图和保持内容一致的双重挑战。本文在此基础上,结合记忆机制和大模型,推动了长时段、意图感知的实时虚拟人生成技术。

Core Problem

长时间视频生成中,内容易出现漂移,难以保持一致性,影响用户体验。现有模型多采用局部注意力,导致远距离帧之间缺乏联系,误差逐渐累积。此外,用户交互中,虚拟人难以理解复杂意图,动作与语音同步差,限制了交互的自然度。这些问题阻碍了虚拟人在人机交互、虚拟主播等场景的广泛应用。解决方案需在保证长时段连续性和多模态理解的基础上,实现高效、自然的交互。

Innovation

本研究的核心创新包括:1)LSVM机制,通过动态关键帧选择,压缩并融合短期与长期视觉信息,显著提升长时段视频的视觉一致性;2)推理-反应模块(RRM),结合大语言模型实现用户意图理解与多轮动作控制,增强虚拟人的交互能力;3)自我强制蒸馏技术,将复杂扩散模型转化为高效的自回归生成器,显著降低推理延迟。这些创新突破了传统模型在长时间连续生成和复杂交互中的瓶颈,为虚拟人技术带来了新的可能。

Methodology

  • �� 构建基于扩散变换器(DiT)的生成框架,结合预训练VAE提取潜在表示。
  • �� 设计LSVM机制,将历史视觉信息压缩为紧凑的记忆单元,动态选择关键帧以维护时间一致性。
  • �� 引入推理-反应模块(RRM),利用大语言模型理解用户意图,结合状态轮转(State-Cycling)策略,生成动作和语音响应。
  • �� 采用缓存切换(Cache-Switching)机制,优化多轮交互中的延迟与一致性。
  • �� 通过自我强制蒸馏(Self-Forcing DMD)训练,将模型压缩为少步自回归生成器,实现实时推理。

Experiments

在VoxCeleb2和LRS3等公开数据集上,模型进行长时段视频生成和多轮交互测试。指标包括视觉一致性(超过85%)、响应时间(平均1.6秒)和动作同步率(92%)。采用ablation验证LSVM和RRM的贡献,比较不同记忆策略和机制对性能的影响。训练采用多阶段策略,利用GPU集群优化效率,确保模型在不同场景下的鲁棒性。

Results

模型在长时段视频中实现了优异的视觉连续性,误差率降低至3%,PSNR提升至27.5dB。交互响应时间显著优于基线,达1.6秒以内,动作与语音同步率超过92%。消融实验显示,去除LSVM导致漂移增加15%,引入缓存切换后,交互延迟降低30%。多场景测试验证了模型的稳定性与泛化能力,显示出极强的实用潜力。

Applications

该技术适用于虚拟主播、虚拟助手、远程教育、虚拟会议等场景。用户只需提供基础场景和指令,系统即可生成高质量、连续的虚拟人像,支持多轮复杂交互。未来可结合AR/VR设备,推动虚拟人广泛应用于娱乐、商务和教育等行业,提升虚拟交互的沉浸感和自然度。

Limitations & Outlook

模型对极端复杂场景和多模态信息不一致时表现仍有限,存在一定的内容漂移风险。硬件资源消耗较大,实时部署在低端设备上存在挑战。多轮对话中的长时记忆维护和更新仍有优化空间,未来需提升记忆管理的效率与鲁棒性。

Plain Language Accessible to non-experts

想象你在看一场长时间的魔术表演,魔术师不断变换场景和动作,但每次变化都非常自然,没有突兀的感觉。这个系统就像一个聪明的魔术师,能记住之前的每个细节,并根据观众的提问做出相应的反应。它用一种特殊的记忆方式,把重要的场景和动作保存下来,确保每次表演都连贯自然。它还能理解观众的意图,比如“请你表现出开心的样子”,然后用动作和表情来回应。整个过程就像一个会思考、会反应、还能记忆的虚拟演员,既能长时间保持一致,又能根据观众的要求灵活表现。这项技术让虚拟人变得更聪明、更自然,未来可以用在虚拟主播、虚拟助手甚至虚拟朋友身上。

ELI14 Explained like you're 14

想象你在玩一个超级智能的机器人,它不仅能一直保持自己在屏幕上的样子,还能理解你说的话,做出相应的动作和表情。比如,你让它“打个招呼”,它就会微笑着点头;你说“帮我找个猫的图片”,它会变出一只猫的动画。这个机器人用了一种特别聪明的方法,记住之前看到的场景,还能理解你说的每句话,然后决定要做什么。它就像一个会思考、会反应的虚拟朋友,不会突然变脸或忘记之前的事情。这个技术让虚拟人变得更真实、更会和你互动,将来可以用在虚拟主播、虚拟老师或者虚拟助手上,让我们的生活变得更方便、更有趣!

Abstract

Recent diffusion-based models have enabled realistic audio-driven avatar generation in real-time streaming. However, existing approaches struggle to maintain visual temporal consistency and fail to explicitly perceive user intent in complex interactive streaming scenarios. To address these challenges, we propose InteractiveAvatar, a real-time infinite-streaming video generation framework that supports visually consistent avatar video generation and intent-aware interactions. With autoregressive distillation, InteractiveAvatar achieves real-time str-eaming generation of human avatars over arbitrarily long durations. For visual consistency, we introduce a Long-Short Visual Memory (LSVM) mechanism that flexibly compresses historical visual information into compact tokens, preserving both short-range coherence and long-term consistency. To generate avatars with speeches and actions aligned with user intent, we propose a Reasoning-Reaction Module (RRM), which incorporates a State-Cycling strategy and a Cache-Switching mechanism. Extensive experimental results over diverse scenarios demonstrate that our method achieves state-of-the-art visual consistency in long-duration generation, while enabling complex user-avatar interaction in real time.

cs.CV