paper-with-me

Papers

Convolutional Neural Networks for User Identificationbased on Motion Sensors Represented as Image

2019-12-08 · Cezara Benegui, Radu Tudor Ionescu

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 identification system based on CNN features with two baseline systems, one that employs handcrafted features and another that employs recurrent neural network (RNN) features. All systems are based on the same classifier, namely SVM. To pre-train the CNN and the RNN models for multi-class user classification, we use a different set of users than the set used for few-shot user identification, ensuring a realistic scenario. The empirical results demonstrate that our CNN model yields a top accuracy of 89.75% in multi-class user classification and a top accuracy of 96.72% in few-shot user identification. In conclusion, we believe that our system is ready for practical use, having a better generalization capacity than both baselines.

📄 PDF Abstract BibTeX arXiv:1912.03760

Code (0)

등록된 구현이 없습니다.

Tasks

General ClassificationUser Identification

Methods 이 논문이 사용한 방법론

SVM A Support Vector Machine, or SVM, is a non-parametric supervised learning model. For non-linear classification and regression, they utilise the kernel trick to map inputs…

Similar Papers 제목 키워드 기반

PerceptionNet: A Deep Convolutional Neural Network for Late Sensor Fusion

2018-11-01 · Panagiotis Kasnesis, Charalampos Z. Patrikakis, Iakovos S. Venieris

Human Activity Recognition (HAR) based on motion sensors has drawn a lot of attention over the last few years, since perceiving the human status enables context-aware applications to adapt their services on users' needs.…

Activity RecognitionHuman Activity RecognitionSensor FusionTime Series+1

Thermal Imaging-based Real-time Fall Detection using Motion Flow and Attention-enhanced Convolutional Recurrent Architecture

2025-09-20 · Christopher Silver, Thangarajah Akilan arxiv

Falls among seniors are a major public health issue. Existing solutions using wearable sensors, ambient sensors, and RGB-based vision systems face challenges in reliability, user compliance, and practicality. Studies ind…

SparsePoser: Real-time Full-body Motion Reconstruction from Sparse Data

2023-11-03 · Jose Luis Ponton, Haoran Yun, Andreas Aristidou, Carlos Andujar 외

Accurate and reliable human motion reconstruction is crucial for creating natural interactions of full-body avatars in Virtual Reality (VR) and entertainment applications. As the Metaverse and social applications gain po…

A novel health risk model based on intraday physical activity time series collected by smartphones

2018-12-06 · Evgeny Getmantsev, Boris Zhurov, Timothy V. Pyrkov, Peter O. Fedichev

We compiled a demo application and collected a motion database of more than 10,000 smartphone users to produce a health risk model trained on physical activity streams. We turned to adversarial domain adaptation and empl…

Domain AdaptationTime SeriesTime Series Analysis

WEARS: Wearable Emotion AI with Real-time Sensor data

2023-08-22 · Dhruv Limbani, Daketi Yatin, Nitish Chaturvedi, Vaishnavi Moorthy 외

Emotion prediction is the field of study to understand human emotions. Existing methods focus on modalities like text, audio, facial expressions, etc., which could be private to the user. Emotion can be derived from the …

Binary ClassificationEmotion Recognition