# Ensembles of Deep LSTM Learners for Activity Recognition using Wearables

**Authors:** Yu Guan, Thomas Ploetz

arXiv: 1703.09370 · 2018-09-03

## TL;DR

This paper introduces ensemble methods of deep LSTM networks to improve human activity recognition from wearable sensors, addressing challenges like data imbalance and quality issues in real-world datasets.

## Contribution

It proposes modified training procedures and ensemble strategies for deep LSTM networks, demonstrating superior performance over individual models in HAR tasks.

## Key findings

- Ensembles outperform individual LSTM networks in accuracy.
- The approach effectively handles imbalanced and noisy datasets.
- Experimental results on three benchmarks show high recognition accuracy.

## Abstract

Recently, deep learning (DL) methods have been introduced very successfully into human activity recognition (HAR) scenarios in ubiquitous and wearable computing. Especially the prospect of overcoming the need for manual feature design combined with superior classification capabilities render deep neural networks very attractive for real-life HAR application. Even though DL-based approaches now outperform the state-of-the-art in a number of recognitions tasks of the field, yet substantial challenges remain. Most prominently, issues with real-life datasets, typically including imbalanced datasets and problematic data quality, still limit the effectiveness of activity recognition using wearables. In this paper we tackle such challenges through Ensembles of deep Long Short Term Memory (LSTM) networks. We have developed modified training procedures for LSTM networks and combine sets of diverse LSTM learners into classifier collectives. We demonstrate, both formally and empirically, that Ensembles of deep LSTM learners outperform the individual LSTM networks. Through an extensive experimental evaluation on three standard benchmarks (Opportunity, PAMAP2, Skoda) we demonstrate the excellent recognition capabilities of our approach and its potential for real-life applications of human activity recognition.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1703.09370/full.md

## Figures

30 figures with captions in the complete paper: https://tomesphere.com/paper/1703.09370/full.md

## References

56 references — full list in the complete paper: https://tomesphere.com/paper/1703.09370/full.md

---
Source: https://tomesphere.com/paper/1703.09370