VARGPT: Unified Understanding and Generation in a Visual Autoregressive Multimodal Large Language Model
Xianwei Zhuang, Yuxin Xie, Yufan Deng, Liming Liang, Jinghan Ru, Yuguo Yin, Yuexian Zou
TL;DR
VARGPT tackles the challenge of unifying visual understanding and generation within a single autoregressive multimodal LLM. It introduces a two-paradigm design: next-token prediction for understanding and next-scale prediction for image generation, implemented within a LLaVA-1.5–based backbone plus a dedicated 2B visual decoder and multi-scale tokenizer. The model is trained in three stages—pretraining, understanding-focused instruction tuning, and generation-focused instruction tuning—with a carefully constructed unified instruction-following dataset. Empirical results show VARGPT surpasses visual-understanding baselines and achieves notable autoregressive visual generation, validating the feasibility and advantages of a fully unified visual autoregressive MLLM. Limitations include image resolution and data quality gaps, with future work pointing toward higher-resolution generation and potential video capabilities.
Abstract
We present VARGPT, a novel multimodal large language model (MLLM) that unifies visual understanding and generation within a single autoregressive framework. VARGPT employs a next-token prediction paradigm for visual understanding and a next-scale prediction paradigm for visual autoregressive generation. VARGPT innovatively extends the LLaVA architecture, achieving efficient scale-wise autoregressive visual generation within MLLMs while seamlessly accommodating mixed-modal input and output within a single model framework. Our VARGPT undergoes a three-stage unified training process on specially curated datasets, comprising a pre-training phase and two mixed visual instruction-tuning phases. The unified training strategy are designed to achieve alignment between visual and textual features, enhance instruction following for both understanding and generation, and improve visual generation quality, respectively. Despite its LLAVA-based architecture for multimodel understanding, VARGPT significantly outperforms LLaVA-1.5 across various vision-centric benchmarks, such as visual question-answering and reasoning tasks. Notably, VARGPT naturally supports capabilities in autoregressive visual generation and instruction-to-image synthesis, showcasing its versatility in both visual understanding and generation tasks. Project page is at: \url{https://vargpt-1.github.io/}
