🛰️ Daily AI Frontier
‹ back to 2026-08-07

Wan-Animate-2: Pushing the Application Boundaries of Character Animation

arXiv cs.CV Multimodal & Generative Guangyuan Wang, Li Hu, Dechao Meng, Zhongyi Zhang, Peng Zhang, Mingyang Huang, Ruoshi Zhang, Ke Sun, Zhe Zhang, Xingjun Wang, Gang Cheng, Bang Zhang 2026-08-06
Representative image for Wan-Animate-2: Pushing the Application Boundaries of Character Animation

TL;DR - Wan-Animate-2 is an end-to-end character image animation framework built on a redesigned Diffusion Transformer that consumes the driving video directly, removing intermediate motion extractors, and ships a distilled "Lite" variant that runs at real-time latency for streaming avatars and live-stream hosts.

  • Motivates the design by faulting three prior paradigms: explicit motion representations (extraction errors, identity drift), implicit motion features (fine-grained dynamics lost to compression), and in-context learning (prohibitive compute).
  • Feeds the driving video straight into the DiT, which the authors credit for better motion fidelity and identity preservation; adds text-driven viewpoint control that decouples output camera perspective from the driving video.
  • Wan-Animate-2-Lite reaches real-time inference via a three-stage recipe: teacher-forcing pretraining with an error buffer mechanism, then Self-Forcing distillation with chunk-wise backpropagation.
  • Evidence is qualitative evaluations plus user studies (no quantitative benchmark numbers given here); the Wan-Animate-2-Base weights are stated as a planned public release.

view merged work →