MEVG: Multi-event Video Generation with Text-to-Video Models
Gyeongrok Oh, Jaehwan Jeong, Sieun Kim, Wonmin Byeon, Jinkyu Kim, Sungwoong Kim, Sangpil Kim
TL;DR
MEVG tackles multi-event video generation by repurposing a pre-trained diffusion-based text-to-video model without fine-tuning. It introduces last frame–aware latent initialization and structure-guided sampling to maintain visual and temporal coherence across sequential prompts, and leverages an LLM-based prompt generator to segment complex narratives into single-event prompts. The approach achieves superior temporal coherence and semantic alignment compared with zero-shot baselines, as evidenced by both quantitative metrics and human judgments, and supports conditioning on images and multi-text inputs. This provides a practical, training-free pathway to dynamic, multi-scene videos with coherent transitions and diverse motion patterns.
Abstract
We introduce a novel diffusion-based video generation method, generating a video showing multiple events given multiple individual sentences from the user. Our method does not require a large-scale video dataset since our method uses a pre-trained diffusion-based text-to-video generative model without a fine-tuning process. Specifically, we propose a last frame-aware diffusion process to preserve visual coherence between consecutive videos where each video consists of different events by initializing the latent and simultaneously adjusting noise in the latent to enhance the motion dynamic in a generated video. Furthermore, we find that the iterative update of latent vectors by referring to all the preceding frames maintains the global appearance across the frames in a video clip. To handle dynamic text input for video generation, we utilize a novel prompt generator that transfers course text messages from the user into the multiple optimal prompts for the text-to-video diffusion model. Extensive experiments and user studies show that our proposed method is superior to other video-generative models in terms of temporal coherency of content and semantics. Video examples are available on our project page: https://kuai-lab.github.io/eccv2024mevg.
