VideoCrafter1: Open Diffusion Models for High-Quality Video Generation

TL;DR

Proposes high-quality open-source diffusion models for T2V (1024×576) and I2V with content preservation, advancing video synthesis.

cs.CV 🔴 Advanced 2023-10-30 34 views
Haoxin Chen Menghan Xia Yingqing He Yong Zhang Xiaodong Cun Shaoshu Yang Jinbo Xing Yaofang Liu Qifeng Chen Xintao Wang Chao Weng Ying Shan
video synthesis diffusion models deep learning multimodal open-source

Key Findings

Methodology

This work introduces two diffusion-based models for high-resolution video generation. The T2V model builds on Stable Diffusion 2.1, integrating temporal attention layers, trained on large-scale datasets including LAION COCO 600M and Webvid 10M, achieving 1024×576 resolution. The I2V model incorporates CLIP image embeddings via dual cross-attention, ensuring content fidelity. The training employs multi-stage fine-tuning with joint image and video datasets, optimizing for content consistency and multimodal fusion. The architecture combines latent space diffusion with temporal modeling, enabling realistic, cinematic videos with rich motion and detail.

Key Results

  • The T2V model produces 1024×576 videos with cinematic quality, outperforming existing open-source models in visual fidelity, text alignment, and temporal coherence, with user preference scores ranking first. The videos are 2 seconds long, with dynamic motion and detailed textures. The I2V model effectively transforms static images into videos, maintaining content and style, validated by metrics showing content preservation at 59.41 and motion consistency at 59.31, surpassing prior open-source efforts.
  • EvalCrafter benchmarking demonstrates superior performance of the proposed models: T2V achieves the highest scores in visual quality, alignment, and temporal stability; I2V exhibits excellent content fidelity and motion realism. Ablation studies confirm the importance of temporal attention and multimodal cross-attention modules, with training strategies like progressive resolution increase significantly improving results. The models generalize well across diverse datasets and complex scenes.
  • Experimental results highlight the effectiveness of multi-stage training and multimodal fusion. The models handle complex motions and detailed textures better than previous approaches, with the T2V model generating more vivid and coherent videos, and I2V maintaining strict content fidelity while enabling flexible control via text and images. These advances demonstrate the potential for scalable, high-quality, open-source video synthesis.

Significance

This research addresses key limitations in open-source video synthesis, providing high-resolution, content-preserving models that bridge the gap between academic research and industry needs. The models facilitate rapid prototyping, content creation, and multimodal understanding, fostering community-driven innovation. By enabling detailed control via text and images, they open new avenues for virtual reality, entertainment, and automated content production. The open-source nature democratizes access, accelerating progress in AI-driven multimedia generation, and setting new standards for quality and flexibility in the field.

Technical Contribution

The paper introduces a novel latent diffusion framework enhanced with temporal attention for video consistency. It innovates by integrating CLIP-based multimodal cross-attention, ensuring content fidelity during image-to-video translation. The training employs multi-stage progressive resolution scaling, combining large-scale datasets for robust generalization. The architecture supports high-resolution output and real-time inference, representing a significant step beyond prior low-resolution or less content-aware models. The approach also provides a flexible multimodal control scheme, enabling diverse content synthesis.

Novelty

This work is the first to successfully combine latent diffusion with temporal attention for high-resolution, cinematic-quality video generation. It uniquely integrates CLIP image embeddings via dual cross-attention to preserve content fidelity during image-to-video translation, a feature absent in previous open-source models. The multi-stage training strategy and large-scale dataset utilization further distinguish it, setting a new benchmark for open-source video synthesis and multimodal content control.

Limitations

  • Current models generate only 2-second videos, limiting practical applications requiring longer sequences. Extending duration involves additional data and interpolation techniques.
  • High computational costs restrict real-time deployment and accessibility, especially for high-resolution outputs, necessitating hardware upgrades.
  • Content fidelity in complex scenes with rapid motion or detailed textures still faces challenges, with artifacts and temporal inconsistencies occasionally appearing. Further optimization and larger datasets are needed.

Future Work

Future efforts will focus on extending video length via frame interpolation, improving efficiency to reduce hardware demands, and enhancing motion realism. Incorporating more sophisticated multimodal controls, such as user-guided editing, will broaden application scope. Exploring higher resolutions and longer durations, alongside better semantic understanding, will push the boundaries of open-source video synthesis, making it more versatile for industry and academia.

AI Executive Summary

The rapid advancement of generative AI has revolutionized multimedia content creation, yet high-quality, controllable, and long-duration video synthesis remains a significant challenge. Existing commercial tools produce impressive results but lack transparency and accessibility for research. Addressing this gap, the present work introduces two open-source diffusion models capable of generating cinematic-quality videos at 1024×576 resolution, and transforming static images into dynamic videos while preserving content fidelity.

The first model, a text-to-video (T2V) system, extends the Stable Diffusion 2.1 framework by integrating temporal attention layers, enabling the synthesis of coherent, detailed videos driven by textual prompts. Trained on over 20 million videos and 600 million images, it demonstrates superior visual quality, motion richness, and alignment with user inputs compared to existing open-source models. The second model, an image-to-video (I2V) system, leverages CLIP image embeddings and dual cross-attention mechanisms to faithfully animate static images, maintaining structure and style.

Training involves a multi-stage process, progressively increasing resolution and incorporating large-scale datasets like LAION COCO and Webvid. Evaluation using EvalCrafter benchmarks confirms the models' outstanding performance across metrics such as visual fidelity, temporal consistency, and content accuracy. User studies and qualitative examples further validate their effectiveness.

These models significantly lower the barrier for research and industry, enabling rapid experimentation, creative content generation, and multimodal understanding. They open new avenues in virtual reality, entertainment, and automated content creation, fostering community-driven innovation. Despite current limitations in video length and computational cost, ongoing improvements aim to extend duration, reduce resource demands, and enhance motion realism.

Overall, this work marks a pivotal step in democratizing high-quality video synthesis, setting new standards for open-source multimedia AI, and inspiring future research directions in scalable, controllable, and content-aware video generation.

Deep Dive

Abstract

Video generation has increasingly gained interest in both academia and industry. Although commercial tools can generate plausible videos, there is a limited number of open-source models available for researchers and engineers. In this work, we introduce two diffusion models for high-quality video generation, namely text-to-video (T2V) and image-to-video (I2V) models. T2V models synthesize a video based on a given text input, while I2V models incorporate an additional image input. Our proposed T2V model can generate realistic and cinematic-quality videos with a resolution of $1024 \times 576$, outperforming other open-source T2V models in terms of quality. The I2V model is designed to produce videos that strictly adhere to the content of the provided reference image, preserving its content, structure, and style. This model is the first open-source I2V foundation model capable of transforming a given image into a video clip while maintaining content preservation constraints. We believe that these open-source video generation models will contribute significantly to the technological advancements within the community.

cs.CV