paper-with-me

Papers

MAPLE: A Mobile Assistant with Persistent Finite State Machines for Recovery Reasoning

2025-05-29 · Linqiang Guo, Wei Liu, Yi Wen Heng, Tse-Hsun, Chen, Yang Wang

Mobile GUI agents aim to autonomously complete user-instructed tasks across mobile apps. Recent advances in Multimodal Large Language Models (MLLMs) enable these agents to interpret UI screens, identify actionable elements, and perform interactions such as tapping or typing. However, existing agents remain reactive: they reason only over the current screen and lack a structured model of app navigation flow, limiting their ability to understand context, detect unexpected outcomes, and recover from errors. We present MAPLE, a state-aware multi-agent framework that abstracts app interactions as a Finite State Machine (FSM). We computationally model each UI screen as a discrete state and user actions as transitions, allowing the FSM to provide a structured representation of the app execution. MAPLE consists of specialized agents responsible for four phases of task execution: planning, execution, verification, error recovery, and knowledge retention. These agents collaborate to dynamically construct FSMs in real time based on perception data extracted from the UI screen, allowing the GUI agents to track navigation progress and flow, validate action outcomes through pre- and post-conditions of the states, and recover from errors by rolling back to previously stable states. Our evaluation results on two challenging cross-app benchmarks, Mobile-Eval-E and SPA-Bench, show that MAPLE outperforms the state-of-the-art baseline, improving task success rate by up to 12%, recovery success by 13.8%, and action accuracy by 6.5%. Our results highlight the importance of structured state modeling in guiding mobile GUI agents during task execution. Moreover, our FSM representation can be integrated into future GUI agent architectures as a lightweight, model-agnostic memory layer to support structured planning, execution verification, and error recovery.

📄 PDF Abstract BibTeX arXiv:2505.23596

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

MAPLE: Mobile App Prediction Leveraging Large Language Model Embeddings

2023-09-15 · Yonchanok Khaokaew, Hao Xue, Flora D. Salim

In recent years, predicting mobile app usage has become increasingly important for areas like app recommendation, user behaviour analysis, and mobile resource management. Existing models, however, struggle with the heter…

Language ModelingLanguage ModellingLarge Language ModelPrediction

Virtual-to-real Deep Reinforcement Learning: Continuous Control of Mobile Robots for Mapless Navigation

2017-03-01 · Lei Tai, Giuseppe Paolo, Ming Liu

We present a learning-based mapless motion planner by taking the sparse 10-dimensional range findings and the target position with respect to the mobile robot coordinate frame as input and the continuous steering command…

continuous-controlContinuous ControlDeep Reinforcement LearningNavigate+3

MAPLE-Edge: A Runtime Latency Predictor for Edge Devices

2022-04-27 · Saeejith Nair, Saad Abbasi, Alexander Wong, Mohammad Javad Shafiee

Neural Architecture Search (NAS) has enabled automatic discovery of more efficient neural network architectures, especially for mobile and embedded vision applications. Although recent research has proposed ways of quick…

CPUEfficient Neural NetworkNeural Architecture Search

MobileMem: Learning from a Year of Mobile Experiences

2026-08-11 · Xinle Deng, Yida Xue, Xiangyuan Ru, Haoming Xu 외 hf

The next generation of AI agents is increasingly moving beyond systems that answer isolated questions toward persistent personal assistants that can understand, remember, and continuously learn from users' experiences. S…

Information Retrieval

Deterministic and Stochastic Analysis of Deep Reinforcement Learning for Low Dimensional Sensing-based Navigation of Mobile Robots

2022-09-13 · Ricardo B. Grando, Junior C. de Jesus, Victor A. Kich, Alisson H. Kolling 외

Deterministic and Stochastic techniques in Deep Reinforcement Learning (Deep-RL) have become a promising solution to improve motion control and the decision-making tasks for a wide variety of robots. Previous works showe…

Decision MakingDeep Reinforcement Learning