arXiv:2511.21475cs.CV2025-11被引 2

轻量级模型实现在手机端快速生成720p高清视频。

MobileI2V: Fast and High-Resolution Image-to-Video on Mobile Devices

  • 采用线性混合注意力结构,兼顾生成速度与质量。
  • 采样步数压缩至2步,帧生成速度低于100毫秒。
  • 专为移动端优化,适合移动设备实时视频生成。

近期视频生成技术快速发展,图像到视频(I2V)合成在移动端受到越来越多关注。然而,扩散模型的高计算复杂度和慢生成速度给资源受限的移动设备带来挑战。本文提出MobileI2V,一个270M的轻量级扩散模型,实现移动端实时、高分辨率的图像到视频生成。核心创新包括:(1) 分析线性与Softmax注意力在移动端的表现,提出一种线性混合架构去噪器,平衡效率与质量;(2) 设计时间步蒸馏策略,将I2V采样步骤从20步以上压缩至仅2步,生成速度提升10倍;(3) 应用移动端专用注意力优化,使推理时注意力运算速度提升2倍。MobileI2V首次实现手机端720p图像到视频的快速生成,单帧生成速度低于100毫秒,质量接近现有模型。代码已开源:https://github.com/hustvl/MobileI2V。

原文摘要 · Abstract (English)

Recently, video generation has witnessed rapid advancements, drawing increasing attention to image-to-video (I2V) synthesis on mobile devices. However, the substantial computational complexity and slow generation speed of diffusion models pose significant challenges for real-time, high-resolution video generation on resource-constrained mobile devices. In this work, we propose MobileI2V, a 270M lightweight diffusion model for real-time image-to-video generation on mobile devices. The core lies in: (1) We analyzed the performance of linear attention modules and softmax attention modules on mobile devices, and proposed a linear hybrid architecture denoiser that balances generation efficiency and quality. (2) We design a time-step distillation strategy that compresses the I2V sampling steps from more than 20 to only two without significant quality loss, resulting in a 10-fold increase in generation speed. (3) We apply mobile-specific attention optimizations that yield a 2-fold speed-up for attention operations during on-device inference. MobileI2V enables, for the first time, fast 720p image-to-video generation on mobile devices, with quality comparable to existing models. Under one-step conditions, the generation speed of each frame of 720p video is less than 100 ms. Our code is available at: https://github.com/hustvl/MobileI2V.

图像转视频移动端生成轻量化模型扩散模型

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。