LGAIMLSep 20, 2018

Human activity recognition based on time series analysis using U-Net

arXiv:1809.08113v139 citations
Originality Incremental advance
AI Analysis

This work addresses the problem of accurately recognizing short-term behaviors in long-term activity sequences for applications like health monitoring, though it appears incremental as it adapts an existing U-Net architecture to a new domain.

The paper tackles the multi-class window problem in human activity recognition from time series data by proposing a U-Net-based algorithm that performs activity labeling at each sampling point, achieving the highest accuracy and F1-score compared to six baseline methods across multiple datasets.

Traditional human activity recognition (HAR) based on time series adopts sliding window analysis method. This method faces the multi-class window problem which mistakenly labels different classes of sampling points within a window as a class. In this paper, a HAR algorithm based on U-Net is proposed to perform activity labeling and prediction at each sampling point. The activity data of the triaxial accelerometer is mapped into an image with the single pixel column and multi-channel which is input into the U-Net network for training and recognition. Our proposal can complete the pixel-level gesture recognition function. The method does not need manual feature extraction and can effectively identify short-term behaviors in long-term activity sequences. We collected the Sanitation dataset and tested the proposed scheme with four open data sets. The experimental results show that compared with Support Vector Machine (SVM), k-Nearest Neighbor (kNN), Decision Tree(DT), Quadratic Discriminant Analysis (QDA), Convolutional Neural Network (CNN) and Fully Convolutional Networks (FCN) methods, our proposal has the highest accuracy and F1-socre in each dataset, and has stable performance and high robustness. At the same time, after the U-Net has finished training, our proposal can achieve fast enough recognition speed.

Foundations

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

Your Notes