English

ClickAgent: Enhancing UI Location Capabilities of Autonomous Agents

Human-Computer Interaction 2024-10-18 v2 Artificial Intelligence Machine Learning

Abstract

With the growing reliance on digital devices equipped with graphical user interfaces (GUIs), such as computers and smartphones, the need for effective automation tools has become increasingly important. While multimodal large language models (MLLMs) like GPT-4V excel in many areas, they struggle with GUI interactions, limiting their effectiveness in automating everyday tasks. In this paper, we introduce ClickAgent, a novel framework for building autonomous agents. In ClickAgent, the MLLM handles reasoning and action planning, while a separate UI location model (e.g., SeeClick) identifies the relevant UI elements on the screen. This approach addresses a key limitation of current-generation MLLMs: their difficulty in accurately locating UI elements. ClickAgent outperforms other prompt-based autonomous agents (CogAgent, AppAgent) on the AITW benchmark. Our evaluation was conducted on both an Android smartphone emulator and an actual Android smartphone, using the task success rate as the key metric for measuring agent performance.

Keywords

Cite

@article{arxiv.2410.11872,
  title  = {ClickAgent: Enhancing UI Location Capabilities of Autonomous Agents},
  author = {Jakub Hoscilowicz and Bartosz Maj and Bartosz Kozakiewicz and Oleksii Tymoshchuk and Artur Janicki},
  journal= {arXiv preprint arXiv:2410.11872},
  year   = {2024}
}

Comments

The code for ClickAgent is available at github.com/Samsung/ClickAgent

R2 v1 2026-06-28T19:23:03.383Z