paper-with-me

Papers

VideoDirectorGPT: Consistent Multi-scene Video Generation via LLM-Guided Planning

2023-09-26 · Han Lin, Abhay Zala, Jaemin Cho, Mohit Bansal

Recent text-to-video (T2V) generation methods have seen significant advancements. However, the majority of these works focus on producing short video clips of a single event (i.e., single-scene videos). Meanwhile, recent large language models (LLMs) have demonstrated their capability in generating layouts and programs to control downstream visual modules. This prompts an important question: can we leverage the knowledge embedded in these LLMs for temporally consistent long video generation? In this paper, we propose VideoDirectorGPT, a novel framework for consistent multi-scene video generation that uses the knowledge of LLMs for video content planning and grounded video generation. Specifically, given a single text prompt, we first ask our video planner LLM (GPT-4) to expand it into a 'video plan', which includes the scene descriptions, the entities with their respective layouts, the background for each scene, and consistency groupings of the entities. Next, guided by this video plan, our video generator, named Layout2Vid, has explicit control over spatial layouts and can maintain temporal consistency of entities across multiple scenes, while being trained only with image-level annotations. Our experiments demonstrate that our proposed VideoDirectorGPT framework substantially improves layout and movement control in both single- and multi-scene video generation and can generate multi-scene videos with consistency, while achieving competitive performance with SOTAs in open-domain single-scene T2V generation. Detailed ablation studies, including dynamic adjustment of layout control strength with an LLM and video generation with user-provided images, confirm the effectiveness of each component of our framework and its future potential.

📄 PDF Abstract BibTeX arXiv:2309.15091

Code (0)

등록된 구현이 없습니다.

Tasks

Image GenerationVideo Generation

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

VideoStudio: Generating Consistent-Content and Multi-Scene Videos

2024-01-02 · Fuchen Long, Zhaofan Qiu, Ting Yao, Tao Mei

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 wit…

DescriptiveVideo Generation

CineScene: Implicit 3D as Effective Scene Representation for Cinematic Video Generation

2026-02-06 · Kaiyi Huang, Yukun Huang, Yu Li, Jianhong Bai 외 arxiv

Cinematic video production requires control over scene-subject composition and camera movement, but live-action shooting remains costly due to the need for constructing physical sets. To address this, we introduce the ta…

Text-to-Video Generation

Free4D: Tuning-free 4D Scene Generation with Spatial-Temporal Consistency

2025-03-26 · Tianqi Liu, Zihao Huang, Zhaoxi Chen, Guangcong Wang 외

We present Free4D, a novel tuning-free framework for 4D scene generation from a single image. Existing methods either focus on object-level generation, making scene-level generation infeasible, or rely on large-scale mul…

DenoisingScene Generation

MovieBench: A Hierarchical Movie Level Dataset for Long Video Generation

2024-11-22 · CVPR 2025 1 · Weijia Wu, MingYu Liu, Zeyu Zhu, Xi Xia 외

Recent advancements in video generation models, like Stable Video Diffusion, show promising results, but primarily focus on short, single-scene videos. These models struggle with generating long videos that involve multi…

Video Generation

HyperGLM: HyperGraph for Video Scene Graph Generation and Anticipation

2024-11-27 · CVPR 2025 1 · Trong-Thuan Nguyen, Pha Nguyen, Jackson Cothren, Alper Yilmaz 외

Multimodal LLMs have advanced vision-language tasks but still struggle with understanding video scenes. To bridge this gap, Video Scene Graph Generation (VidSGG) has emerged to capture multi-object relationships across v…

Graph GenerationQuestion AnsweringScene Graph GenerationVideo Captioning+2