ImageNet classification with deep convolutional neural networks
Alex Krizhevsky, Ilya Sutskever et al.
0
Citations
0
Influential Citations
—
Venue
2026
Year
GUI agents are commonly trained offline from successful interaction trajectories. Standard training decomposes each trajectory into prefix-action pairs: the agent predicts an action from the current screen and interaction history, while the subsequent observation is discarded. This removes the rationale of why an action is correct: the evidence often appears only on the subsequent screen. For example, to enable Soft Wrap, the agent should click Edit or View, but nothing reveals this until the menu opens. Without such evidence, standard imitation gives the model little chance of ever sampling and thus learning the correct reasoning. To address this issue, we propose Gated Hindsight Distillation (GHD), which uses the next screenshot as privileged information during training. A student predicts from the observable trajectory prefix, while a parameter-sharing teacher additionally observes the next screenshot and re-scores the student's on-policy responses. We apply distillation only when the student fails and the hindsight-conditioned teacher recovers the demonstrated action. GHD improves task success over GRPO on AndroidWorld and AndroidLab across two vision-language models. The code and checkpoints will be made available.
GUI agents are typically trained offline from successful interaction trajectories, where each step is decomposed into a prefix-action pair. The agent must predict the next action from the current screen and history, but the rationale for why an action is correct often only becomes visible on the subsequent screen. For example, to enable a feature like Soft Wrap, the agent must click Edit or View, but nothing in the current screen reveals this until the menu opens. Standard imitation learning discards this future evidence, leaving the model with little chance of learning the correct reasoning.
This paper identifies this 'missing rationale' problem and proposes a novel training paradigm that leverages the next screenshot as privileged information. By providing the teacher with access to the future observation, the model can learn from the evidence that justifies the action, even if it is not present in the current context. This is a significant step toward more robust and reasoning-capable GUI agents, as it directly addresses a core limitation of existing offline training methods.
The paper reports that GHD improves task success over GRPO on both AndroidWorld and AndroidLab benchmarks, across two different vision-language models. While the abstract does not provide specific numerical improvements, the consistent gains across multiple benchmarks and models suggest that GHD is a robust and effective method. The use of GRPO as a baseline indicates that GHD is compared against a strong reinforcement learning method, further highlighting its potential.
This work has broader implications for the field of AI, particularly in the area of interactive agents and decision-making. By demonstrating the value of using future observations as privileged information during training, it opens up new avenues for improving the sample efficiency and reasoning capabilities of agents in partially observable environments. The gated distillation approach could be adapted to other domains where the rationale for an action is only revealed after the action is taken, such as robotics, game playing, or dialogue systems. Moreover, the parameter-sharing design makes the method practical and scalable, potentially enabling its adoption in real-world applications. As GUI agents become more prevalent in mobile and desktop automation, methods like GHD could be key to achieving human-level performance in complex, multi-step tasks.
Alex Krizhevsky, Ilya Sutskever et al.
Ashish Vaswani, Noam Shazeer et al.
Douglas M. Bates, Martin Mächler et al.
Diederik P. Kingma, Jimmy Ba