English

Less is More: Empowering GUI Agent with Context-Aware Simplification

Computer Vision and Pattern Recognition 2025-07-08 v1 Artificial Intelligence Human-Computer Interaction Machine Learning

Abstract

The research focus of GUI agents is shifting from text-dependent to pure-vision-based approaches, which, though promising, prioritize comprehensive pre-training data collection while neglecting contextual modeling challenges. We probe the characteristics of element and history contextual modeling in GUI agent and summarize: 1) the high-density and loose-relation of element context highlight the existence of many unrelated elements and their negative influence; 2) the high redundancy of history context reveals the inefficient history modeling in current GUI agents. In this work, we propose a context-aware simplification framework for building an efficient and effective GUI Agent, termed SimpAgent. To mitigate potential interference from numerous unrelated elements, we introduce a masking-based element pruning method that circumvents the intractable relation modeling through an efficient masking mechanism. To reduce the redundancy in historical information, we devise a consistency-guided history compression module, which enhances implicit LLM-based compression through innovative explicit guidance, achieving an optimal balance between performance and efficiency. With the above components, SimpAgent reduces 27% FLOPs and achieves superior GUI navigation performances. Comprehensive navigation experiments across diverse web and mobile environments demonstrate the effectiveness and potential of our agent.

Keywords

Cite

@article{arxiv.2507.03730,
  title  = {Less is More: Empowering GUI Agent with Context-Aware Simplification},
  author = {Gongwei Chen and Xurui Zhou and Rui Shao and Yibo Lyu and Kaiwen Zhou and Shuai Wang and Wentao Li and Yinchuan Li and Zhongang Qi and Liqiang Nie},
  journal= {arXiv preprint arXiv:2507.03730},
  year   = {2025}
}

Comments

Accepted to ICCV 2025

R2 v1 2026-07-01T03:47:06.649Z