MobileWan: Closing the Quality Gap for Mobile Video Diffusion

· Source: cs.CV updates on arXiv.org · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Internet of Things (IoT) & Connected Devices · Depth: Expert, extended

Summary

MobileWan, introduced on November 6, 2025, is a novel system that enables a server-scale 5B-parameter Wan2.2 video diffusion transformer to run efficiently on memory-constrained mobile hardware. This development addresses the quality gap where existing mobile models, typically 0.4-1.8B parameters, fall short. MobileWan achieves this through a combination of recurrence distillation, which converts video generation into a chunk-wise autoregressive process with constant-memory attention, and a learnable attention head pruning method optimized with a noise-biased sparsity objective. Further enhancements include sampling-step distillation and memory-optimized VAE decoding. The system generates 5-second 480x832 videos at 16 FPS with 20 seconds end-to-end latency, scoring 83.79 on VBench and outperforming the previous state-of-the-art mobile model, Neodragon, in 80% of user preferences.

Key takeaway

For AI Engineers and MLOps Engineers tasked with deploying large video diffusion models on mobile devices, MobileWan demonstrates that you can achieve server-scale quality without resorting to drastically smaller models. You should explore integrating recurrence distillation and learnable attention head pruning techniques to overcome memory and computational constraints. This approach allows for high-fidelity video generation on devices like the Snapdragon® 8 Gen. 5 NPU, significantly narrowing the quality gap for your on-device generative AI applications.

Key insights

Server-scale 5B-parameter video diffusion models can run on mobile via recurrent reformulation and structured compression.

Principles

Method

Combines recurrence distillation for chunk-wise autoregressive processing, learnable attention head pruning with noise-biased optimization, sampling-step distillation (DMD/D-DMD), and memory-optimized VAE decoding with an extended causal look-back window.

In practice

Topics

Code references

Best for: Machine Learning Engineer, Computer Vision Engineer, Research Scientist, AI Engineer, MLOps Engineer, AI Scientist

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by cs.CV updates on arXiv.org.