paper-with-me

홈 › Papers

GPT-4V in Wonderland: Large Multimodal Models for Zero-Shot Smartphone GUI Navigation

2023-11-13 · An Yan, Zhengyuan Yang, Wanrong Zhu, Kevin Lin, Linjie Li, JianFeng Wang, Jianwei Yang, Yiwu Zhong, Julian McAuley, Jianfeng Gao, Zicheng Liu, Lijuan Wang

We present MM-Navigator, a GPT-4V-based agent for the smartphone graphical user interface (GUI) navigation task. MM-Navigator can interact with a smartphone screen as human users, and determine subsequent actions to fulfill given instructions. Our findings demonstrate that large multimodal models (LMMs), specifically GPT-4V, excel in zero-shot GUI navigation through its advanced screen interpretation, action reasoning, and precise action localization capabilities. We first benchmark MM-Navigator on our collected iOS screen dataset. According to human assessments, the system exhibited a 91\% accuracy rate in generating reasonable action descriptions and a 75\% accuracy rate in executing the correct actions for single-step instructions on iOS. Additionally, we evaluate the model on a subset of an Android screen navigation dataset, where the model outperforms previous GUI navigators in a zero-shot fashion. Our benchmark and detailed analyses aim to lay a robust groundwork for future research into the GUI navigation task. The project page is at https://github.com/zzxslp/MM-Navigator.

📄 PDF Abstract BibTeX arXiv:2311.07562

Code (2)

zzxslp/mm-navigator 공식 구현 jax
alipay/mobile-agent jax

Tasks

Action Localization

Similar Papers 제목 키워드 기반

AutoLife: Automatic Life Journaling with Smartphones and LLMs

2024-12-20 · Huatao Xu, Panrong Tong, Mo Li, Mani Srivastava

This paper introduces a novel mobile sensing application - life journaling - designed to generate semantic descriptions of users' daily lives. We present AutoLife, an automatic life journaling system based on commercial …

Predicting Affective States from Screen Text Sentiment

2024-08-23 · Songyan Teng, Tianyi Zhang, Simon D'Alfonso, Vassilis Kostakos

The proliferation of mobile sensing technologies has enabled the study of various physiological and behavioural phenomena through unobtrusive data collection from smartphone sensors. This approach offers real-time insigh…

Language ModelingLanguage ModellingLarge Language Modelregression

Alice's Adventures in a Differentiable Wonderland -- Volume I, A Tour of the Land

2024-04-26 · Simone Scardapane

Neural networks surround us, in the form of large language models, speech transcription systems, molecular discovery algorithms, robotics, and much more. Stripped of anything else, neural networks are compositions of dif…

Leveraging LLMs to Predict Affective States via Smartphone Sensor Features

2024-07-11 · Tianyi Zhang, Songyan Teng, Hong Jia, Simon D'Alfonso

As mental health issues for young adults present a pressing public health concern, daily digital mood monitoring for early detection has become an important prospect. An active research area, digital phenotyping, involve…

Do LLMs Need to See Everything? A Benchmark and Study of Failures in LLM-driven Smartphone Automation using Screentext vs. Screenshots

2026-04-20 · Shiquan Zhang, Tianyi Zhang, Le Fang, Simon D'Alfonso 외 arxiv

With the rapid advancement of large language models (LLMs), mobile agents have emerged as promising tools for phone automation, simulating human interactions on screens to accomplish complex tasks. However, these agents …