UniVid: The Open-Source Unified Video Model
Jiabin Luo, Junhui Lin, Zeyu Zhang, Biao Wu, Meng Fang, Ling Chen, Hao Tang
TL;DR
UniVid presents an open-source unified video model that jointly handles video understanding and generation by coupling a multimodal large language model with a diffusion-based video decoder via a lightweight adapter. It introduces Temperature Modality Alignment to preserve semantic faithfulness during early diffusion steps and Pyramid Reflection for efficient, query-driven temporal reasoning. Through a three-stage training pipeline and extensive ablations, UniVid achieves state-of-the-art or competitive results on VBench-Long and multiple video QA benchmarks with a 7B-scale backbone, while requiring only modest fine-tuning data. The approach demonstrates the practicality and effectiveness of unified video intelligence, offering an efficient path toward combined reasoning and high-fidelity generation in open-source form.
Abstract
Unified video modeling that combines generation and understanding capabilities is increasingly important but faces two key challenges: maintaining semantic faithfulness during flow-based generation due to text-visual token imbalance and the limitations of uniform cross-modal attention across the flow trajectory, and efficiently extending image-centric MLLMs to video without costly retraining. We present UniVid, a unified architecture that couples an MLLM with a diffusion decoder through a lightweight adapter, enabling both video understanding and generation. We introduce Temperature Modality Alignment to improve prompt adherence and Pyramid Reflection for efficient temporal reasoning via dynamic keyframe selection. Extensive experiments on standard benchmarks demonstrate state-of-the-art performance, achieving a 2.2% improvement on VBench-Long total score compared to EasyAnimateV5.1, and 1.0% and 3.3% accuracy gains on MSVD-QA and ActivityNet-QA, respectively, compared with the best prior 7B baselines. Code: https://github.com/AIGeeksGroup/UniVid. Website: https://aigeeksgroup.github.io/UniVid.
