Human Activity Recognition using Deep Learning and Sensor Fusion
作者:Klas Berggren · 发表于:Lund University Publications Student Papers (Lund University) · 年份:2018 · 被引用次数:3 · 研究领域:Context-Aware Activity Recognition Systems、Anomaly Detection Techniques and Applications
The subject of this thesis is human activity recognition in health care. The data set used is the SBHAR data set. It contains accelerometer and gyroscope of 30 different individuals walking, walking upwards, walking downwards, sitting, standing and lying. The research questions is: How can we, using deep learning, understand more about and potentiallly improve Human activity recognition or HAR for assisted ambient living? To answer the question we take aim at three things. The first being a comparison of different deep learning methods and the SVM, to the best classifier in a review article from fall 2017. The results are that all the used supervised methods have> 90% accuracy in ten fold cross validation and display accuracies on par with the best classification result in the review article. Unsupervised methods all gave > 90% results for a 3 class problem. Secondly we aim for possible cost reductions. What neural networks use to distinguish between the different human activity recognition classes might be close to some handcrafted feature, which can replace a larger neural network. To find such patterns we visualized activations in the code of a convolutional autoencoder trying to reconstruct its input for the different walking classes. The latent space representations images were not easily distinguishable from each other. But, further reduction of the code reveal that the walking classes are mapped to two discs and a torus. Another possible cost reduction is replacing the...