paper-with-me

Papers

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, Ioannis Kanellos

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. Nevertheless, they still fail in dealing with the semantics and the context of the sensors. More than isolated id and their ordered activation values, sensors also carry meaning. Indeed, their nature and type of activation can translate various activities. Their logs are correlated with each other, creating a global context. We propose to use and compare two Natural Language Processing embedding methods to enhance LSTM-based structures in activity-sequences classification tasks: Word2Vec, a static semantic embedding, and ELMo, a contextualized embedding. Results, on real smart homes datasets, indicate that this approach provides useful information, such as a sensor organization map, and makes less confusion between daily activity classes. It helps to better perform on datasets with competing activities of other residents or pets. Our tests show also that the embeddings can be pretrained on different datasets than the target one, enabling transfer learning. We thus demonstrate that taking into account the context of the sensors and their semantics increases the classification performances and enables transfer learning.

📄 PDF Abstract BibTeX arXiv:2111.12158

Code (1)

dbouchabou/using-language-model-to-bootstrap-human-activity-recognition-in-smart-homes 공식 구현 tf

Tasks

Activity RecognitionHuman Activity RecognitionLanguage ModelingLanguage ModellingTransfer Learning

Methods 이 논문이 사용한 방법론

Tanh Activation 설명 없음
Sigmoid Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
BiLSTM A Bidirectional LSTM, or biLSTM, is a sequence processing model that consists of two LSTMs: one taking the input in a forward direction, and the other in a backwards…
ELMo Embeddings from Language Models, or ELMo, is a type of deep contextualized word representation that models both (1) complex characteristics of word use (e.g., syntax and…

Similar Papers 제목 키워드 기반

Self-Supervised Transformers for Activity Classification using Ambient Sensors

2020-11-22 · Luke Hicks, Ariel Ruiz-Garcia, Vasile Palade, Ibrahim Almakky

Providing care for ageing populations is an onerous task, and as life expectancy estimates continue to rise, the number of people that require senior care is growing rapidly. This paper proposes a methodology based on Tr…

Activity RecognitionAnomaly DetectionClassificationGeneral Classification

MARAuder's Map: Motion-Aware Real-time Activity Recognition with Layout-Based Trajectories

2025-11-08 · Zishuai Liu, Weihang You, Jin Lu, Fei Dou arxiv

Ambient sensor-based human activity recognition (HAR) in smart homes remains challenging due to the need for real-time inference, spatially grounded reasoning, and context-aware temporal modeling. Existing approaches oft…

Human Activity Recognition

ALS-HAR: Harnessing Wearable Ambient Light Sensors to Enhance IMU-based Human Activity Recogntion

2024-08-18 · Lala Shakti Swarup Ray, Daniel Geißler, Mengxi Liu, Bo Zhou 외

Despite the widespread integration of ambient light sensors (ALS) in smart devices commonly used for screen brightness adaptation, their application in human activity recognition (HAR), primarily through body-worn ALS, i…

Activity RecognitionHuman Activity RecognitionSensor Fusion

HAPRec: Hybrid Activity and Plan Recognizer

2020-04-28 · Roger Granada, Ramon Fraga Pereira, Juarez Monteiro, Leonardo Amado 외

Computer-based assistants have recently attracted much interest due to its applicability to ambient assisted living. Such assistants have to detect and recognize the high-level activities and goals performed by the assis…

Action RecognitionActivity Recognition

Contactless Human Activity Recognition using Deep Learning with Flexible and Scalable Software Define Radio

2023-04-18 · Muhammad Zakir Khan, Jawad Ahmad, Wadii Boulila, Matthew Broadbent 외

Ambient computing is gaining popularity as a major technological advancement for the future. The modern era has witnessed a surge in the advancement in healthcare systems, with viable radio frequency solutions proposed f…

Activity RecognitionHuman Activity Recognition