paper-with-me

Papers

Open-Sora: Democratizing Efficient Video Production for All

2024-12-29 · Zangwei Zheng, Xiangyu Peng, Tianji Yang, Chenhui Shen, Shenggui Li, Hongxin Liu, Yukun Zhou, Tianyi Li, Yang You

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 intelligence, especially the ability to generate and simulate the world we see, is far lagging behind. To facilitate the development and accessibility of artificial visual intelligence, we created Open-Sora, an open-source video generation model designed to produce high-fidelity video content. Open-Sora supports a wide spectrum of visual generation tasks, including text-to-image generation, text-to-video generation, and image-to-video generation. The model leverages advanced deep learning architectures and training/inference techniques to enable flexible video synthesis, which could generate video content of up to 15 seconds, up to 720p resolution, and arbitrary aspect ratios. Specifically, we introduce Spatial-Temporal Diffusion Transformer (STDiT), an efficient diffusion framework for videos that decouples spatial and temporal attention. We also introduce a highly compressive 3D autoencoder to make representations compact and further accelerate training with an ad hoc training strategy. Through this initiative, we aim to foster innovation, creativity, and inclusivity within the community of AI content creation. By embracing the open-source principle, Open-Sora democratizes full access to all the training/inference/data preparation codes as well as model weights. All resources are publicly available at: https://github.com/hpcaitech/Open-Sora.

📄 PDF Abstract BibTeX arXiv:2412.20404

Code (2)

hpcaitech/open-sora 공식 구현 pytorch
MindSpore-scientific/code-10/tree/main/PR_Product mindspore

Tasks

AllImage GenerationImage to Video GenerationText to Image GenerationText-to-Image GenerationText-to-Video GenerationVideo Generation

Methods 이 논문이 사용한 방법론

BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
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 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Residual Connection 설명 없음

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

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 외

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

Open-Sora 2.0: Training a Commercial-Level Video Generation Model in $200k

2025-03-12 · Xiangyu Peng, Zangwei Zheng, Chenhui Shen, Tom Young 외

Video generation models have achieved remarkable progress in the past year. The quality of AI video continues to improve, but at the cost of larger model size, increased data quantity, and greater demand for training com…

Video Generation

AniSora: Exploring the Frontiers of Animation Video Generation in the Sora Era

2024-12-13 · Yudong Jiang, Baohan Xu, Siqian Yang, Mingyu Yin 외

Animation has gained significant interest in the recent film and TV industry. Despite the success of advanced video generation models like Sora, Kling, and CogVideoX in generating natural videos, they lack the same effec…

Image to Video GenerationVideo Generation

Open-Sora Plan: Open-Source Large Video Generation Model

2024-11-28 · Bin Lin, Yunyang Ge, Xinhua Cheng, Zongjian Li 외

We introduce Open-Sora Plan, an open-source project that aims to contribute a large generation model for generating desired high-resolution videos with long durations based on various user inputs. Our project comprises m…

Video Generation