From 63dc0f7d2526bd0ac8617d2f752e131473bfa35e Mon Sep 17 00:00:00 2001 From: Miguel Matey Sanz Date: Tue, 23 Jul 2024 11:08:53 +0200 Subject: [PATCH] front: update abstract --- index.qmd | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/index.qmd b/index.qmd index 1de9de6..82c2e0e 100644 --- a/index.qmd +++ b/index.qmd @@ -16,13 +16,13 @@ keywords: --- ## Abstract -During the last decade, research on human activity recognition (HAR) has been consistently growing due to its broad range of applications such as surveillance, exercise monitoring or healthcare monitoring systems. For instance, many researchers are putting their efforts into applying HAR for fall detection applications oriented to elderly people. The main drawback of most of the existing research is the requirements in terms of sensing devices -- cost, amount, placement -- which hamper the applicability of the proposed systems in real-life scenarios. Therefore, research needs to consider this issue to have a real impact on the population. +During the last decade, research on human activity recognition (HAR) has been consistently growing due to its broad range of applications such as surveillance, exercise monitoring or healthcare monitoring systems. For instance, many researchers are putting their efforts into applying HAR for fall detection applications targeting elderly people. The main drawback of most of the existing research is the requirements in terms of sensing devices -- cost, amount, placement -- which hamper the applicability of the proposed systems in real-life scenarios. Therefore, a lot of research is needed to address this issue so that it can have a real impact on the population. -In this doctoral dissertation, the abovementioned issue is addressed by focusing the research on using consumer devices available worldwide -- smartphones and smartwatches -- or cheap microcontrollers and studying their feasibility in real-life HAR applications. During the thesis, two sensing techniques are explored: an inertial-based approach with smartphones and smartwatches, and a Wi-Fi CSI-based approach with microcontrollers. +In this doctoral dissertation, the abovementioned issue is addressed by focusing the research on globally available consumer devices -- smartphones and smartwatches -- and cheap microcontrollers to study their feasibility and applicability in real-life HAR applications. During the thesis, two sensing techniques are explored: an inertial-based approach with smartphones and smartwatches, and a Wi-Fi CSI-based approach with microcontrollers. -For the inertial-based approach, reliable data collection libraries for smartphones and smartwatches are provided to support the development of these kinds of applications for researchers and developers. Then, a dataset with inertial measurements from smartphones and smartwatches for HAR is collected for five distinctive activities: `SEATED`, `STANDING_UP`, `WALKING`, `TURNING` and `SITTING_DOWN`. The dataset differentiates from other datasets by its heterogeneity and balance in terms of participants' age and gender. Next, the collected dataset is employed in a three-way analysis where the impact on the recognition performance of the selected model -- MLP, CNN, LSTM and CNN-LSTM --, the employed data source -- smartphone, smartwatch or both -- and the amount of data available for training is studied. From the obtained results, an mHealth system is developed to automate the computation of the results of a well-known mobility test, the Timed Up & Go (TUG) test, proving the feasibility of these devices for real-life applications. +For the inertial-based approach, reliable data collection libraries for smartphones and smartwatches are firstly developed to support researchers and developers in creating advanced HAR applications. Secondly, a dataset with inertial measurements from smartphones and smartwatches for HAR is collected for five distinctive activities: `SEATED`, `STANDING_UP`, `WALKING`, `TURNING` and `SITTING_DOWN`. The dataset differentiates from other available datasets by its heterogeneity and balance in terms of participants' age and gender. Thirdly, the collected dataset is employed in a three-way analysis where the impact on the recognition performance of the selected model -- MLP, CNN, LSTM and CNN-LSTM --, the employed data source -- smartphone, smartwatch or both -- and the amount of data available for training is studied. Fourthly, based on the previous results, an mHealth system is developed to automate the computation of the results of a well-known mobility test, the Timed Up & Go (TUG) test, which demonstrates the feasibility of consumer devices for real-life HAR applications. -For the Wi-Fi CSI-based approach, an experiment is conducted to determine the feasibility of using this data source for HAR real-life systems with ESP32 microcontrollers. Five activities (i.e., `SEATED`, `STANDING_UP`, `WALKING`, `TURNING` and `SITTING_DOWN`) and their relative position regarding the environment (i.e., towards the transmitter or receiver device) were considered. Preliminary results, supported by further experiments, determined that this data source might be unstable over time, thus being unfeasible for its use in a real-life scenario. +For the Wi-Fi CSI-based approach, an experiment with ESP32 microcontrollers is conducted to determine the feasibility of using the CSI data source for HAR real-life systems. Five activities (i.e., `SEATED`, `STANDING_UP`, `WALKING`, `TURNING` and `SITTING_DOWN`) and their relative position regarding the environment (i.e., towards the transmitter or receiver device) were considered. Preliminary results, supported by further experiments, determined that this data source might be unstable over time, making it unfeasible for use in a real-life scenario. ***