UI Components Recognition System Based On Image Understanding
Bibliography
Sun, X., Li, T., & Xu, J. (2020). UI Components Recognition System Based On Image Understanding. 2020 IEEE 20th International Conference on Software Quality, Reliability and Security Companion (QRS-C), 65â71. https://doi.org/10.1109/QRS-C51114.2020.00022
Abstract
Before the release of mobile application products, a lot of repeated testing is often required. In the process of mobile application testing, the core problem is to locate the UI components on the mobile application screenshots. There are many methods to automatically identify UI components, but in some cases, such as crowdsourcing testing, it is difïŹcult to use automatic methods to identify UI components. In view of this, the APP UI components recognition system based on image understanding provides new solutions and methods for application scenarios that are difïŹcult to automatically locate components. We investigate Android UI component information, use image understanding analysis to extract component images on screenshot, design and implement a convolutional neural networks,and then use trained CNN to classify these images. The classiïŹcation accuracy is up to 96.97%. In the end, we get the component information contained in screenshot.