paper-with-me

Papers

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

2018-09-20 · Yong Zhang, Yu Zhang, Zhao Zhang, Jie Bao, Yunpeng Song

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.

📄 PDF Abstract BibTeX arXiv:1809.08113

Code (0)

등록된 구현이 없습니다.

Tasks

Activity RecognitionGesture RecognitionHuman Activity RecognitionTime SeriesTime Series Analysis

Methods 이 논문이 사용한 방법론

Concatenated Skip Connection A Concatenated Skip Connection is a type of skip connection that seeks to reuse features by concatenating them to new layers, allowing more information to be retained from…
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
U-Net 설명 없음

Similar Papers 제목 키워드 기반

Investigating Deep Neural Network Architecture and Feature Extraction Designs for Sensor-based Human Activity Recognition

2023-09-26 · Danial Ahangarani, Mohammad Shirazi, Navid Ashraf

The extensive ubiquitous availability of sensors in smart devices and the Internet of Things (IoT) has opened up the possibilities for implementing sensor-based activity recognition. As opposed to traditional sensor time…

Activity RecognitionContrastive LearningHuman Activity RecognitionTime Series

UMSNet: An Universal Multi-sensor Network for Human Activity Recognition

2022-05-24 · Jialiang Wang, Haotian Wei, Yi Wang, Shu Yang 외

Human activity recognition (HAR) based on multimodal sensors has become a rapidly growing branch of biometric recognition and artificial intelligence. However, how to fully mine multimodal time series data and effectivel…

Activity RecognitionHuman Activity RecognitionTime SeriesTime Series Analysis+1

Human Activity Segmentation Challenge @ ECML/PKDD’23

2023-09-18 · Advanced Analytics and Learning on Temporal Data 2023 9 · Arik Ermshaus, Patrick Schäfer, Anthony Bagnall, Thomas Guyet 외

Time series segmentation (TSS) is a research problem that focuses on dividing long multivariate sensor data into smaller, homogeneous subsequences. This task is critical for various real-world data analysis applications,…

Activity RecognitionChange Point DetectionHuman Activity RecognitionSegmentation+3

Wearable Sensor-Based Human Activity Recognition with Transformer Model

2022-03-01 · MDPI 2022 3 · Iveta Dirgová Luptáková, Martin Kubovčík, Jiří Pospíchal

Computing devices that can recognize various human activities or movements can be used to assist people in healthcare, sports, or human–robot interaction. Readily available data for this purpose can be obtained from the …

Activity RecognitionHuman Activity RecognitionTime SeriesTime Series Analysis

Game of LLMs: Discovering Structural Constructs in Activities using Large Language Models

2024-06-19 · Shruthi K. Hiremath, Thomas Ploetz

Human Activity Recognition is a time-series analysis problem. A popular analysis procedure used by the community assumes an optimal window length to design recognition pipelines. However, in the scenario of smart homes, …

Activity RecognitionHuman Activity RecognitionTime SeriesTime Series Analysis