Your device may know you better than you know yourself -- continuous authentication on novel dataset using machine learning

Pedro Gomes do Nascimento,Pidge Witiak,Tucker MacCallum,Zachary Winterfeldt,Rushit Dave
2024-03-07
Abstract:This research aims to further understanding in the field of continuous authentication using behavioral biometrics. We are contributing a novel dataset that encompasses the gesture data of 15 users playing Minecraft with a Samsung Tablet, each for a duration of 15 minutes. Utilizing this dataset, we employed machine learning (ML) binary classifiers, being Random Forest (RF), K-Nearest Neighbors (KNN), and Support Vector Classifier (SVC), to determine the authenticity of specific user actions. Our most robust model was SVC, which achieved an average accuracy of approximately 90%, demonstrating that touch dynamics can effectively distinguish users. However, further studies are needed to make it viable option for authentication systems
Artificial Intelligence
What problem does this paper attempt to address?
The paper aims to address issues in the field of continuous authentication, specifically through behavioral biometrics. Current authentication methods are primarily implemented at the entry point of the device, and once the device is unlocked, it remains in an unlocked state, which can lead to security risks. To solve this problem, researchers have proposed a continuous authentication method based on touchscreen behavioral biometrics. The main contributions of the paper include: 1. Creating a public touch dynamics dataset that records the touch action data of 15 users playing the game "Minecraft" on Android devices. This data can be used to train and evaluate machine learning models. 2. Training and testing the data using three machine learning models (Random Forest, K-Nearest Neighbors, and Support Vector Classifier) and comparing the results with previous studies. The research results show that the Support Vector Classifier (SVC) model performed the best, with an average accuracy of about 90%, indicating that touch dynamics can effectively distinguish different users. However, further research is needed to make it a viable authentication system option.