Omni-LiveAvatar

Minute-Level Real-Time Streaming Joint Audio-Video Avatar Generation

1iComAI Lab, Hong Kong University of Science and Technology   2Vivix Group Limited
Qualitative comparison of minute-level generation by Omni-LiveAvatar

Qualitative comparison of minute-level generation. Compared with state-of-the-art baselines, Omni-LiveAvatar preserves consistent avatar and background appearance, and maintains tight audio-video alignment over a minute-long rollout, whereas OmniForcing and Hallo-Live exhibit severe appearance drift. In the bottom row, the syllable uttered at each frame is highlighted in red, and the insets show the corresponding mouth shapes for lip-audio alignment.

Abstract

Joint audio-video generative models serve as the foundation for immersive and interactive digital-human generation. Nevertheless, most existing models rely on bidirectional attention and multi-step denoising and can generate only short clips, making them unsuitable for real-time interaction over extended durations. We present Omni-LiveAvatar, the first framework for minute-level, real-time streaming joint audio-video avatar generation. Specifically, we propose (1) a progressive autoregressive distillation pipeline that transfers a large bidirectional joint audio-video diffusion model into a few-step autoregressive generator without auxiliary stabilization mechanisms; (2) a synchronized audio-video long-short-term memory that preserves global consistency under a bounded memory budget; and (3) a hierarchical rolling prompt planning strategy that enables coherent semantic evolution and seamless prompt transitions. Extensive experiments show that Omni-LiveAvatar generates high-quality, synchronized minute-level avatars in real time. In terms of speed, it achieves a 33× generation speedup over its teacher, LTX-2, on a single NVIDIA H200 GPU; in terms of generation quality, it outperforms accelerated baselines across visual quality, audio quality, cross-modal synchronization, and human fidelity.

Progressive Autoregressive Distillation

A three-stage pipeline (Few-Step Distillation → Trajectory-Aligned Causal Initialization → Joint Rolling Forcing) that converts a bidirectional teacher into a real-time streaming generator without auxiliary stabilization mechanisms.

Synchronized Audio-Video Long-Short-Term Memory

Periodically re-anchored long-term memory combined with a rolling KV cache preserves global consistency, recent context, and cross-modal alignment under a bounded memory budget.

Hierarchical Rolling Prompt Planning

Decomposes the full prompt into a fixed global prompt and block-level local prompts that advance with the rolling window, enabling smooth semantic transitions without conflicts.

Method Overview

Omni-LiveAvatar combines progressive autoregressive distillation, synchronized audio-video long-short-term memory, and hierarchical rolling prompt planning.

Overview of Omni-LiveAvatar framework

Overview of Omni-LiveAvatar. The proposed progressive autoregressive distillation pipeline converts a large bidirectional audio-video diffusion model into a few-step causal generator without any auxiliary stabilization mechanism (top). At inference, the synchronized audio-video long-short-term memory preserves global consistency while retaining recent context within a bounded memory budget for minute-level streaming inference (middle), and the hierarchical rolling prompt planning organizes global and local prompts for smooth long-form semantic evolution (bottom).

Trajectory-Aligned Causal Initialization

Visualization of denoising trajectories: DMD aligns output distribution but disrupts pointwise trajectory

Visualization of the denoising trajectories (left) and output distributions (right) of the multi-step teacher and few-step student. DMD aligns the output distribution but disrupts the pointwise denoising trajectory. Our Stage II generates ODE pairs from the distilled few-step model itself, avoiding trajectory mismatch and stabilizing causal initialization.

Quantitative Results

Omni-LiveAvatar achieves state-of-the-art performance across video quality, human fidelity, audio quality, and audio-video synchronization, with a 33× speedup over LTX-2.

33× Speedup & 21.99 FPS
Real-Time Streaming Generation on NVIDIA H200
All-Metric SOTA
Best Across All Evaluated Metrics on 5-Second and 60-Second Generation
Table 1. Quantitative Comparison on 5-Second Avatar Generation
Method Speed Video Quality VideoAlign↑ Human Fidelity Audio Quality SyncNet Confidence↑
FPS↑ Subject Consistency↑ Background Consistency↑ Aesthetic Quality↑ Imaging Quality↑ Quality Score↑ Human Anatomy↑ Human Identity↑ Human Clothing↑ UTMOS↑ DNSMOS↑ NISQA↑
LTX-20.6092.5493.4256.3771.5379.397.7796.2392.9399.573.543.753.476.89
Ovi1.4197.1095.2933.1365.8376.146.5198.5597.1399.193.103.722.636.88
Real-time Autoregressive Models
OmniForcing16.1198.0594.4760.1470.7580.058.1188.7698.51100.002.463.843.031.60
Hallo-Live16.5098.2093.6427.9766.0474.218.0498.3997.42100.002.963.812.954.50
Omni-LiveAvatar19.5799.2897.5263.6172.1181.729.0898.76100.00100.003.193.953.066.16

Best results among real-time autoregressive models are highlighted in bold. ↑ indicates higher is better.

Table 2. Quantitative Comparison on Minute-Level (60s) Avatar Generation
Method Speed Video Quality VideoAlign↑ Human Fidelity Audio Quality SyncNet Confidence↑
FPS↑ Subject Consistency↑ Motion Smoothness↑ Aesthetic Quality↑ Imaging Quality↑ Human Anatomy↑ Human Identity↑ Human Clothing↑ UTMOS↑ DNSMOS↑ NISQA↑
Real-time Autoregressive Models
OmniForcing16.1898.7199.3854.9071.706.6892.1450.19100.001.603.512.900.28
Hallo-Live13.8099.5099.1947.1661.185.4697.8167.6077.202.023.972.990.72
Omni-LiveAvatar21.9999.5599.6861.9871.719.8299.8598.61100.002.804.043.246.76

Best results among real-time autoregressive models are highlighted in bold. ↑ indicates higher is better.

Qualitative Comparisons

Omni-LiveAvatar generates realistic, temporally consistent avatars with stable appearance and accurate audio-video synchronization across both short and minute-long generation.

5-Second Generation

Qualitative comparison of 5-second avatar generation

Qualitative comparison of 5-second avatar generation. Omni-LiveAvatar generates realistic and temporally consistent avatars with visual quality comparable to Ovi and LTX-2, whereas OmniForcing exhibits noticeable realism degradation and Hallo-Live suffers from facial and hand artifacts as well as color drift.

60-Second Generation

Additional 60s comparison 1
Additional 60s comparison 2
Additional 60s comparison 3
Additional 60s comparison 4
Additional 60s comparison 5
Additional 60s comparison 6

Additional qualitative comparisons on 60-second avatar generation. Omni-LiveAvatar maintains consistent avatar and background appearance throughout minute-long generation, while baselines exhibit severe appearance drift and degraded synchronization.

Ablation Study

Ablations validate the individual contributions of each proposed component.

Ablation on Training Strategies
Variant Video Quality Audio Quality SyncNet Confidence↑ VideoAlign↑
Quality Score↑ UTMOS↑ DNSMOS↑ NISQA↑
w/o RF & w/o TA-ODE72.051.513.212.701.231.24
w/o RF80.671.933.382.444.588.09
w/o TA-ODE81.253.143.812.965.988.63
Ours (full)81.723.193.953.066.169.08

We compare against three settings: (1) using joint self-forcing instead of joint rolling forcing and generating ODE pairs with the multi-step teacher (w/o RF & w/o TA-ODE); (2) using joint self-forcing instead of joint rolling forcing (w/o RF); and (3) generating ODE pairs with the multi-step teacher (w/o TA-ODE). Removing both components causes drastic degradation across all metrics. w/o RF mainly degrades audio quality and synchronization, while w/o TA-ODE primarily degrades video quality and text-video alignment. Only combining both achieves the best performance.

Ablation on Memory Mechanisms
Variant Video Quality Audio Quality SyncNet Confidence↑ VideoAlign↑
Aesthetic Quality↑ Imaging Quality↑ UTMOS↑ DNSMOS↑ NISQA↑
w/o LTM58.6171.162.794.033.225.799.70
w/o re-anchor61.1671.432.784.023.236.709.82
async LTM61.9371.692.764.033.216.619.80
Ours (full)61.9871.712.804.043.246.769.82

We compare against three settings: (1) without the long-term memory (w/o LTM); (2) without periodic RoPE re-anchoring (w/o re-anchor); and (3) with temporally misaligned audio and video long-term memory (async LTM). w/o LTM causes the largest degradation in both video quality and synchronization, indicating that video generation is more vulnerable to temporal drift. Removing re-anchoring mainly weakens video quality metrics, while async LTM primarily harms cross-modal alignment.

Ablation on Prompt Planning Strategies
Variant Video Quality Audio Quality SyncNet Confidence↑ VideoAlign↑
Aesthetic Quality↑ Imaging Quality↑ UTMOS↑ DNSMOS↑ NISQA↑
w/o rolling prompt55.7468.451.603.282.384.479.72
5s-interval switching61.2371.332.653.943.195.119.71
Ours (full)61.9871.712.804.043.246.769.82

We compare against two settings: (1) providing the full prompt to the model at once (w/o rolling prompt); and (2) updating the prompt every 5 seconds (5s-interval switching). Audio-related metrics are more sensitive to the prompt planning strategy than video metrics, confirming that audio requires a finer-grained and smoother prompt schedule. Providing the full prompt at once yields the largest drops across nearly all metrics, while switching every 5s mainly degrades audio quality and audio-video alignment. Our hierarchical rolling prompt planning enables smooth, continuous, and aligned audio-video generation under the joint rolling-forcing inference paradigm.

BibTeX

@misc{zhu2026omniliveavatar,
  title={Omni-LiveAvatar: Minute-Level Real-Time Streaming Joint Audio-Visual Avatar Generation},
  author={Lunjie Zhu and Xingtong Ge and Fangyu Lin and Yi Zhang and Zhening Liu and Mengfei Li and Yumeng Zhang and Guanglu Song and Yu Liu and Jun Zhang},
  year={2026},
  eprint={2608.13602},
  archivePrefix={arXiv},
  primaryClass={cs.MM},
  url={https://arxiv.org/abs/2608.13602}
}