Attention-based LSTM Network for Wearable Human Activity Recognition

Bo Sun,Meiqin Liu,Ronghao Zheng,Senlin Zhang
DOI: https://doi.org/10.23919/chicc.2019.8865360
2019-01-01
Abstract:Sensor-based human activity recognition (HAR) has become a popular research topic because of its wide applications. Conventional machine learning approaches have made enormous progress in the past years. However, those methods rely on handcrafted features that are incapable of handling complex activities, especially with high dimensional sensor data. Deep learning technology, together with its various models, is one of the most accurate methods of working on activity data. In this paper, we propose an attention-based Long Short Term Memory (LSTM) network for wearable human activity recognition. Specifically, we construct an LSTM network to model the sensor readings, which has been proved to be very effective for time sequences. Then, we introduce the attention mechanism for the base LSTM network to learn which parts of the raw sensor data are more important for determining the overall activities. When tested with the Opportunity data set, the F1-score is increased by 2.6%, compared with baseline LSTM results.
What problem does this paper attempt to address?