Search papers, labs, and topics across Lattice.
The paper introduces Uni-ViGU, a framework that unifies video generation and understanding by building upon a video generator foundation, rather than extending understanding-centric models. It uses a unified flow method for continuous video and discrete text generation, and a modality-driven MoE to augment Transformer blocks. A bidirectional training mechanism with Knowledge Recall and Capability Refinement is used to repurpose generation knowledge for understanding tasks.
Inverting the standard multimodal learning paradigm, Uni-ViGU shows a video generator can serve as the foundation for both video generation *and* understanding, achieving competitive performance on both.
Unified multimodal models integrating visual understanding and generation face a fundamental challenge: visual generation incurs substantially higher computational costs than understanding, particularly for video. This imbalance motivates us to invert the conventional paradigm: rather than extending understanding-centric MLLMs to support generation, we propose Uni-ViGU, a framework that unifies video generation and understanding by extending a video generator as the foundation. We introduce a unified flow method that performs continuous flow matching for video and discrete flow matching for text within a single process, enabling coherent multimodal generation. We further propose a modality-driven MoE-based framework that augments Transformer blocks with lightweight layers for text generation while preserving generative priors. To repurpose generation knowledge for understanding, we design a bidirectional training mechanism with two stages: Knowledge Recall reconstructs input prompts to leverage learned text-video correspondences, while Capability Refinement fine-tunes on detailed captions to establish discriminative shared representations. Experiments demonstrate that Uni-ViGU achieves competitive performance on both video generation and understanding, validating generation-centric architectures as a scalable path toward unified multimodal intelligence. Project Page and Code: https://fr0zencrane.github.io/uni-vigu-page/.