Digitala Vetenskapliga Arkivet

Ändra sökning
RefereraExporteraLänk till posten
Permanent länk

Direktlänk
Referera
Referensformat
  • apa
  • ieee
  • modern-language-association-8th-edition
  • vancouver
  • Annat format
Fler format
Språk
  • de-DE
  • en-GB
  • en-US
  • fi-FI
  • nn-NO
  • nn-NB
  • sv-SE
  • Annat språk
Fler språk
Utmatningsformat
  • html
  • text
  • asciidoc
  • rtf
Towards Reliable, Stable and Fast Learning for Smart Home Activity Recognition
Högskolan i Halmstad, Akademin för informationsteknologi.ORCID-id: 0000-0001-9489-8330
2022 (Engelska)Licentiatavhandling, sammanläggning (Övrigt vetenskapligt)
Abstract [en]

The current population age grows increasingly in industrialized societies and calls for more intelligent tools to monitor human activities.  The aims of these intelligent tools are often to support senior people in their homes, to keep track of their daily activities, and to early detect potential health problems to facilitate a long and independent life.  The recent advancements of smart environments using miniaturized sensors and wireless communications have facilitated unobtrusively human activity recognition.  

Human activity recognition has been an active field of research due to its broad applications in different areas such as healthcare and smart home monitoring. This thesis project develops work on machine learning systems to improve the understanding of human activity patterns in smart home environments. One of the contributions of this research is to process and share information across multiple smart homes to reduce the learning time, reduce the need and effort to recollect the training data, as well as increase the accuracy for applications such as activity recognition. To achieve that, several contributions are presented to pave the way to transfer knowledge among smart homes that includes the following studies. Firstly, a method to align manifolds is proposed to facilitate transfer learning. Secondly, we propose a method to further improve the performance of activity recognition over the existing methods. Moreover, we explore imbalanced class problems in human activity recognition and propose a method to handle imbalanced human activities. The summary of these studies are provided below. 

In our work, it is hypothesized that aligning learned low-dimensional  manifolds from disparate datasets could be used to transfer knowledge between different but related datasets. The t-distributed Stochastic Neighbor Embedding(t-SNE) is used to project the high-dimensional input dataset into low-dimensional manifolds. However, since t-SNE is a stochastic algorithm and  there is a large variance of t-SNE maps, a thorough analysis of the stability is required before applying  Transfer learning.  In response to this, an extension to Local Procrustes Analysis called Normalized Local Procrustes Analysis (NLPA) is proposed to non-linearly align manifolds by using locally linear mappings to test the stability of t-SNE low-dimensional manifolds. Experiments show that the disparity from using NLPA to align low-dimensional manifolds decreases by order of magnitude compared to the disparity obtained by Procrustes Analysis (PA). NLPA outperforms PA and provides much better alignments for the low-dimensional manifolds. This indicates that t-SNE low-dimensional manifolds are locally stable, which is the part of the contribution in this thesis.

Human activity recognition in smart homes shows satisfying recognition results using existing methods. Often these methods process sensor readings that precede the evaluation time (where the decision is made) to evaluate and deliver real-time human activity recognition. However, there are several critical situations, such as diagnosing people with dementia where "preceding sensor activations" are not always sufficient to accurately recognize the resident's daily activities in each evaluated time. To improve performance, we propose a method that delays the recognition process to include some sensor activations that occur after the point in time where the decision needs to be made. For this, the proposed method uses multiple incremental fuzzy temporal windows to extract features from both preceding and some oncoming sensor activations. The proposed method is evaluated with two temporal deep learning models: one-dimensional convolutional neural network (1D CNN) and long short-term memory (LSTM) on a binary sensor dataset of real daily living activities.  The experimental evaluation shows that the proposed method achieves significantly better results than the previous state-of-the-art. 

Further, one of the main problems of activity recognition in a smart home setting is that the frequency and duration of human activities are intrinsically imbalanced. The huge difference in the number of observations for the categories means that many machine learning algorithms focus on the classification of the majority examples due to their increased prior probability while ignoring or misclassifying minority examples. This thesis explores well-known class imbalance approaches (synthetic minority over-sampling technique, cost-sensitive learning and ensemble learning) applied to activity recognition data with two temporal data pre-processing for the deep learning models LSTM and 1D CNN. This thesis proposes a data level perspective combined with a temporal window technique to handle imbalanced human activities from smart homes in order to make the learning algorithms more sensitive to the minority class. The experimental results indicate that handling imbalanced human activities from the data-level outperforms algorithm level and improved the classification performance.

Ort, förlag, år, upplaga, sidor
Halmstad: Halmstad University Press, 2022. , s. 57
Serie
Halmstad University Dissertations ; 85
Nationell ämneskategori
Datorsystem
Identifikatorer
URN: urn:nbn:se:hh:diva-46270Lokalt ID: 9qb4rbdq7bxgsp9xISBN: 978-91-88749-79-6 (tryckt)ISBN: 978-91-88749-80-2 (digital)OAI: oai:DiVA.org:hh-46270DiVA, id: diva2:1634036
Presentation
2022-02-24, "Digital", 10:15 (Engelska)
Opponent
Handledare
Forskningsfinansiär
KK-stiftelsen, 20100271Tillgänglig från: 2022-02-08 Skapad: 2022-02-01 Senast uppdaterad: 2022-02-09Bibliografiskt granskad
Delarbeten
1. Stability analysis of the t-SNE algorithm for human activity pattern data
Öppna denna publikation i ny flik eller fönster >>Stability analysis of the t-SNE algorithm for human activity pattern data
2018 (Engelska)Konferensbidrag, Muntlig presentation med publicerat abstract (Refereegranskat)
Abstract [en]

Health technological systems learning from and reacting on how humans behave in sensor equipped environments are today being commercialized. These systems rely on the assumptions that training data and testing data share the same feature space, and residing from the same underlying distribution - which is commonly unrealistic in real-world applications. Instead, the use of transfer learning could be considered. In order to transfer knowledge between a source and a target domain these should be mapped to a common latent feature space. In this work, the dimensionality reduction algorithm t-SNE is used to map data to a similar feature space and is further investigated through a proposed novel analysis of output stability. The proposed analysis, Normalized Linear Procrustes Analysis (NLPA) extends the existing Procrustes and Local Procrustes algorithms for aligning manifolds. The methods are tested on data reflecting human behaviour patterns from data collected in a smart home environment. Results show high partial output stability for the t-SNE algorithm for the tested input data for which NLPA is able to detect clusters which are individually aligned and compared. The results highlight the importance of understanding output stability before incorporating dimensionality reduction algorithms into further computation, e.g. for transfer learning.

Nationell ämneskategori
Datavetenskap (datalogi)
Identifikatorer
urn:nbn:se:hh:diva-38442 (URN)
Konferens
The 2018 IEEE International Conference on Systems, Man, and Cybernetics (SMC2018), Miyazaki, Japan, Oct. 7-10, 2018
Projekt
SA3L
Tillgänglig från: 2018-12-05 Skapad: 2018-12-05 Senast uppdaterad: 2022-06-07Bibliografiskt granskad
2. Efficient Activity Recognition in Smart Homes Using Delayed Fuzzy Temporal Windows on Binary Sensors
Öppna denna publikation i ny flik eller fönster >>Efficient Activity Recognition in Smart Homes Using Delayed Fuzzy Temporal Windows on Binary Sensors
Visa övriga...
2020 (Engelska)Ingår i: IEEE journal of biomedical and health informatics, ISSN 2168-2194, E-ISSN 2168-2208, Vol. 24, nr 2, s. 387-395Artikel i tidskrift (Refereegranskat) Published
Abstract [en]

Human activity recognition has become an active research field over the past few years due to its wide application in various fields such as health-care, smart home monitoring, and surveillance. Existing approaches for activity recognition in smart homes have achieved promising results. Most of these approaches evaluate real-time recognition of activities using only sensor activations that precede the evaluation time (where the decision is made). However, in several critical situations, such as diagnosing people with dementia, “preceding sensor activations” are not always sufficient to accurately recognize the inhabitant's daily activities in each evaluated time. To improve performance, we propose a method that delays the recognition process in order to include some sensor activations that occur after the point in time where the decision needs to be made. For this, the proposed method uses multiple incremental fuzzy temporal windows to extract features from both preceding and some oncoming sensor activations. The proposed method is evaluated with two temporal deep learning models (convolutional neural network and long short-term memory), on a binary sensor dataset of real daily living activities. The experimental evaluation shows that the proposed method achieves significantly better results than the real-time approach, and that the representation with fuzzy temporal windows enhances performance within deep learning models. © Copyright 2020 IEEE

Ort, förlag, år, upplaga, sidor
Piscataway: Institute of Electrical and Electronics Engineers (IEEE), 2020
Nyckelord
Activity recognition, fuzzy temporal windows, deep learning, temporal evaluation
Nationell ämneskategori
Datorsystem
Identifikatorer
urn:nbn:se:hh:diva-41633 (URN)10.1109/JBHI.2019.2918412 (DOI)000516606600007 ()2-s2.0-85079094027 (Scopus ID)
Forskningsfinansiär
EU, Horisont 2020
Anmärkning

Other funding: Marie Sklodowska-Curie EU Framework for Research

Tillgänglig från: 2020-02-10 Skapad: 2020-02-10 Senast uppdaterad: 2022-06-07Bibliografiskt granskad
3. Efficacy of Imbalanced Data Handling Methods on Deep Learning for Smart Homes Environments
Öppna denna publikation i ny flik eller fönster >>Efficacy of Imbalanced Data Handling Methods on Deep Learning for Smart Homes Environments
2020 (Engelska)Ingår i: SN Computer Science, ISSN 2661-8907, Vol. 1, nr 4, artikel-id 204Artikel i tidskrift (Refereegranskat) Published
Abstract [en]

Human activity recognition as an engineering tool as well as an active research field has become fundamental to many applications in various fields such as health care, smart home monitoring and surveillance. However, delivering sufficiently robust activity recognition systems from sensor data recorded in a smart home setting is a challenging task. Moreover, human activity datasets are typically highly imbalanced because generally certain activities occur more frequently than others. Consequently, it is challenging to train classifiers from imbalanced human activity datasets. Deep learning algorithms perform well on balanced datasets, yet their performance cannot be promised on imbalanced datasets. Therefore, we aim to address the problem of class imbalance in deep learning for smart home data. We assess it with Activities of Daily Living recognition using binary sensors dataset. This paper proposes a data level perspective combined with a temporal window technique to handle imbalanced human activities from smart homes in order to make the learning algorithms more sensitive to the minority class. The experimental results indicate that handling imbalanced human activities from the data-level outperforms algorithms level and improved the classification performance. © The Author(s) 2020

Ort, förlag, år, upplaga, sidor
Heidelberg: Springer Berlin/Heidelberg, 2020
Nyckelord
Activity recognition, Smart home, Imbalanced class
Nationell ämneskategori
Datavetenskap (datalogi)
Identifikatorer
urn:nbn:se:hh:diva-42533 (URN)10.1007/s42979-020-00211-1 (DOI)2-s2.0-85089693380 (Scopus ID)
Forskningsfinansiär
KK-stiftelsen, 20100271
Anmärkning

Funding: Open access funding provided by Halmstad University. This research is supported by the Knowledge Foundation under the project of the Center for Applied Intelligent Systems, under Grant Agreement No. 20100271.

Tillgänglig från: 2020-06-19 Skapad: 2020-06-19 Senast uppdaterad: 2023-06-08Bibliografiskt granskad

Open Access i DiVA

fulltext(8121 kB)707 nedladdningar
Filinformation
Filnamn FULLTEXT01.pdfFilstorlek 8121 kBChecksumma SHA-512
07309a9230220617a3c38e613e0b583729f09a87b2551abfe4f02f43b64045037d0e973e3cdad543adfbb416a3122bf541027eb1476b8778fff55d4a093143d2
Typ fulltextMimetyp application/pdf

Sök vidare i DiVA

Av författaren/redaktören
Ali Hamad, Rebeen
Av organisationen
Akademin för informationsteknologi
Datorsystem

Sök vidare utanför DiVA

GoogleGoogle Scholar
Totalt: 707 nedladdningar
Antalet nedladdningar är summan av nedladdningar för alla fulltexter. Det kan inkludera t.ex tidigare versioner som nu inte längre är tillgängliga.

isbn
urn-nbn

Altmetricpoäng

isbn
urn-nbn
Totalt: 2222 träffar
RefereraExporteraLänk till posten
Permanent länk

Direktlänk
Referera
Referensformat
  • apa
  • ieee
  • modern-language-association-8th-edition
  • vancouver
  • Annat format
Fler format
Språk
  • de-DE
  • en-GB
  • en-US
  • fi-FI
  • nn-NO
  • nn-NB
  • sv-SE
  • Annat språk
Fler språk
Utmatningsformat
  • html
  • text
  • asciidoc
  • rtf