GhostUI: Unveiling Hidden Interactions in Mobile UI
Minkyu Kweon, Seokhyeon Park, Soohyun Lee, You Been Lee, Jeongmin Rhee, Jinwook Seo
TL;DR
GhostUI addresses the gap in mobile UI understanding by introducing a dedicated hidden-interaction dataset collected from 81 Android apps, covering six gesture types and paired before/after states. The authors design a three-phase data-collection pipeline (automated probing, validation, and task contextualization) and provide a simplified view hierarchy to improve multimodal reasoning. Experiments with GPT-4o and Qwen2.5-VL show that fine-tuning on GhostUI increases gesture prediction accuracy and improves UI transition descriptions, highlighting the importance of expanded action spaces and multimodal context. The work demonstrates practical potential for guiding users and informing interaction design, while outlining limitations and future directions such as platform expansion and task-level evaluation. Overall, GhostUI lays a foundation for training mobile agents to recognize and act on hidden gestures, enabling more capable and user-friendly automation in real-world apps.
Abstract
Modern mobile applications rely on hidden interactions--gestures without visual cues like long presses and swipes--to provide functionality without cluttering interfaces. While experienced users may discover these interactions through prior use or onboarding tutorials, their implicit nature makes them difficult for most users to uncover. Similarly, mobile agents--systems designed to automate tasks on mobile user interfaces, powered by vision language models (VLMs)--struggle to detect veiled interactions or determine actions for completing tasks. To address this challenge, we present GhostUI, a new dataset designed to enable the detection of hidden interactions in mobile applications. GhostUI provides before-and-after screenshots, simplified view hierarchies, gesture metadata, and task descriptions, allowing VLMs to better recognize concealed gestures and anticipate post-interaction states. Quantitative evaluations with VLMs show that models fine-tuned on GhostUI outperform baseline VLMs, particularly in predicting hidden interactions and inferring post-interaction screens, underscoring GhostUI's potential as a foundation for advancing mobile task automation.
