VARGPT-v1.1: Improve Visual Autoregressive Large Unified Model via Iterative Instruction Tuning and Reinforcement Learning
Xianwei Zhuang, Yuxin Xie, Yufan Deng, Dongchao Yang, Liming Liang, Jinghan Ru, Yuguo Yin, Yuexian Zou
TL;DR
VARGPT-v1.1 advances a unified visual autoregressive model by integrating iterative visual instruction tuning with Direct Preference Optimization, expanding the training corpus to 8.3M visual-generative instruction pairs, upgrading the LLM backbone to Qwen2-7B-Instruct, and progressively scaling image resolution while enabling image editing without architectural changes. The approach blends supervised fine-tuning, RLHF-like policy optimization, and editing data to achieve state-of-the-art performance in multimodal understanding and text-to-image instruction-following across diverse benchmarks. Key contributions include a detailed three-stage training pipeline, a novel RL objective over image tokens, and architecture-agnostic visual editing capabilities, all within a single, coherent framework. The results demonstrate strong improvements in both comprehension and generation, with practical impact on unified multimodal systems that can understand, generate, and edit images from mixed-modal prompts.
Abstract
In this work, we present VARGPT-v1.1, an advanced unified visual autoregressive model that builds upon our previous framework VARGPT. The model preserves the dual paradigm of next-token prediction for visual understanding and next-scale generation for image synthesis. Specifically, VARGPT-v1.1 integrates: (1) a novel training strategy combining iterative visual instruction tuning with reinforcement learning through Direct Preference Optimization (DPO), (2) an expanded training corpus containing 8.3M visual-generative instruction pairs, (3) an upgraded language model backbone using Qwen2, (4) enhanced image generation resolution, and (5) emergent image editing capabilities without architectural modifications. These advancements enable VARGPT-v1.1 to achieve state-of-the-art performance in multimodal understanding and text-to-image instruction-following tasks, demonstrating significant improvements in both comprehension and generation metrics. Notably, through visual instruction tuning, the model acquires image editing functionality while maintaining architectural consistency with its predecessor, revealing the potential for unified visual understanding, generation, and editing. Our findings suggest that well-designed unified visual autoregressive models can effectively adopt flexible training strategies from large language models (LLMs), exhibiting promising scalability. The codebase and model weights are publicly available at https://github.com/VARGPT-family/VARGPT-v1.1.
