Knot Forcing: Taming Autoregressive Video Diffusion Models for Real-time Infinite Interactive Portrait Animation
Steven Xiao, Xindi Zhang, Dechao Meng, Qi Wang, Peng Zhang, Bang Zhang
TL;DR
The paper tackles real-time, controllable portrait animation using diffusion-based video generation, where streaming constraints conflict with high-quality, long-horizon coherence. It introduces Knot Forcing, a streaming autoregressive framework that combines chunk-wise generation with a global reference KV cache, a Temporal Knot that overlaps adjacent chunks, and a running-ahead mechanism to maintain long-term semantic alignment. The approach yields improved visual stability, reduced flicker, and robust identity preservation for infinite sequences on consumer GPUs, with ablations validating the contribution of each component. Compared with both autoregressive and causal diffusion baselines, Knot Forcing achieves competitive or superior quality at similar or lower latency, demonstrating practical viability for interactive applications in real time.
Abstract
Real-time portrait animation is essential for interactive applications such as virtual assistants and live avatars, requiring high visual fidelity, temporal coherence, ultra-low latency, and responsive control from dynamic inputs like reference images and driving signals. While diffusion-based models achieve strong quality, their non-causal nature hinders streaming deployment. Causal autoregressive video generation approaches enable efficient frame-by-frame generation but suffer from error accumulation, motion discontinuities at chunk boundaries, and degraded long-term consistency. In this work, we present a novel streaming framework named Knot Forcing for real-time portrait animation that addresses these challenges through three key designs: (1) a chunk-wise generation strategy with global identity preservation via cached KV states of the reference image and local temporal modeling using sliding window attention; (2) a temporal knot module that overlaps adjacent chunks and propagates spatio-temporal cues via image-to-video conditioning to smooth inter-chunk motion transitions; and (3) A "running ahead" mechanism that dynamically updates the reference frame's temporal coordinate during inference, keeping its semantic context ahead of the current rollout frame to support long-term coherence. Knot Forcing enables high-fidelity, temporally consistent, and interactive portrait animation over infinite sequences, achieving real-time performance with strong visual stability on consumer-grade GPUs.
