AB
AiBoss
project

MobileVD - The first video diffusion model optimized for mobile devices

MobileVD (Mobile Video Diffusion) is the first video diffusion model optimized for mobile devices, developed by the Qualcomm AI Research team. The model is based on the spatiotemporal UN structure of Stable Video Diffusion (SVD)...

What is MobileVD?

MobileVD (Mobile Video Diffusion) is the first video diffusion model optimized for mobile devices, developed by the Qualcomm AI Research team. Based on the spatiotemporal UNet architecture of Stable Video Diffusion (SVD), the model significantly reduces memory and computational costs by lowering frame resolution, introducing multi-scale temporal representations, and employing two novel pruning schemes to reduce the number of channels and time blocks. MobileVD utilizes adversarial fine-tuning techniques to simplify the denoising process into a single step, further improving model efficiency.

Main functions of MobileVD

  • Reduce frame resolutionThe resolution of the video frames was reduced from 1024×576 to 512×256, which reduced the amount of computation.
  • Multiscale time representationIntroducing multi-scale temporal representation to better handle the temporal dynamics of video.
  • Channel and time block pruningTwo novel pruning schemes were used to reduce the number of channels and time blocks in UNet.
  • Counter-fine-tuningThe adversarial fine-tuning technique simplifies the denoising process into a single step, further improving the model's efficiency.

MobileVD project address

Application scenarios of MobileVD

  • Short video generationUsers can use MobileVD to quickly generate high-quality short videos on their mobile phones for sharing on social media.
  • Video editingIn video editing applications, MobileVD can be used as a background video generator, providing users with a wealth of video materials.
  • Game VideosIn game development, MobileVD can be used to generate in-game video content, such as opening animations and cutscenes.
  • Entertainment AppsIn entertainment applications, MobileVD can generate fun video content, such as funny videos and videos with special effects.
  • Customized videoUsers can generate personalized video content through MobileVD according to their own needs, such as adding custom text and voice-over.
  • Interactive videoIn interactive video applications, MobileVD can generate video content that is relevant to user interaction in real time, enhancing the user experience.