Intelligent fall detection system using traditional and non-traditional machine learning algorithm based on MQTT

C. Y. Cheong,C. C. Lim,Y. F. Chong,V. Vikneswaran,A. F. Salleh,M. Affandi
DOI: https://doi.org/10.1063/5.0052750
2021-01-01
Abstract:The population of elderly people exposed to the risk of fall increases each year as reported by World Health Organization (WHO). Fall detection system presented normally is high cost, large size and not efficient. Wearable-based sensor fall detection system developed in this project which were small size, portable and low-cost. The concept of Message Queuing Telemetry Transport (MQTT) applied in this fall detection system to ease the process of data transmission from motion sensor to Raspberry Pi for classification via Wi-Fi. A small size and lightweight microcontroller (Wemos D1 mini ESP 8266) integrated with MPU6050 motion sensor to sense and publish the motion data. Raspberry Pi 3 Model B applied to carry out classification of the motion data. Machine learning algorithms used for classification in comparison were k-Nearest Neighbors (k-NN) and Long Short-Term Memory (LSTM) of Recurrent Neural Network (RNN). LSTM achieved better result at 97% than k-NN at 94%. Smartphone used to publish the notification via an application known as Blynk.
What problem does this paper attempt to address?