LGHCMLMay 31, 2019

ActiveHARNet: Towards On-Device Deep Bayesian Active Learning for Human Activity Recognition

arXiv:1906.00108v134 citations
Originality Incremental advance
AI Analysis

This addresses resource-efficient, personalized HAR for health-care applications like assisted living, though it is incremental in combining existing techniques.

The paper tackles the problem of enabling on-device incremental training and efficient labeling for human activity recognition by proposing ActiveHARNet, which achieves at least a 60% reduction in acquired data points during incremental learning while maintaining inference efficiency.

Various health-care applications such as assisted living, fall detection etc., require modeling of user behavior through Human Activity Recognition (HAR). HAR using mobile- and wearable-based deep learning algorithms have been on the rise owing to the advancements in pervasive computing. However, there are two other challenges that need to be addressed: first, the deep learning model should support on-device incremental training (model updation) from real-time incoming data points to learn user behavior over time, while also being resource-friendly; second, a suitable ground truthing technique (like Active Learning) should help establish labels on-the-fly while also selecting only the most informative data points to query from an oracle. Hence, in this paper, we propose ActiveHARNet, a resource-efficient deep ensembled model which supports on-device Incremental Learning and inference, with capabilities to represent model uncertainties through approximations in Bayesian Neural Networks using dropout. This is combined with suitable acquisition functions for active learning. Empirical results on two publicly available wrist-worn HAR and fall detection datasets indicate that ActiveHARNet achieves considerable efficiency boost during inference across different users, with a substantially low number of acquired pool points (at least 60% reduction) during incremental learning on both datasets experimented with various acquisition functions, thus demonstrating deployment and Incremental Learning feasibility.

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