← Latest papers
💻 computer science

Live Avatar: Streaming Real-time Audio-Driven Avatar Generation with Infinite Length

This paper introduces Live Avatar, a co-designed algorithm-system framework that enables the first practical, real-time, infinite-length streaming generation of 14-billion-parameter audio-driven avatars by combining a distilled causal diffusion pipeline with Timestep-forcing Pipeline Parallelism to achieve 45 FPS while eliminating long-horizon identity drift.

Original authors: Yubo Huang, Hailong Guo, Fangtai Wu, Weiqiang Wang, Shifeng Zhang, Shijie Huang, Qijun Gan, Lin Liu, Sirui Zhao, Enhong Chen, Jiaming Liu, Steven Hoi

Published 2026-08-03
📖 5 min read🧠 Deep dive

Original authors: Yubo Huang, Hailong Guo, Fangtai Wu, Weiqiang Wang, Shifeng Zhang, Shijie Huang, Qijun Gan, Lin Liu, Sirui Zhao, Enhong Chen, Jiaming Liu, Steven Hoi

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you are trying to teach a robot to tell a story. You want it to speak, move its lips, and change its facial expressions in perfect sync with your voice, all while looking like a real human. This is the world of audio-driven avatar generation. For a long time, scientists have been building "digital actors" using a type of AI called a diffusion model. Think of a diffusion model like a sculptor who starts with a block of noisy static and slowly chips away the noise to reveal a perfect statue. Usually, this sculptor works in a very strict order: they must finish the head before they can start the body, and they have to do this step-by-step, which takes a long time.

The big problem is that if you ask this robot to tell a story for an hour, it tends to get confused. It might forget what the character's face looked like five minutes ago, or its voice might start to sound like a different person entirely. This is called "drift." Furthermore, because the sculptor works so slowly, you can't have a real-time conversation with it; by the time it finishes a sentence, you've already forgotten what you said. The goal for researchers has been to build a digital actor that is fast enough to talk to you live, smart enough to keep its identity for hours, and detailed enough to look photorealistic.

Enter Live Avatar, a new project that acts like a master conductor for a massive orchestra of computer chips. The researchers behind this work, led by teams from the University of Science and Technology of China and Alibaba, have figured out how to make a giant 14-billion-parameter AI model (a "14B" model, which is huge in the world of AI) talk, move, and stream video in real-time without losing its mind.

Usually, making a video this long and this fast is a contradiction. You can have speed, or you can have quality, but not both. Live Avatar solves this by changing how the AI "thinks" about time and memory. Instead of trying to remember every single perfect detail of the past (which causes the AI to get confused and drift), the system stores a "noisy" memory. Imagine trying to remember a song by humming the melody roughly rather than trying to recall every single note perfectly. This "rough" memory acts like a filter, keeping the character's face stable while letting the mouth move naturally.

The team also invented a clever way to speed things up called Timestep-forcing Pipeline Parallelism. Imagine a factory assembly line where, instead of one worker doing every step of building a car, you have a team of workers. In a normal video AI, every worker waits for the previous one to finish before they can start. Live Avatar changes the rules: every worker on the line (or every computer chip, known as a GPU) is assigned a specific step. While Worker A is polishing the wheels, Worker B is painting the door, and Worker C is installing the engine, all at the exact same time. This turns a slow, sequential process into a fast, parallel one.

The results are impressive. On a setup with 5 powerful H100 graphics cards, Live Avatar can generate video at 45 frames per second (FPS), which is faster than the speed of human vision. It takes only 1.21 seconds to start generating the first frame after you speak. Most importantly, it can keep going forever. The researchers tested it by making the avatar talk for over 10,000 seconds (that's nearly three hours straight), and the character didn't drift, didn't glitch, and didn't lose its identity.

This isn't just a theoretical win; the team built a new testing ground called GenBench to prove that other methods fail at long durations while theirs succeeds. They found that while other systems might look good for a few seconds, they start to degrade, change colors, or lose the person's face after a few minutes. Live Avatar, however, stays consistent. It suggests that by combining a "noisy" memory strategy with a smart assembly-line system, we can finally have digital humans that are ready for real-time, infinite conversations.

The paper explicitly rules out the idea that you need to train the AI on hours of video to make it work for hours. Instead, they showed that training on short clips (about 3 seconds) is enough, provided you use their special "noisy history" trick. They also argue against the old belief that you have to choose between a fast, low-quality model and a slow, high-quality one. With their method, you can have a massive, high-quality model that runs in real-time.

While the system is incredibly fast, the authors note that there is still a small delay. The time from when you speak to when the video appears on screen is about 3 seconds when you include network travel time. This is fast enough for many interactions but might not be quite fast enough for a seamless, face-to-face conversation where every millisecond counts. However, for streaming, virtual assistants, and digital storytelling, this is a massive leap forward, suggesting that the era of infinite, real-time digital avatars is no longer just a dream.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →