Dynamic monitoring of software use with recurrent neural networks

作者:

Highlights:

摘要

User interaction with a software may be formalized as a sequence of actions. In this paper we propose two methods – based on different representations of input actions – to address two distinct industrial issues: next action prediction and software crash risk detection. Both methods take advantage of the recurrent structure of Long Short Term Memory neural networks to capture dependencies among our sequential data as well as their capacity to potentially handle different types of input representations for the same data. Given the history of user actions in the interface, our first method aims at predicting the next action. The proposed recurrent neural network outperforms state-of-the-art proactive user interface algorithms with standard one-hot vectors as inputs. Besides, we propose to feed the LSTM with actions embeddings. This continuous representation performs better than one-hot encoded vector LSTM and its lower dimension reduces at the same time the computational cost. Using the same data set, the second method aims at crash risk detection. To address this task, we propose to use feature vectors composed of actions with above average crash probabilities as inputs of the LSTM – with the idea to take advantage of its ability to learn relevant past information to detect crash patterns. The method outperforms state-of-the-art sequence classification methods. Our approaches are demonstrated on medical imaging software logs from ten different hospitals worldwide, though they might be applied to various user interfaces in a wide range of applications.

论文关键词:Recurrent neural networks,LSTM,Action embeddings,Action representation,Next action prediction,Crash monitoring,Medical imaging software

论文评审过程:Received 1 March 2019, Revised 2 December 2019, Accepted 13 December 2019, Available online 23 December 2019, Version of Record 29 February 2020.

论文官网地址:https://doi.org/10.1016/j.datak.2019.101781