paper-with-me

홈 › Papers

P2LHAP:Wearable sensor-based human activity recognition, segmentation and forecast through Patch-to-Label Seq2Seq Transformer

2024-03-13 · Shuangjian Li, Tao Zhu, Mingxing Nie, Huansheng Ning, Zhenyu Liu, Liming Chen

Traditional deep learning methods struggle to simultaneously segment, recognize, and forecast human activities from sensor data. This limits their usefulness in many fields such as healthcare and assisted living, where real-time understanding of ongoing and upcoming activities is crucial. This paper introduces P2LHAP, a novel Patch-to-Label Seq2Seq framework that tackles all three tasks in a efficient single-task model. P2LHAP divides sensor data streams into a sequence of "patches", served as input tokens, and outputs a sequence of patch-level activity labels including the predicted future activities. A unique smoothing technique based on surrounding patch labels, is proposed to identify activity boundaries accurately. Additionally, P2LHAP learns patch-level representation by sensor signal channel-independent Transformer encoders and decoders. All channels share embedding and Transformer weights across all sequences. Evaluated on three public datasets, P2LHAP significantly outperforms the state-of-the-art in all three tasks, demonstrating its effectiveness and potential for real-world applications.

📄 PDF Abstract BibTeX arXiv:2403.08214

Code (0)

등록된 구현이 없습니다.

Tasks

Activity RecognitionAllHuman Activity Recognition

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Multi-Head Attention 설명 없음
Position-Wise Feed-Forward Layer 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

SALIENCE: An Unsupervised User Adaptation Model for Multiple Wearable Sensors Based Human Activity Recognition

2021-08-17 · Ling Chen, Yi Zhang, Shenghuan Miao, Sirou Zhu 외

Unsupervised user adaptation aligns the feature distributions of the data from training users and the new user, so a well-trained wearable human activity recognition (WHAR) model can be well adapted to the new user. With…

Activity RecognitionHuman Activity Recognition

Human Activity Recognition Based on Wearable Sensor Data: A Standardization of the State-of-the-Art

2018-06-13 · Artur Jordao, Antonio C. Nazare Jr., Jessica Sena, William Robson Schwartz

Human activity recognition based on wearable sensor data has been an attractive research topic due to its application in areas such as healthcare and smart environments. In this context, many works have presented remarka…

Activity RecognitionHuman Activity Recognitionimage-classificationImage Classification+2

Mukhtasir-Khail-Net: An Ultra-Efficient Convolutional Neural Network for Sports Activity Recognition with Wearable Inertial Sensors

2024-10-22 · 4th International Conference on Digital Futures and Transformative Technologies (ICoDT2) 2024 10 · Hamza Ali Imran, Shaida Muhammad, Saad Wazir, Ataul Aziz Ikram

The current prevalent approach of the Internet of Health and Medical Things entails proactively preventing disease onset through routine monitoring of individuals’ physical activities, making Human Activity Recognition (…

Activity RecognitionHuman Activity RecognitionSports Activity Recognition

Deep Learning in Human Activity Recognition with Wearable Sensors: A Review on Advances

2021-10-31 · Shibo Zhang, Yaxuan Li, Shen Zhang, Farzad Shahabi 외

Mobile and wearable devices have enabled numerous applications, including activity tracking, wellness monitoring, and human--computer interaction, that measure and improve our daily lives. Many of these applications are …

Activity RecognitionDeep LearningHuman Activity Recognition

Video2IMU: Realistic IMU features and signals from videos

2022-02-14 · Arttu Lämsä, Jaakko Tervonen, Jussi Liikka, Constantino Álvarez Casado 외

Human Activity Recognition (HAR) from wearable sensor data identifies movements or activities in unconstrained environments. HAR is a challenging problem as it presents great variability across subjects. Obtaining large …

Activity RecognitionHuman Activity Recognition