paper-with-me

홈 › Papers

Stable Video Diffusion: Scaling Latent Video Diffusion Models to Large Datasets

2023-11-25 · None 2023 11 · Andreas Blattmann, Tim Dockhorn, Sumith Kulal, Daniel Mendelevitch, Maciej Kilian, Dominik Lorenz, Yam Levi, Zion English, Vikram Voleti, Adam Letts, Varun Jampani, Robin Rombach

We present Stable Video Diffusion - a latent video diffusion model for high-resolution, state-of-the-art text-to-video and image-to-video generation. Recently, latent diffusion models trained for 2D image synthesis have been turned into generative video models by inserting temporal layers and finetuning them on small, high-quality video datasets. However, training methods in the literature vary widely, and the field has yet to agree on a unified strategy for curating video data. In this paper, we identify and evaluate three different stages for successful training of video LDMs: text-to-image pretraining, video pretraining, and high-quality video finetuning. Furthermore, we demonstrate the necessity of a well-curated pretraining dataset for generating high-quality videos and present a systematic curation process to train a strong base model, including captioning and filtering strategies. We then explore the impact of finetuning our base model on high-quality data and train a text-to-video model that is competitive with closed-source video generation. We also show that our base model provides a powerful motion representation for downstream tasks such as image-to-video generation and adaptability to camera motion-specific LoRA modules. Finally, we demonstrate that our model provides a strong multi-view 3D-prior and can serve as a base to finetune a multi-view diffusion model that jointly generates multiple views of objects in a feedforward fashion, outperforming image-based methods at a fraction of their compute budget. We release code and model weights at https://github.com/Stability-AI/generative-models .

📄 PDF Abstract BibTeX arXiv:2311.15127

Code (3)

stability-ai/generative-models 공식 구현 pytorch
MindSpore-scientific/code-2/tree/main/stable-sam mindspore
mindspore-lab/mindone/tree/master/examples/svd mindspore

Tasks

Image GenerationImage to Video GenerationVideo Generation

Methods 이 논문이 사용한 방법론

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…
BASE 설명 없음

Similar Papers 제목 키워드 기반

Upscale-A-Video: Temporal-Consistent Diffusion Model for Real-World Video Super-Resolution

2023-12-11 · CVPR 2024 1 · Shangchen Zhou, Peiqing Yang, Jianyi Wang, Yihang Luo 외

Text-based diffusion models have exhibited remarkable success in generation and editing, showing great promise for enhancing visual content with their generative prior. However, applying these models to video super-resol…

DecoderSuper-ResolutionVideo Super-Resolution

StableAvatar: Infinite-Length Audio-Driven Avatar Video Generation

2025-08-11 · Shuyuan Tu, Yueming Pan, Yinming Huang, Xintong Han 외 arxiv

Current diffusion models for audio-driven avatar video generation struggle to synthesize long videos with natural audio synchronization and identity consistency. This paper presents StableAvatar, the first end-to-end vid…

Video Generation

VideoGen: A Reference-Guided Latent Diffusion Approach for High Definition Text-to-Video Generation

2023-09-01 · Xin Li, Wenqing Chu, Ye Wu, Weihang Yuan 외

In this paper, we present VideoGen, a text-to-video generation approach, which can generate a high-definition video with high frame fidelity and strong temporal consistency using reference-guided latent diffusion. We lev…

DecoderImage GenerationText to Image GenerationText-to-Image Generation+2

Mitigating Compounding Error via Video Representation Regularization

2026-07-29 · Taiye Chen, Qi Zhang, Yisen Wang arxiv

Video diffusion-based world models enable long autoregressive video generation for robotics, autonomous driving and simulation tasks, yet sliding-window autoregressive inference suffers from severe error accumulation tha…

Autonomous DrivingVideo Generation

Noise Crystallization and Liquid Noise: Zero-shot Video Generation using Image Diffusion Models

2024-10-05 · Muhammad Haaris Khan, Hadrien Reynaud, Bernhard Kainz

Although powerful for image generation, consistent and controllable video is a longstanding problem for diffusion models. Video models require extensive training and computational resources, leading to high costs and lar…

Image GenerationStyle TransferVideo GenerationVideo Style Transfer