MobileWan: Closing the Quality Gap for Mobile Video Diffusion
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
- High-quality mobile video does not require small models.
- Recurrence distillation enables constant-memory attention computation.
- Noise-biased training improves pruning robustness for diffusion models.
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
- Convert transformer blocks to recurrent structures for constant memory footprint.
- Employ learnable, noise-biased head pruning for aggressive model compression.
- Extend VAE causal look-back windows to reduce temporal artifacts in generated video.
Topics
- Mobile Video Generation
- Video Diffusion Models
- Transformer Architectures
- Model Compression
- Recurrence Distillation
- Attention Head Pruning
- VAE Optimization
Code references
Best for: Machine Learning Engineer, Computer Vision Engineer, Research Scientist, AI Engineer, MLOps Engineer, AI Scientist
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by cs.CV updates on arXiv.org.