Mind the Time: Temporally-Controlled Multi-Event Video Generation
Ziyi Wu, Aliaksandr Siarohin, Willi Menapace, Ivan Skorokhodov, Yuwei Fang, Varnith Chordia, Igor Gilitschenski, Sergey Tulyakov
TL;DR
This work tackles the problem of generating videos containing multiple events with precise temporal control. It introduces MinT, a temporally-grounded video generator built on a pre-trained latent DiT backbone, augmented with a temporally aware cross-attention mechanism using ReRoPE to bind each event to a specific time interval. The model supports scene-cut conditioning and a prompt enhancer that leverages LLMs to convert short prompts into rich global and temporal captions, enabling richer motion and smoother transitions. Experiments on HoldOut and StoryBench show state-of-the-art performance in event alignment and transition quality, with strong visual fidelity, demonstrating practical potential for controllable multi-event video generation, while outlining limitations and directions for future work.
Abstract
Real-world videos consist of sequences of events. Generating such sequences with precise temporal control is infeasible with existing video generators that rely on a single paragraph of text as input. When tasked with generating multiple events described using a single prompt, such methods often ignore some of the events or fail to arrange them in the correct order. To address this limitation, we present MinT, a multi-event video generator with temporal control. Our key insight is to bind each event to a specific period in the generated video, which allows the model to focus on one event at a time. To enable time-aware interactions between event captions and video tokens, we design a time-based positional encoding method, dubbed ReRoPE. This encoding helps to guide the cross-attention operation. By fine-tuning a pre-trained video diffusion transformer on temporally grounded data, our approach produces coherent videos with smoothly connected events. For the first time in the literature, our model offers control over the timing of events in generated videos. Extensive experiments demonstrate that MinT outperforms existing commercial and open-source models by a large margin.
