paper-with-me

홈 › Papers

Activity2Vec: Learning ADL Embeddings from Sensor Data with a Sequence-to-Sequence Model

2019-07-12 · Alireza Ghods, Diane J. Cook

Recognizing activities of daily living (ADLs) plays an essential role in analyzing human health and behavior. The widespread availability of sensors implanted in homes, smartphones, and smart watches have engendered collection of big datasets that reflect human behavior. To obtain a machine learning model based on these data,researchers have developed multiple feature extraction methods. In this study, we investigate a method for automatically extracting universal and meaningful features that are applicable across similar time series-based learning tasks such as activity recognition and fall detection. We propose creating a sequence-to-sequence (seq2seq) model to perform this feature learning. Beside avoiding feature engineering, the meaningful features learned by the seq2seq model can also be utilized for semi-supervised learning. We evaluate both of these benefits on datasets collected from wearable and ambient sensors.

📄 PDF Abstract BibTeX arXiv:1907.05597

Code (2)

alirezaghods/Activity2Vec tf
usneek/sequence-embeddings

Tasks

Activity RecognitionFeature EngineeringTime SeriesTime Series Analysis

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
Seq2Seq Seq2Seq, or Sequence To Sequence, is a model used in sequence prediction tasks, such as language modelling and machine translation. The idea is to use one…

Similar Papers 제목 키워드 기반

Generative Pretrained Embedding and Hierarchical Irregular Time Series Representation for Daily Living Activity Recognition

2024-12-27 · Damien Bouchabou, Sao Mai Nguyen

Within the evolving landscape of smart homes, the precise recognition of daily living activities using ambient sensor data stands paramount. This paper not only aims to bolster existing algorithms by evaluating two disti…

Activity RecognitionDecoderIrregular Time SeriesTime Series

HARMamba: Efficient and Lightweight Wearable Sensor Human Activity Recognition Based on Bidirectional Mamba

2024-03-29 · Shuangjian Li, Tao Zhu, Furong Duan, Liming Chen 외

Wearable sensor-based human activity recognition (HAR) is a critical research domain in activity perception. However, achieving high efficiency and long sequence recognition remains a challenge. Despite the extensive inv…

Activity RecognitionHuman Activity RecognitionMamba

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 외

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 r…

Activity RecognitionAllHuman Activity Recognition

Using Language Model to Bootstrap Human Activity Recognition Ambient Sensors Based in Smart Homes

2021-11-23 · Damien Bouchabou, Sao Mai Nguyen, Christophe Lohr, Benoit Leduc 외

Long Short Term Memory LSTM-based structures have demonstrated their efficiency for daily living recognition activities in smart homes by capturing the order of sensor activations and their temporal dependencies. Neverth…

Activity RecognitionHuman Activity RecognitionLanguage ModelingLanguage Modelling+1

Predicting Remaining Useful Life using Time Series Embeddings based on Recurrent Neural Networks

2017-09-04 · Narendhar Gugulothu, Vishnu Tv, Pankaj Malhotra, Lovekesh Vig 외

We consider the problem of estimating the remaining useful life (RUL) of a system or a machine from sensor data. Many approaches for RUL estimation based on sensor data make assumptions about how machines degrade. Additi…

Missing ValuesTime SeriesTime Series Analysis