NeFut Logo NeFut
Admin Login

[CS.AI] GUI Agents' Visual Trust: The Battle of Pixels vs. Structure

Published at: 2026-07-08 22:00 Last updated: 2026-07-09 03:23
#algorithm #AI #Open Source

Abstract

Multimodal GUI agents read an interface through two redundant channels: the rendered pixels of a screenshot and a serialized structure such as a DOM or accessibility tree. Before acting, an agent forms a belief about the current interface state, but existing benchmarks score task success, element grounding, or attack resistance and do not ask whether that belief is drawn from the pixels. We formalize visual state reliance, the attribution of a state belief to pixels, structure, or priors, and measure it with paired single-channel interventions over 310 real web, mobile, and desktop probes. Each probe is scored by deterministic forced choice, with no model-generated item and no model judge.

Our central metric is the Perception-Fusion Gap, the fraction of probes a model perceives correctly yet resolves toward structure under conflict. Across five models from three vendors, textual state beliefs defer to structure while image-only accuracy stays near ceiling, and Perception-Fusion Gap is positive for every model; non-text identity, by contrast, stays largely pixel-bound. The substitution is specific to the serialized-text and indexed-action channel, and coordinate-action agents are largely immune. For textual conflicts, a white-box ablation traces the effect to a single copied structural value, and in two live environments the conflict drives wrong actions and real task failure. Visual state reliance therefore gives a measurable diagnostic of whether agent state beliefs are visually grounded, and the errors it exposes propagate to actions.

Blogger's Review: This article delves into the visual reliance of GUI agents during decision-making, particularly contrasting pixel and structural information. It provides significant theoretical and practical insights, especially for enhancing the reliability and accuracy of multimodal systems. The proposed “Perception-Fusion Gap” metric offers a fresh perspective and direction for future research.

Original Source: https://arxiv.org/abs/2607.04334

[h] Back to Home