CVMMAug 21, 2025

Visual Autoregressive Modeling for Instruction-Guided Image Editing

arXiv:2508.15772v115 citationsh-index: 42Has Code
Originality Highly original
AI Analysis

This addresses the problem of precise instruction-guided image editing for AI/computer vision applications, representing a novel method for a known bottleneck rather than an incremental improvement.

The paper tackles the problem of unintended modifications in instruction-guided image editing by diffusion models, proposing VAREdit, a visual autoregressive framework that reframes editing as next-scale prediction. The method achieves 30%+ higher GPT-Balance score on benchmarks and completes 512×512 editing in 1.2 seconds, making it 2.2× faster than comparable methods.

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 standard benchmarks, it outperforms leading diffusion-based methods by 30\%+ higher GPT-Balance score. Moreover, it completes a $512\times512$ editing in 1.2 seconds, making it 2.2$\times$ faster than the similarly sized UltraEdit. The models are available at https://github.com/HiDream-ai/VAREdit.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes