English

Prompt-Guided Image Editing with Masked Logit Nudging in Visual Autoregressive Models

Computer Vision and Pattern Recognition 2026-04-17 v1

Abstract

We address the problem of prompt-guided image editing in visual autoregressive models. Given a source image and a target text prompt, we aim to modify the source image according to the target prompt, while preserving all regions which are unrelated to the requested edit. To this end, we present Masked Logit Nudging, which uses the source image token maps to introduce a guidance step that aligns the model's predictions under the target prompt with these source token maps. Specifically, we convert the fixed source encodings into logits using the VAR encoding, nudging the model's predicted logits towards the targets along a semantic trajectory defined by the source-target prompts. Edits are applied only within spatial masks obtained through a dedicated masking scheme that leverages cross-attention differences between the source and edited prompts. Then, we introduce a refinement to correct quantization errors and improve reconstruction quality. Our approach achieves the best image editing performance on the PIE benchmark at 512px and 1024px resolutions. Beyond editing, our method delivers faithful reconstructions and outperforms previous methods on COCO at 512px and OpenImages at 1024px. Overall, our method outperforms VAR-related approaches and achieves comparable or even better performance than diffusion models, while being much faster. Code is available at 'https://github.com/AmirMaEl/MLN'.

Keywords

Cite

@article{arxiv.2604.14591,
  title  = {Prompt-Guided Image Editing with Masked Logit Nudging in Visual Autoregressive Models},
  author = {Amir El-Ghoussani and Marc Hölle and Gustavo Carneiro and Vasileios Belagiannis},
  journal= {arXiv preprint arXiv:2604.14591},
  year   = {2026}
}

Comments

Accepted at the 2026 IEEE/CVF Conference on Computer Vision and Pattern Recognition Findings (CVPRF)

R2 v1 2026-07-01T12:11:57.433Z