CVAIHCLGMar 7, 2022

HAR-GCNN: Deep Graph CNNs for Human Activity Recognition From Highly Unlabeled Mobile Sensor Data

arXiv:2203.03087v1h-index: 10Has Code
AI Analysis

This work addresses data quality issues in human activity recognition for applications like health monitoring and senior care, offering a method to handle highly unlabeled data, though it is incremental as it builds on existing graph CNN approaches.

The paper tackles the challenge of human activity recognition from mobile sensor data with limited labeled data by proposing HAR-GCCN, a deep graph CNN that leverages chronological correlations between activities to predict missing labels, resulting in accuracy improvements of about 25% and up to 68% on various datasets.

The problem of human activity recognition from mobile sensor data applies to multiple domains, such as health monitoring, personal fitness, daily life logging, and senior care. A critical challenge for training human activity recognition models is data quality. Acquiring balanced datasets containing accurate activity labels requires humans to correctly annotate and potentially interfere with the subjects' normal activities in real-time. Despite the likelihood of incorrect annotation or lack thereof, there is often an inherent chronology to human behavior. For example, we take a shower after we exercise. This implicit chronology can be used to learn unknown labels and classify future activities. In this work, we propose HAR-GCCN, a deep graph CNN model that leverages the correlation between chronologically adjacent sensor measurements to predict the correct labels for unclassified activities that have at least one activity label. We propose a new training strategy enforcing that the model predicts the missing activity labels by leveraging the known ones. HAR-GCCN shows superior performance relative to previously used baseline methods, improving classification accuracy by about 25% and up to 68% on different datasets. Code is available at \url{https://github.com/abduallahmohamed/HAR-GCNN}.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes