What's Missing in Screen-to-Action? Towards a UI-in-the-Loop Paradigm for Multimodal GUI Reasoning

arXiv cs.AI / 4/10/2026

📰 NewsSignals & Early TrendsIdeas & Deep AnalysisModels & Research

Key Points

  • The paper argues that existing screen-to-action GUI reasoning methods struggle because they focus on direct screen-based decisions without fully understanding UI elements, limiting interpretability and causing task failures.
  • It proposes a new UI-in-the-Loop (UILoop) paradigm that turns GUI reasoning into a cyclic Screen → UI elements → Action process, enabling multimodal LLMs to localize and learn the semantics and usage of key UI components.
  • The method is designed to produce more precise element discovery and more interpretable reasoning outcomes during GUI task execution.
  • It introduces a tougher UI Comprehension task with three evaluation metrics to better assess UI element understanding.
  • The authors release UI Comprehension-Bench with 26K samples to benchmark and compare methods, and report state-of-the-art performance for UI understanding and strong results on GUI reasoning tasks.

Abstract

Existing Graphical User Interface (GUI) reasoning tasks remain challenging, particularly in UI understanding. Current methods typically rely on direct screen-based decision-making, which lacks interpretability and overlooks a comprehensive understanding of UI elements, ultimately leading to task failure. To enhance the understanding and interaction with UIs, we propose an innovative GUI reasoning paradigm called UI-in-the-Loop (UILoop). Our approach treats the GUI reasoning task as a cyclic Screen-UI elements-Action process. By enabling Multimodal Large Language Models (MLLMs) to explicitly learn the localization, semantic functions, and practical usage of key UI elements, UILoop achieves precise element discovery and performs interpretable reasoning. Furthermore, we introduce a more challenging UI Comprehension task centered on UI elements with three evaluation metrics. Correspondingly, we contribute a benchmark of 26K samples (UI Comprehension-Bench) to comprehensively evaluate existing methods' mastery of UI elements. Extensive experiments demonstrate that UILoop achieves state-of-the-art UI understanding performance while yielding superior results in GUI reasoning tasks.