← Latest papers
💻 computer science

Model the Edit, Not the Image: Visual Autoregressive Editing from a Source-Centric Perspective

This paper introduces EditMod, a source-centric visual autoregressive editing framework that achieves high-fidelity, text-aligned image editing in seconds by modeling edits as scale-wise residual updates derived from the difference between source- and target-conditioned predictions, eliminating the need for inversion, optimization, or masks.

Original authors: Hongyi Fang, Chuwen Xie, Benjia Zhou, Yu-Xuan Qiu, Chenggong Hu, Zhibin Wang, Chao Chen, Jianbin Qin, Rui Mao

Published 2026-08-11
📖 5 min read🧠 Deep dive

Original authors: Hongyi Fang, Chuwen Xie, Benjia Zhou, Yu-Xuan Qiu, Chenggong Hu, Zhibin Wang, Chao Chen, Jianbin Qin, Rui Mao

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you have a magical sketchbook where you can draw anything you can imagine just by whispering a description. For a long time, the most popular way to do this was like sculpting from a block of clay: you start with a messy, noisy lump and slowly chip away the noise until a clear picture emerges. But recently, a new kind of artist has arrived who works differently. Instead of chipping away, they build the picture layer by layer, starting with a rough, blurry outline and gradually adding sharper details, like zooming in on a map from a continent to a street corner. This is called "Visual Autoregressive" generation. It's incredibly fast and produces stunningly clear images.

Now, imagine you want to change just one thing in your masterpiece—maybe turn a white horse into a golden one, or add a castle to the sky—without redrawing the whole thing from scratch. The old clay-sculpting methods often struggle here; they might accidentally melt the horse's legs while trying to change its color, or they require you to spend hours manually masking out the parts you want to keep. This paper asks a simple but tricky question: Can we use this new, fast, layer-by-layer building method to edit images easily, without needing to undo our work first or spend hours tweaking settings? The authors suggest a new way to think about editing that treats the original image not as a constraint to be fought against, but as the solid foundation to be built upon.

The researchers behind this paper, led by Hongyi Fang and colleagues, propose a method they call EditMod. Their big idea is to stop trying to "regenerate" the whole image based on a new description and instead focus on calculating exactly what needs to change. Think of it like this: if you are building a Lego castle and someone asks you to change the color of the tower, the old way was to take the whole castle apart and rebuild it, trying to remember which bricks went where. EditMod is like looking at the tower, figuring out exactly which bricks need to be swapped, and swapping only those, while leaving the rest of the castle perfectly intact.

The paper argues against the current popular methods, which they call "generation-centric." These methods usually try to generate a brand-new image based on your new text prompt and then try to force it to look like the original image by using complex tricks like "inversion" (rewinding the generation process) or "masks" (telling the computer exactly which pixels to ignore). The authors suggest this is inefficient and often leads to the image "drifting" or losing its original shape. Instead, they take a "source-centric" perspective. They treat the encoded version of your original image as the primary state and simply calculate the difference between what the computer predicts for the original image and what it predicts for the new image.

Here is how their "EditMod" works in three playful steps:

  1. The Rough Sketch (Coarse Scales): At the very beginning, when the image is just a blurry blob of shapes, EditMod just copies the original image's structure. It says, "Let's keep the layout exactly the same." This anchors the image so the horse doesn't suddenly turn into a boat.
  2. The Magic Swap (Intermediate Scales): As the image gets clearer, the computer looks at the difference between the "old prompt" (e.g., "white horse") and the "new prompt" (e.g., "golden horse"). It calculates this difference like a vector arrow pointing from the old idea to the new one. It then applies this "difference arrow" to the original image, effectively nudging the pixels just enough to make the change without disturbing the rest of the scene.
  3. The Fine Polish (Fine Scales): Finally, when the image is almost done and needs tiny details like fur texture or light reflections, the computer switches to generating these details based on the new prompt. This ensures the new object looks realistic and fits the lighting of the scene.

The results are quite impressive. The authors tested their method on a benchmark called PIE-Bench, which includes 700 real images and various editing tasks like changing objects, poses, or backgrounds. They found that EditMod is incredibly fast, editing a high-quality 1K image in just 1.57 seconds on a single A100 GPU. That's about 47.7% faster than the previous best method for this type of model (AREdit).

More importantly, the edited images look much more like the originals than those produced by other methods. In technical terms, they achieved a 15.1% lower LPIPS (a score that measures how different two images look to a human eye) compared to AREdit, meaning the changes were more precise and the rest of the image stayed truer to the source. They also maintained strong alignment with the text prompts, meaning if you asked for a "golden horse," you got a golden horse, not a white one with a golden filter.

The paper explicitly rules out the need for "inversion" (rewinding the process), "masks" (manually drawing what to change), or "training" (teaching the model new tricks). They show that by simply comparing the predictions of the old and new prompts and applying the difference as a small update, you can get high-quality edits. While they admit their method relies on some pre-set boundaries for when to switch between these three steps, they suggest this "source-centric" approach is a much more natural and efficient way to edit images generated by these next-scale models.

In short, the paper suggests that instead of fighting to keep an image the same while trying to change it, we should just calculate the exact change needed and apply it directly to the foundation. It's a shift from "rebuilding the house" to "renovating the room," and it seems to work faster and better than the current alternatives.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →