Abstract
A GUI skeleton is the starting point for implementing a UI design image. To obtain a GUI skeleton from a UI design image, developers have to visually understand UI elements and their spatial layout in the image, and then translate this understanding into proper GUI components and their compositions. Automating this visual understanding and translation would be beneficial for bootstraping mobile GUI implementation, but it is a challenging task due to the diversity of UI designs and the complexity of GUI skeletons to generate. Existing tools are rigid as they depend on heuristically-designed visual understanding and GUI generation rules. In this paper, we present a neural machine translator that combines recent advances in computer vision and machine translation for translating a UI design image into a GUI skeleton. Our translator learns to extract visual features in UI images, encode these features' spatial layouts, and generate GUI skeletons in a unified neural network framework, without requiring manual rule development. For training our translator, we develop an automated GUI exploration method to automatically collect large-scale UI data from real-world applications. We carry out extensive experiments to evaluate the accuracy, generality and usefulness of our approach.
Original language | English |
---|---|
Title of host publication | Proceedings - 2018 ACM/IEEE 40th International Conference on Software Engineering, ICSE 2018 |
Editors | Marsha Chechik, Mark Harman |
Place of Publication | New York NY USA |
Publisher | Association for Computing Machinery (ACM) |
Pages | 665-676 |
Number of pages | 12 |
ISBN (Print) | 9781450356381 |
DOIs | |
Publication status | Published - 27 May 2018 |
Externally published | Yes |
Event | International Conference on Software Engineering 2018 - Gothenburg, Sweden Duration: 27 May 2018 → 3 Jun 2018 Conference number: 40th https://www.icse2018.org/ https://ieeexplore.ieee.org/xpl/conhome/8452039/proceeding (Proceedings) |
Conference
Conference | International Conference on Software Engineering 2018 |
---|---|
Abbreviated title | ICSE 2018 |
Country/Territory | Sweden |
City | Gothenburg |
Period | 27/05/18 → 3/06/18 |
Internet address |
Keywords
- Deep learning
- Reverse engineering
- User interface