English

VideoStudio: Generating Consistent-Content and Multi-Scene Videos

Computer Vision and Pattern Recognition 2024-09-17 v2 Computation and Language

Abstract

The recent innovations and breakthroughs in diffusion models have significantly expanded the possibilities of generating high-quality videos for the given prompts. Most existing works tackle the single-scene scenario with only one video event occurring in a single background. Extending to generate multi-scene videos nevertheless is not trivial and necessitates to nicely manage the logic in between while preserving the consistent visual appearance of key content across video scenes. In this paper, we propose a novel framework, namely VideoStudio, for consistent-content and multi-scene video generation. Technically, VideoStudio leverages Large Language Models (LLM) to convert the input prompt into comprehensive multi-scene script that benefits from the logical knowledge learnt by LLM. The script for each scene includes a prompt describing the event, the foreground/background entities, as well as camera movement. VideoStudio identifies the common entities throughout the script and asks LLM to detail each entity. The resultant entity description is then fed into a text-to-image model to generate a reference image for each entity. Finally, VideoStudio outputs a multi-scene video by generating each scene video via a diffusion process that takes the reference images, the descriptive prompt of the event and camera movement into account. The diffusion model incorporates the reference images as the condition and alignment to strengthen the content consistency of multi-scene videos. Extensive experiments demonstrate that VideoStudio outperforms the SOTA video generation models in terms of visual quality, content consistency, and user preference. Source code is available at \url{https://github.com/FuchenUSTC/VideoStudio}.

Keywords

Cite

@article{arxiv.2401.01256,
  title  = {VideoStudio: Generating Consistent-Content and Multi-Scene Videos},
  author = {Fuchen Long and Zhaofan Qiu and Ting Yao and Tao Mei},
  journal= {arXiv preprint arXiv:2401.01256},
  year   = {2024}
}

Comments

ECCV 2024. Source code is available at https://github.com/FuchenUSTC/VideoStudio

R2 v1 2026-06-28T14:06:59.726Z