Papers › VARGPT-v1.1: Improve Visual Autoregressive Large Unified Model via Iterative...

VARGPT-v1.1: Improve Visual Autoregressive Large Unified Model via Iterative Instruction Tuning and Reinforcement Learning

3 Apr 2025arXiv:2504.02949archive 2025-07-28

Xianwei Zhuang, Yuxin Xie, Yufan Deng, Dongchao Yang, Liming Liang, Jinghan Ru, Yuguo Yin, Yuexian Zou

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.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2504.02949")

Code

Syntology Ran 3 of 13 code samples harvested from 2 repositories linked to this paper; 10 have no recorded run. Of those that ran: 3 ran · our draft was wrong.

By repository: official repository: 5 samples from 1 repository, 1 ran; community (archive-listed): 8 samples from 1 repository, 2 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

vargpt-family/vargpt-v1.1 officialmentioned in papermentioned on GitHubpytorchApache-2.0 report
VARGPT-family/VARGPT mentioned on GitHubpytorchApache-2.0 report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

13 samples harvested; 3 ran; 0 honoured the contract we drafted; 10 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

3ran · our draft was wrong
10unverified

Licence: 0 of the 13 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 2 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

rotate_half vargpt-family/vargpt-v1.1/vargpt_qwen_v1_1/modeling_vargpt_qwen2_vl.py official repository ran · our draft was wrong fingerprinted Apache-2.0 (permissive) · b99eea6376d1e212 · report
apply_multimodal_rotary_pos_emb vargpt-family/vargpt-v1.1/vargpt_qwen_v1_1/modeling_vargpt_qwen2_vl.py official repository unverified Apache-2.0 (permissive) · eb4d16c3bba7cff8 · report
apply_rotary_pos_emb_vision vargpt-family/vargpt-v1.1/vargpt_qwen_v1_1/modeling_vargpt_qwen2_vl.py official repository unverified Apache-2.0 (permissive) · 48f12d3a9c4a15e8 · report
smart_resize vargpt-family/vargpt-v1.1/vargpt_qwen_v1_1/image_processing_qwen2_vl.py official repository unverified Apache-2.0 (permissive) · a50444314d796645 · report
vargpt_sample vargpt-family/vargpt-v1.1/patching_utils/vargpt_sample.py official repository unverified Apache-2.0 (permissive) · e8ecc89e84a3116c · report
Normalize VARGPT-family/VARGPT/vargpt_llava/var_model/models/basic_vae.py community (archive-listed) ran · our draft was wrong Apache-2.0 (permissive) · 9fcdaa6e423e8aa7 · report
nonlinearity VARGPT-family/VARGPT/vargpt_llava/var_model/models/basic_vae.py community (archive-listed) ran · our draft was wrong fingerprinted Apache-2.0 (permissive) · 3137073275f8c21a · report
allgather VARGPT-family/VARGPT/vargpt_llava/var_model/dist.py community (archive-listed) unverified Apache-2.0 (permissive) · e847ee15f089dee6 · report
allreduce VARGPT-family/VARGPT/vargpt_llava/var_model/dist.py community (archive-listed) unverified Apache-2.0 (permissive) · ff4c548fd07140d0 · report
check_file_exists VARGPT-family/VARGPT/vargpt_llava/prepare_vargpt_llava.py community (archive-listed) unverified Apache-2.0 (permissive) · 155a5802e5cdb1fb · report
make_attn VARGPT-family/VARGPT/vargpt_llava/var_model/models/basic_vae.py community (archive-listed) unverified Apache-2.0 (permissive) · 793c7e2489dd8dfc · report
new_group VARGPT-family/VARGPT/vargpt_llava/var_model/dist.py community (archive-listed) unverified Apache-2.0 (permissive) · 826ea3fc406a6a09 · report
vargpt_sample VARGPT-family/VARGPT/patching_utils/vargpt_sample.py community (archive-listed) unverified Apache-2.0 (permissive) · 921ef7496504eda2 · report

Tasks

Image GenerationInstruction Following

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

ADOPT

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections