MoViE: Mobile Diffusion for Video Editing
Adil Karjauv, Noor Fathima, Ioannis Lelekas, Fatih Porikli, Amir Ghodrati, Amirhossein Habibian
TL;DR
This work addresses the prohibitive computational cost of diffusion-based video editing on edge devices by introducing MoViE, a mobile-optimized video editing pipeline. It combines a lightweight base model (Mobile-Pix2Pix) with multimodal guidance distillation to fuse text and image conditioning into a single forward pass, and an adversarial step distillation that collapses multiple diffusion steps without sacrificing controllability. On a $512\times384$ mobile pipeline, MoViE achieves about $12$–$12.5$ frames per second for long videos, with substantial reductions in FLOPs and latency while preserving editing quality. The approach enables practical, privacy-preserving, on-device video editing suitable for real-time applications on consumer hardware.
Abstract
Recent progress in diffusion-based video editing has shown remarkable potential for practical applications. However, these methods remain prohibitively expensive and challenging to deploy on mobile devices. In this study, we introduce a series of optimizations that render mobile video editing feasible. Building upon the existing image editing model, we first optimize its architecture and incorporate a lightweight autoencoder. Subsequently, we extend classifier-free guidance distillation to multiple modalities, resulting in a threefold on-device speedup. Finally, we reduce the number of sampling steps to one by introducing a novel adversarial distillation scheme which preserves the controllability of the editing process. Collectively, these optimizations enable video editing at 12 frames per second on mobile devices, while maintaining high quality. Our results are available at https://qualcomm-ai-research.github.io/mobile-video-editing/
