Related Work

Human activity recognition has gained importance in recent years due to its applications in various fields such as health, security and surveillance, entertainment, and intelligent environments. A significant amount of work has been done on human activity recognition and researchers have leveraged different approaches, such as wearable, object-tagged, and device-free, to recognize human activities.

Classical approaches to the problem involve hand crafting features from the time series data based on fixed-size windows and training machine learning models, such as ensembles of decision trees. The difficulty is that this feature engineering requires deep expertise in the field. Recently, deep learning methods such as recurrent neural networks and one-dimensional convolutional neural networks or CNNs have been shown to provide state-of-the-art results on challenging activity recognition tasks with little or no data feature engineering.

In “Human Activity Recognition: A Survey” work, the authors present various state-of-the-art methods used for HAR and describe each of them by literature survey. They use different datasets for each of the methods wherein the data are collected by different means such as sensors, images, accelerometer, gyroscopes, etc. and the placement of these devices at various locations. This survey concludes that there is no single method which is best for recognition of any activity, hence in order to select a particular method for the desired application, one needs to take various factors into consideration and determine the approach accordingly.

In order to come up with lifestyle advice towards the elderly, Activity recognition using wearable sensors for tracking the elderly uses HAR to quantify their lifestyle, before and after an intervention. This research focuses on the task of activity recognition (AR) from accelerometer data. They collect a substantial labelled dataset of older individuals wearing multiple devices simultaneously and performing a strict protocol of 16 activities. Using this dataset, they train Random Forest AR models, under varying sensor set-ups and levels of activity description granularity. Their model combines ankle and wrist accelerometers and produces results with an accuracy of more than 80% for 16-class classification.

Most of these works are using some sort of IMU data from the sensors located at multiple locations. Some of these sensors are not available to users in real-time settings which makes such works impractical. Therefore, in our project, we are targeting HAR using only a wristwatch worn on the dominant hand. Compared to other works, this is practical as smart watches are very common nowadays. This decision to use only one sensor introduced a lot of difficulties in the project. We used various techniques to fix these difficulties, as discussed in the Technical Approach section.

Strengths of this work

Weakness of this work

Future Directions

Individual Contribution

We both worked together for the complete project either through in-person meetings or Zoom calls.

Presentation Links

Acknowledgement

We would like to thank J.Vikranth Jeyakumar for his lecture and tutorial on “Human Activity Recognition using Deep Learning (Tensorflow)” and sharing his source code which we referred for our project.

References

Human Activity Recognition (HAR) is an active area of research because of it’s importance in multiple applications. Some of the recent works in this area are as follows: