English

DirecT2V: Large Language Models are Frame-Level Directors for Zero-Shot Text-to-Video Generation

Computer Vision and Pattern Recognition 2024-02-07 v3 Artificial Intelligence Computation and Language

Abstract

In the paradigm of AI-generated content (AIGC), there has been increasing attention to transferring knowledge from pre-trained text-to-image (T2I) models to text-to-video (T2V) generation. Despite their effectiveness, these frameworks face challenges in maintaining consistent narratives and handling shifts in scene composition or object placement from a single abstract user prompt. Exploring the ability of large language models (LLMs) to generate time-dependent, frame-by-frame prompts, this paper introduces a new framework, dubbed DirecT2V. DirecT2V leverages instruction-tuned LLMs as directors, enabling the inclusion of time-varying content and facilitating consistent video generation. To maintain temporal consistency and prevent mapping the value to a different object, we equip a diffusion model with a novel value mapping method and dual-softmax filtering, which do not require any additional training. The experimental results validate the effectiveness of our framework in producing visually coherent and storyful videos from abstract user prompts, successfully addressing the challenges of zero-shot video generation.

Keywords

Cite

@article{arxiv.2305.14330,
  title  = {DirecT2V: Large Language Models are Frame-Level Directors for Zero-Shot Text-to-Video Generation},
  author = {Susung Hong and Junyoung Seo and Heeseong Shin and Sunghwan Hong and Seungryong Kim},
  journal= {arXiv preprint arXiv:2305.14330},
  year   = {2024}
}

Comments

The code and demo will be available at https://github.com/KU-CVLAB/DirecT2V

R2 v1 2026-06-28T10:43:23.800Z