ResearchPod Summary
As computer-use agents (CUAs) become more prevalent, they are typically evaluated on end-to-end task success. However, this high-level metric often masks intermediate failures in visual reasoning, such as the inability to distinguish between relevant state changes and stale or unrelated GUI noise. This paper asks: can current vision-language models (VLMs) accurately interpret the causal transitions between desktop GUI states, and can they reject irrelevant visual information that might poison their planning context?
The authors introduce Desktop-Delta Bench (DDB), an offline diagnostic benchmark consisting of 2,013 human-verified instances derived from Linux desktop workflows. DDB evaluates models through two primary tasks:
These tasks are designed to probe three specific failure dimensions: state verification (detecting hidden or persistent changes), source tracking (maintaining consistency across applications), and context-aware control (handling ambiguity and recovery).
Evaluation of eight frontier model families shows that desktop transition understanding remains far from saturated. In temporal ordering, models achieved an exact-match rate of approximately 65%, with little improvement when provided with task context. Error analysis indicates that models often default to simply copying the presented order of images rather than reasoning through the visual evidence. In single-action reconstruction, models were significantly better at locating UI elements than identifying the correct action family, with 'drag' actions proving particularly difficult to classify compared to simple clicks. These results suggest that while models can ground UI elements, they lack the robust causal understanding required for reliable, long-horizon desktop automation.
AI-generated third-party summary by ResearchPod. Not official content or an endorsement by the paper authors or affiliated organizations.