VIMI: Grounding Video Generation through Multi-modal Instruction
Yuwei Fang, Willi Menapace, Aliaksandr Siarohin, Tsai-Shien Chen, Kuan-Chien Wang, Ivan Skorokhodov, Graham Neubig, Sergey Tulyakov
TL;DR
ViMi tackles the lack of visual grounding in text-only video diffusion by introducing retrieval-augmented multimodal pretraining and multimodal instruction tuning. It builds a large multimodal memory (500M image-text pairs) and uses BM25 to retrieve top documents per caption, forming multimodal inputs that condition a diffusion-based video generator via a Multimodal Large Language Model. A two-stage training process first establishes a grounded video generator and then fine-tunes on three tasks—subject-driven generation, video prediction, and text-to-video generation—through multimodal instructions, yielding improved grounding, identity preservation, and temporal coherence. The approach achieves competitive or state-of-the-art results on UCF101 and demonstrates strong zero-shot, multimodal-grounded video generation abilities with robust ablations highlighting the value of retrieval augmentation and instruction tuning.
Abstract
Existing text-to-video diffusion models rely solely on text-only encoders for their pretraining. This limitation stems from the absence of large-scale multimodal prompt video datasets, resulting in a lack of visual grounding and restricting their versatility and application in multimodal integration. To address this, we construct a large-scale multimodal prompt dataset by employing retrieval methods to pair in-context examples with the given text prompts and then utilize a two-stage training strategy to enable diverse video generation tasks within the same model. In the first stage, we propose a multimodal conditional video generation framework for pretraining on these augmented datasets, establishing a foundational model for grounded video generation. Secondly, we finetune the model from the first stage on three video generation tasks, incorporating multi-modal instructions. This process further refines the model's ability to handle diverse inputs and tasks, ensuring seamless integration of multi-modal information. After this two-stage train-ing process, VIMI demonstrates multimodal understanding capabilities, producing contextually rich and personalized videos grounded in the provided inputs, as shown in Figure 1. Compared to previous visual grounded video generation methods, VIMI can synthesize consistent and temporally coherent videos with large motion while retaining the semantic control. Lastly, VIMI also achieves state-of-the-art text-to-video generation results on UCF101 benchmark.
