🤖 AI Summary
Existing foundational models predominantly focus on static images, lacking a unified, efficient framework for joint video understanding, generation, and instruction-driven editing. To address this gap, we propose UniVid: a lightweight multimodal large language model (MLLM) synergized with a diffusion decoder. UniVid employs cross-modal visual token propagation and conditional spatial alignment to enable the MLLM to accurately model continuous visual dynamics and effectively steer the diffusion model for high-fidelity video generation. A staged training strategy facilitates joint optimization of all three tasks under constrained computational resources. Extensive experiments demonstrate that UniVid significantly improves generalization and generation quality across diverse benchmarks—including video question answering, text-to-video synthesis, and instruction-guided video editing—achieving, for the first time, an efficient, unified architecture that seamlessly integrates understanding, generation, and editing capabilities.
📝 Abstract
Notable breakthroughs in unified understanding and generation modeling have led to remarkable advancements in image understanding, reasoning, production and editing, yet current foundational models predominantly focus on processing images, creating a gap in the development of unified models for video understanding and generation. This report presents Omni-Video, an efficient and effective unified framework for video understanding, generation, as well as instruction-based editing. Our key insight is to teach existing multimodal large language models (MLLMs) to produce continuous visual clues that are used as the input of diffusion decoders, which produce high-quality videos conditioned on these visual clues. To fully unlock the potential of our system for unified video modeling, we integrate several technical improvements: 1) a lightweight architectural design that respectively attaches a vision head on the top of MLLMs and a adapter before the input of diffusion decoders, the former produce visual tokens for the latter, which adapts these visual tokens to the conditional space of diffusion decoders; and 2) an efficient multi-stage training scheme that facilitates a fast connection between MLLMs and diffusion decoders with limited data and computational resources. We empirically demonstrate that our model exhibits satisfactory generalization abilities across video generation, editing and understanding tasks.