paper-with-me

Papers

On-device Sora: Enabling Training-Free Diffusion-based Text-to-Video Generation for Mobile Devices

2025-03-31 · Bosung Kim, Kyuhwan Lee, Isu Jeong, Jungmin Cheon, Yeojin Lee, Seulki Lee

We present On-device Sora, the first model training-free solution for diffusion-based on-device text-to-video generation that operates efficiently on smartphone-grade devices. To address the challenges of diffusion-based text-to-video generation on computation- and memory-limited mobile devices, the proposed On-device Sora applies three novel techniques to pre-trained video generative models. First, Linear Proportional Leap (LPL) reduces the excessive denoising steps required in video diffusion through an efficient leap-based approach. Second, Temporal Dimension Token Merging (TDTM) minimizes intensive token-processing computation in attention layers by merging consecutive tokens along the temporal dimension. Third, Concurrent Inference with Dynamic Loading (CI-DL) dynamically partitions large models into smaller blocks and loads them into memory for concurrent model inference, effectively addressing the challenges of limited device memory. We implement On-device Sora on the iPhone 15 Pro, and the experimental evaluations show that it is capable of generating high-quality videos on the device, comparable to those produced by high-end GPUs. These results show that On-device Sora enables efficient and high-quality video generation on resource-constrained mobile devices. We envision the proposed On-device Sora as a significant first step toward democratizing state-of-the-art generative technologies, enabling video generation on commodity mobile and embedded devices without resource-intensive re-training for model optimization (compression). The code implementation is available at a GitHub repository(https://github.com/eai-lab/On-device-Sora).

📄 PDF Abstract BibTeX arXiv:2503.23796

Code (1)

eai-lab/on-device-sora 공식 구현 pytorch

Tasks

DenoisingModel OptimizationText-to-Video GenerationVideo Generation

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

On-device Sora: Enabling Training-Free Diffusion-based Text-to-Video Generation for Mobile Devices

2025-02-05 · Bosung Kim, Kyuhwan Lee, Isu Jeong, Jungmin Cheon 외

We present On-device Sora, the first model training-free solution for diffusion-based on-device text-to-video generation that operates efficiently on smartphone-grade devices. To address the challenges of diffusion-based…

DenoisingModel OptimizationText-to-Video GenerationVideo Generation

Hardware-Friendly Static Quantization Method for Video Diffusion Transformers

2025-02-20 · Sanghyun Yi, Qingfeng Liu, Mostafa El-Khamy

Diffusion Transformers for video generation have gained significant research interest since the impressive performance of SORA. Efficient deployment of such generative-AI models on GPUs has been demonstrated with dynamic…

QuantizationVideo GenerationVisual Question Answering (VQA)

Mora: Enabling Generalist Video Generation via A Multi-Agent Framework

2024-03-20 · Zhengqing Yuan, Yixin Liu, Yihan Cao, Weixiang Sun 외

Text-to-video generation has made significant strides, but replicating the capabilities of advanced systems like OpenAI Sora remains challenging due to their closed-source nature. Existing open-source methods struggle to…

Image to Video GenerationText-to-Video GenerationVideo EditingVideo Generation

SurgSora: Object-Aware Diffusion Model for Controllable Surgical Video Generation

2024-12-18 · Tong Chen, Shuya Yang, Junyi Wang, Long Bai 외

Surgical video generation can enhance medical education and research, but existing methods lack fine-grained motion control and realism. We introduce SurgSora, a framework that generates high-fidelity, motion-controllabl…

Optical Flow EstimationVideo Generation

Open-Sora: Democratizing Efficient Video Production for All

2024-12-29 · Zangwei Zheng, Xiangyu Peng, Tianji Yang, Chenhui Shen 외

Vision and language are the two foundational senses for humans, and they build up our cognitive ability and intelligence. While significant breakthroughs have been made in AI language ability, artificial visual intellige…

AllImage GenerationImage to Video GenerationText to Image Generation+3