← Latest papers
💬 NLP

ReVision: Scaling Computer-Use Agents via Temporal Visual Redundancy Reduction

The paper introduces ReVision, a method that reduces visual token redundancy in computer-use agent trajectories by selectively removing redundant patches across consecutive screenshots, thereby significantly lowering token costs while improving success rates and enabling agents to effectively leverage longer historical contexts.

Original authors: Amirhossein Abaskohi, Yuhang He, Peter West, Giuseppe Carenini, Pranit Chawla, Vibhav Vineet

Published 2026-05-13
📖 4 min read☕ Coffee break read

Original authors: Amirhossein Abaskohi, Yuhang He, Peter West, Giuseppe Carenini, Pranit Chawla, Vibhav Vineet

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 trying to teach a very smart, but slightly forgetful, robot assistant how to navigate a computer screen to complete a complex task, like booking a flight or cleaning up your browser history.

Every time the robot takes a step, it snaps a photo of the screen. To understand the photo, the robot breaks it down into thousands of tiny puzzle pieces called "tokens." The more photos it sees, the more puzzle pieces it has to juggle.

The Problem: The "Sticky Note" Overload
The paper points out a major inefficiency: when you move a mouse or click a button, 90% of the screen usually stays exactly the same. Only a tiny corner changes.

However, current AI assistants are like someone who, after every single step, pastes a brand new, full-page sticky note onto their wall, even if 95% of that note is identical to the one they just pasted.

  • The Result: Their wall (the computer's memory) gets covered in sticky notes very quickly. They run out of space to write down new, important information.
  • The Consequence: Because they are so busy looking at the same old background over and over, they can't remember enough of the past to make good decisions on long tasks. They hit a "wall" where adding more history actually makes them perform worse because they are drowning in redundant data.

The Solution: ReVision (The "Smart Eraser")
The authors introduce ReVision, a new method that acts like a "smart eraser" for these digital sticky notes.

Instead of pasting a whole new page every time, ReVision looks at the new photo and asks: "What actually changed since the last photo?"

  • If the background, the menu bars, and the text haven't moved, ReVision erases those parts of the new photo.
  • It only keeps the tiny puzzle pieces that represent the new action (like a new button appearing or text changing).
  • Crucially, it keeps the shape of the screen intact so the robot doesn't get confused about where things are located.

The Analogy: The Movie vs. The Slideshow
Think of a standard AI assistant watching a movie as if it were a slideshow of 60 identical photos per second. It's exhausting and wasteful.
ReVision is like watching the movie in real-time: it only pays attention to the moving actors and the changing scenery, ignoring the static background.

What the Paper Found
The researchers tested this on three different "obstacle courses" for computer agents (OSWorld, WebTailBench, and AgentNetBench). Here is what happened:

  1. Massive Savings: By using ReVision, the AI used about 46% fewer "tokens" (puzzle pieces) to do the same job. It's like packing a suitcase for a trip and realizing you can throw away half your clothes because you're just re-wearing the same shirt.
  2. Better Performance: Surprisingly, the AI didn't just save money; it got smarter. Its success rate went up by about 3%.
    • Why? Because it wasn't wasting brainpower on the static background, it had more "mental space" to remember the important steps it took earlier in the task.
  3. Breaking the "Saturation" Point: Usually, if you give an AI too many past photos, it gets confused and stops improving. The paper found that this wasn't because the past photos were useless; it was because the AI was drowning in redundant data. Once ReVision cleaned up the noise, the AI could actually use more history to get even better at long, complex tasks.

The Bottom Line
ReVision teaches computer agents to be efficient observers. Instead of memorizing the entire screen every second, they learn to focus only on what's new. This allows them to remember longer stories, make better decisions, and solve harder problems without needing supercomputers to handle the data load.

Note: The paper focuses strictly on improving computer-use agents (software that controls a mouse and keyboard). It does not discuss medical applications, clinical uses, or future implications beyond making these specific agents more efficient.

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 →