paper-with-me

홈 › Papers

Building Autonomous GUI Navigation via Agentic-Q Estimation and Step-Wise Policy Optimization

2026-02-14 · Yibo Wang, Guangda Huzhang, Yuwei Hu, Yu Xia, Shiyin Lu, Qing-Guo Chen, Zhao Xu, Weihua Luo, Kaifu Zhang, Lijun Zhang arxiv

Recent advances in Multimodal Large Language Models (MLLMs) have substantially driven the progress of autonomous agents for Graphical User Interface (GUI). Nevertheless, in real-world applications, GUI agents are often faced with non-stationary environments, leading to high computational costs for data curation and policy optimization. In this report, we introduce a novel MLLM-centered framework for GUI agents, which consists of two components: agentic-Q estimation and step-wise policy optimization. The former one aims to optimize a Q-model that can generate step-wise values to evaluate the contribution of a given action to task completion. The latter one takes step-wise samples from the state-action trajectory as inputs, and optimizes the policy via reinforcement learning with our agentic-Q model. It should be noticed that (i) all state-action trajectories are produced by the policy itself, so that the data collection costs are manageable; (ii) the policy update is decoupled from the environment, ensuring stable and efficient optimization. Empirical evaluations show that our framework endows Ovis2.5-9B with powerful GUI interaction capabilities, achieving remarkable performances on GUI navigation and grounding benchmarks and even surpassing contenders with larger scales.

📄 PDF Abstract BibTeX arXiv:2602.13653

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Qwen-RobotNav Technical Report: A Scalable Navigation Model Designed for an Agentic Navigation System

2026-06-16 · Jiazhao Zhang, Gengze Zhou, Hale Yin, Yiyang Huang 외 arxiv

Agentic navigation systems require a base navigation model whose observation strategy can be externally reconfigured at inference time, because instruction following, object search, target tracking, and autonomous drivin…

Instruction FollowingAutonomous Driving

SoK: Agentic Retrieval-Augmented Generation (RAG): Taxonomy, Architectures, Evaluation, and Research Directions

2026-03-07 · Saroj Mishra, Suman Niroula, Umesh Yadav, Dilip Thakur 외 arxiv

Retrieval-Augmented Generation (RAG) systems are increasingly evolving into agentic architectures where large language models autonomously coordinate multi-step reasoning, dynamic memory management, and iterative retriev…

WebDancer: Towards Autonomous Information Seeking Agency

2025-05-28 · Jialong Wu, Baixuan Li, Runnan Fang, Wenbiao Yin 외

Addressing intricate real-world problems necessitates in-depth information seeking and multi-step reasoning. Recent progress in agentic systems, exemplified by Deep Research, underscores the potential for autonomous mult…

Scaling Agents via Continual Pre-training

2025-09-16 · Liangcai Su, Zhen Zhang, Guangyu Li, Zhuo Chen 외 arxiv

Large language models (LLMs) have evolved into agentic systems capable of autonomous tool use and multi-step reasoning for complex problem-solving. However, post-training approaches building upon general-purpose foundati…

LLM-Guided Agentic Floor Plan Parsing for Accessible Indoor Navigation of Blind and Low-Vision People

2026-04-27 · Aydin Ayanzadeh, Tim Oates arxiv

Indoor navigation remains a critical accessibility challenge for the blind and low-vision (BLV) individuals, as existing solutions rely on costly per-building infrastructure. We present an agentic framework that converts…