Convolutional Neural Networks for User Identificationbased on Motion Sensors Represented as Image
Cezara Benegui, Radu Tudor Ionescu

TL;DR
This paper presents a CNN-based method for user identification through motion sensor data transformed into images, achieving high accuracy with minimal user data, and outperforming baseline models.
Contribution
Introduces a novel CNN approach for user identification using motion sensor images, with effective few-shot learning capabilities and comparison to baseline methods.
Findings
CNN achieves 89.75% accuracy in multi-class classification
96.72% accuracy in few-shot user identification
Outperforms handcrafted feature and RNN baselines
Abstract
In this paper, we propose a deep learning approach for smartphone user identification based on analyzing motion signals recorded by the accelerometer and the gyroscope, during a single tap gesture performed by the user on the screen. We transform the discrete 3-axis signals from the motion sensors into a gray-scale image representation which is provided as input to a convolutional neural network (CNN) that is pre-trained for multi-class user classification. In the pre-training stage, we benefit from different users and multiple samples per user. After pre-training, we use our CNN as feature extractor, generating an embedding associated to each single tap on the screen. The resulting embeddings are used to train a Support Vector Machines (SVM) model in a few-shot user identification setting, i.e. requiring only 20 taps on the screen during the registration phase. We compare our…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsVideo Surveillance and Tracking Methods · Anomaly Detection Techniques and Applications · Video Analysis and Summarization
MethodsSupport Vector Machine
