paper-with-me

Papers

A History-Aware Visually Grounded Critic for Computer Use Agents

2026-06-09 · Jaewoo Lee, Zaid Khan, Archiki Prasad, Justin Chih-Yao Chen, Supriyo Chakraborty, Kartik Balasubramaniam, Sambit Sahu, Elias Stengel-Eskin, Hyunji Lee, Mohit Bansal arxiv

Various test-time interventions for Computer Use Agents (CUAs), including critic models, have been developed to improve performance through pre-execution action evaluation in complex Graphical User Interface (GUI) environments. However, existing critics suffer from two key limitations: they (1) focus primarily on short-sighted decision loops (e.g., forgetting earlier actions) and (2) lack the visual grounding needed to detect flawed actions (e.g., clicking wrong UI elements). To address these, we introduce HiViG, a History-aware Visually Grounded test-time framework, built around a multimodal critic trained on real GUI trajectories to abstract past interactions into a compact record and to evaluate actions with visual grounding. At test time, HiViG integrates the critic into the policy decision loop to provide macro-action history, which summarizes the policy's completed achievements, and visually grounded critique, which verifies raw execution coordinates against the current screenshot to intercept errors before execution. Across web, mobile, and desktop benchmarks, HiViG consistently outperforms existing scalar and verbal critics, improving average success rates over the strongest baseline by 5.8% for Qwen3-VL-32B and 9.0% for Gemini-3-Flash, and demonstrates strong cross-platform generalization. Ablations show that macro-action history mitigates short-sighted planning and visually grounded critique reduces execution errors, with both components being critical for test-time scaling in long-horizon GUI tasks.

📄 PDF Abstract BibTeX arXiv:2606.11078

Code (0)

등록된 구현이 없습니다.

Tasks

Visual Grounding

Similar Papers 제목 키워드 기반

Making History Matter: History-Advantage Sequence Training for Visual Dialog

2019-02-25 · ICCV 2019 10 · Tianhao Yang, Zheng-Jun Zha, Hanwang Zhang

We study the multi-round response generation in visual dialog, where a response is generated according to a visually grounded conversational history. Given a triplet: an image, Q&A history, and current question, all the …

Answer GenerationDecoderReinforcement LearningResponse Generation+3

DMRM: A Dual-channel Multi-hop Reasoning Model for Visual Dialog

2019-12-18 · Feilong Chen, Fandong Meng, Jiaming Xu, Peng Li 외

Visual Dialog is a vision-language task that requires an AI agent to engage in a conversation with humans grounded in an image. It remains a challenging task since it requires the agent to fully understand a given questi…

AI AgentDecoderMultimodal ReasoningVisual Dialog

How to Fool Systems and Humans in Visually Grounded Interaction: A Case Study on Adversarial Attacks on Visual Dialog

2022-01-16 · ACL ARR January 2022 1 · Anonymous

Adversarial attacks change predictions of deep neural network models, while aiming to remain unnoticed by the user.This is a challenge for textual attacks, which target discrete text. In this study, we investigate the r…

Visual Dialog

End-to-end optimization of goal-driven and visually grounded dialogue systems

2017-03-15 · Florian Strub, Harm de Vries, Jeremie Mary, Bilal Piot 외

End-to-end design of dialogue systems has recently become a popular research topic thanks to powerful tools such as encoder-decoder architectures for sequence-to-sequence learning. Yet, most current approaches cast human…

DecoderDeep Reinforcement LearningDialogue ManagementManagement+2

Dual Attention Networks for Visual Reference Resolution in Visual Dialog

2019-02-25 · IJCNLP 2019 11 · Gi-Cheon Kang, Jaeseo Lim, Byoung-Tak Zhang

Visual dialog (VisDial) is a task which requires an AI agent to answer a series of questions grounded in an image. Unlike in visual question answering (VQA), the series of questions should be able to capture a temporal c…

AI AgentQuestion AnsweringVisual DialogVisual Grounding+2