Mimir: Improving Video Diffusion Models for Precise Text Understanding
Shuai Tan, Biao Gong, Yutong Feng, Kecheng Zheng, Dandan Zheng, Shuwei Shi, Yujun Shen, Jingdong Chen, Ming Yang
TL;DR
This work tackles the challenge of limited text comprehension in text-to-video diffusion by integrating decoder-only large language models (LLMs) with conventional text encoders through a specialized Token Fuser. The framework harmonizes heterogeneous text representations via non-destructive fusion and a Semantic Stabilizer, enabling the diffusion model to leverage rich linguistic reasoning while preserving video priors. Empirical results on VBench show that Mimir improves semantic fidelity, spatial and temporal understanding, and overall video quality, with ablations underscoring the importance of normalization, Zero-Conv, and stabilization components. The approach demonstrates strong potential for precise, prompt-driven video synthesis and sets a path for more robust text-driven video generation using LLMs.
Abstract
Text serves as the key control signal in video generation due to its narrative nature. To render text descriptions into video clips, current video diffusion models borrow features from text encoders yet struggle with limited text comprehension. The recent success of large language models (LLMs) showcases the power of decoder-only transformers, which offers three clear benefits for text-to-video (T2V) generation, namely, precise text understanding resulting from the superior scalability, imagination beyond the input text enabled by next token prediction, and flexibility to prioritize user interests through instruction tuning. Nevertheless, the feature distribution gap emerging from the two different text modeling paradigms hinders the direct use of LLMs in established T2V models. This work addresses this challenge with Mimir, an end-to-end training framework featuring a carefully tailored token fuser to harmonize the outputs from text encoders and LLMs. Such a design allows the T2V model to fully leverage learned video priors while capitalizing on the text-related capability of LLMs. Extensive quantitative and qualitative results demonstrate the effectiveness of Mimir in generating high-quality videos with excellent text comprehension, especially when processing short captions and managing shifting motions. Project page: https://lucaria-academy.github.io/Mimir/
