CLAIHCSep 20, 2023

You Only Look at Screens: Multimodal Chain-of-Action Agents

arXiv:2309.11436v4198 citationsh-index: 34Has Code
Originality Highly original
AI Analysis

This addresses automation challenges for users needing efficient GUI task execution, representing a novel method rather than an incremental improvement.

The paper tackles the problem of inefficiency and error propagation in autonomous GUI agents by introducing Auto-GUI, a multimodal solution that directly interacts with interfaces without parsing, achieving state-of-the-art performance with 90% action type accuracy and 74% overall success rate on a benchmark with 30K instructions.

Autonomous graphical user interface (GUI) agents aim to facilitate task automation by interacting with the user interface without manual intervention. Recent studies have investigated eliciting the capabilities of large language models (LLMs) for effective engagement in diverse environments. To align with the input-output requirement of LLMs, most existing approaches are developed under a sandbox setting where they rely on external tools and application-specific APIs to parse the environment into textual elements and interpret the predicted actions. Consequently, those approaches often grapple with inference inefficiency and error propagation risks. To mitigate the challenges, we introduce Auto-GUI, a multimodal solution that directly interacts with the interface, bypassing the need for environment parsing or reliance on application-dependent APIs. Moreover, we propose a chain-of-action technique -- leveraging a series of intermediate previous action histories and future action plans -- to help the agent decide what action to execute. We evaluate our approach on a new device-control benchmark AITW with 30$K$ unique instructions, spanning multi-step tasks such as application operation, web searching, and web shopping. Experimental results show that Auto-GUI achieves state-of-the-art performance with an action type prediction accuracy of 90\% and an overall action success rate of 74\%. Code is publicly available at https://github.com/cooelf/Auto-GUI.

Code Implementations7 repos

Data from Papers with Code (CC-BY-SA-4.0)

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes