LGSPJul 6, 2020

ARC-Net: Activity Recognition Through Capsules

arXiv:2007.03063v115 citations
AI Analysis

This is an incremental improvement for human activity recognition systems, potentially benefiting applications like healthcare monitoring.

The paper tackles human activity recognition by proposing ARC-Net, a capsule-based network that fuses data from multiple IMUs, resulting in a 2% accuracy increase over state-of-the-art methods.

Human Activity Recognition (HAR) is a challenging problem that needs advanced solutions than using handcrafted features to achieve a desirable performance. Deep learning has been proposed as a solution to obtain more accurate HAR systems being robust against noise. In this paper, we introduce ARC-Net and propose the utilization of capsules to fuse the information from multiple inertial measurement units (IMUs) to predict the activity performed by the subject. We hypothesize that this network will be able to tune out the unnecessary information and will be able to make more accurate decisions through the iterative mechanism embedded in capsule networks. We provide heatmaps of the priors, learned by the network, to visualize the utilization of each of the data sources by the trained network. By using the proposed network, we were able to increase the accuracy of the state-of-the-art approaches by 2%. Furthermore, we investigate the directionality of the confusion matrices of our results and discuss the specificity of the activities based on the provided data.

Foundations

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

Your Notes