English

Visual Autoregressive Modeling for Instruction-Guided Image Editing

Computer Vision and Pattern Recognition 2026-02-09 v2 Multimedia

Abstract

Recent advances in diffusion models have brought remarkable visual fidelity to instruction-guided image editing. However, their global denoising process inherently entangles the edited region with the entire image context, leading to unintended spurious modifications and compromised adherence to editing instructions. In contrast, autoregressive models offer a distinct paradigm by formulating image synthesis as a sequential process over discrete visual tokens. Their causal and compositional mechanism naturally circumvents the adherence challenges of diffusion-based methods. In this paper, we present VAREdit, a visual autoregressive (VAR) framework that reframes image editing as a next-scale prediction problem. Conditioned on source image features and text instructions, VAREdit generates multi-scale target features to achieve precise edits. A core challenge in this paradigm is how to effectively condition the source image tokens. We observe that finest-scale source features cannot effectively guide the prediction of coarser target features. To bridge this gap, we introduce a Scale-Aligned Reference (SAR) module, which injects scale-matched conditioning information into the first self-attention layer. VAREdit demonstrates significant advancements in both editing adherence and efficiency. On EMU-Edit and PIE-Bench benchmarks, VAREdit outperforms leading diffusion-based methods by a substantial margin in terms of both CLIP and GPT scores. Moreover, VAREdit completes a 512×\times512 editing in 1.2 seconds, making it 2.2×\times faster than the similarly sized UltraEdit. Code is available at: https://github.com/HiDream-ai/VAREdit.

Keywords

Cite

@article{arxiv.2508.15772,
  title  = {Visual Autoregressive Modeling for Instruction-Guided Image Editing},
  author = {Qingyang Mao and Qi Cai and Yehao Li and Yingwei Pan and Mingyue Cheng and Ting Yao and Qi Liu and Tao Mei},
  journal= {arXiv preprint arXiv:2508.15772},
  year   = {2026}
}

Comments

ICLR 2026; Source codes and models are available at https://github.com/HiDream-ai/VAREdit

R2 v1 2026-07-01T05:00:33.734Z