23 research outputs found

    Detecting Irregular Patterns in IoT Streaming Data for Fall Detection

    Full text link
    Detecting patterns in real time streaming data has been an interesting and challenging data analytics problem. With the proliferation of a variety of sensor devices, real-time analytics of data from the Internet of Things (IoT) to learn regular and irregular patterns has become an important machine learning problem to enable predictive analytics for automated notification and decision support. In this work, we address the problem of learning an irregular human activity pattern, fall, from streaming IoT data from wearable sensors. We present a deep neural network model for detecting fall based on accelerometer data giving 98.75 percent accuracy using an online physical activity monitoring dataset called "MobiAct", which was published by Vavoulas et al. The initial model was developed using IBM Watson studio and then later transferred and deployed on IBM Cloud with the streaming analytics service supported by IBM Streams for monitoring real-time IoT data. We also present the systems architecture of the real-time fall detection framework that we intend to use with mbientlabs wearable health monitoring sensors for real time patient monitoring at retirement homes or rehabilitation clinics.Comment: 7 page

    CareFall: Automatic Fall Detection through Wearable Devices and AI Methods

    Full text link
    The aging population has led to a growing number of falls in our society, affecting global public health worldwide. This paper presents CareFall, an automatic Fall Detection System (FDS) based on wearable devices and Artificial Intelligence (AI) methods. CareFall considers the accelerometer and gyroscope time signals extracted from a smartwatch. Two different approaches are used for feature extraction and classification: i) threshold-based, and ii) machine learning-based. Experimental results on two public databases show that the machine learning-based approach, which combines accelerometer and gyroscope information, outperforms the threshold-based approach in terms of accuracy, sensitivity, and specificity. This research contributes to the design of smart and user-friendly solutions to mitigate the negative consequences of falls among older people.Comment: 3 pages, 1 figure, 2 table

    Towards Improvement of LSTM and SVM Approach for Multiclass Fall Detection System

    Get PDF
    Telemonitoring of human physiological data helps detect emergency occurrences for subsequent medical diagnosis in daily living environments. One of the fatal emergencies in falling incidents. The goal of this paper is to detect significant incidents such as falls. The fall detection system is essential for human body movement investigation for medical practitioners, researchers, and healthcare businesses. Accelerometers have been presented as a practical, low-cost, and dependable approach for detecting and predicting outpatient movements in the user. The accurate detection of body movements based on accelerometer data enables the creation of more dependable systems for incorporating long-term development in physiological remarks. This research describes an accelerometer-based platform for detecting users' body movement when they fall. The ADXL345, MMA8451q, and ITG3200 body sensors capture activity data, subsequently classified into 15 fall incident classes based on SisFall dataset. Falling incidents classification is performed using Long Short-Term Memory results in best AUC-ROC value of 97.7% and best calculation time of 6.16 seconds. Meanwhile, Support Vector Machines results in the best AUC-ROC value of 98.5% and best calculation times of 17.05 seconds

    Personalized fall detection monitoring system based on learning from the user movements

    Get PDF
    Personalized fall detection system is shown to provide added and more benefits compare to the current fall detection system. The personalized model can also be applied to anything where one class of data is hard to gather. The results show that adapting to the user needs, improve the overall accuracy of the system. Future work includes detection of the smartphone on the user so that the user can place the system anywhere on the body and make sure it detects. Even though the accuracy is not 100% the proof of concept of personalization can be used to achieve greater accuracy. The concept of personalization used in this paper can also be extended to other research in the medical field or where data is hard to come by for a particular class. More research into the feature extraction and feature selection module should be investigated. For the feature selection module, more research into selecting features based on one class data

    A simulator to support machine learning-based wearable fall detection systems

    Get PDF
    People’s life expectancy is increasing, resulting in a growing elderly population. That population is subject to dependency issues, falls being a problematic one due to the associated health complications. Some projects are trying to enhance the independence of elderly people by monitoring their status, typically by means of wearable devices. These devices often feature Machine Learning (ML) algorithms for fall detection using accelerometers. However, the software deployed often lacks reliable data for the models’ training. To overcome such an issue, we have developed a publicly available fall simulator capable of recreating accelerometer fall samples of two of the most common types of falls: syncope and forward. Those simulated samples are like real falls recorded using real accelerometers in order to use them later as input for ML applications. To validate our approach, we have used different classifiers over both simulated falls and data from two public datasets based on real data. Our tests show that the fall simulator achieves a high accuracy for generating accelerometer data from a fall, allowing to create larger datasets for training fall detection software in wearable devices.Junta de Comunidades de Castilla-La ManchaComunidad de MadridMinisterio de Ciencia e Innovació

    A low-cost and unobtrusive system for fall detection

    Get PDF
    Nowadays, the amount of elder people living alone is increasing, with all the risks that it involves, maybe the most dangerous threat that they face is fall off with nobody around to help them. A fall at an advanced age usually leads to consequences like bones and hip fracture, which in addition to the low mobility that these people present, make to stand up impossible for them. This situation can get worse if after the fall a person loses consciousness, making it impossible to contact to a third party for help by means of a mobile phone or something similar. Different solutions have been developed in order to accomplish this problem, but some of them are not realistic enough, for example some video solutions invade our privacy, and those which are based on mobile phones expect the user to go everywhere with it. In this paper, it is proposed a low cost solution based on an 9-axis IMU (Inertial Measure Unit), which counts with an accelerometer, gyroscope and magnetometer that will give us the needed information to build a fall detector supported by machine learning. This system will include a gateway, which will be responsible of the data collection and the most complex computations.Hoy en día, la cantidad de personas mayores que viven solas va en aumento, con todos los riesgos que ello implica, quizás la amenaza más peligrosa a la que se enfrentan es caer sin nadie cerca que les ayude. Una caída a edad avanzada suele acarrear secuelas como fracturas de huesos y cadera, que además de la poca movilidad que presentan estas personas, les imposibilitan ponerse de pie. Esta situación puede empeorar si tras la caída la persona pierde el conocimiento, imposibilitando el contacto con un tercero para pedir ayuda a través de un teléfono móvil o similar. Se han desarrollado diferentes soluciones para solucionar este problema, pero algunas no son lo suficientemente realistas, por ejemplo, algunas soluciones de video invaden nuestra privacidad, y las que están basadas en teléfonos móviles esperan que el usuario vaya a todas partes con él. En este papel, Se propone una solución de bajo costo basada en una IMU (Unidad de Medida Inercial) de 9 ejes, la cual cuenta con un acelerómetro, giroscopio y magnetómetro que nos dará la información necesaria para construir un detector de caídas apoyado en aprendizaje automático. Este sistema incluirá una puerta de enlace, que será responsable de la recopilación de datos y los cálculos más complejos

    Support Vector Machine Classifiers Show High Generalizability in Automatic Fall Detection in Older Adults

    Get PDF
    Falls are a major cause of morbidity and mortality in neurological disorders. Technical means of detecting falls are of high interest as they enable rapid notification of caregivers and emergency services. Such approaches must reliably differentiate between normal daily activities and fall events. A promising technique might be based on the classification of movements based on accelerometer signals by machine-learning algorithms, but the generalizability of classifiers trained on laboratory data to real-world datasets is a common issue. Here, three machine-learning algorithms including Support Vector Machine (SVM), k-Nearest Neighbors (kNN), and Random Forest (RF) were trained to detect fall events. We used a dataset containing intentional falls (SisFall) to train the classifier and validated the approach on a different dataset which included real-world accidental fall events of elderly people (FARSEEING). The results suggested that the linear SVM was the most suitable classifier in this cross-dataset validation approach and reliably distinguished a fall event from normal everyday activity at an accuracy of 93% and similarly high sensitivity and specificity. Thus, classifiers based on linear SVM might be useful for automatic fall detection in real-world applications

    A Machine Learning Multi-Class Approach for Fall Detection Systems Based on Wearable Sensors with a Study on Sampling Rates Selection

    Get PDF
    Falls are dangerous for the elderly, often causing serious injuries especially when the fallen person stays on the ground for a long time without assistance. This paper extends our previous work on the development of a Fall Detection System (FDS) using an inertial measurement unit worn at the waist. Data come from SisFall, a publicly available dataset containing records of Activities of Daily Living and falls. We first applied a preprocessing and a feature extraction stage before using five Machine Learning algorithms, allowing us to compare them. Ensemble learning algorithms such as Random Forest and Gradient Boosting have the best performance, with a Sensitivity and Specificity both close to 99%. Our contribution is: a multi-class classification approach for fall detection combined with a study of the effect of the sensors’ sampling rate on the performance of the FDS. Our multi-class classification approach splits the fall into three phases: pre-fall, impact, post-fall. The extension to a multi-class problem is not trivial and we present a well-performing solution. We experimented sampling rates between 1 and 200 Hz. The results show that, while high sampling rates tend to improve performance, a sampling rate of 50 Hz is generally sufficient for an accurate detection
    corecore