Improved AdaBoost for Virtual Reality Experience Prediction Based on Long Short-Term Memory Network

Wenhan Fan,Zhicheng Ding,Ruixin Huang,Chang Zhou,Xuyang Zhang
2024-05-17
Abstract:A classification prediction algorithm based on Long Short-Term Memory Network (LSTM) improved AdaBoost is used to predict virtual reality (VR) user experience. The dataset is randomly divided into training and test sets in the ratio of 7:3.During the training process, the model's loss value decreases from 0.65 to 0.31, which shows that the model gradually reduces the discrepancy between the prediction results and the actual labels, and improves the accuracy and generalisation ability.The final loss value of 0.31 indicates that the model fits the training data well, and is able to make predictions and classifications more accurately. The confusion matrix for the training set shows a total of 177 correct predictions and 52 incorrect predictions, with an accuracy of 77%, precision of 88%, recall of 77% and f1 score of 82%. The confusion matrix for the test set shows a total of 167 correct and 53 incorrect predictions with 75% accuracy, 87% precision, 57% recall and 69% f1 score. In summary, the classification prediction algorithm based on LSTM with improved AdaBoost shows good prediction ability for virtual reality user experience. This study is of great significance to enhance the application of virtual reality technology in user experience. By combining LSTM and AdaBoost algorithms, significant progress has been made in user experience prediction, which not only improves the accuracy and generalisation ability of the model, but also provides useful insights for related research in the field of virtual reality. This approach can help developers better understand user requirements, optimise virtual reality product design, and enhance user satisfaction, promoting the wide application of virtual reality technology in various fields.
Machine Learning
What problem does this paper attempt to address?
This paper aims to improve the prediction capability of user experience in virtual reality (VR) by combining Long Short-Term Memory (LSTM) and an improved AdaBoost algorithm. Traditional methods for studying user experience rely on user feedback, which may be subjective and limited. Therefore, this paper proposes a LSTM-based classification prediction algorithm to improve the accuracy and generalization ability of predictions. The dataset used in the study is obtained from Kaggle and includes information such as users' physiological reactions, emotional states, and preferences in VR environments. The LSTM network is used to process sequential data and capture long-term dependencies in time series. The AdaBoost algorithm iteratively trains and adjusts sample weights, giving more attention to previously misclassified samples in subsequent rounds, thereby improving the overall model accuracy. Experimental results show that the loss value of the model during training decreases from 0.65 to 0.31, indicating a gradual reduction in the gap between predicted results and true labels and an improvement in accuracy and generalization ability. The training set achieves an accuracy of 77%, precision of 88%, recall rate of 77%, and F1 score of 82%; while the test set achieves an accuracy of 75%, precision of 87%, recall rate of 57%, and F1 score of 69%. In summary, the LSTM-based classification prediction algorithm combined with the improved AdaBoost has shown good prediction performance on VR user experience, contributing to a better understanding of user needs, optimizing VR product design, enhancing user satisfaction, and promoting the widespread application of virtual reality technology in various fields. Further optimization of algorithm parameters, expansion of data scale, and exploration of more feature engineering methods can be conducted in the future to improve model performance and application scope.