paper-with-me

Papers

Multimodal Icon Annotation For Mobile Applications

2021-07-09 · Xiaoxue Zang, Ying Xu, Jindong Chen

Annotating user interfaces (UIs) that involves localization and classification of meaningful UI elements on a screen is a critical step for many mobile applications such as screen readers and voice control of devices. Annotating object icons, such as menu, search, and arrow backward, is especially challenging due to the lack of explicit labels on screens, their similarity to pictures, and their diverse shapes. Existing studies either use view hierarchy or pixel based methods to tackle the task. Pixel based approaches are more popular as view hierarchy features on mobile platforms are often incomplete or inaccurate, however it leaves out instructional information in the view hierarchy such as resource-ids or content descriptions. We propose a novel deep learning based multi-modal approach that combines the benefits of both pixel and view hierarchy features as well as leverages the state-of-the-art object detection techniques. In order to demonstrate the utility provided, we create a high quality UI dataset by manually annotating the most commonly used 29 icons in Rico, a large scale mobile design dataset consisting of 72k UI screenshots. The experimental results indicate the effectiveness of our multi-modal approach. Our model not only outperforms a widely used object classification baseline but also pixel based object detection models. Our study sheds light on how to combine view hierarchy with pixel features for annotating UI elements.

📄 PDF Abstract BibTeX arXiv:2107.04452

Code (0)

등록된 구현이 없습니다.

Tasks

Objectobject-detectionObject Detection

Similar Papers 제목 키워드 기반

Towards Better Semantic Understanding of Mobile Interfaces

2022-10-06 · COLING 2022 10 · Srinivas Sunkara, Maria Wang, Lijuan Liu, Gilles Baechler 외

Improving the accessibility and automation capabilities of mobile devices can have a significant positive impact on the daily lives of countless users. To stimulate research in this direction, we release a human-annotate…

Ferret-UI: Grounded Mobile UI Understanding with Multimodal LLMs

2024-04-08 · Keen You, Haotian Zhang, Eldon Schoop, Floris Weers 외

Recent advancements in multimodal large language models (MLLMs) have been noteworthy, yet, these general-domain MLLMs often fall short in their ability to comprehend and interact effectively with user interface (UI) scre…

Instruction Following

LlamaTouch: A Faithful and Scalable Testbed for Mobile UI Task Automation

2024-04-12 · Li Zhang, Shihe Wang, Xianqing Jia, Zhihan Zheng 외

The emergent large language/multimodal models facilitate the evolution of mobile agents, especially in mobile UI task automation. However, existing evaluation approaches, which rely on human validation or established dat…

HyMobileAgent: Data-Environment Co-Scaling for Efficient GUI Agents

2026-07-16 · Hy Vision Team, Huawen Shen, Zhengyang Tang, Shangpin Peng 외 arxiv

As large multimodal models move from understanding content to operating on digital environments, mobile GUI has emerged as a challenging and consequential testbed for digital embodied intelligence. Mobile agents operate …

Reinforcement LearningDecision Making

Widget2Code: From Visual Widgets to UI Code via Multimodal LLMs

2025-12-22 · Houston H. Zhang, Tao Zhang, Baoze Lin, Yuanqi Xue 외 arxiv

User interface to code (UI2Code) aims to generate executable code that can faithfully reconstruct a given input UI. Prior work focuses largely on web pages and mobile screens, leaving app widgets underexplored. Unlike we…

Code Generation