HCLGAug 2, 2021

Improving Deep Learning for HAR with shallow LSTMs

arXiv:2108.00702v275 citations
Originality Incremental advance
AI Analysis

This work addresses the efficiency and performance of deep learning for sensor-based HAR, challenging the common belief that multi-layered LSTMs are necessary for sequential data, but it is incremental as it modifies an existing architecture.

The paper tackled the problem of improving Human Activity Recognition (HAR) by modifying the DeepConvLSTM architecture to use a 1-layered instead of a 2-layered LSTM, resulting in up to 11.7% increase in F1-score and up to 48% reduction in training time across five datasets.

Recent studies in Human Activity Recognition (HAR) have shown that Deep Learning methods are able to outperform classical Machine Learning algorithms. One popular Deep Learning architecture in HAR is the DeepConvLSTM. In this paper we propose to alter the DeepConvLSTM architecture to employ a 1-layered instead of a 2-layered LSTM. We validate our architecture change on 5 publicly available HAR datasets by comparing the predictive performance with and without the change employing varying hidden units within the LSTM layer(s). Results show that across all datasets, our architecture consistently improves on the original one: Recognition performance increases up to 11.7% for the F1-score, and our architecture significantly decreases the amount of learnable parameters. This improvement over DeepConvLSTM decreases training time by as much as 48%. Our results stand in contrast to the belief that one needs at least a 2-layered LSTM when dealing with sequential data. Based on our results we argue that said claim might not be applicable to sensor-based HAR.

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