Click Sequence Prediction in Android Mobile Applications

Published: 01 Jan 2019, Last Modified: 13 Nov 2024IEEE Trans. Hum. Mach. Syst. 2019EveryoneRevisionsBibTeXCC BY-SA 4.0
Abstract: Predicting a click sequence in mobile applications improves the user experience in various ways. By predicting which button will be clicked next, one can predict how the application will work and how the device will operate. However, predicting the click sequence is difficult because of the problems involved in collecting click sequences in real application usage. More importantly, accurate predictions are extremely challenging. In this paper, we address these issues. We propose PathFinder, a scheme for collecting click events and based on them predicting the next click in the application. The clicks are collected with the Android Accessibility Service and the next click is predicted via long shortterm memory (LSTM). For the prediction, the base click sequence model is first generated from all users' data; then, a personalized model is trained with an individual click sequence. As training data considerably influences the performance of LSTM, several techniques are developed to enhance the quality of the training data. The experimental results for 100 popular applications showed that the coverage and accuracy of click sequence tracing were 95% and 96%, respectively. Furthermore, PathFinder predicted the top three buttons that would be clicked next with a 0.76 F-measure for 1775043 real click data.
Loading