MobileWan VS Wan 2.2 5B

Click any sample to enlarge it, compare it to the corresponding tuned Wan 2.2 5B samples and view its text prompt.

Abstract

Recent advances in video diffusion have been driven by scaling transformer-based architectures to billions of parameters, substantially improving visual fidelity and motion coherence. In contrast, existing mobile video diffusion models remain limited to relatively small parameter budgets, typically 0.4–1.8B, restricting generation quality. In this work, we show that high-quality mobile video generation does not require small models. Instead, we demonstrate that a server-scale 5B-parameter video diffusion transformer can be deployed efficiently on memory-constrained mobile hardware through recurrent reformulation and structured compression. Starting from Wan2.2-5B, we rely on a recurrent distillation framework that converts video generation into a chunk-wise autoregressive process with constant memory attention computation. Combined with causal linear attention, the model operates as an RNN at inference time while preserving temporal coherence across chunks. We further propose a learnable attention head pruning method based on binary per-head gates optimized end-to-end using a noise-biased sparsity objective and distillation-based finetuning. Together with sampling-step distillation and memory-optimized VAE decoding, MobileWan becomes the first 5B-scale video diffusion model deployable on a commercial mobile device. Our system generates 5-second 480×832 videos at 16 FPS in 20 seconds end-to-end latency, achieving a VBench score of 83.79 and establishing a new state of the art in mobile video generation.

Method

We significantly advance the quality of Mobile Video Generation compared to the previous state-of-the-art (a) and produce high quality videos (b) comparable to the ones produced by server models. Our user study preferred MobileWan videos 80% of the time over Neodragon

In this work, we challenge the assumption that mobile video generation requires small diffusion models. Instead, we show that a server-scale 5B-parameter video DiT can be deployed efficiently on memory-constrained mobile hardware through recurrent reformulation and structured compression. Starting from Wan2.2-5B, we introduce a recurrence distillation framework that converts a pretrained transformer into a chunk-wise autoregressive model with near-constant memory attention computation. Rather than attending over the full video sequence, the model generates videos chunk-by-chunk while restricting attention to a small local token set. To preserve temporal coherence across chunks, we combine this formulation with a causal linear attention mechanism, enabling the diffusion transformer to operate as an RNN during inference.
We further introduce a learnable head pruning method tailored for video DiT's. Our approach relies on binary per-head gates optimized end-to-end with sparsity regularization and a noise-biased learning strategy that improves the pruning robustness. Combined with recurrent distillation, aggressive sampling-step distillation, and memory-optimized VAE decoding, these optimizations together enable, for the first time, deployment of a 5B-scale video diffusion model on a commercial mobile device. We present MobileWan, a high-quality on-device video diffusion system built on these principles.

Major contributions:

  • We introduce MobileWan, a novel on-device video diffusion system that brings the 5B-parameter Wan2.2 model to mobile hardware, substantially narrowing the quality gap between mobile and server-scale video generation. Through system-level optimizations, we demonstrate the generation of 5-second 480x832 videos at 16 fps in 20 seconds, achieving 83.79 VBench. To foster further research on mobile video diffusion, we will release our models and training recipes.
  • We show that by distilling all transformer blocks into recurrent structures, the DiT inference can be formulated as an RNN over frames, reducing the peak memory footprint as required for deploying large models on mobile devices.
  • We propose a noise-biased, learnable head-pruning method that combines per-head gating, sparsity regularization, and targeted timestep sampling, enabling more aggressive and effective pruning than heuristic alternatives under stringent compression settings.
Overview of the temporally chunked hybrid attention arrangement without (left) and with chunk overlap (right).

Results

Method VBench
Quality Semantic Total
Wan2.2 5B - Finetuned 84.16 78.95 83.12
+ Head Pruning (23%) 84.13 79.30 83.16
+ Recurrence Distil. (30 Blocks) 83.44 80.01 82.75
+ Step Distillation (3 steps) 85.32 78.89 84.03
+ Optimized Decoder 85.16 78.32 83.79

The generation quality impact of adding the optimization components one-by-one.


Up-to-5B Server Models Total↑ Quality↑ Semantic↑
Open-Sora Plan V1.3 77.23 80.14 65.62
CogVideoX 5B 81.91 83.05 77.33
CogVideoX1.5 5B 82.01 82.72 79.17
Open-Sora V1.2 79.76 81.35 73.39
LTX-Video 80.00 82.30 70.79
Mobile Video DiT - Server 83.09 84.65 76.86
CogVideoX 2B 81.55 82.48 77.81
PyramidalFlow 81.72 84.74 69.62
M4V 81.91 83.36 76.10
STA 83.00 85.37 73.52
VSA 82.77 83.60 79.47
SANA-Video 83.71 84.35 81.35
Attention Surgery 83.21 85.19 75.25
Wan2.2 5B* 83.12 84.16 78.95
Mobile Models
SnapGen V 81.14 83.47 71.84
Mobile Video DiT - Mobile 81.45 83.12 74.76
Neodragon 81.61 83.68 73.36
S2DiT - AR 83.23 85.63 73.79
MobileWan (Ours) 83.79 85.16 78.32

Comparisons with SOTA efficient video diffusion models on VBench. Wan2.2* is our best reproduction using our evaluation pipeline.

Failure Cases

Sample failure cases where temporal consistency of the generated video is an issue.

Explore more efficient video generation/editing projects from our team at Qualcomm AI Research

BibTeX


			@article{ghafoorian2026mobilewan,
			  title        = {MOBILEWAN: Closing the Quality Gap for Mobile Video Diffusion},
			  author       = {Mohsen Ghafoorian and Denis Korzhenkov and Adil Karjauv and Ioannis Lelekas and Noor Fathima and Spyridon Stasis and Hanno Ackermann and Boris van Breugel and Markus Nagel and Fatih Porikli and Animesh Karnewar and Amirhossein Habibian},
			  journal      = {arXiv preprint arXiv:2607.06173},
			  year         = {2026}
			}