TL;DR
This paper enhances LSTM-based activity recognition in smart homes by integrating NLP embeddings like Word2Vec and ELMo to incorporate sensor semantics and context, improving classification accuracy and enabling transfer learning.
Contribution
It introduces the use of NLP embedding methods to incorporate sensor semantics into activity recognition models, demonstrating improved performance and transfer learning capabilities.
Findings
Embedding methods reduce confusion between similar activities.
Pretrained embeddings enable transfer learning across datasets.
Sensor semantics improve activity classification accuracy.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsTanh Activation · Sigmoid Activation · Long Short-Term Memory · Softmax · Bidirectional LSTM · ELMo
