DeltaV: Thinking with Visual State Updates in Unified Large Multimodal Models
DeltaV is a unified large multimodal model that enhances reasoning efficiency and performance by replacing full-image generation with a compact visual-update paradigm guided by a temporal similarity router, supported by a new large-scale interleaved reasoning dataset called StructCoT.
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 are playing a complex game of "Simon Says" with a robot friend, but instead of just listening, you have to draw every single step of the game on a whiteboard to show your friend what's happening.
The Old Way: The Over-Drawn Artist
Currently, most advanced AI models that try to solve problems with pictures (like figuring out a maze or a math puzzle) work like a very thorough, but slightly inefficient, artist. Let's say the game starts with a picture of a table with a cup on it.
- Step 1: The AI draws the whole table with the cup.
- Step 2: The game rule says, "Move the cup to the left." The AI, however, erases the entire whiteboard and redraws the whole table again, including the cup, the table legs, the background, and the shadows, just to show the cup moved one inch.
- Step 3: "Rotate the cup." The AI erases everything and redraws the entire table again.
The paper calls this "full-image generation." The authors argue this is a huge waste of energy and space. It's like rewriting the entire dictionary every time you want to change one word in a sentence. The AI spends most of its time re-drawing things that haven't changed at all, which makes it slow and sometimes causes it to mess up the details (like changing the cup's color by accident because it forgot what it looked like before).
The New Way: DeltaV, the "Sticker" Artist
The paper introduces a new model called DeltaV. Instead of redrawing the whole scene, DeltaV acts like a clever sticker artist.
- Step 1: It draws the table with the cup (the "Base State").
- Step 2: When the cup needs to move, DeltaV doesn't redraw the table. It just draws a tiny "sticker" showing the cup moving to the left and sticks it over the old spot. It ignores the table legs and background because they didn't change.
- Step 3: When the cup rotates, it just adds a tiny "rotation sticker."
This approach is called visual updates. The paper suggests that by only drawing the changes (the "Delta"), the AI saves a massive amount of work. In their tests, this method reduced the number of new "drawing tokens" (the digital ink used to create the image) by 55.6% on average, without making the pictures look worse.
The Smart "Stop" Button: The TSIM Router
You might wonder: "What if the change is huge? What if the whole scene explodes?"
DeltaV has a built-in smart manager called the TSIM Router. Think of this as a supervisor who looks at how different the new scene is from the old one.
- If the change is tiny (like moving a cup), the supervisor says, "Just use a few stickers."
- If the change is massive (like the whole room changing), the supervisor says, "Okay, use more stickers to make sure we get it right."
The paper measured this by checking how well the AI could reconstruct the image. They found that if they kept adding tokens after a certain point, the picture didn't get much better. So, the TSIM Router stops adding tokens once the "extra effort" stops paying off. This ensures the AI doesn't waste time on simple steps but doesn't skimp on complex ones.
The Training Ground: StructCoT
To teach DeltaV how to do this, the researchers couldn't just use old puzzle books. They built a massive new training set called StructCoT.
- It contains 1.05 million samples.
- It covers 44 different types of tasks, ranging from logic puzzles and math problems to robot planning and science questions.
- The paper argues that previous datasets were too small or focused only on specific things like mazes, but StructCoT gives the AI a much broader education on how visual states change over time.
The Results: Did it Work?
The paper reports that when they tested DeltaV:
- It solved multimodal reasoning problems 3.3% better than the old "redraw everything" method.
- Even though DeltaV is a smaller model (2B parameters), it beat much larger open-source models by an average of 8.4% on these reasoning tasks.
- It also outperformed a comparable model called Qwen3-VL-2B by 5.9% on external benchmarks.
What the Paper Rules Out
The authors are very clear about what doesn't work. They explicitly argue against the idea that we need to generate a full, high-resolution image at every single step of reasoning. They suggest that trying to do this creates "visual-token redundancy" (wasting digital ink) and actually hurts the AI's ability to reason because it gets distracted by re-drawing things that don't matter. They also note that while this method is great for reasoning, it might not be the best for tasks that require extremely fine-grained details (like spotting a tiny speck of dust), where a full image might still be necessary.
The Bottom Line
The paper suggests that the future of AI reasoning isn't about drawing the whole world over and over again. Instead, it's about thinking in terms of "what changed?" By focusing only on the updates, DeltaV becomes faster, more efficient, and surprisingly better at solving complex puzzles than its heavier, full-image-drawing cousins.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.